@charset "utf-8";

.approval_btn {
    display: inline-block;
    margin-top: 20px;
    color: #e74c3c;
    border: solid 1px #e74c3c;
    border-radius: 5px;
    padding: 5px 15px;
}

.approval_btn:hover {
    color: #ecf0f1;
    background: #e74c3c;
}

.w100 {
    width: calc(100% - 10px) !important;
    margin: auto;
}

.container {
    width: calc(100% - 30px);

    margin: auto;
    font-size: 12pt;
}

.b_white {
    background: #fff !important;
}

.clear {
    clear: both;
}

.off {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -10000;
}

input[type=text],
input[type=password],
select,
textarea {

    min-width: 250px;
    padding: 10px 20px;
    font-family: 'poppins', Arial;
    font-size: 11pt;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
    border: groove;
}

.label_amount {
    display: inline-block;
    min-width: 250px;
    padding: 10px 20px;
    font-family: 'poppins', Arial;
    font-size: 11pt;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
    border: groove;
    min-width: 100%;
    float: left;
    background-color: #e3e8e8;
}

.label_amount_register {
    display: block;
    width: calc(100% - 20%);
    margin: 10px auto;
    border-bottom: 1px solid #f1f3ff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 6px;
    background-color: #e3e8e8;
}

.input_disabled {
    display: none;
    width: calc(100% - 20%);
    margin: 10px auto;
    border-bottom: 1px solid #f1f3ff;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    padding: 15px 20px !important;
    font-family: 'poppins', Arial;
    color: #9e9e9e;
    border: none !important;
    background-color: #e3e8e8;

    font-weight: bold;
    color: #002249;
    margin: 10px auto;
}

hr {
    background-image: linear-gradient(to left, transparent, #16a085, transparent);
    border: 0;
    height: 1px;
    margin: 10px 0 15px 0;
    box-sizing: content-box;
}

.pointer {
    cursor: pointer;
}

i {
    vertical-align: middle;
}

.btn-blue {
    display: inline-block;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12pt;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #bc3c61;
}

.btn-blue:hover {
    color: #ecf0f1;
    background: #74202f;
}

.panel_btn {
    margin-top: 15px;
}

.panel_btn .btn-blue {
    padding: 8px 25px;
    border: none;
}

.btn-dark-blue {
    display: inline-block;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12pt;
    padding-top: 10px;
    text-align: center;
    color: #ecf0f1;
    cursor: pointer;
    background: #569b5f;
}

.btn-dark-blue:hover {
    color: #ecf0f1;
    background: #285b2f;
}

.limit_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.w50 {
    width: calc(50% - 20px);
}

.off {
    display: none !important;
}

.box_header {
    display: block;
    padding: 15px 0;
    background: #0c3821;
}

.header {
    width: 100%;
}

.header .login_icon {
    display: inline-block;
    float: right;
    text-align: right;
    cursor: pointer;
    margin-top: 15px;
    color: #646c9a;
}

.header .login_icon:hover {
    color: #2d8ac7;
}

.header .login_icon i,
.header .login_icon span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.header .login_icon span {
    font-size: 10pt;
    color: #ffffff;
}

.header .login_icon i {
    background: #F5F5F5;
    box-sizing: border-box;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    padding-top: 8px;
    box-shadow: 0 0 5px rgba(66, 49, 140, 0.2);
    border: 2px solid #fff;
}

.header .menu_holder {
    display: block;
    margin-top: 20px;
}

.header .menu_holder ul {
    list-style: none;
    text-align: right;
    display: inline-block;
}

.header .btn-dark-blue,
.header .btn-blue {
    float: right;
    display: inline-block;
    width: 80px;
    padding: 5px;
    vertical-align: middle;
    margin-top: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

.header .menu_holder ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}

.header .menu_holder ul li a {
    font-size: 16pt;
    font-weight: 400;
}

.header .site_logo {
    display: inline-block;
    vertical-align: middle;
}

.header .site_logo img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    object-fit: contain;
}

.header .site_logo .site_name {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16pt;
    font-weight: 800;
    margin-left: 10px;
}

.box_image {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.box_image_slider {
    height: 500px;
}

.box_image_page {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f3f4fe;
}

.box_image_page img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.box_image_page .site_title {
    width: 90%;
    display: block;
    position: relative;
    top: -140px;
    margin: auto;
    text-align: center;
}

.box_image_page .site_title .title {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 50pt;
}

.box_image_page .site_title .h5 {
    margin-bottom: 55px;
}

.box_image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.box_image_slider img {
    height: 500px;
}

.box_image_slider .slider_title {
    display: block;
    position: relative;
    top: -150px;
    background: #fff5;
    padding: 10px 10px;
    box-sizing: border-box;
}

.box_image_slider .slider_title .text {
    display: block;
    font-weight: 400;
    margin: 5px 0;
}

.box_image_slider .slider_title .btn-blue {
    padding-top: 6px;
    font-size: 10pt;
    width: 100px;
    height: 30px;
}

.box_image_slider .slider_title .slider_btn {
    margin-top: 10px;
}

.box_image_slider .slider_title .slider_btn i {
    display: inline-block;
    padding: 2px 5px;
    cursor: pointer;
    margin: 0 5px;
    border: solid 1px #5578eb;
    border-radius: 10px;
    color: #5578eb;
}

.box_image_slider .slider_title .slider_btn i:hover {
    color: #fff;
    background: #5578eb;
}

.box_image .site_title {
    width: 100%;
    display: block;
    position: relative;
    top: -245px;
    text-align: center;
}

.box_image .site_title .h1 {
    margin-bottom: 20px;
}

.box_image .site_title .h5 {
    margin-bottom: 55px;
}

.h1 {
    display: block;
    font-size: 22pt;
    padding: 15px 10px;
    color: #646c9a;
    font-weight: 600;
}

.h2 {
    display: block;
    font-size: 20pt;
    padding: 15px 10px;
    color: #42318c;
    font-weight: 600;
}

.h3 {
    display: block;
    font-size: 17pt;
    padding: 15px 10px;
    color: white;
    text-shadow: 0 0 1px #0a0a0a;
    font-weight: 600;
}

.h4 {
    display: contents;
    vertical-align: middle;
    font-size: 16pt;
    padding: 15px 2px;
    color: white;

    font-weight: 600;
}

.h5 {
    display: block;
    color: white;

    font-size: 12pt;
    font-weight: 400;
}

.box_image .site_title .btn_holder {
    display: block;
}

.box_image .site_title .btn_holder a {
    margin: 0 25px;
    width: 125px;
    height: 40px;
}

.service_box {
    display: block;
    background: #fff;
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

.head {
    display: block;
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

.service_Holder {
    padding-bottom: 30px;
    display: block;
    width: 100%;
}

.service_Holder .service_item {
    display: inline-block;
    vertical-align: top;
    margin: 30px 25px;
    width: calc(25% - 60px);
}

.service_Holder .service_item img {
    object-fit: contain;
    width: 120px;
    height: 120px;
}

.news_holder {
    padding: 60px 0;
    text-align: center;
}

.news_holder .right {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

.news_holder .middle_line {
    display: inline-block;
    vertical-align: top;
    height: 400px;
    background: #e6e8ff;
    width: 5px;
}

.news_holder .left {
    width: calc(50% - 20px);
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.news_box {
    display: block;
    width: 100%;
    padding: 25px 10px;
    text-align: center;
}

.news_box .item_left {
    display: block;
    text-align: left;
}

.news_box .item_left .news_item {
    display: block;
    width: calc(50% + 2px);
    padding: 0 25px;
    border-right: 5px solid #e6e8ff;
}

.news_box .item_left .news_item .item {
    display: block;
    width: calc(100% - 20px);
    background: #d9e6ef;
    float: right;
    height: 90px;
    padding: 10px;
}

.news_box .item_left .news_item .item .box_chev {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
    background: #d9e6ef;
    left: 42px;
    transform: rotate(45deg);
}

.news_box .item_left .news_item .item img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
}

.news_box .item_left .news_item .item .text {
    width: calc(100% - 135px);
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
    font-weight: 400;
    margin-left: 15px;
}

.news_box .item_left .news_date {
    display: block;
    font-size: 9pt;
    text-align: right;
    margin-right: 35px;
    margin-bottom: 5px;
}

.news_box .news_title {
    display: block;
    width: 415px;
    height: 85px;
}

.news_box .item_right {
    display: block;
    text-align: right;
}

.news_box .item_right .news_item {
    display: block;
    width: calc(50% + 3px);
    padding: 0 25px;
    border-left: 5px solid #e6e8ff;
    float: right;
}

.news_box .item_right .news_item .item {
    display: block;
    width: calc(100% - 20px);
    background: #d9e6ef;
    text-align: left;
    padding: 10px;
    height: 90px;
}

.news_box .item_right .news_item .item .box_chev {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
    background: #d9e6ef;
    left: -20px;
    transform: rotate(45deg);
}

.news_box .item_right .news_date {
    display: block;
    font-size: 9pt;
    text-align: left;
    margin-left: 35px;
    margin-bottom: 5px;
}

.news_box .item_right .news_item .item img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    position: relative;
    left: -25px;
}

.news_box .item_right .news_item .item .text {
    width: calc(100% - 135px);
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
    font-weight: 400;
    position: relative;
    left: -5px;
}

.news_holder .btn-blue {
    padding-top: 6px;
    font-size: 10pt;
    width: 100px;
    height: 30px;
}

.news_item {
    display: block;
    width: calc(100% - 5px);
    padding: 35px 0;
    text-align: center;
}

.news_item .item {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 25px);
    max-width: 300px;
    height: 400px;
    overflow: hidden;
    background: #fff;
    text-align: left;
    margin: 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.news_item .item .news_img {
    display: block;
    width: calc(100% - 10px);
    max-width: 285px;
    height: 200px;
    margin: 7px auto;
}

.news_item .item .news_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_item .item .news_title {
    display: block;

}

.news_item .item .news_title .h1 {
    display: block;
    width: 100%;
    margin-left: 10px;
    padding: 5px 0;
    font-size: 12pt;
    text-align: left;
}

.news_item .item .news_title .text {
    display: block;
    width: 100%;
    height: 110px;
    overflow: hidden;
    text-align: justify;
    padding: 5px 10px;
    font-size: 10pt;
}

.news_item .item .btn-black {
    box-shadow: 0 0 5px rgba(243, 156, 17, 0.35);
    float: right;
}

.news_item .item .news_date {
    font-size: 8pt;
    display: inline-block;
    vertical-align: middle;
    color: #9e9e9e;
    margin-left: 10px;
    margin-top: 12px;
}

.footer {
    display: block;
    padding: 35px 10px;
    background: #fff;
}

.footer .col3 {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 20px);
    padding: 5px;
    margin-top: 50px;
}

.footer .col3 .head {
    text-align: left;
    font-size: 16pt;
    padding: 0 0 25px 0;
    color: #646c9a;
}

.footer .col3 .footer_title {
    display: block;
    width: calc(100% - 30px);
}

.footer .col3 .footer_title .text {
    color: #9e9e9e;
    font-weight: 300;
    text-align: justify;
    display: block;
    margin-bottom: 5px;
}

.footer .col3 .footer_title ul {
    list-style: none;
}

.footer .col3 .footer_title ul li {
    display: block;
    margin-bottom: 10px;
}

.footer .col3 .footer_title ul li a {
    color: #9e9e9e;
    font-size: 12pt;
}

.footer .col3 .footer_title ul li a:hover {
    color: #646c9a;
}

.footer .col3 .footer_title .social {
    padding-top: 7px;
    text-align: center;
    background: #5578eb;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.footer .col3 .footer_title .social:hover {
    background: #0f9af0;
}

.archive_holder {
    display: block;
    padding: 10px 0;
    margin-bottom: 35px;
}

.archive_holder .archive_head {
    display: block;
    padding: 20px 0;
}

.archive_holder .archive_head a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 10pt;
}

.archive_holder .archive_box {
    padding: 60px 15px;
    display: block;
    background: #fff;
    margin: 20px 0;
}

.archive_holder .archive_box .container {
    margin-bottom: 15px;
}

.archive_box .left {
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 60px);
}

