@charset "utf-8";

/* 
html,
body,
div,
input,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
option,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
}

body {
    direction: ltr;
    font-family: 'poppins', Arial;
    font-size: 12pt;
    background: #ffffff;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
    color: #002249;
    cursor: context-menu;
} */
/* body {
    direction: ltr;
    font-family: 'poppins', Arial;
    font-size: 12pt;
    background: #ffffff;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
    color: #002249;
    cursor: context-menu;
} */
.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);
    /* max-width: 1366px; */
    margin: auto;
    font-size: 12pt;
}


.b_white {
    background: #fff !important;
}

.clear {
    clear: both;
}

/* a {
    cursor: pointer;
    text-decoration: none;
    color: #252b4d;
} */

/* a:hover {
    color: #525faa;
} */

.off {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -10000;
}

input[type=text],
input[type=password],
select,
textarea {
    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;
}

.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% - 100px);
    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% - 100px);
    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;
    margin-left: 8% !important;
    font-weight: bold;
    color: #002249;
}

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: #dc677a;
}

.btn-dark-blue:hover {
    color: #ecf0f1;
    background: #7c1224;
}

.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: #002249;
}

.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;
    /* text-shadow: 0 0 4px #0a0a0a; */
    font-weight: 600;
}

.h5 {
    display: block;
    color: white;
    /* text-shadow: 0 0 4px #0a0a0a; */
    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-duration: 1.6s; */
    /* animation-delay: 0.7s; */
    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 {
    /* animation-name: cloud_animation1;
    animation-duration: 1.4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse; */
}

.cloud_animate2 {
    /* animation-name: cloud_animation2;
    animation-duration: 1.4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse; */
}

.cloud_animate3 {
    /* animation-name: cloud_animation3;
    animation-duration: 1.4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse; */
}

@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: block;
    padding: 8px 4px;
    background: #d95701;
    color: #ffffff;
}

.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%;
    height: 100vh;
    background-color: #c7c5ef;
}

.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;
    /* margin: 70px; */
}

.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% - 100px);
    margin: 10px auto;
}

.sign_holder .sign_box .sign_form_box .sign_input {
    display: block;
    width: calc(100% - 100px);
    margin: 10px auto;
    border-bottom: 1px solid #f1f3ff;
    border-left: none;
    border-right: none;
    border-top: none;
    /* box-shadow: 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: 35px;
    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;
}

.paging a {
    padding: 10px 10px;
    color: #5578eb;
}

.paging a:hover {
    color: #0f9af0;
}

.paging .active {
    cursor: context-menu;
    color: #42318c !important;
    border: 2px solid #111212;
    /* border: 2px solid red; */
    background-color: #FFFFFF;
    height: 100px;
    border-radius: 50%;

}

.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: 3px;
    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: 100%;
    }

    .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 {
        /* color: #fff; */
        font-size: 28pt;
    }

    .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;
}

/* .active,
.collapsible:hover {
    background-color: #6855a3;
} */

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* .active:after {
    content: "\2212";
} */

.content {
    padding: 0 18px;
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #b3b6bf;
}

.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;
    /* padding-bottom: 17px; */
    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-family: 'HomeShopAddressFont';
    /* url("../img/bg-4.jpg") */
    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-family: 'poppins';
    /* url("../img/bg-4.jpg") */
    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);
        /* max-width: 1366px; */
        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 {
    /* display: unset!important; */
}

.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;
        /* background-color: #98b47e; */
        border-radius: 5px;
        /* max-width: fit-content; */
        padding: 0px 12px;
        text-align: left;
        width: 90%;
    }

    .style-product_id {
        /* float: left; */
        /* align-items: center; */
        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;
        /* width: 100%; */
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        border-radius: 9px;
        float: right;
        /* height: 49px; */
        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;
        /* background-color: #98b47e; */
        border-radius: 5px;
        /* max-width: fit-content; */
        padding: 0px 12px;
        text-align: left;
        width: 90%;
    }

    .style-product_id {
        /* align-items: center; */
        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;
        /* width: 100%; */
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        border-radius: 9px;
        float: right;
        /* height: 49px; */
        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;
    /* width: 89%; */
    /* max-width: 50px; */
    padding: 8px 3px;
    /* margin: 10px 5px; */
    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;
    /* width: 89%; */
    /* max-width: 50px; */
    padding: 8px 5px;
    /* margin: 10px 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;
        /* width: 89%; */
        /* max-width: 50px; */
        padding: 8px 5px;
        /* margin: 10px 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;
    /* padding: 1px 8px; */
    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;
    /* width: 89%; */
    /* max-width: 50px; */
    padding: 8px 5px;
    /* margin: 10px 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;
    /* width: 89%; */
    /* max-width: 50px; */
    padding: 5px 5px;
    /* margin: 10px 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 {
    /* width: 52%; */
    /* float: left; */
}

.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%;
        /* float: left; */
        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%;
        /* float: left; */
    }
}
.btn-alert {
    display: inline-block;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12pt;
    text-align: center;
    /* color: #fff; */
    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.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}