@charset "UTF-8";
.header-account {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end
}

.header-account .account {
    background-color: #2f55d4;
    padding: 6px 15px;
    border-radius: 3px;
    color: #fff;
    margin-left: 1rem;
    transition: 0.2s;
    text-decoration: none
}

.header-account .account.account-register {
    background-color: #e41645
}

.header-account .account:hover {
    opacity: 0.8
}

@media (max-width: 991px) {
    .header-account {
        padding-top: 12px;
        justify-content: center
    }

    .header-account a {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header-account a.account-register {
        margin-left: 12px !important
    }
}

form .text-danger {
    margin-top: 5px;
    display: block;
    color: #e85347;
    font-size: 12px;
    font-style: italic
}

.logo-img-lg {
    max-height: 100px
}

@media (max-width: 1200px) and (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul > li > a {
        padding: 0 0.5rem
    }
}


.nk-menu-toggle:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-size: 14px
}

[class*=dropdown-indicator]:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-size: 12px
}

.list-img {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px
}

.list-img img {
    width: 100%
}

.list-img .item {
    padding: 0 10px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .list-img {
        flex-direction: column
    }
}

.loading-page {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b368c;
    transition: 0.2s
}

.loading-page.active {
    z-index: 999999999;
    visibility: visible;
    opacity: 1;
    pointer-events: inherit
}

@media (max-width: 991px) {
    .loading-page {
        font-size: 42px
    }
}

.container-custom {
    max-width: 1600px;
}

.table-service table {
    font-size: 15px;
    min-width: 700px;
}

.table-service a {
    color: #3b368c;
    text-decoration: underline;
}


.table-service thead th:first-child {
    min-width: 300px;
}

.table-service thead th:nth-child(3) {
    width: 600px;
    min-width: 450px;
}

.table-service thead th {
    white-space: nowrap;
}

@media (max-width: 1450px) {
    .table-service thead th:nth-child(3) {
        width: 450px;
    }

    .table-service {
        font-size: 14px;
    }
}

.desc-service .ct {
    display: none;
}

@media (max-width: 991px) {
    .header-section .header-wrapper .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        padding: 0 15px;
    }
}

.account-form [disabled] {
    opacity: .7;
    cursor: not-allowed;
}

.payment-refund ol {
    counter-reset: item;
}

.payment-refund ol li {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.payment-refund ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}

.payment-refund .privacy-item > ol {
    padding-left: 24px;
}

.payment-refund .privacy-item > ol > li:before {
    font-size: 22px;
}

.payment-refund .privacy-item > ol > li .title {
    line-height: 1.34;
}

.payment-refund ol {
    margin-bottom: 25px;
}

.payment-refund .privacy-item .title {
    margin-bottom: 20px;
}

/*header.header-section.header-cl-black .menu.active:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    max-height: calc(100vh - 130px);*/
/*    z-index:0;*/
/*    background-color: #fff;*/
/*    overflow-y: auto;*/
/*    -webkit-transition: all ease 0.3s;*/
/*    -moz-transition: all ease 0.3s;*/
/*    transition: all ease 0.3s;*/
/*    -webkit-transform: scaleY(0);*/
/*    -ms-transform: scaleY(0);*/
/*    transform: scaleY(0);*/
/*    transform-origin: top;*/
/*}*/
.header-section.header-cl-black .header-wrapper .menu.active {
    overflow: inherit !important;
}

.header-section.header-cl-black .header-wrapper .menu.active:before {
    position: absolute;
    z-index: -1;
    top: -100px;
    left: 0;
    width: 100%;
    content: '';
    background-color: #fff;
    height: 100px;
}
.header-section .header-wrapper .logo,.header-bar,.header-section .header-right{
    z-index: 999;
}