.archive_box .item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: -5px 5px 5px rgba(66, 49, 140, 0.2);
}

.archive_box .item .text {
    background: #f1f3ff;
    display: block;
}

.archive_box .item .text:hover span {
    color: #5663b2 !important;
}

.archive_box .item .text span {
    width: calc(100% - 20px);
    display: block;
    height: 100%;
    padding: 15px 20px;
    border-right: 3px solid #fff;
    color: #42318c;
}

.archive_box .item .text_sub {
    background: #e6e8ff;
    display: block;
}

.archive_box .item .text_sub span {
    width: calc(100% - 20px);
    display: block;
    height: 100%;
    padding: 15px 20px;
    border-right: 3px solid #fff;
    color: #42318c;
    font-weight: 300;
    overflow: hidden;
    text-align: justify;
}

.archive_box .item .text_sub:hover span {
    color: #5578eb !important;
}

.archive_box .right {
    display: inline-block;
    vertical-align: top;
    width: calc(40% - 20px);
    margin-left: 50px;
}

.post_box {
    float: left;
    width: 33%;
    padding: 10px;
    border: 1px solid #eee;
}

.post_box .img {
    display: block;
    width: calc(100% - 20px);
    height: 245px;
    margin: auto;
}

.post_box .img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.post_box .post_title {
    display: block;
    width: calc(100% - 20px);
    margin: 15px auto;
    text-align: center;
    color: #252b4d;
    font-size: 14pt;
}

.post_box .post_title:hover {
    color: #525faa;
}

.post_box .btn-dark-blue {
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
    font-weight: 300;
    padding-top: 4px;
    width: 85px;
    height: 25px;
}

.post_box .post_date {
    float: right;
    margin-top: 10px;
    font-size: 8pt;
    font-weight: 300;
    color: #9e9e9e;
}

.post_img {
    width: 100%;
}

.post_img img {
    width: calc(100% - 20px);
    object-fit: cover;
}

.post_title {
    display: block;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.post_title .h3 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 157px);
}

.post_title .post_date {
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
    color: #9e9e9e;
    width: 120px;
    text-align: right;
}

.post_text {
    display: block;
    width: calc(100% - 100px);
    margin: auto;
}

.post_text .text {
    text-align: justify;
    width: calc(100% - 40px);
    display: block;
    color: #333533;
    line-height: 1.8;
    font-size: 12pt;
    font-weight: 300;
    margin: auto;
}

.post_text img {
    display: block;
    margin: 30px auto;
    width: calc(100% - 20px);
    max-width: 650px;
    height: 450px;
    overflow: hidden;
    object-fit: contain;
}

.post_text p {
    font-weight: 300;
}

.post_text strong {
    font-weight: bold;
}

.pane_menu_position {
    position: relative;
    right: -265px;
    top: 0;
    transition: all 0.4s ease-in-out;
}

.hide_panel_menu {
    opacity: 0;
    display: none;
    width: 380px;
    padding-bottom: 15px;
    transition: all 0.4s ease-in-out;
    background: #f5f5f5;
    position: absolute;
    z-index: 10;
    box-shadow: 0 0 13px rgba(66, 49, 140, 0.20);
    top: 0;
    right: 290px;
}

.hide_panel_menu .panel_menu_head {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.hide_panel_menu .panel_menu_head img {
    width: 100%;
    height: 100px;
}

.hide_panel_menu .head_title {
    position: relative;
    top: -65px;
    padding: 0 15px;
}

.hide_panel_menu .head_title .user {
    color: #fff;
    font-size: 16pt;
    font-weight: 300;
}

.hide_panel_menu .head_title .btn_email_ver {
    float: right;
    background: #5867dd;
    padding: 7px 10px;
    font-size: 10pt;
    color: #ecf0f1;
    font-weight: 300;
}

.hide_panel_menu .pane_menu {
    width: 100%;
    background: #dad7de;
}

.hide_panel_menu .pane_menu .menu_btn {
    width: 100%;
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #f1f3ff;
}

.hide_panel_menu .pane_menu .menu_btn:hover {
    background: #f1f3ff;
    color: #2d8ac7;
}

.hide_panel_menu .pane_menu .menu_btn_selected {
    background: #aec0ff;
    color: #002249;
}

.hide_panel_menu .pane_menu .menu_btn div {
    width: calc(100% - 20px);
    display: inline-block;
    vertical-align: middle;
}

.hide_panel_menu .pane_menu .menu_btn div .sub,
.hide_panel_menu .pane_menu .menu_btn div .selected-sub {
    display: block;
    font-weight: normal;
    margin-top: 7px;
    border-radius: 2px;
    padding: 2px 5px;
    cursor: pointer;
}

.hide_panel_menu .pane_menu .menu_btn div .sub:hover {
    background: #ffffff55;
}

.hide_panel_menu .pane_menu .menu_btn div .selected-sub {
    background: #fff !important;
    color: #2d8ac7 !important;
    cursor: context-menu !important;
}

.hide_panel_menu .pane_menu .menu_btn .counter {
    display: inline-block;
    color: #c0392b;
    padding: 1px 7px;
    vertical-align: middle;
}

.pane_menu .menu_btn .menu_icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.pane_menu .menu_btn .menu_title {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    font-size: 13pt;
    margin-left: 5px;
    font-weight: 300;
}

.pane_menu .menu_btn .chev_position {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;

}

.exit_panel {
    width: 100px;
    height: 30px;
    color: #2d8ac7;
    background: #ebedff;
    padding-top: 5px;
    margin-left: 20px;
    margin-top: 25px;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 3px;
    font-size: 10pt;
}

.exit_panel:hover {
    color: #ebedff;
    background: #2d8ac7;
}

.btn_panel {
    display: inline-block;
    width: calc(50% - 5px);
    padding: 20px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.btn_panel:hover {
    background: #aec0ff55;
}

.btn_panel_active {
    background: #aec0ff !important;
    cursor: context-menu !important;
}

.pane_main {
    display: block;
    width: 100%;
    background: #ebedef;
    padding: 25px 0;
}

.activity_box {
    display: block;
    width: calc(100% - 20px);
    margin: 20px auto;
    padding: 10px 35px;
    text-align: center !important;
    background: #f1f3ff;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(66, 49, 140, 0.10);
}

.activity_box .alarm {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 15px;
    border-radius: 35px;
    display: block;
    margin: auto;
    position: relative;
    top: -35px;
    font-size: 7pt;
    background: #42318c;
    color: #fff;
    box-shadow: 0 5px 15px rgba(66, 49, 140, 0.35);
}

.activity_box .alarm i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    font-size: 30px;
}

.activity_box .h1 {
    display: block;
    margin: auto;
}

.activity_box .activity_num {
    display: block;
    margin: auto;
    font-size: 32pt;
    color: #42318c;
    font-weight: 900;
}

.activity_box .activity_date {
    display: block;
    margin: 15px auto;
    color: #ff5722;
    font-size: 14pt;
    font-weight: 300;
}

.activity_box .activity_date span {
    font-size: 26pt;
    font-weight: 900;
    margin: 0 5px;
}

.state_holder {
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.state_holder .col3 {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 10px);
    background: #0385a7;
    margin: 0 5px;
    border-radius: 6px;
    box-shadow: 0 0 13px rgba(66, 49, 140, 0.10);
    position: relative;
    overflow: hidden;
    height: 225px;
}

.col3_left {
    animation-name: road_left;
    animation-duration: 1.4s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

@keyframes road_left {
    from {
        left: -1000px;
    }

    to {
        left: 0;
    }
}

.col3_middle {
    animation-name: road_middle;
    animation-duration: 1.4s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

.col3_middle1 {
    animation-name: road_middle;
    animation-duration: 1.4s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

.col3_middle2 {
    animation-name: road_middle;

    animation-fill-mode: both;
}

.col3_middle3 {
    animation-name: road_middle;
    animation-duration: 1.8s;
    animation-delay: 0.9s;
    animation-fill-mode: both;
}

.col3_middle4 {
    animation-name: road_middle;
    animation-duration: 2s;
    animation-delay: 1.1s;
    animation-fill-mode: both;
}

@keyframes road_middle {
    from {
        opacity: 0;
    }

    to {
        opacity: 1.0;
    }
}

.col3_right {
    animation-name: road_right;
    animation-duration: 1.4s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

@keyframes road_right {
    from {
        right: -1000px;
    }

    to {
        right: 0;
    }
}

.ani {
    position: relative;
    display: block;
    top: -500px;
}

.ani .col3_animation {
    position: relative;
    animation-name: cloud_animation;
    background: #ffffff;
    display: block;
    top: -850px;
    width: 1000px;
    height: 1000px;
    border-radius: 500px;
}

.cloud_animate {

}

.cloud_animate2 {

}

.cloud_animate3 {

}

@keyframes cloud_animation1 {
    from {
        top: -100px;
        left: -600px;
    }

    to {
        top: -100px;
        left: -150px;
    }
}

@keyframes cloud_animation2 {
    from {
        top: -50px;
        left: -450px;
    }

    to {
        top: -80px;
        left: -350px;
    }
}

@keyframes cloud_animation3 {
    from {
        top: -5px;
        left: -100px;
    }

    to {
        top: -150px;
        left: -250px;
    }
}

.state_title {
    display: block;
    width: 100%;
    position: relative;
    top: -1000px;
    padding: 5px;
    text-align: left;
    color: #42318c;
}

.state_title .state_header {
    display: block;
    padding: 5px 10px;
}

.state_title .state_header .state_name .h3 {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
}

.state_title .state_header .state_name .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #dbae0a;
}

.state_title .state_header .state_name .btn_question {
    float: right;
    margin: 3px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #f1f3ff;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
    box-shadow: 0 0 5px rgba(66, 49, 140, 0.1);
    border: 1px solid #f1f3ff;
}

.state_title .state_header .state_name .btn_question:hover {
    border: 1px solid #42318c;
}

.state_title .state_main {
    text-align: center;
    margin: 15px 0;
    height: 100px;
}

.state_title .state_main .h1 {
    color: #001771;
}

.state_title .state_main .link_input {
    width: calc(100% - 20px);
    text-align: left;
    border: 2px solid #42318c;
    margin: 20px 0;
    padding: 5px 10px;
}

.state_title .state_bottom {
    display: block;
    text-align: center;
}

.state_title .state_bottom .btn-dark-blue {
    width: 80px;
    height: 25px;
    border-radius: 3px;
    margin-left: 10px;
    padding-top: 5px;
    font-size: 10pt;
}

.chart_holder {
    width: calc(100% - 5px);
    display: block;
    margin: 12px auto;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(66, 49, 140, 0.10);
}

.chart_holder .heads {
    width: 100%;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px;
    background: #d95701;
    color: #ffffff;
}

.chart_holder .heads > span[style*="float"] {
    margin-inline-start: auto !important;
    margin-top: 0 !important;
}

.chart_holder .heads .h4 {
    color: #ffffff;
}

.chart_holder .heads i {
    font-size: 20px;
    color: #dbae0a;
}

.chart_holder .chart_header {
    display: block;
    padding: 15px 5px;
    color: #42318c;
    border-bottom: 1px solid #b3b8d7;
}

.chart_holder .chart_row {
    display: block;
    padding: 15px 5px;
    color: #0e0435 !important;
    border-bottom: 1px solid #f1f3ff;
}

.chart_holder .chart_row:nth-child(2n + 1) {
    background: #b4c1d4;
    color: #0e0435;
}

.chart_holder .chart_bobble {
    display: block;
    width: calc(100% - 20px);
    border-radius: 10px;
}

.chart_holder .chart_row .t_title {
    display: none;
    font-size: 12px;
    width: 150px;
    margin-left: 15px;
    border: none;
    font-weight: 600;
    vertical-align: top;
}

.chart_holder .chart_row .t_text .description_hide {
    display: none;
    cursor: pointer;
}

.chart_holder .chart_row .t_text .description_full {
    display: block;
    text-align: left;
}

.chart_holder .chart_row div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
}

.chart {
    width: calc(100% - 5px);
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.chart .chart_line {
    height: 40px;
    width: calc(100% - 20px);
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 1px solid #eeeeee;
}

.chart .chart_line .chart_rate {
    width: 70px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    color: #dad6d6;
    font-size: 8pt;
    box-sizing: border-box;
    padding-top: 20px;
    border-right: 1px solid #eeeeee;
}

.chart_date {
    display: block;
    margin-left: 70px;
    box-sizing: border-box;
    text-align: center;
}

.chart_date .title_chart {
    display: inline-block;
    vertical-align: middle;
    color: #dad6d6;
    font-size: 8pt;
    text-align: center;
}

.chart_holder_chart {
    display: block;
    text-align: center;
    position: relative;
    padding-left: 70px;
    box-sizing: border-box;
}

.chart_holder_chart .chart_bar {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.chart_holder_chart .chart_bar .bar_orange {
    display: inline-block;
    width: 10px;
    height: 100%;
    border-radius: 5px 5px 0 0;
    background: #001771;
}

.sign_holder {
    display: block;
    width: 100%;

}

.sign_holder .sign_box {
    float: right;
    width: 600px;
    background: #fff;
    overflow: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 10px;
}

.sign_holder .sign_box .site_logo {
    display: block;
    text-align: center;

}

.sign_holder .sign_box .site_logo img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.sign_holder .sign_box .site_logo .site_name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 28pt;
    color: #252b4d;
}

.sign_holder .sign_box .sign_form_box {
    display: block;
}

.sign_holder .sign_box .sign_form_box .h3 {
    display: block;
    color: #595d6e;
    text-align: center;
}

.sign_holder .sign_box .sign_form_box .label {
    display: block;
    width: calc(100% - 20%);
    margin: 10px auto;
}

.sign_holder .sign_box .sign_form_box .sign_input {
    display: block;
    width: calc(100% - 20%);
    margin: 10px auto;
    border-bottom: 1px solid #f1f3ff;
    border-left: none;
    border-right: none;
    border-top: none;

    padding: 15px 20px;
    font-family: 'poppins', Arial;
    color: #666363;
    border: groove;
    padding: 10px 10px;
}

.sign_holder .sign_box .sign_form_box .remember_btn {
    display: inline-block;
    vertical-align: middle;
    color: #9e9e9e;
    margin-left: 60px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 300;
    padding: 5px;
}

.sign_holder .sign_box .sign_form_box .remember_btn i {
    margin-right: 10px;
}

.sign_holder .sign_box .sign_form_box .forget_btn {
    float: right;
    color: #9e9e9e;
    margin-top: 20px;
    margin-right: 60px;
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #2d8ac700;
}

.sign_holder .sign_box .sign_form_box .btn-dark-blue {
    display: block;
    width: 110px;
    height: 40px;
    border-radius: 12px;
    margin: 35px auto;
}

.sign_holder .sign_box .sign_form_box .sign_up_btn {
    display: block;
    color: #9e9e9e;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    padding: 5px;
}

.sign_holder .sign_box .sign_form_box .sign_up_btn:hover,
.sign_holder .sign_box .sign_form_box .remember_btn:hover {
    color: #2d8ac7;
}

.sign_holder .sign_box .sign_form_box .forget_btn:hover {
    color: #2d8ac7;
    border-bottom: 1px solid #2d8ac7;
}

.sign_holder .sign_img_box {
    float: right;
    width: calc(100% - 600px);
    height: 100vh;
    background-image: url("../img/bg-4.jpg");
    overflow: hidden;
}

.sign_holder .sign_img_box .img_box {
    display: block;
    width: 100%;
    margin-left: 15%;
    margin-top: 30%;
}

.sign_holder .sign_img_box .img_box .h1 {
    text-align: left;
    font-weight: 900;
    margin-bottom: 15px;
    padding: 0;
    color: #fff;
}

.side_menu_bars {
    vertical-align: middle;
    font-size: 30px;
    display: none;
    cursor: pointer;
    text-align: center;
    padding-top: 4px;
    color: #ffffff;
    border-radius: 35px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
}

.side_menu_bars:hover {
    color: #2d8ac7;
}

.side_menu {
    display: block;
    position: fixed;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    height: 0;
    overflow: hidden;
    background: #252b4d;
    z-index: 998899;
    top: 100px;
}

.side_menu .item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #252b4d;
}

.side_menu .item .times {
    display: block;
    width: 100%;
    text-align: right;
    padding: 20px 15px;
    cursor: pointer;
}

.side_menu .item .times:hover {
    background: #252b4d;
    color: #ff5722;
}

.side_menu .item .times i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: sub;
    color: #f1f3ff;
    border-radius: 35px;
    text-align: center;
    padding-top: 6px;
    font-size: 22px;
    box-sizing: border-box;
}

.side_menu .item .times:hover i {
    color: #ecf0f1;
}

.side_menu .item .side_menu_btn {
    display: block;
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    cursor: pointer;
    color: #f1f3ff;
}

.side_menu .item .side_menu_btn:hover {
    background: #f1f3ff22;
    color: #f1f3ff;
}

.login_icon {
    display: none;
    padding: 3px 9px;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18pt;
    text-align: center;
    margin-top: 7px;
    margin-right: 10px;
    color: #ecf0f1;
}

.login_icon:hover {
    color: #252b4d;
}

.label {
    display: block;
    margin: 20px 0 10px 0;
    font-weight: 400;
    text-align: justify;
}

.paging {
    text-align: center;
    padding: 20px 0 10px 0;
}

html[lang="fa"] .paging,
html[lang="fa"] .paging a,
html[lang="ar"] .paging,
html[lang="ar"] .paging a {
    font-family: "Vazirmatn", "Noto Sans Arabic", Tahoma, Arial, sans-serif !important;
}

.paging a {
    padding: 10px 10px;
    color: #5578eb;
}

.paging a:hover {
    color: #0f9af0;
}

.paging .active {
    cursor: context-menu;
    color: #ffffff !important;
    background: #42318c !important;
    border: 1px solid #42318c !important;
    box-shadow: 0 4px 12px rgba(66, 49, 140, .28) !important;
}

.paging i.fa-chevron-double-left,
.paging i.fa-chevron-double-right,
.paging i.fa-chevron-left,
.paging i.fa-chevron-right {
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: inherit !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}
.paging i.fa-chevron-double-left::before  { content: '\00AB' !important; }
.paging i.fa-chevron-double-right::before { content: '\00BB' !important; }
.paging i.fa-chevron-left::before         { content: '\2039' !important; }
.paging i.fa-chevron-right::before        { content: '\203A' !important; }

.fal {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

i.fa-user-alt,
.far.fa-user-alt,
.fal.fa-user-alt,
.fas.fa-user-alt {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
i.fa-user-alt::before,
.far.fa-user-alt::before,
.fal.fa-user-alt::before,
.fas.fa-user-alt::before {
    content: "\f007" !important;
}

i.fa-spinner-third,
.far.fa-spinner-third,
.fal.fa-spinner-third,
.fas.fa-spinner-third {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
i.fa-spinner-third::before,
.far.fa-spinner-third::before,
.fal.fa-spinner-third::before,
.fas.fa-spinner-third::before {
    content: "\f110" !important;
}

i.fa-badge-check,
.far.fa-badge-check,
.fal.fa-badge-check,
.fas.fa-badge-check {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
i.fa-badge-check::before,
.far.fa-badge-check::before,
.fal.fa-badge-check::before,
.fas.fa-badge-check::before {
    content: "\f058" !important;
}

i.fa-cart-shopping,
.far.fa-cart-shopping,
.fal.fa-cart-shopping,
.fas.fa-cart-shopping {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
i.fa-cart-shopping::before,
.far.fa-cart-shopping::before,
.fal.fa-cart-shopping::before,
.fas.fa-cart-shopping::before {
    content: "\f07a" !important;
}

div.chart_holder.users-list-chart,
.users-list-chart {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
}
.users-list-chart .chart_header.col3_middle,
.users-list-chart .chart_row.col3_middle2 {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;

    min-width: 1390px !important;
}
.users-list-chart .chart_header.col3_middle > span,
.users-list-chart .chart_row.col3_middle2 > div {
    text-align: center !important;
    box-sizing: border-box !important;
    padding: 8px 4px !important;

    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}
.users-list-chart .chart_row.col3_middle2 > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
}
.users-list-chart .chart_row.col3_middle2 > div:nth-child(4) {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
}
.users-list-chart .chart_row.col3_middle2 > div .t_text {
    text-align: center !important;
}

.users-list-chart .chart_header.col3_middle > span:nth-child(1),
.users-list-chart .chart_row.col3_middle2 > div:nth-child(1) {
    flex: 0 0 130px !important;
    width: 130px !important;
}
.users-list-chart .chart_header.col3_middle > span:nth-child(2),
.users-list-chart .chart_row.col3_middle2 > div:nth-child(2) {
    flex: 0 0 140px !important;
    width: 140px !important;
}
.users-list-chart .chart_header.col3_middle > span:nth-child(3),
.users-list-chart .chart_row.col3_middle2 > div:nth-child(3) {
    flex: 1 1 260px !important;
    min-width: 240px !important;

}
.users-list-chart .chart_header.col3_middle > span:nth-child(4),
.users-list-chart .chart_row.col3_middle2 > div:nth-child(4) {
    flex: 1 1 240px !important;
    min-width: 220px !important;
}
.users-list-chart .chart_header.col3_middle > span:nth-child(5),
.users-list-chart .chart_row.col3_middle2 > div:nth-child(5) {
    flex: 0 0 110px !important;
    width: 110px !important;
}
.users-list-chart .chart_header.col3_middle > span:nth-child(6),
.users-list-chart .chart_row.col3_middle2 > div:nth-child(6) {

    flex: 0 0 140px !important;
    width: 140px !important;
}
.users-list-chart .chart_header.col3_middle > span:nth-child(7),
.users-list-chart .chart_row.col3_middle2 > div:nth-child(7) {
    flex: 0 0 80px !important;
    width: 80px !important;
}
.users-list-chart .chart_header.col3_middle > span:nth-child(8),
.users-list-chart .chart_row.col3_middle2 > div:nth-child(8) {
    flex: 0 0 130px !important;
    width: 130px !important;
}
.users-list-chart .chart_header.col3_middle > span:nth-child(9),
.users-list-chart .chart_row.col3_middle2 > div:nth-child(9) {

    flex: 0 0 130px !important;
    width: 130px !important;
}

.users-list-scroll-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;

    position: relative;
}

.users-list-scroll-wrapper > .chart_holder.users-list-chart,
.users-list-scroll-wrapper > .users-list-chart {
    overflow: visible !important;
    width: auto !important;

    min-width: 1390px !important;
    max-width: none !important;
}

.users-list-chart .chart_row.col3_middle2.no-results-row {
    justify-content: center !important;
}
.users-list-chart .chart_row.col3_middle2.no-results-row > .no-results-cell {
    flex: 1 1 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    padding: 12px 16px !important;
}

.uplines-list-chart .chart_header.col3_middle > span,
.uplines-list-chart .chart_row.col3_middle2 > div {
    text-align: center !important;
}

.chart_holder.uplines-list-chart {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}
.uplines-list-chart .heads.col3_middle,
.uplines-list-chart .chart_header.col3_middle,
.uplines-list-chart .chart_row.col3_middle2 {
    width: 100% !important;
    min-width: 1260px !important;
    white-space: nowrap !important;
    display: block !important;
}
.uplines-list-chart .chart_row.col3_middle2 > div {
    display: inline-block !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
}
.uplines-list-chart .chart_row .t_title {
    display: none !important;
}

.uplines-list-chart .upline-history-row {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    text-align: left !important;
    direction: ltr !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #444 !important;
}

.uplines-list-chart .upline-row-block {
    display: block;
    min-width: 1260px !important;
    border-bottom: 1px solid #f1f3ff;
}

.uplines-list-chart .upline-row-block.urb-odd {
    background-color: #eaf5ee !important;
}
.uplines-list-chart .upline-row-block.urb-even {
    background-color: #ffffff !important;
}

.uplines-list-chart .upline-row-block:not(.urb-odd):not(.urb-even):nth-child(odd) {
    background-color: #eaf5ee;
}
.uplines-list-chart .upline-row-block:not(.urb-odd):not(.urb-even):nth-child(even) {
    background-color: #ffffff;
}

.content-wrapper .chart_holder.uplines-list-chart .upline-row-block > .chart_row.col3_middle2,
.content-wrapper .chart_holder.uplines-list-chart .upline-row-block > .chart_row.col3_middle2:nth-child(2n+1) {
    background: transparent !important;
    border-bottom: 0 !important;
}

.uplines-list-chart .chart_header.col3_middle > span:nth-child(1),
.uplines-list-chart .chart_row.col3_middle2 > div:nth-child(1) {
    width: calc(3% - 5px) !important;
}
.uplines-list-chart .chart_header.col3_middle > span:nth-child(2),
.uplines-list-chart .chart_row.col3_middle2 > div:nth-child(2) {
    width: calc(12% - 5px) !important;
}
.uplines-list-chart .chart_header.col3_middle > span:nth-child(3),
.uplines-list-chart .chart_row.col3_middle2 > div:nth-child(3) {
    width: calc(15% - 5px) !important;
}
.uplines-list-chart .chart_header.col3_middle > span:nth-child(4),
.uplines-list-chart .chart_row.col3_middle2 > div:nth-child(4) {
    width: calc(8% - 5px) !important;
}
.uplines-list-chart .chart_header.col3_middle > span:nth-child(5),
.uplines-list-chart .chart_row.col3_middle2 > div:nth-child(5) {
    width: calc(15% - 5px) !important;
}
.uplines-list-chart .chart_header.col3_middle > span:nth-child(6),
.uplines-list-chart .chart_row.col3_middle2 > div:nth-child(6) {
    width: calc(12% - 5px) !important;
}
.uplines-list-chart .chart_header.col3_middle > span:nth-child(7),
.uplines-list-chart .chart_row.col3_middle2 > div:nth-child(7) {
    width: calc(15% - 5px) !important;
}
.uplines-list-chart .chart_header.col3_middle > span:nth-child(8),
.uplines-list-chart .chart_row.col3_middle2 > div:nth-child(8) {
    width: calc(15% - 5px) !important;
}
.uplines-list-chart .chart_row.col3_middle2 > div:nth-child(9) {
    width: calc(5% - 5px) !important;
}

i.fal,
.fal,
i.fa-light,
.fa-light {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome" !important;
    font-weight: 300 !important;
}

@font-face {
    font-family: "fontAwesome";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../../../bioony/assets/css/webfonts/fa-solid-900.woff2') format('woff2'),
         url('../../../bioony/assets/css/webfonts/fa-solid-900.ttf') format('truetype');
}

.main-header .sidebar-toggle {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.main-header .sidebar-toggle:before,
.main-header .sidebar-toggle::before {
    content: "\f0c9" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.far.fa-exclamation-triangle,
.far.fa-exclamation-circle,
.far.fa-info-circle,
.far.fa-question-circle,
.far.fa-times-circle,
.far.fa-check-circle,
.far.fa-eye,
.far.fa-eye-slash,
.far.fa-copy,
.far.fa-users,
.far.fa-user,
.far.fa-envelope,
.far.fa-bell,
.far.fa-cog,
.far.fa-search,
.far.fa-trash-alt,
.far.fa-edit,
.far.fa-pen,
.far.fa-pencil-alt,
.far.fa-ban,
.far.fa-clipboard-list,
.far.fa-clipboard,
.far.fa-clipboard-check,
.far.fa-map,
.far.fa-map-marker,
.far.fa-map-marker-alt,
.far.fa-bars,
.far.fa-list,
.far.fa-list-alt,
.far.fa-th,
.far.fa-th-list,
.far.fa-cart-plus,
.far.fa-shopping-cart,
.far.fa-shopping-bag,
.far.fa-cogs,
.far.fa-download,
.far.fa-upload,
.far.fa-plus,
.far.fa-minus,
.far.fa-times,
.far.fa-check,
.far.fa-link,
.far.fa-unlink,
.far.fa-lock,
.far.fa-unlock,
.far.fa-key,
.far.fa-home,
.far.fa-tag,
.far.fa-tags,
.far.fa-receipt,
.far.fa-file,
.far.fa-file-alt,
.far.fa-folder,
.far.fa-folder-open,
.far.fa-print,
.far.fa-save,
.far.fa-sync,
.far.fa-redo,
.far.fa-undo,
.far.fa-layer-group,
.far.fa-th-list,
.far.fa-th-large,
.far.fa-table,
.far.fa-chart-bar,
.far.fa-chart-line,
.far.fa-chart-pie,
.far.fa-clock,
.far.fa-calendar,
.far.fa-calendar-alt,
.far.fa-calendar-check,
.far.fa-history,
.far.fa-comment,
.far.fa-comments,
.far.fa-comment-alt,
.far.fa-comment-dots,
.far.fa-paper-plane,
.far.fa-share,
.far.fa-share-alt,
.far.fa-reply,
.far.fa-info,
.far.fa-question,
.far.fa-bookmark,
.far.fa-heart,
.far.fa-star,
.far.fa-thumbs-up,
.far.fa-thumbs-down,
.far.fa-mail-bulk,
.far.fa-envelope-open,
.far.fa-paper-plane,
.far.fa-paperclip,
.far.fa-paste,
.far.fa-clone,
.far.fa-user-tag,
.far.fa-user-cog,
.far.fa-user-check,
.far.fa-user-times,
.far.fa-user-plus,
.far.fa-user-minus,
.far.fa-user-friends,
.far.fa-id-card,
.far.fa-id-badge,
.far.fa-address-book,
.far.fa-address-card,
.far.fa-image,
.far.fa-images,
.far.fa-camera,
.far.fa-video,
.far.fa-file-pdf,
.far.fa-file-excel,
.far.fa-file-word,
.far.fa-file-image,
.far.fa-file-archive,
.far.fa-database,
.far.fa-server,
.far.fa-globe,
.far.fa-flag,
.far.fa-tachometer-alt,
.far.fa-money-bill,
.far.fa-money-bill-alt,
.far.fa-coins,
.far.fa-credit-card,
.far.fa-dollar-sign,
.far.fa-wallet,
.far.fa-piggy-bank,
.far.fa-truck,
.far.fa-box,
.far.fa-boxes,
.far.fa-warehouse,
.far.fa-shipping-fast,
.far.fa-gift,
.far.fa-percent,
.far.fa-bullhorn,
.far.fa-megaphone,
.far.fa-qrcode,
.far.fa-barcode,
.far.fa-fingerprint,
.far.fa-expand,
.far.fa-compress,
.far.fa-arrows-alt,
.far.fa-arrows-alt-h,
.far.fa-arrows-alt-v,
.far.fa-external-link-alt,
.far.fa-external-link-square-alt,
.far.fa-window-close,
.far.fa-window-maximize,
.far.fa-window-minimize,
.far.fa-window-restore,
.far.fa-toggle-on,
.far.fa-toggle-off,
.far.fa-power-off,
.far.fa-sign-in-alt,
.far.fa-sign-out-alt,
.far.fa-arrow-left,
.far.fa-arrow-right,
.far.fa-arrow-up,
.far.fa-arrow-down,
.far.fa-chevron-left,
.far.fa-chevron-right,
.far.fa-chevron-up,
.far.fa-chevron-down,
.far.fa-angle-left,
.far.fa-angle-right,
.far.fa-angle-up,
.far.fa-angle-down,
.far.fa-angle-double-left,
.far.fa-angle-double-right,
.far.fa-caret-left,
.far.fa-caret-right,
.far.fa-caret-up,
.far.fa-caret-down,
.far.fa-sort,
.far.fa-sort-up,
.far.fa-sort-down,
.far.fa-filter {
    font-weight: 900 !important;
}

.fa-dashboard::before {
    content: "\f3fd" !important;
}
.fa-circle-o::before {
    content: "\f111" !important;
    font-size: 0.55em !important;
}

.fa-pencil::before,
.fa-pencil-alt::before {
    content: "\f304" !important;
}
.fa-trash-o::before {
    content: "\f1f8" !important;
}

.fa-sack-dollar::before {
    content: "\f51e" !important;
}
.far.fa-sack-dollar,
.fal.fa-sack-dollar,
.fas.fa-sack-dollar {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.fa-search-dollar::before {
    content: "\f002" !important;
}
.far.fa-search-dollar,
.fal.fa-search-dollar,
.fas.fa-search-dollar {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.fa-file-invoice-dollar::before {
    content: "\f571" !important;
}
.fa-hand-holding-usd::before {
    content: "\f4c0" !important;
}
.fa-money-check-alt::before,
.fa-money-check::before {
    content: "\f53d" !important;
}

.fa-arrow-alt-up::before {
    content: "\f062" !important;
}
.fa-arrow-alt-down::before {
    content: "\f063" !important;
}
.fa-arrow-alt-left::before {
    content: "\f060" !important;
}
.fa-arrow-alt-right::before {
    content: "\f061" !important;
}

.far.fa-pencil,
.fal.fa-pencil,
.far.fa-pencil-alt,
.fal.fa-pencil-alt,
.far.fa-trash-o,
.fal.fa-trash-o {
    font-weight: 900 !important;
}

.fa, .fas, .far, .fal {
    font-family: "Font Awesome 5 Free" !important;
}
.fa, .fas, .fal {
    font-weight: 900 !important;
}
.far {
    font-weight: 400 !important;
}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

.plan-badge-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #dbae0a;
    color: #dbae0a !important;
    background: transparent;
    margin: 0 5px;
    vertical-align: middle;
    line-height: 1;
}
.plan-badge-circle > i {
    color: inherit !important;
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
}
.plan-badge-circle.is-invest {
    border-color: #c0392b;
    color: #c0392b !important;
}
.plan-badge-circle.is-homeshop {
    border-color: #27ae60;
    color: #27ae60 !important;
}

i.fa-user-alt-slash,
.far.fa-user-alt-slash,
.fal.fa-user-alt-slash,
.fas.fa-user-alt-slash {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
i.fa-user-alt-slash::before,
.far.fa-user-alt-slash::before,
.fal.fa-user-alt-slash::before,
.fas.fa-user-alt-slash::before {
    content: "\f506" !important;
}

i.fa-envelope-open-text,
.far.fa-envelope-open-text,
.fal.fa-envelope-open-text,
.fas.fa-envelope-open-text {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
i.fa-envelope-open-text::before,
.far.fa-envelope-open-text::before,
.fal.fa-envelope-open-text::before,
.fas.fa-envelope-open-text::before {
    content: "\f2b6" !important;
}

i.fa-badge-dollar,
.far.fa-badge-dollar,
.fal.fa-badge-dollar,
.fas.fa-badge-dollar {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: relative !important;
    display: inline-block !important;
    line-height: 1 !important;
}
i.fa-badge-dollar::before,
.far.fa-badge-dollar::before,
.fal.fa-badge-dollar::before,
.fas.fa-badge-dollar::before {
    content: "\f0a3" !important;
}
i.fa-badge-dollar::after,
.far.fa-badge-dollar::after,
.fal.fa-badge-dollar::after,
.fas.fa-badge-dollar::after {
    content: "$" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    font-size: 0.48em !important;
    color: #ffffff !important;
    line-height: 1 !important;
    pointer-events: none !important;
}

.paging {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px !important;
    padding: 18px 0 14px 0 !important;
    flex-wrap: wrap;
    text-align: center;
}
.paging a,
.paging .pg-btn-disabled,
.paging .pg-indicator {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    user-select: none;
    transition: transform 0.12s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.paging a {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #42318c !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}
.paging a:hover {
    background: #ffffff !important;
    color: #1a1a1a !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}
.paging .pg-btn-disabled {
    background: rgba(255, 255, 255, 0.20) !important;
    color: rgba(255, 255, 255, 0.55) !important;
    border: none !important;
    cursor: not-allowed;
}
.paging .pg-indicator {
    background: #ffffff !important;
    color: #42318c !important;
    min-width: 80px;
    border: none !important;
    height: 44px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    cursor: default;
}

.table-btn {
    display: inline-block;
    padding: 2px 2px;
    margin: 2px 5px;
    color: #831E2F;
    cursor: pointer;
    font-size: 18px;
}

.table-btn:hover {
    color: #f6ce3b;
}

.table-btn-red {
    color: #e74c3c;
}

.table-btn-red:hover {
    color: #c0392b;
}

.table-btn-2 {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 50px;
    padding: 8px 0;
    margin: 10px 5px;
    color: #27ae60;
    background: #ffffff99;
    border: solid 2px #27ae60;
    cursor: pointer;
    font-size: 18px;
    border-radius: 12px;
    box-sizing: border-box;
}

.table-btn-2:hover {
    color: #2ecc71;
    border: solid 2px #2ecc71;
}

.table-btn-red-2 {
    color: #e74c3c;
    border: solid 2px #e74c3c;
}

.table-btn-red-2:hover {
    color: #c0392b;
    border: solid 2px #c0392b;
}

.copyright {
    padding: 15px 10px;
    font-size: 10pt;
    font-weight: 300;
}

@media screen and (max-width: 1180px) {
    .sign_holder .sign_img_box .img_box {
        margin-left: 5%;
        margin-top: 50%;
    }

    .news_item .item {
        width: calc(50% - 25px);
        max-width: 500px;
    }

    .news_item .item .news_img {
        max-width: 500px;
    }

    .sign_holder .sign_img_box .img_box .h1 {
        font-size: 20pt;
    }
}

@media screen and (max-width: 1000px) {
    .post_box {
        width: 50% !important;
    }

    .state_holder .col3 {
        width: calc(100% - 5px);
        margin: 10px 0;
    }
}

@media screen and (max-width: 1000px) {
    .post_box {
        width: 50% !important;
    }

    .state_holder .col3-pony {
        width: calc(100% - 5px);
        margin: 10px 0;
    }
}

@media screen and (max-width: 950px) {
    .header .menu_holder {
        display: none;
    }

    .side_menu_bars {
        display: inline-block;
        vertical-align: top;
    }

    .header .site_logo .site_name {
        font-size: 18pt;
        margin-left: 5px;
    }
}

@media screen and (max-width: 850px) {

    .news_box .item_left .news_item .item {
        display: block;
        width: calc(100% - 20px);
        background: #d9e6ef;
        text-align: left;
        padding: 10px;
        height: 90px;
    }

    .news_box .item_left .news_date {
        text-align: left;
        margin-left: 28px;
    }

    .news_box .item_right .news_date {
        margin-left: 10px;
    }

    .news_box .item_left .news_item .item .box_chev {
        float: left;
        left: -20px;
        top: 28%;
    }

    .news_box .item_left .news_item .item img {
        position: relative;
        left: -14px;
    }

    .news_box .item_right .news_item .item img {
        left: -20px;
    }

    .service_Holder .service_item {
        width: calc(50% - 52px);
    }

    .news_box .item_right .news_item {
        float: none;
        width: calc(100% - 5px);
    }

    .news_box .item_left .news_item {
        width: calc(100% - 44px);
        border-left: 5px solid #e6e8ff;
        border-right: none;
        padding: 10px 5px;
    }

    .news_box .item_left .news_item .item {
        display: block;
        width: calc(100% - 20px);
        background: #d9e6ef;
        text-align: left;
        padding: 10px;
        height: 90px;
    }

    .news_box .item_left .news_date {
        text-align: left;
        margin-left: 28px;
    }

    .news_box .item_right .news_date {
        margin-left: 10px;
    }

    .news_box .item_left .news_item .item .box_chev {
        float: left;
        left: -20px;
        top: 28%;
    }

    .news_box .item_left .news_item .item img {
        position: relative;
        left: -14px;
    }

    .news_box .item_right .news_item .item img {
        left: -20px;
    }

    .footer .col3 {
        width: calc(100% - 10px);
    }

    .archive_box .right,
    .archive_box .left {
        display: block;
        width: calc(100% - 10px);
        margin-left: 0;
    }

    .chart_holder .chart_header {
        display: none;
    }

    .chart_holder .chart_row .t_title {
        display: inline-block;
        margin-left: 0;
        margin-right: 10px;
        width: 110px;
    }

    .chart_holder .chart_row .t_text {
        display: inline-block;
        font-size: 14px;
        width: calc(100% - 125px);
        border: none;
        font-weight: 300;
    }

    .not_web {
        display: none !important;
    }

    .chart_holder .chart_row div {
        display: block;
        width: 100% !important;
        margin-bottom: 5px;
    }

    .sign_holder .sign_img_box {
        display: none;
    }

    .sign_holder .sign_box {
        display: block;
        width: 85%;
    }

    .sign_holder .sign_box .site_logo {
        height: 150px;
        padding-top: 40px;
        margin: 0 auto;
        background-image: url("../img/bg-1.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        color: #fff;
    }

    .sign_holder .sign_box .site_logo .site_name {

        font-size: 18pt !important;
    }

    .sign_holder .sign_box .site_logo img {
        width: 70px;
        height: 70px;
    }

    .chart_holder .chart_row .t_text .description_hide {
        display: block;
    }

    .chart_holder .chart_row .t_text .description_full {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .news_item .item {
        width: calc(100% - 10px);
        max-width: 500px;
    }

    .news_item .item .news_img {
        max-width: 500px;
    }

    .h1 {
        font-size: 20pt;
    }

    .box_image_page .site_title .title {
        font-size: 35pt;
    }

    .post_box {
        width: 100% !important;
    }

    .post_text {
        width: calc(100% - 5px);
    }

    .post_title .post_date {
        display: block;
    }

    .post_title .h3 {
        width: 100%;
        font-size: 16pt;
    }

    .activity_box .activity_num {
        font-size: 26pt;
    }

    .activity_box .activity_date {
        font-size: 12pt;
    }

    .activity_box .activity_date span {
        font-size: 20pt;
    }
}

@media screen and (max-width: 510px) {
    .header .site_logo .site_name {
        display: none;
    }

    .box_image_slider,
    .box_image_slider img {
        height: 300px;
    }

    .chart_holder .heads .h4 {
        font-size: 12pt;
    }
}

@media screen and (max-width: 450px) {
    .service_Holder .service_item {
        width: calc(100% - 5px);
        display: block;
        margin: 20px auto;
    }

    .box_image_page .site_title .title {
        font-size: 25pt;
    }

    .header .login_icon {
        width: 70px;
    }

    .header .login_icon span {
        display: none;
    }

    .hide_panel_menu {
        width: calc(100% - 45px);
    }

    .sign_holder .sign_box .site_logo {
        padding-top: 0px;
        height: 80px;
    }

    .sign_holder .sign_box .site_logo .site_name {
        font-size: 18pt;
    }

    .sign_holder .sign_box .site_logo img {
        width: 80px;
        height: 80px;
    }

    .header .site_logo img {
        width: 50px;
        height: 50px;
    }
}

.borderregister {
    border: 2px solid #9990ac;
    border-radius: 25px;
    padding-left: -3px;
    margin-left: 15px;
    color: black;
    margin-right: 15px;
    margin-bottom: 5px;
}

.hh-grayBox {
    background-color: #F8F8F8;
    margin-bottom: 20px;
    padding: 35px;
    margin-top: 20px;
}

.pt45 {
    padding-top: 45px;
}

.order-tracking {
    text-align: center;
    width: 16.33%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0px solid #AFAFAF;
    background-color: #f7be16;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #AFAFAF;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: #27aa80;
    border-width: 0px;
    background-color: #27aa80;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.order-tracking p {
    color: white;
    font-size: 11px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 11px;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: '';
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #f7be16;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #27aa80;
}

.container-tracking {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row-tracking {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.justify-content-between-tracking {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.col-12-tracking {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px;
    padding: 2px !important;
    border-radius: 19px;
    margin-top: -5px;
    margin-bottom: 4px;
    background-color: #513666 !important;
}

.pt45-tracking {
    padding-top: 45px;
}

.icon-tracking {
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.required {
    color: red;
    margin-left: 5px;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.content {
    padding: 0 18px;

    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #ebedef;
}

.withdrawal_newline {
    display: block;
    width: calc(100% - 5px);
    margin-top: 10px;
    padding-top: 10px;
    border-top: dashed 1px #5d5d5d55;
}

.activetab {
    display: inline-block;
    color: #bdb5b5;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    background: #fff;
    color: #808080;
    opacity: 1;
    border: groove;
    border-bottom: none;

    border-radius: 1px;
    color: black !important;
    font-size: 15px !important;
    width: 160px;
    text-align: center;
}

.in-activetab {
    display: inline-block;
    cursor: pointer;
    color: #bdb5b5;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    background: #fff;
    color: #808080;
    border: groove;
    background: #f2f2f2;
    color: black !important;
    font-size: 15px !important;
    border-color: white;
    width: 160px;
    text-align: center;
}

.product_description {
    display: block !important;
    float: unset !important;
    max-width: fit-content;
}

.prouct_desc_show {
    background-color: #ebf1c6 !important;
    display: inline-block;
    border-radius: 8px;
    margin-top: 5px;
    overflow-y: scroll !important;
    overflow: auto;
}

.div_lableWithValue {
    display: block;
    width: calc(100%);
    margin: 10px auto;
    font-weight: 400;
    text-align: justify;
    text-align: center;
}

.div_lableWithValue_value {
    margin: 10px auto;
    padding: 15px 20px;
    font-family: 'poppins', Arial;
    color: #9e9e9e;
    border: groove;
    border: none;
}

.lable_value {
    display: unset;
    margin: 20px 0 10px 0;
    font-weight: 400;
    text-align: justify;
}

.div_holder_lable_value {
    display: inline-block;
}

.profile_value {
    margin: 20px 0 10px 0;
}

.icon-transfer {
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-bell-style {
    color: green;
}

.chart_holder .chart_row_homeshope:nth-child(2n + 1) {
    background: #eeeff5;
    color: #0e0435;
}

@font-face {
    font-display: swap;
    font-family: 'HomeShopAddressFont';

    src: url('../fonts/fa/woff2/IRANSansWeb.woff2') format('woff2'),
        url('../fonts/fa/woff/IRANSansWeb.woff') format('woff'),
        url('../fonts/fa/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'poppins';

    src: url('../../fonts/fa/woff2/IRANSansWeb.woff2') format('woff2'),
        url('../../fonts/fa/woff/IRANSansWeb.woff') format('woff'),
        url('../../fonts/fa/ttf/IRANSansWeb.ttf') format('truetype');
}

.addressInfoHomeShop {
    font-family: 'HomeShopAddressFont' !important;
}

.circlePlanPercent {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 10px;
    background: #91f3bd;
    ;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font: 15px Arial, sans-serif;
}

.homeshopOrders {
    background-color: #e4e6eb;
    border-radius: 7px;
}

.chat_text {
    text-align: start !important;
    unicode-bidi: plaintext !important;
}

.datalist_style {
    display: inline-block;
    min-width: 250px;
    padding: 10px 20px;
    font-family: 'poppins', Arial;
    font-size: 11pt;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
    border: groove;
}

.logo-panel {
    height: 40px;
}

.btn-back-menu {
    float: right;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

@media screen and (max-width: 978px) {
    .special-title {
        font-size: 12px !important;
    }

    .newProduct_icon {
        right: -10px;
        top: -11px;
        float: right;
        height: 133px;
        position: absolute;
        z-index: 1;
        height: 70px;
    }

    .newticket_icon {
        right: -10px;
        top: -11px;
        float: right;
        height: 133px;
        position: absolute;
        z-index: 1;
        height: 70px;
    }

    .container {
        width: calc(100% - 11px);

        margin: auto;
        font-size: 12pt;
    }
}

.alet-special {
    font-family: 'HomeShopAddressFont' !important;
    unicode-bidi: plaintext !important;
    overflow-y: auto;
    max-height: 250px;
}

.text_special {
    display: contents !important;
}

.title-menu-active {
    margin-top: 8px;
    padding: 2px 10px;
    background-color: green;
    font-weight: bold;
}

.title-menu-inactive {
    margin-top: 8px;
    padding: 2px 10px;
    font-weight: bold;
}

@media screen and (max-width: 450px) {
    .sign-in-title {
        font-size: 10pt;
    }
}

@media screen and (min-width: 451px) {
    .sign-in-title {
        font-size: 14pt;
    }
}

.giftcard {
    width: 466px !important;
    height: 255px !important
}

.giftcard-img {
    height: 44px;
    left: -6px;
    top: -4px;
    bottom: -3px;
    float: left;
    height: 73px;
    position: absolute;
    z-index: 1;
    width: 102%;
    height: 103%;
}

.gift-card-userid {

}

.gift-card-logo {
    height: 64px;
    float: left;
    margin-left: -6px;
}

@media screen and (max-width: 545px) {
    .icon-tracking {
        width: 55px;
        height: 55px;
        margin-right: 15px;
    }

    .order-tracking p {
        color: white;
        font-size: 8px;
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 20px;
    }

    .order-tracking p span {
        font-size: 11px;
    }

    .giftcard {
        width: 98% !important;
        height: 255px !important
    }

    .gift-card-title {
        font-size: 13pt !important;
    }

    .giftcard-icon {
        display: none !important;
    }

    .gift-card-logo {
        height: 46px;
        float: left;
        margin-left: -6px;
    }
}

@media screen and (min-width: 851px) {
    .style-product_title {
        float: left;
        align-items: center;
        margin-right: 10px;
        padding: 0px 0px;

        border-radius: 5px;

        padding: 0px 12px;
        text-align: left;
        width: 90%;
    }

    .style-product_id {

        margin-right: 10px;
        padding: 0px 0px;
        background-color: #98b47e;
        border-radius: 5px;
        max-width: fit-content;
        padding: 0px 12px;
        display: inline-block !important;
    }

    .collapsible {
        background-color: #4b378b;
        color: white;
        cursor: pointer;
        padding: 6px 5px;

        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        border-radius: 9px;
        float: right;

        margin-top: 30px;
    }

    .video-withdrawal {
        width: 60% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 850px) {
    .style-product_title {
        align-items: center;
        margin-right: 10px;
        padding: 0px 0px;

        border-radius: 5px;

        padding: 0px 12px;
        text-align: left;
        width: 90%;
    }

    .style-product_id {

        margin-right: 10px;
        padding: 0px 0px;
        background-color: #98b47e;
        border-radius: 5px;
        max-width: fit-content;
        padding: 0px 12px;
        display: inline-block !important;
    }

    .collapsible {
        background-color: #4b378b;
        color: white;
        cursor: pointer;
        padding: 6px 5px;

        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        border-radius: 9px;
        float: right;

        margin-top: 5px;
    }

    .video-withdrawal {
        width: 100% !important;
        height: auto !important;
    }

    .special-img {
        margin-bottom: 21px !important;
    }
}

.off-product {
    text-decoration: line-through;
    text-decoration-color: red;
}

.off-product-finalprice {
    color: green;
}

@media screen and (max-width: 545px) {
    .video_holder {
        width: 100%;
        height: auto;
        text-align: center;

    }

    .video {
        width: 100% !important;
        ;
        height: auto;
    }
}

@media screen and (min-width: 546px) {
    .video_holder {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .video {
        width: 70% !important;
        ;
        height: auto;
    }

    .newticket_icon {
        right: -11px;
        top: -11px;
        float: right;
        height: 90px;
        position: absolute;
        z-index: 1;
    }
}

.price-in-alert {
    background-color: #adddad;
    border-radius: 10px;
    padding: 0px 8px;
}

.remove-productbtn {
    display: inline-block !important;
    display: block;
    text-align: center;

    padding: 8px 3px;

    color: #e74c3c;
    background: #ffffff99;
    border: solid 2px #e74c3c;
    cursor: pointer;
    font-size: 14px;
    border-radius: 12px;
    box-sizing: border-box;
}

.remove-productbtn-text {
    padding: 0px 10px;
    font-family: 'poppins', Arial !important;
}

.nextstep-productbtn {
    display: inline-block !important;
    display: block;
    text-align: center;

    padding: 8px 5px;

    color: #27ae60;
    background: #ffffff99;
    border: solid 2px #27ae60;
    cursor: pointer;
    font-size: 14px;
    border-radius: 12px;
    box-sizing: border-box;
    margin-right: 25px;
}

@media screen and (max-width: 545px) {
    .nextstep-productbtn {
        display: inline-block !important;
        display: block;
        text-align: center;

        padding: 8px 5px;

        color: #27ae60;
        background: #ffffff99;
        border: solid 2px #27ae60;
        cursor: pointer;
        font-size: 14px;
        border-radius: 12px;
        box-sizing: border-box;
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .tab-product {
        display: inline-block;
        vertical-align: middle;
        font-size: 16pt;
        padding: 0px 10px;
        color: #42318c;
        font-weight: 600;
        height: 71px;
    }

    .discount5-gift-img {
        height: 160px;
        margin-bottom: -2px;
        margin-left: 5px;
        border-radius: 10px;
    }

    .discount5-gift-img-holder {
        text-align: center;
    }

    .prduct-icon-zoom-gallery {
        position: relative;
        display: block;
        text-align: center;
        font-size: 20px;
        width: 20px;
        top: -60px;
        margin-left: 69px;
        margin-top: -26px;
    }
}

@media screen and (min-width: 546px) {
    .tab-product {
        display: inline-block;
        vertical-align: middle;
        font-size: 16pt;
        padding: 0px 10px;
        color: #42318c;
        font-weight: 600;
        height: 49px;
    }

    .discount5-gift-img {
        height: 185px;
        margin-bottom: -2px;
        margin-left: 5px;
        border-radius: 10px;
    }

    .discount5-gift-img-holder {
        text-align: center;
    }

    .prduct-icon-zoom-gallery {
        position: relative;
        display: block;
        text-align: center;
        font-size: 20px;
        width: 20px;
        top: -60px;
        margin-left: 69px;
        margin-top: -26px;
    }
}

@media screen and (max-width: 911px) {
    .chart_holder .chart_header span {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
    }
}

@media screen and (min-width: 912px) {
    .chart_holder .chart_header span {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }
}

.btn-showdetails:hover {
    color: #ecf0f1;
    background: #74202f;
}

.btn-showdetails {
    padding: 3px 7px !important;
    margin: -2px 32px !important;

    font-weight: bold;
    background: #e1c116;
    color: #252322;
    border-radius: 6px;
}

.status-delivered {
    background-color: #a3e7a3;
    border-radius: 10px;
    padding: 3px 10px;
}

.tag-withtext {
    color: #c0392b;
    cursor: pointer;
    padding: 5px;
    font-size: 19px;
}

.search-productbtn {
    display: inline-block !important;
    display: block;
    text-align: center;

    padding: 8px 5px;

    color: black;
    background: #febd69;
    border: solid 2px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 12px;
    box-sizing: border-box;
    margin-right: 5px;
}

.search-productbtn-text {
    padding: 0px 10px;
    font-family: 'poppins', Arial !important;
}

.sort-productbtn-text {
    padding: 0px 10px;
    font-family: 'poppins', Arial !important;
}

.remove-search-productbtn {
    display: inline-block !important;
    display: block;
    text-align: center;

    padding: 5px 5px;

    color: #e34040;
    background: white;
    border: solid 2px #e9dede;
    cursor: pointer;
    font-size: 14px;
    border-radius: 12px;
    box-sizing: border-box;
    margin-right: 5px;
    height: 25px;
}

.holder-search-product {
    width: 50%;
    float: left;
}

.holder-sort-product {

}

.select-sort-produt {
    padding: 0px 4px;
    margin-bottom: 0px;
    border: unset;
    height: 31px;
}

@media screen and (max-width: 911px) {
    .search-productbtn-text {
        display: none;
    }
}

@media screen and (max-width: 830px) {
    .holder-search-product {
        width: 100%;

        margin-bottom: 10px;
    }

    .select-sort-produt {
        padding: 0px 4px;
        margin-bottom: 0px;
        border: unset;
        height: 31px;
        min-width: 206px !important;

    }

    .holder-sort-product {
        width: 100%;

    }
}

.btn-alert {
    display: inline-block;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12pt;
    text-align: center;

    cursor: pointer;
    background: #F5F5DC;
    border: solid 1px #1c1a1a;
    padding: 6px 23px 2px 22px !important;
}

.btn-alert:hover {
    background: #e7e776;
}

.homeshop_product_guide {
    width: 53%;
}

.login-background {
    background: url(background_login.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.star-english {
    color: red;
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 4px;
  }