.iq-sidebar-menu .iq-menu li a i {
    font-size: 22px;
}

.font-18 {
    font-size: 16px;
    font-weight: 300;
}

.header-title {
    font-size: 18px;
}
.has-error .form-control {
    border-color: #ff4b4b8a !important;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.sidebar {
    padding-bottom: 5px;
}
.adds-on-form {
    box-shadow: 5px 1px 25px -4px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: 5px 1px 25px -4px rgb(0 0 0 / 9%);
    -moz-box-shadow: 5px 1px 25px -4px rgba(0, 0, 0, 0.61);
    background: #ffffff !important;

}
.pd-fourblock {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pd-fourblock-one {
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.minical > li > article > section > table > tbody > tr{
    height: 0.2rem !important;
    border-bottom: none !important;
}
.datepicker-table > tbody> tr{
    height: 0.2rem !important;
}
#birthdate-picker-content > table > tbody > tr:nth-child(1)
.sidebar-default .iq-sidebar-menu .iq-menu li.active .iq-submenu li.active > a {
    color: #009553;
    /* background-color: #f5f5f5; */
    border: 8px;
    font-weight: bold;
}

.font-size-header-four {
    font-size: 20px;
}

.iq-top-navbar {
    width: 100%;
}

.iq-icon-box-3 {
    height: 55px !important;
    width: 55px !important;
    line-height: 55px;
    text-align: center;
    margin-right: 10px;
    font-size: 26px;
}

@media (max-width: 767px) {
    .text-center-mobile {
        text-align: center;
    }
}

@media (max-width: 800px) {
    .font-responsive-header-table {
        font-size: 20px !important;
    }
}

@media (max-width: 714px) {
    .font-responsive-header-table {
        font-size: 18px !important;
    }
}

.body-list {
    margin-top: 20px;
    font-size: 16px;
}

.slide-four {
    top: 5px !important;
}

.card .card-header {
    padding: 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.bg-info-or {
    background: linear-gradient(to bottom right, #fe6f1a82 0%, #fe6f1a 100%) !important;
    box-shadow: 0 5px 10px #ffa97c9c;
    color: #fff;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.badge-primary {
    background-color: #00cca9 !important;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #fe711b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #fe711b;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.btn-green {
    color: #43d396;
}

/* ---------index.html------------ */

.welcome-text {
    font-size: 24px;
}

.bg-primary-light {
    color: #FEA725 !important;
    background-color: rgb(255 142 30 / 27%) !important;
}

.table-responsive {
    display: table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 509px) {
    .button-respon-table {
        width: 120px;
        height: 40px !important;
        position: relative !important;
        top: 20px;
    }

    .button-respon-table-3 {
        width: 120px;
        height: 40px !important;
        position: relative !important;
        top: 10px;
    }

    .button-respon-table-2 {
        width: 120px;
        height: 40px !important;
        position: relative !important;
        top: 30px;
    }
}

.button-respon-table-2 {
    width: 120px;
    height: 40px;
    position: static;
}

.button-respon-table-3 {
    width: 120px;
    height: 40px;
    position: static;
}

.button-respon-table {
    width: 120px;
    height: 40px;
    position: static;
}

@media (max-width: 767px) {
    .scroll {
        height: auto !important;
        overflow-y: scroll;
    }
}

@media (max-width: 800px) {
    .hide-desktop {
        display: block !important;
    }
}

@media (max-width: 479px) {
    .ex1 {
        /* background-color: lightblue; */
        height: auto !important;
        width: 200px;
        overflow-y: scroll;
    }

    .btn-viewAll {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .scroll {
        height: 60px;
        overflow-y: scroll;
    }
}

.hide-desktop {
    display: none;
}

.scroll {
    height: 40px;
    overflow-y: scroll;
    margin-top: 10px;
}

.welcome-text-name {
    color: #56C596;
    font-weight: 700;
}

.welcome-dashboard {
    font-weight: bold;
}

.block-4-dashboard {
    font-weight: 600;
}

.cursor-point {
    cursor: pointer;
}

.block-1-dashboard {
    width: 30px;
    height: 30px;
    text-align: center;
    align-self: center;
    position: relative;
    border-radius: 8px;
    background-color: #c1f3e8;
    border-color: #c1f3e8;
    color: #209f84;
    border-radius: 5px;
}

.name-acc {
    color: #56C596;
    font-weight: bold;
    font-size: 16px;
}

.font-bold {
    font-weight: bold;
}

.lineheight-acc {
    line-height: 1.8;
}

.text-bold {
    font-weight: bold;
}

.num {
    font-size: 32px;
    font-weight: bold;
    color: #00cca9;
}

.wrapper-menu {
    color: #fff;
}

.card-body-table {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.iq-sidebar-menu .iq-menu li a span {
    white-space: break-spaces;
}

@media (max-width: 1550px) {
    .body-list {
        font-size: 15px;
    }

    #show_account_name {
        font-size: 15px;
    }

    #show_account_number {
        font-size: 15px;
    }
}

@media (max-width: 350px) {
    .card-body-table {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 767px) {
    .card-body-table {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .card .card-header {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 991px) {
    .iq-top-navbar .navbar-toggler {
        color: #229f83;
        background: #c1f2e8;
        border: none;
        padding: 7px 10px 3px;
        border-radius: 5px;
        font-size: 24px;
    }
}

@media (max-width: 1532px) {
    .body-list {
        font-size: 16px;
    }

    .round-bank {
        border-radius: 100%;
        width: 50px;
    }
}

.round-bank {
    width: 45px;
}

.round-bank {
    border-radius: 100%;
}

.margin-bottom-card-four {
    margin-bottom: 15px !important;
}

.iq-sidebar-menu .iq-menu li a i {
    margin-right: 13px !important;
}

.bank-center {
    align-self: center;
    padding: 5px !important;
    text-align: center;
}

.iq-sidebar-menu .iq-menu li a .iq-arrow-right {
    margin-right: 0px !important;
}

@media (max-width: 1200) {
    .bank-center {
        align-self: center;
        padding: 10px !important;
    }
}

.num-or {
    color: #ff803c;
}

.num-gr {
    color: #49d2b1;
}

.ex1 {
    /* background-color: lightblue; */
    height: 40px;
    width: 200px;
    overflow-y: scroll;
}

.tr-color {
    background-color: #68cb9f;
    color: #fff;
}

.font-white {
    color: #fff !important;
}

.tr-color-modal {
    color: #535f6b;
}

.card .card-header .header-title .card-title {
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .card .card-header .header-title .card-title {
        font-weight: 700;
        line-height: 1.6;
    }
}

.color-heder {
    color: #56C596;
}

.buy {
    color: #e78e09;
    font-weight: lighter;
    text-align: left;
    padding: 3px 10px;
    border-radius: 30px;
}


.waite {
    color: #dd8400;
    text-align: center;
}

.text-center {
    text-align: center;
}

.num-id {
    color: #56C596;
    font-weight: bold;
}

.sidebar-default .iq-sidebar-menu .iq-menu > li.active > a {
    color: #ffffff !important;
    text-decoration: none;
    background: #176eb4;
}

.sidebar-default .iq-sidebar-menu .iq-menu li a[aria-expanded="true"] i.iq-arrow-left {
    color: #229f83;
}

.sidebar-default .iq-sidebar-menu .iq-menu li a:hover {
    color: rgb(4 58 125);
}

.sidebar-default .iq-sidebar-menu .iq-menu li ul a:hover {
    color: #36a68d;
}

a.bg-primary-light:hover,
a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
    color: #fe6f1a !important;
    background-color: rgb(254 111 26 / 47%) !important;
}

.iq-sidebar-menu .iq-menu li a {
    color: #636e79;
}

.iq-sidebar {
    background: #fff;
    color: #fff;
    box-shadow: 2px 0px 8px 5px rgb(0 0 0 / 6%);
}

.bg-info {
    color: #fff !important;
    background: linear-gradient(to bottom right, #54c49373 0%, #00cca9 100%) !important;
    box-shadow: 0 5px 10px #c1f3e6;
}

.round {
    border-radius: 100px !important;
}

/* ---------End index.html------------ */

.dataTables_wrapper {
    margin-top: -25px;
}

@media (max-width: 991px) {
    .dataTables_wrapper {
        margin-top: 25px;
    }
}

/* --------- pay.html------------ */

.hide-mobile {
    display: block;
}

.edit-icon {
    color: #535f6b;
}

.payment-verification {
    color: #e78e09;
    font-weight: lighter;
    text-align: left;
    padding: 3px 10px;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none;
    }

    .payment-verification {
        text-align: center !important;
        display: flex !important;
    }

    .end-consultation {
        text-align: center !important;
        display: flex !important;
    }

    .buy {
        text-align: center !important;
        display: flex !important;
    }

    .cancel-consultation {
        text-align: center !important;
        display: flex !important;
    }

    .in-progress {
        text-align: center !important;
        display: flex !important;
    }
}

@media (max-width: 1024px) {
    .payment-verification {
        display: flex;
    }

    .end-consultation {
        display: flex;
    }

    .buy {
        display: flex;
    }

    .cancel-consultation {
        display: flex;
    }

    .in-progress {
        display: flex;
    }
}

@media (max-width: 1550px) {
    .payment-verification {
        display: flex;
    }

    .end-consultation {
        display: flex;
    }

    .buy {
        display: flex;
    }

    .cancel-consultation {
        display: flex;
    }

    .in-progress {
        display: flex;
    }
}

.info-user-profile {
    border-bottom: 1px solid rgb(0 62 136 / 7%);
    padding: 40px 25px 40px 25px;
}

.end-case {
    color: #e78e09;
    font-weight: lighter;
    text-align: left;
    border-radius: 30px;
}

.text-left {
    text-align: left;
}

.end-consultation {
    color: #00CC6A;
    font-weight: lighter;
    text-align: left;
    padding: 3px 10px;
    border-radius: 30px;
}

.cancel-consultation {
    color: #E10000;
    font-weight: lighter;
    text-align: left;
    padding: 3px 10px;
    border-radius: 30px;
}

.in-progress {
    color: #e88e08;
    font-weight: lighter;
    text-align: left;
    padding: 3px 10px;
    border-radius: 30px;
}

.sidebar-default .iq-sidebar-menu .iq-menu li a[aria-expanded="true"] {
    color: #3fb481;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
    color: #26ae72 !important;
    border: 1px solid #c1f2e8;
    background: #c1f2e8;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
    padding: 3px 10px;
    border-radius: 8px;
    color: #E24C86 !important;
    border: 1px solid #E24C86 !important;
    background: #FEF9FB !important;
}

.status1 {
    color: #e78e09;
}

.status2 {
    color: #52af83;
}

.status3 {
    color: #7b00c7;
}

.status4 {
    color: #E10000;
}

.status5 {
    color: #cdbf07;
}

.status6 {
    color: #7a3232;
}

.status7 {
    color: #000;
}

.status8 {
    color: #d37255;
}

.status9 {
    color: #ad0000;
}

.status10 {
    color: #08917e;
}

.status11 {
    color: #e78e09;
}

.status12 {
    color: #099af1ee;
}

.status13 {
    color: #00CC6A;
}

/* ---------End pay.html------------ */
/* --------- forget.html------------ */

@media (max-width: 991px) {
    .icon-motion {
        display: none !important;
    }
}

.icon-motion {
    display: block;
}

/* ---------End forget.html------------ */
/* ---------case.html------------ */

.case-green {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #009553;
}

.iq-icon-box-table {
    height: 35px;
    width: 35px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
    padding: 2px 12px 7px 8px;
    border: 1px;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

/* ---------End case.html------------ */
/* --------- edit pay.html------------ */

.id-buy {
    font-size: 18px;
}

.bc-new {
    background-color: #fafbfe;
    font-size: 18px;
    padding: 0;
}

.font-head-editpay {
    font-size: 30px;
}

.a {
    color: #009553 !important;
}

.b {
    color: #000 !important;
}

.info-pay {
    font-size: 18px;
    margin-top: 80px;
}

.price {
    font-size: 40px;
}

.user-profile {
    text-align: center;
    border-right: 1px solid rgb(0 62 136 / 7%);
    padding: 80px 0px 50px 0px;
}

.color-green {
    color: #45c189;
}

.iq-icon-box-pay {
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    font-size: 17px;
    padding: 1px 6px;
}

.table.dataTable thead th {
    color: #000;
}

.style-couclu {
    border-top: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.price-all {
    font-size: 26px;
}

.myHide {
    display: none;
}

.myVisible {
    display: block;
}

@media (max-width: 767px) {
    .price-all {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .style-ipad {
        padding: 0px 170px !important;
    }
}

@media (max-width: 600px) {
    .style-ipad {
        padding: 0px 50px !important;
    }
}

/* --------- End edit pay.html------------ */
/* ---------  case.html------------ */

.level {
    height: 20px;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
    padding: 7px 4px 4px 9px;
}

.bg-info-green {
    color: #fff !important;
    background-color: #68cc9f;
    pointer-events: none;
}

.bg-info-red {
    color: #fff !important;
    background-color: #f00000;
    pointer-events: none;
}

.bg-info-yellow {
    color: #fff !important;
    background-color: #f3e10e;
    pointer-events: none;
}

/* ---------  End case.html------------ */
/* ---------   productlist.html------------ */

.btn-upload {
    color: #ffffff;
    background-color: #ff7b34;
    border-color: #ff7b34;
    box-shadow: unset;
}

.btn-add {
    color: #fff;
    background-color: #68cc9f;
    border-color: #68cc9f;
    box-shadow: unset;
}

/* ---------  End productlist.html------------ */
/* ---------   pharmacist.html------------ */

.font-15 {
    font-size: 15px;
}

.waite-check {
    color: #fe721c;
    border-color: #fe721c;
}

.border-waite-check {
    border: 1px solid #fe721c !important;
}

.disapproved {
    color: #E10000;
    border-color: #E10000;
}

.border-disapproved {
    border: 1px solid #E10000 !important;
}

.text-grey {
    color: #535f6b !important;
}

.hr-modal {
    margin-top: 30px;
    margin-bottom: 30px;
}

.headder-editcase {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 10px;
}

.total {
    font-size: 21px;
}

.total-num {
    font-size: 18px;
    font-weight: bolder;
    color: #fe721c;
}

/* ---------  End pharmacist.html------------ */

#top-tab-list li.active a {
    color: #fff;
    background: #043a7d;
}

#top-tab-list li.active i {
    background-color: #fff;
    color: #043a7d;
}

#top-tab-list li a {
    background: rgb(196 222 255 / 22%);
    color: #043a7dc2;
}

#top-tab-list li i {
    background: #043a7db5;
}

#top-tab-list li.active.done a {
    background: #043a7d;
}

#top-tab-list li.active.done i {
    color: #043a7d;
}

.color-blue {
    color: #c50b3c;
    font-size: 18px;
}

#top-tab-list li#confirm.active a {
    background: #043a7d;
}

#top-tab-list li#confirm.active i {
    color: #043a7d;
}

label {
    color: #6F6F85 !important;
    font-weight: bold;
    font-size: 14px;
}

label.error {
    color: #E10000 !important;
    font-weight: 500;
    font-size: 12px;
}

.btn-red {
    color: rgb(255, 255, 255);
    background-color: rgb(198 10 60);
    border-color: rgb(199 6 60);
    box-shadow: unset;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c7063c;
    border-color: #c7063c;
}

.media {
    width: 20px;
    text-align: center;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        /*padding-bottom: 20px;*/
        padding-bottom: 60px;
        position: relative;
    }

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

/* #msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
} */

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #673AB7;
    font-weight: normal;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    line-height: 1.4;
    height: auto;
}

    #progressbar .active {
        color: #E24C86;
        font-weight: bold;
    }

@media (max-width: 1024px) {
    .mobile-center {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #progressbar li {
        list-style-type: none;
        font-size: 13px !important;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400;
    }

    .btn-primary {
        color: #fff;
        box-shadow: unset;
        padding: 10px 46px 10px 46px;
    }

    .btn-primary2 {
        color: #fff;
        box-shadow: unset;
        padding: 10px 30px 10px 30px;
    }
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar #input:before {
    content: "1";
}

#progressbar #doc:before {
    content: "2";
}

#progressbar #summaries:before {
    content: "3";
}

#progressbar #payment:before {
    content: "4";
}

#progressbar #success:before {
    content: "5";
}
/* TODO Set Style Head Process Alien Register*/
.progressbarAlien #input:before {
    content: "1" !important;
}

.progressbarAlien #doc:before {
    content: "2"!important;
}

.progressbarAlien #passwordSet:before {
    content: "3"!important;
}

.progressbarAlien #emailSet:before {
    content: "4"!important;
}

.progressbarAlien #payment:before {
    content: "5"!important;
}
.progressbarAlien #payment:before {
    content: "5"!important;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #e4e8ed;
    border-radius: 50%;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    padding: 2px;
    margin-bottom: 10px;
}

@media (max-width: 425px) {
    #progressbar li:before {
        width: 30px;
        height: 30px;
        font-size: 13px;
        line-height: 27px;
        position: absolute;
        margin-top: -4px;
    }

    #progressbar {
        margin-bottom: 0px;
        width: 900px;
        height: 45px;
        display: flex;
        color: lightgrey;
        line-height: 1.4;
        align-items: center;
        scrollbar-width: 2px;
    }

        #progressbar li {
            list-style-type: none;
            font-size: 15px;
            width: 100%;
            /* float: left; */
            /* position: relative; */
            font-weight: 400;
            text-align: center;
            /* position: absolute; */
        }

    .block-progess {
        scrollbar-color: transparent;
    }

        .block-progess::-webkit-scrollbar {
            width: 2px;
            background-color: #fff;
        }

        .block-progess::-webkit-scrollbar-track:hover {
            background-color: #fff;
        }
}


#progressbar li:after {
    content: '';
    width: 50%;
    height: 1px;
    background: #e4e8ed;
    position: absolute;
    top: 36px;
    z-index: -1;
    left: 75%;
}

@media (max-width: 575px) {
    #progressbar li:after {
        display: none;
    }
}

#progressbar li:last-child:after {
    display: none;
}

#progressbar li:first-child:after {
}

#progressbar li.active:before {
    border-radius: 50px;
    border: 1px solid var(--border-brand-border-brand, #E24C86);
    background: var(--background-body-background-secondary, #FEF9FB);
    color: #E24C86;
    font-weight: bold;
}

#progressbar li.active:after {
    border: 1px solid var(--border-brand-border-brand, #E24C86);
}

.progress {
    height: 10px
}

.progress-bar {
    background-color: #005aa8;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.style-form {
    padding-left: 9px;
}

@media (max-width: 767px) {
    .font-success-head {
        font-size: 24px;
    }

    .font-success-sub {
        font-size: 16px;
    }

    .center-bt {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .center-btt {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;
        border: 3px solid green;
    }

    .float-right-test {
        float: unset !important;
        margin-right: 0px !important;
    }

    .hide-mobile {
        display: none !important;
    }
}

.hide-mobile {
    display: block;
}

.float-right-test {
    float: right;
    margin-right: 10px;
}

/* @media (max-width: 414px) {
        .btn-primary {
            padding: 10px 55px 10px 55px;
        }
        .btn-dark {
            padding: 10px 45px 10px 45px;
        }
    }
    
    @media (max-width: 375px) {
        .btn-primary {
            padding: 10px 45px 10px 45px;
        }
        .btn-dark {
            padding: 10px 35px 10px 35px;
        }
    } */

textarea.form-control {
    box-shadow: none;
    background-color: #fff;
}

.note {
    line-height: 1.8;
    background-color: #fff1f5;
    padding: 10px;
    border-radius: 5px;
}
/*
.swal2-title {
    font-size: 21px;
}
*/






:root {
    --general-caption-bold-font-family: "LINE Seed Sans TH", Helvetica;
    --general-caption-bold-font-weight: bold;
    --general-caption-bold-font-size: 12px;
    --general-caption-bold-letter-spacing: 0px;
    --general-caption-bold-line-height: 150%;
    --general-caption-bold-font-style: normal;
    --general-small-caption-font-family: "LINESeed Sans TH-Bold", Helvetica;
    --general-small-caption-font-weight: 700;
    --general-small-caption-font-size: 8px;
    --general-small-caption-letter-spacing: 0px;
    --general-small-caption-line-height: 150%;
    --general-small-caption-font-style: normal;
    --general-button-2-font-family: "LINESeed Sans TH-Bold", Helvetica;
    --general-button-2-font-weight: 700;
    --general-button-2-font-size: 14px;
    --general-button-2-letter-spacing: 0px;
    --general-button-2-line-height: 114.99999761581421%;
    --general-button-2-font-style: normal;
    --general-caption-regular-font-family: "LINESeed Sans TH-Regular", Helvetica;
    --general-caption-regular-font-weight: 400;
    --general-caption-regular-font-size: 12px;
    --general-caption-regular-letter-spacing: 0px;
    --general-caption-regular-line-height: 150%;
    --general-caption-regular-font-style: normal;
    --desktop-heading-3-font-family: "LINESeed Sans TH-Bold", Helvetica;
    --desktop-heading-3-font-weight: 700;
    --desktop-heading-3-font-size: 24px;
    --desktop-heading-3-letter-spacing: 0px;
    --desktop-heading-3-line-height: 150%;
    --desktop-heading-3-font-style: normal;
    --desktop-heading-5-font-family: "LINESeed Sans TH-Bold", Helvetica;
    --desktop-heading-5-font-weight: 700;
    --desktop-heading-5-font-size: 18px;
    --desktop-heading-5-letter-spacing: 0px;
    --desktop-heading-5-line-height: 150%;
    --desktop-heading-5-font-style: normal;
    --general-body-2-font-family: "LINESeed Sans TH-Regular", Helvetica;
    --general-body-2-font-weight: 400;
    --general-body-2-font-size: 14px;
    --general-body-2-letter-spacing: 0px;
    --general-body-2-line-height: 150%;
    --general-body-2-font-style: normal;
    --general-button-1-font-family: "LINESeed Sans TH-Bold", Helvetica;
    --general-button-1-font-weight: 700;
    --general-button-1-font-size: 16px;
    --general-button-1-letter-spacing: 0px;
    --general-button-1-line-height: 150%;
    --general-button-1-font-style: normal;
    --medium: 0px 0px 8px 0px rgba(17, 17, 31, 0.1);
    --04-responsive-app: 1440px;
    --04-responsive-show-and-hide-show-desktop: initial;
    --04-responsive-show-and-hide-show-tablet: none;
    --04-responsive-show-and-hide-show-mobile: none;
    --04-responsive-breadcrumb: 40px;
    --04-responsive-section-padding: 271px;
    --04-responsive-show-and-hide-show-desktop-tablet: initial;
    --04-responsive-input-min-width: 327px;
    --04-responsive-input-small-min-width: 104px;
    --04-responsive-input-1-col: 437px;
    --04-responsive-input-3-col: 283.3299865722656px;
    --primitve-colors-general-0: rgba(255, 255, 255, 1);
    --primitve-colors-general-500: rgba(40, 40, 73, 1);
    --primitve-colors-general-300: rgba(111, 111, 133, 1);
    --primitve-colors-general-100: rgba(188, 188, 199, 1);
    --primitve-colors-primary-50: rgba(244, 234, 254, 1);
    --primitve-space-none: 0px;
    --primitve-space-size-12: 12px;
    --primitve-space-size-40: 40px;
    --primitve-colors-primary-500: rgba(226, 76, 134, 1);
    --primitve-colors-primary-10: rgba(254, 249, 251, 1);
    --primitve-colors-general-10: rgba(248, 248, 249, 1);
    --primitve-colors-primary-100: rgba(221, 191, 253, 1);
    --primitve-colors-general-200: rgba(156, 156, 171, 1);
    --primitve-space-size-32: 32px;
    --primitve-colors-system-red-100: rgba(255, 194, 191, 1);
    --primitve-space-size-80: 80px;
    --primitve-colors-primary-800: rgba(80, 26, 137, 1);
    --primitve-colors-primary-600: rgba(133, 44, 227, 1);
    --primitve-colors-primary-400: rgba(168, 89, 250, 1);
    --primitve-colors-primary-30: rgba(248, 241, 254, 1);
    --primitve-colors-system-red-600: rgba(232, 54, 44, 1);
    --primitve-colors-system-red-400: rgba(255, 98, 89, 1);
    --primitve-colors-system-red-50: rgba(255, 235, 234, 1);
    --primitve-colors-system-red-30: rgba(255, 242, 241, 1);
    --01-colors-background-page-background-page: var(--primitve-colors-general-0);
    --01-colors-text-body-text-secondary: var(--primitve-colors-general-300);
    --01-colors-background-body-background-default: var(--primitve-colors-general-0);
    --01-colors-text-brand-text-brand: var(--primitve-colors-primary-500);
    --01-colors-background-body-background-secondary: var(--primitve-colors-primary-10);
    --01-colors-background-secondary-background-action: var(--primitve-colors-general-0);
    --01-colors-border-brand-border-brand: var(--primitve-colors-primary-500);
    --01-colors-background-body-background-inactive: var(--primitve-colors-general-10);
    --01-colors-text-body-text-pleaceholder: var(--primitve-colors-general-100);
    --01-colors-text-body-text-inactive: var(--primitve-colors-general-200);
    --01-colors-text-onbrand-text-onbrand: var(--primitve-colors-general-0);
    --01-colors-background-primary-background-action: var(--primitve-colors-primary-500);
    --01-colors-background-primary-background-action-hover: var(--primitve-colors-primary-600);
    --01-colors-background-primary-background-action-press: var(--primitve-colors-primary-400);
    --01-colors-background-secondary-background-action-hover: var(--primitve-colors-primary-50);
    --01-colors-background-secondary-background-action-press: var(--primitve-colors-primary-30);
    --01-primitve-colors-general-900: rgba(17, 17, 31, 1);
    --01-primitve-space-size-8: 8px;
    --01-primitve-colors-general-50: rgba(234, 234, 237, 1);
    --01-primitve-space-size-4: 4px;
    --01-primitve-space-size-24: 24px;
    --01-primitve-space-size-16: 16px;
    --01-primitve-space-size-6: 6px;
    --01-primitve-colors-system-red-500: rgba(235, 87, 87, 1);
    --02-space-padding-padding-md: var(--primitve-space-size-12);
    --02-space-margin-margin-xxl: var(--primitve-space-size-32);
    --02-semantic-margin-margin-xs: var(--01-primitve-space-size-4);
    --02-semantic-padding-padding-xl: var(--01-primitve-space-size-16);
    --02-semantic-radius-radius-sm: var(--01-primitve-space-size-6);
    --02-semantic-padding-padding-xs: var(--01-primitve-space-size-4);
    --02-semantic-text-text-primary: var(--01-primitve-colors-general-900);
    --02-semantic-margin-margin-md: var(--01-primitve-space-size-8);
    --02-semantic-radius-radius-xs: var(--01-primitve-space-size-4);
    --02-semantic-radius-radius-lg: var(--01-primitve-space-size-16);
    --02-semantic-margin-margin-2xl: var(--01-primitve-space-size-24);
    --input-input-input-text: var(--02-semantic-text-text-primary);
    --input-caption-caption-error: var(--01-primitve-colors-system-red-500);
}

/*
      
      To enable a theme in your HTML, simply add one of the following data attributes to an HTML element, like so:
      
      <body data-04-responsive-mode="desktop">
          <!-- the rest of your content -->
      </body>
      
      You can apply the theme on any DOM node, not just the `body`
      
      */

[data-04-responsive-mode="desktop"] {
    --04-responsive-app: 1440px;
    --04-responsive-show-and-hide-show-desktop: initial;
    --04-responsive-show-and-hide-show-tablet: none;
    --04-responsive-show-and-hide-show-mobile: none;
    --04-responsive-breadcrumb: 40px;
    --04-responsive-section-padding: 271px;
    --04-responsive-show-and-hide-show-desktop-tablet: initial;
    --04-responsive-input-small-min-width: 104px;
    --04-responsive-input-1-col: 437px;
    --04-responsive-input-3-col: 283.3299865722656px;
}

[data-04-responsive-mode="tablet"] {
    --04-responsive-app: 768px;
    --04-responsive-show-and-hide-show-desktop: none;
    --04-responsive-show-and-hide-show-tablet: initial;
    --04-responsive-show-and-hide-show-mobile: none;
    --04-responsive-breadcrumb: 24px;
    --04-responsive-section-padding: 40px;
    --04-responsive-show-and-hide-show-desktop-tablet: initial;
    --04-responsive-input-small-min-width: 104px;
    --04-responsive-input-1-col: 332px;
    --04-responsive-input-3-col: 332px;
}

[data-04-responsive-mode="mobile"] {
    --04-responsive-app: 375px;
    --04-responsive-show-and-hide-show-desktop: none;
    --04-responsive-show-and-hide-show-tablet: none;
    --04-responsive-show-and-hide-show-mobile: initial;
    --04-responsive-breadcrumb: 16px;
    --04-responsive-section-padding: 24px;
    --04-responsive-show-and-hide-show-desktop-tablet: none;
    --04-responsive-input-small-min-width: 327px;
    --04-responsive-input-1-col: 327px;
    --04-responsive-input-3-col: 327px;
}

[data-primitve-mode="e-workpermit"] {
    --primitve-colors-primary-50: rgba(244, 234, 254, 1);
    --primitve-colors-primary-500: rgba(226, 76, 134, 1);
    --primitve-colors-primary-10: rgba(254, 249, 251, 1);
    --primitve-colors-primary-100: rgba(221, 191, 253, 1);
    --primitve-colors-primary-800: rgba(80, 26, 137, 1);
    --primitve-colors-primary-600: rgba(133, 44, 227, 1);
    --primitve-colors-primary-400: rgba(168, 89, 250, 1);
    --primitve-colors-primary-30: rgba(248, 241, 254, 1);
}

[data-primitve-mode="e-workpermitos"] {
    --primitve-colors-primary-50: rgba(234, 249, 248, 1);
    --primitve-colors-primary-500: rgba(226, 76, 134, 1);
    --primitve-colors-primary-10: rgba(248, 253, 253, 1);
    --primitve-colors-primary-100: rgba(190, 237, 232, 1);
    --primitve-colors-primary-800: rgba(25, 108, 100, 1);
    --primitve-colors-primary-600: rgba(42, 178, 166, 1);
    --primitve-colors-primary-400: rgba(88, 208, 197, 1);
    --primitve-colors-primary-30: rgba(241, 251, 250, 1);
}

[data-primitve-mode="e-officer"] {
    --primitve-colors-primary-50: rgba(230, 246, 255, 1);
    --primitve-colors-primary-500: rgba(226, 76, 134, 1);
    --primitve-colors-primary-10: rgba(247, 252, 255, 1);
    --primitve-colors-primary-100: rgba(176, 227, 254, 1);
    --primitve-colors-primary-800: rgba(0, 91, 138, 1);
    --primitve-colors-primary-600: rgba(0, 151, 228, 1);
    --primitve-colors-primary-400: rgba(51, 184, 252, 1);
    --primitve-colors-primary-30: rgba(238, 249, 255, 1);
}

[data-01-colors-mode="light"] {
    --01-colors-background-page-background-page: var(--primitve-colors-general-0);
    --01-colors-text-body-text-secondary: var(--primitve-colors-general-300);
    --01-colors-background-body-background-secondary: var(--primitve-colors-primary-10);
    --01-colors-text-body-text-pleaceholder: var(--primitve-colors-general-100);
}

[data-01-colors-mode="dark"] {
    --01-colors-background-page-background-page: var(--primitve-colors-general-500);
    --01-colors-text-body-text-secondary: var(--primitve-colors-general-100);
    --01-colors-background-body-background-secondary: var(--primitve-colors-general-10);
    --01-colors-text-body-text-pleaceholder: rgba(255, 255, 255, 1);
}





.div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.navbar-responsive {
    display: flex;
    flex-direction: column;
    width: var(--04-responsive-app);
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.navigation {
    display: var(--04-responsive-show-and-hide-show-desktop, flex);
    height: 64px;
    align-items: center;
    justify-content: space-between;
    padding: 8px var(--02-semantic-padding-padding-4xl) 8px var(--02-semantic-padding-padding-4xl);
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: var(--01-colors-background-body-background-default);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #eaeaed;
}

.div-2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.logo {
    position: relative;
    width: 38.24px;
    height: 40px;
    background-image: url(../images/image-1-3.png);
    background-size: cover;
    background-position: 50% 50%;
}

.name {
    display: flex;
    flex-direction: column;
    width: 386px;
    height: 38px;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.text-wrapper {
    position: relative;
    width: fit-content;
    font-family: var(--general-caption-bold-font-family);
    font-weight: var(--general-caption-bold-font-weight);
    color: #11111F;
    font-size: 16px;
    letter-spacing: var(--general-caption-bold-letter-spacing);
    line-height: var(--general-caption-bold-line-height);
    white-space: nowrap;
    font-style: var(--general-caption-bold-font-style);
    margin-bottom: 0;
}

.text-wrapper-2 {
    position: relative;
    width: fit-content;
    font-family: var(--general-small-caption-font-family);
    font-weight: var(--general-small-caption-font-weight);
    color: var(--01-colors-text-body-text-secondary);
    font-size: var(--general-small-caption-font-size);
    letter-spacing: var(--general-small-caption-letter-spacing);
    line-height: var(--general-small-caption-line-height);
    white-space: nowrap;
    font-style: var(--general-small-caption-font-style);
}

.sub-text {
    font-size: 14px;
}

.profile {
    display: inline-flex;
    height: 40px;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.profile-pic {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.ellipse {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: var(--primitve-colors-primary-50);
    border-radius: 20px;
}

.text-wrapper-3 {
    position: relative;
    width: fit-content;
    font-family: var(--general-button-2-font-family);
    font-weight: var(--general-button-2-font-weight);
    color: var(--01-colors-text-body-text-default);
    font-size: var(--general-button-2-font-size);
    letter-spacing: var(--general-button-2-letter-spacing);
    line-height: var(--general-button-2-line-height);
    white-space: nowrap;
    font-style: var(--general-button-2-font-style);
}

.system {
    position: relative;
    width: 24px;
    height: 24px;
}

.block-text-head {
    margin-left: 10px;
    margin-top: 3px;
}

.link-active {
    color: var(--01-colors-text-brand-text-brand);
    font-family: var(--general-caption-bold-font-family);
    font-weight: bold;
}

.tab-breadcrumb {
    display: flex;
    flex-direction: column;
    width: var(--04-responsive-app);
    height: 45px;
    align-items: flex-start;
    justify-content: center;
    padding: 0px var(--04-responsive-breadcrumb) 0px var(--04-responsive-breadcrumb);
    position: relative;
    background-color: var(--01-colors-background-body-background-secondary);
    width: 100%;
}

.div-3 {
    display: inline-flex;
    align-items: flex-start;
    gap: var(--02-semantic-margin-margin-xs);
    position: relative;
    flex: 0 0 auto;
}

.element {
    display: inline-flex;
    align-items: flex-start;
    gap: var(--01-primitve-space-size-4);
    position: relative;
    flex: 0 0 auto;
}

.header-top-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.div-3 {
    display: inline-flex;
    align-items: flex-start;
    gap: var(--02-semantic-margin-margin-xs);
    position: relative;
    flex: 0 0 auto;
}

.menu-wrapper {
    position: relative;
}

.text-wrapper-6 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-size: 16px;
    font-weight: var(--general-caption-regular-font-weight);
    color: var(--01-colors-text-body-text-secondary);
    letter-spacing: var(--general-caption-regular-letter-spacing);
    line-height: var(--general-caption-regular-line-height);
    white-space: nowrap;
    font-style: var(--general-caption-regular-font-style);
}

.menu-2 {
    position: absolute;
    top: -1px;
    left: 0;
    font-family: var(--general-caption-bold-font-family);
    font-weight: var(--general-caption-bold-font-weight);
    color: var(--01-colors-text-brand-text-brand);
    font-size: 16px;
    letter-spacing: var(--general-caption-bold-letter-spacing);
    line-height: var(--general-caption-bold-line-height);
    white-space: nowrap;
    font-style: var(--general-caption-bold-font-style);
}

.card-title {
    font-size: 24px;
    color: #11111f;
    font-weight: bold;
    text-align: left;
}

@media (max-width: 575px) {
    .card-title {
        font-size: 21px;
    }
}

@media (max-width: 425px) {
    .card-title {
        font-size: 18px;
    }
}

.card-title-sub {
    font-size: 12px;
    color: #6F6F85;
    font-weight: normal;
    text-align: left;
}

.float-left {
    float: left !important;
}

.text-upload {
    color: var(--text-body-text-default, #11111F);
    font-weight: normal;
}

.text-upload-subtext {
    color: var(--text-body-text-secondary, #6F6F85);
    font-weight: normal;
    font-size: 14px;
}

.btt-draft {
    border-radius: var(--radius-radius-s, 6px);
    border: 1px solid var(--colors-primary-100, #F6C8D9);
    background: var(--background-secondary-background-action, #FFF);
    color: #E24C86;
    font-weight: bold;
    width: max-content;
    padding: 12px;
}

    .btt-draft:hover {
        opacity: 0.8 !important;
        color: #E24C86;
    }

@media (max-width: 575px) {
    .btt-draft {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .btt-draft {
        font-size: 14px;
    }
}

.head-step {
    color: var(--text-body-text-default, #11111F);
    font-size: 21px;
    font-weight: bold;
}
.head-step-s {
    color: var(--text-body-text-default, #11111F);
    font-size: 19px;
    font-weight: bold;
}

@media (max-width: 575px) {
    .head-step {
        font-size: 21px;
    }
    .head-step-s {
        font-size: 19px;
    }
}

@media (max-width: 425px) {
    .head-step {
        font-size: 18px;
    }
    .head-step-s {
        font-size: 16px;
    }
}

.block-info {
    border-radius: var(--radius-radius-md, 8px);
    border: 1px solid var(--border-body-border-default, #EAEAED);
    width: 100%;
    padding: 30px 30px 15px 30px;
}

.form-info {
    color: var(--text-body-text-default, #11111F);
    font-weight: normal;
    word-break: break-word;
}

.label-form-info {
    color: var(--text-body-text-secondary, #6F6F85);
    font-weight: normal;
}

.iq-card-header {
    justify-content: space-between;
    display: flex;
}

@media (max-width: 991px) {
    .iq-top-navbar {
        padding: 0px 15px !important;
        line-height: normal;
        min-height: unset;
    }
}

@media (max-width: 767px) {
    .block-text-head {
        display: none;
    }

    .iq-top-navbar {
        padding: 0px 15px !important;
    }
}

@media (max-width: 425px) {
    .text-wrapper-6 {
        font-size: 14px;
        white-space: normal;
    }

    .link-active {
        font-size: 14px;
    }

    .tab-breadcrumb {
        padding: 10px 10px 10px 10px;
    }
}

.form-check-label {
    font-size: 17px !important;
    color: #11111F;
    font-weight: normal;
}

.bg-checkbox {
    border-radius: var(--radius-radius-md, 8px);
    background: var(--background-body-background-secondary, #FEF9FB);
    padding: 25px 20px 20px 30px;
}

/* .payment {
    border: 0.5px solid #E2E2E2;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
    background-color: #fff;
    padding: 25px 20px 15px 20px;
} */
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}
.display-contents{
    display: flex !important;
}
.payment-style-radio {
    margin-bottom: -10px;
    margin-top: -5px;
}

.payment-pack {
    color: var(--text-body-text-default, #11111F);
    font-size: 16px;
    font-style: normal;
}

.payment-pack-des {
    color: var(--text-body-text-secondary, #6F6F85);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.control__indicator {
    position: absolute;
    left: 40px;
    height: 20px;
    width: 20px;
    border: 0.5px solid #d9d9d9;
    background: rgb(255 255 255);
    border-radius: 100px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input:checked ~ .control__indicator {
    border: 5px solid #E24C86;
    background-color: #fff;
}



.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.cart-totals table tr td:nth-child(1) {
    text-align: left;
}

table.dataTable tbody td,
table.dataTable tbody th {
    word-wrap: break-word;
}

.cart-totals table tr td {
    padding: 5px 0 5px;
}

.price-summary-label {
    color: var(--text-body-text-secondary, #6F6F85);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.cart-totals table tr td:last-child {
    text-align: right;
}

.cart-totals table tr td {
    padding: 5px 0 5px;
}

.price-summary {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

.total-box {
    border-top: 1px solid var(--border-border-primary, #EAEAED);
    border-bottom: 0;
}

.cart-totals table tr td:nth-child(1) {
    text-align: left;
}

.price-total-label {
    color: var(--text-body-text-secondary, #6F6F85);
    font-size: 16px;
    font-style: normal;
}

.cart-totals table tr td.price-total {
    font-size: 21px;
    font-weight: 900;
    color: #000;
    padding: 22px 0;
}

.iq-header-title {
    padding-right: 15px;
}

.price-total {
    color: var(--text-body-text-default, #11111F);
    font-size: 16px;
}

.cart-totals {
    border-radius: var(--radius-radius-md, 8px);
    background: var(--background-body-background-inactive, #F8F8F9);
    padding: 20px 30px 0px 30px;
}

.border-n {
    border: none;
    height: 40px;
}

.border-empty {
    height: 20px;
    border: none;
}

.price-discount {
    color: #11111F;
}

.bg-white {
    background-color: #fff;
    border-radius: 0;
    border-left: 1px solid var(--border-body-border-default, #EAEAED);
    height: 100%;
}

.text-qr {
    color: var(--text-body-text-secondary, #6F6F85);
}

.price-total {
    color: var(--text-body-text-default, #11111F);
    font-weight: bold;
}

.w-100 {
    width: 100%;
}

.justify-evenly {
    justify-content: space-evenly;
}

.success-text {
    color: var(--text-body-text-default, #11111F);
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

line {
    border-top: 0.5px solid #e5e5e5;
    width: 100%;
}

.input-group .input-group-append .input-group-text {
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    border-left: 0;
}

.br-r {
    border-right: 0;
}

/*Radiobutton*/
.custom-radio div {
    padding: 5px 0;
}

.radio-custom {
    opacity: 0;
    position: absolute;
}

.radio-custom-label {
    position: relative;
    height: max-content;
    display: inline-block;
    cursor: pointer;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    border: 1px solid #EAEAED;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:after {
    content: "";
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    border: 4px solid #E24C86;
}

.upload label {
    border-radius: var(--radius-radius-xs, 4px);
    border: 1px solid var(--colors-primary-100, #F6C8D9);
    background: var(--background-secondary-background-action, #FFF);
    /* height: 40px; */
    padding: 10px 15px 10px 15px;
    color: #E24C86 !important;
}

.checkbox {
    margin-bottom: 6px;
}

    .checkbox.inline {
        display: inline-block;
        vertical-align: top;
        margin-right: 18px;
    }

        .checkbox.inline:last-child {
            margin-right: 0;
        }

    .checkbox label {
        display: block;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
    }

    .checkbox .custom-checkbox,
    .checkbox .custom-radio {
        display: inline-block;
        vertical-align: top;
        margin: 0 6px 0 0;
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #ddd;
        position: relative;
    }

    .checkbox .custom-checkbox {
        border-radius: 2px;
        background: #E24C86;
        transition: box-shadow 180ms ease;
        box-shadow: inset 0 0 0 12px #fff;
        top: 2px;
        padding-left:0px;
    }

    .checkbox .icon-check {
        width: 12px;
        height: 12px;
        background-size: cover;
        position: absolute;
        top: 2px;
        left: 2px;
        transform: scale(0);
        transition: all 180ms ease;
    }

    .checkbox input[type="checkbox"]:checked + .custom-checkbox {
        border-color: #E24C86;
        box-shadow: none;
    }

        .checkbox input[type="checkbox"]:checked + .custom-checkbox .icon-check {
            transform: scale(1);
        }

.icon-check {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.483%201.992l-7.186%207.066-3.778-3.715-2.518%202.475%205.037%204.954%201.259%201.237%209.704-9.541-2.518-2.476z%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.block-progess {
    overflow-x: auto;
}

.link-table a {
    text-decoration: none;
}
    .link-table a[href] {
        text-decoration: underline; 
    }
.link-table2 a {
    text-decoration: none;
}

    .link-table2 a[href] {
        text-decoration: underline;
    }
.link-table3 a {
    text-decoration: none;
}

    .link-table3 a[href] {
        text-decoration: underline;
    }
.link-table4 a {
    text-decoration: none;
}

    .link-table4 a[href] {
        text-decoration: underline;
    }
.link-table5 a {
    text-decoration: none;
}

    .link-table5 a[href] {
        text-decoration: underline;
    }
.btn-cancel {
    margin-top: 50px;
    margin-bottom: 20px;
}

.btn-next {
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-dark {
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn {
    white-space: nowrap !important;
}
@media (max-width: 767px) {
    .w-100-bt {
        width: 100%;
        margin-top: 0px;
    }

    .w-48-bt {
        /*        width: 100%;*/
        width: 48%;
    }

    .btn-cancel {
        /*        width: 100%;*/
        margin-top: 50px;
        margin-bottom: 7px;
    }

    .btn-primary {
        width: 100%
    }

    .btn-dark {
        margin-top: 50px;
/*        margin-top: -40px;*/
        margin-bottom: 7px;
    }
}

.block-doc {
    border-radius: var(--radius-radius-s, 6px);
    background: var(--background-body-background-inactive, #F8F8F9);
    padding: 10px 15px 10px 15px;
    max-width: max-content;
    /* max-height: 54px; */
    word-break: break-word;
}

.name-file {
    margin-left: 10px;
    margin-bottom: 0;
    word-break: break-all;
    text-decoration: underline;
    cursor: pointer;
    color: black;
    font-weight: 400;
}

.close {
    width: 25px;
}

.block-payment {
    box-shadow: 0px 0px 8px 0px rgba(17, 17, 31, 0.10);
    margin-right: 0px;
    margin-left: 0;
}

.custom-p1 {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 30px;
    padding-top: 15px;
}

.pd-0 {
    padding: 0;
}

@media (max-width: 1199px) {
    .custom-p1 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.card-pay:checked ~ div {
    border: 5px solid #E24C86 !important;
    border-radius: 100px;
    border-color: #E24C86;
    cursor: pointer;
}

.card-pay:checked ~ .select {
    border: 1px solid #E24C86 !important;
    border-radius: 100px;
    border-color: #E24C86;
    background: var(--background-body-background-secondary, #FEF9FB) !important;
    cursor: pointer;
}

.style-pay {
    position: absolute;
    top: 115px;
    left: 40px;
}

.pd-l-6 {
    padding-left: 60px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.radio1 {
    position: absolute;
    top: 110px;
}

.radio2 {
    position: absolute;
    top: 215px;
}

@media (max-width: 991px) {
    .radio1 {
        position: absolute;
        top: 130px;
    }

    .radio2 {
        position: absolute;
        top: 290px;
    }
}

@media (max-width: 767px) {
    .radio1 {
        position: absolute;
        top: 110px;
    }

    .radio2 {
        position: absolute;
        top: 215px;
    }
}

@media (max-width: 422px) {
    .radio1 {
        position: absolute;
        top: 110px;
    }

    .radio2 {
        position: absolute;
        top: 250px;
    }
}


.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }





.float-placeholder {
    border-radius: var(--radius-radius-sm, 6px);
    border: 1px solid var(--border-body-border-default, #EAEAED);
    position: relative;
    height: 48px;
    line-height: 50px;
}

.float-placeholder-label,
.float-placeholder-input {
    text-indent: 10px;
    transition: 160ms;
    transition: 160ms;
}

.float-placeholder-label {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    line-height: inherit;
}

.float-placeholder-input {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'LINE Seed Sans TH';
    background: transparent;
    width: 100%;
    border: 0;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

    .float-placeholder-input::-webkit-input-placeholder {
        color: transparent;
    }

    .float-placeholder-input:-webkit-autofill {
        background: #fff;
    }

    .float-placeholder-input:focus {
        outline: 0;
    }

.is-focused {
}

.is-floating .float-placeholder-input {
    height: 50px;
    line-height: 50px;
}

.is-floating + .float-placeholder-label {
    color: #999;
    font-size: 11px;
    line-height: 20px;
    height: 20px;
    font-weight: normal;
}





.tabbable-panel {
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    border-bottom: 1px solid #eee;
    column-gap: 30px;
    margin-top: 20px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #737373;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open > a,
        .tabbable-line > .nav-tabs > li:hover > a {
            border: 0;
            background: none !important;
            color: #333333;
        }

            .tabbable-line > .nav-tabs > li.open > a > i,
            .tabbable-line > .nav-tabs > li:hover > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open .dropdown-menu,
        .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
            margin-top: 0px;
        }

        .tabbable-line > .nav-tabs > li > a.active {
            border-bottom: 4px solid #E24C86;
            position: relative;
        }

        .tabbable-line > .nav-tabs > li > a.active {
            border: 0;
            color: #E24C86;
            border-bottom: 4px solid #E24C86;
        }

            .tabbable-line > .nav-tabs > li > a.active > i {
                color: #E24C86;
            }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.pd-15 {
    padding: 15px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.time {
    font-weight: bold;
}

.appoint-red {
    color: #FF3B30;
}



.modal-confirm {
    color: #636363;
    width: 400px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
        text-align: center;
        font-size: 14px;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
    }

    .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: 15px;
    }

    .modal-confirm .modal-body {
        color: #999;
    }

    .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
        padding: 10px 15px 25px;
    }

        .modal-confirm .modal-footer a {
            color: #999;
        }

    .modal-confirm .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        z-index: 9;
        text-align: center;
    }

        .modal-confirm .icon-box i {
            color: #f15e5e;
            font-size: 46px;
            display: inline-block;
            margin-top: 13px;
        }

    .modal-confirm .btn-secondary {
        background: #c1c1c1;
    }

        .modal-confirm .btn-secondary:hover,
        .modal-confirm .btn-secondary:focus {
            background: #a8a8a8;
        }

    .modal-confirm .btn-danger {
        background: #f15e5e;
    }

        .modal-confirm .btn-danger:hover,
        .modal-confirm .btn-danger:focus {
            background: #ee3535;
        }

.trigger-btn {
    display: inline-block;
}

.w-max-content {
    width: max-content;
}

@media (max-width: 991px) {
    .status-success {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .status-success {
        width: max-content !important;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        padding: 0;

    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0;
    margin-right: 0;
}

.page-item.active .page-link {
    background-color: #E24C86;
    border-color: #E24C86;
}

.page-link:focus {
    box-shadow: none;
}

.custom-select {
    height: auto;
}

div.dataTables_wrapper div.dataTables_length label {
    line-height: 3;
}

.back-to {
    color: #6F6F85;
    font-family: 'LINE Seed Sans TH';
    font-weight: normal;
}

.bg-icon {
    width: 50px;
    height: 50px;
    background-color: #F8F8F9;
    border-radius: 100px;
    font-size: 21px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.title-login {
    font-size: 30px;
    color: #11111f;
    font-weight: bold;
    text-align: left;
}

.form-wrap,
.img-wrap {
/*    height: 100vh;
    min-height: 900px;*/
    height: 50vh;
    min-height: 850px;

}


.form-wrap {
    background: #fff;
    padding: 10%;
    z-index: 2;
    position: relative;
    width: 100%;
}

.block-register-login {
    display: flex;
}
.r-div {
    padding: 36% 10% 0px 10%;
}
@media screen and (max-width: 1199px) {
    .form-wrap {
        background: #fff;
        padding: 5%;
        z-index: 2;
        position: relative;
        width: 100%;
    }
}
#myTable th, #myTable td {
    padding: 10px 18px;
}
@media screen and (max-width: 991px) {
    .block-register-login {
        display: block;
    }

    .h-img {
        height: 200px;
        overflow: hidden;
    }

    .form-wrap {
        padding-top: 0;
    }
    .r-div {
        padding: 50px 50px 0px 50px;
    }
}
@media screen and (max-width: 840px) {
    #myTable th, #myTable td {
        white-space: nowrap;
    }
}
@media screen and (max-width: 576px) {
    .h-img {
        height: 200px;
        overflow: hidden;
    }

    .form-wrap {
        width: 100%;
    }
}

.img-wrap {
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: 80%;
    background-repeat: no-repeat;
}

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

.form .form-control {
    border: 1px solid #eee;
}
.has-error .form-control {
    border: 1px solid #ff4b4b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select.has-error {
    border: 1px solid #ff4b4b !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.has-error {
    border: 1px solid #ff4b4b !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .select2-selection {
    border: 1px solid #ff4b4b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form .form-control:hover,
.form .form-control:active,
.form .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

    .form .form-control:active,
    .form .form-control:focus {
        border: 1px solid #d5d5d5;
    }

.form .btn,
.form .form-control {
    height: 55px;
}

    .form .btn:hover,
    .form .btn:active,
    .form .btn:focus,
    .form .form-control:hover,
    .form .form-control:active,
    .form .form-control:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none;
    }

.form .btn {
    font-weight: bold;
}

    .form .btn.btn-icon {
        position: relative;
    }

        .form .btn.btn-icon > span {
            position: absolute;
            top: 2px;
            bottom: 2px;
            left: 2px;
            width: 55px;
            border-radius: 4px;
            background: #fff;
        }

            .form .btn.btn-icon > span > span {
                font-size: 2rem;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                position: absolute;
            }






.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-item {
        opacity: 1;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            position: relative;
        }

            .owl-carousel .owl-dots .owl-dot:after {
                position: absolute;
                top: -2px;
                left: -2px;
                right: 0;
                bottom: 0;
                width: 14px;
                height: 14px;
                content: '';
                border-radius: 50%;
            }

            .owl-carousel .owl-dots .owl-dot:hover,
            .owl-carousel .owl-dots .owl-dot:focus {
                outline: none !important;
            }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #b3b3b3;
            }

                .owl-carousel .owl-dots .owl-dot.active:after {
                    border-color: #fff;
                }

    .owl-carousel.home-slider {
        position: relative;
        height: 650px;
        z-index: 0;
    }

        .owl-carousel.home-slider .slider-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            height: 650px;
            position: relative;
            z-index: 0;
        }

            .owl-carousel.home-slider .slider-item .overlay {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: #000;
                opacity: .3;
            }



            .owl-carousel.home-slider .slider-item .slider-text {
                height: 650px;
                position: relative;
            }

                .owl-carousel.home-slider .slider-item .slider-text .text {
                    z-index: 0;
                    color: rgba(255, 255, 255, 0.9);
                    position: absolute;
                    bottom: 80px;
                    padding: 30px;
                }

                .owl-carousel.home-slider .slider-item .slider-text h1 {
                    font-size: 9vw;
                    color: #fff;
                    line-height: 1;
                }

@media (max-width: 991px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 50px;
    }

    .owl-carousel.home-slider .slider-item .slider-text .text {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
    color: white;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.owl-carousel.home-slider .slider-item .slider-text p {
    color: white;
    font-weight: normal;
    display: inline-block;
    position: relative;
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    .owl-carousel.home-slider .owl-nav .owl-prev,
    .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
    }

@media (prefers-reduced-motion: reduce) {

    .owl-carousel.home-slider .owl-nav .owl-prev,
    .owl-carousel.home-slider .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel.home-slider .owl-nav .owl-prev span:before,
    .owl-carousel.home-slider .owl-nav .owl-next span:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 0;
    margin-left: 0;
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right: 0;
    margin-right: 0;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    margin-left: 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    margin-right: 50px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .owl-carousel.home-slider .owl-dots {
        bottom: 5px;
    }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

    .owl-carousel.home-slider .owl-dots .owl-dot.active {
        background: #fff;
    }

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.header-cover {
    position: absolute;
    top: 30px;
    z-index: 999;
    color: #fff;
    padding: 30px;
    padding-top: 0;
}

    .header-cover p {
        color: #fff;
    }

@media (max-width: 1199px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }

    .header-cover p {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .header-cover {
        padding: 0px;
    }

    .form-wrap {
        display: block;
        height: auto;
        min-height: auto;
        padding-bottom: 30px;
        padding-top: 60px;
    }

    .owl-carousel.home-slider .slider-item {
        height: 170px !important;
    }

        .owl-carousel.home-slider .slider-item .slider-text {
            height: 300px !important;
        }

            .owl-carousel.home-slider .slider-item .slider-text .text {
                bottom: 0;
            }
}

@media (max-width: 767px) {
    .text h2 {
        font-size: 18px;
    }

    .text p {
        font-size: 16px;
    }

    .h-img {
        height: max-content;
    }

    .owl-carousel.home-slider {
        height: max-content !important;
    }
}

@media (max-width: 575px) {
    .form-wrap {
        /*        padding: inherit;
        padding-top: 60px;
        padding-bottom: 60px;*/
        padding: inherit;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .text h2 {
        font-size: 16px;
    }

    .text p {
        font-size: 13px;
    }
}

.login-bt {
    width: max-content;
    padding: 10px 20px 10px 20px;
}

.mr-2 {
    margin-right: 30px;
}

.card-title-sub.reset {
    font-size: 16px;
}

.card-title.reset {
    font-size: 30px;
}



.loader__container {
    --dot-size: 15px;
    --bs-white-rgb: 255, 255, 255;
    position: fixed;
    inset: 0;
    background-color: rgb(var(--bs-white-rgb), 0.5);
    backdrop-filter: blur(0.25rem);
    z-index: 10;
    display: flex;
    place-items: center;
    place-content: center;
    gap: calc(var(--dot-size) / 4);
}

.loader__dot {
    width: var(--dot-size);
    height: var(--dot-size);
    aspect-ratio: 1/1;
    border-radius: calc(var(--dot-size) / 2);
    background-color: var(--bs-primary);
    animation: slide 1.5s infinite;
}

    .loader__dot:nth-child(1) {
        animation-delay: 0.1s;
        background: #E24C86;
    }

    .loader__dot:nth-child(2) {
        animation-delay: 0.2s;
        background: #E24C86;
    }

    .loader__dot:nth-child(3) {
        animation-delay: 0.3s;
        background: #E24C86;
    }

    .loader__dot:nth-child(4) {
        animation-delay: 0.4s;
        background: #E24C86;
    }

    .loader__dot:nth-child(5) {
        animation-delay: 0.5s;
        background: #E24C86;
    }

@keyframes slide {
    0% {
        scale: 1;
    }

    50% {
        scale: 2;
        opacity: 0.3;
    }

    100% {
        scale: 1;
    }
}
.text-err {
    color: #ff0000;
    display: none;
    font-size: 12px;
}
.asterisk {
    color: #ff0000;
}
.page-link-button {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.edit {
    display: block;
    margin-right: 0;
    margin-top: 0px;
    text-align: right;
    width: 50%;
}
.head {
    padding-top: 3px;
    width: 50%;
}
.notetext {
    font-size: 12px;
    color: #B5B5B5;
    margin-left: 6px;
}
.add-input img {
    padding: 14px;
    position: absolute;
    right: 0;
    margin-right: 15px;
}
.status13 {
    background-color: #d8ffee;
    font-size: 14px;
    color: #009067;
    
}
.status11-appoint {
    background-color: #fff6bc;
    font-size: 14px;
    color: #ff8800;
 
}
.badge-pill {
    padding-right: 0.6em !important;
    padding-left: 0.6em !important;
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.status12 {
    background-color: rgb(255, 221, 221);
    font-size: 14px;
    color: rgb(202, 0, 0);
   
}
#closemobile {
    display: none;
}
@media (max-width: 767px) {
    #closemobile {
        display: block; 
    }
}
.no-file-link {
    text-decoration: underline;
}
.swal2-title {
    align-self: center;
}

.swal2-content {
    text-align: center;
}

#show_email_user {
    word-wrap: break-word;
}
.btn-primary.disabled, .btn-primary:disabled {
    background: #F8F8F9;
    border: 1px solid rgba(255, 255, 255, 0.00);
    color: #9C9CAB;}
@media (max-width: 760px) {
    .link-table a[href] {
        text-decoration: underline;
        margin-top: -25px;
    }
}
.mr-12 {
    margin-right: 12px;
}

.gap-20 {
    column-gap: 20px;
}

.empty-state {
    font-size: 21px;
    color: #919191;
}

.block-corp-type {
    border: 1px solid #ffd5e5;
    padding: 20px 20px 5px 20px;
    background-color: #fff3f8;
    border-radius: 10px;
    margin-bottom: 20px;
}
.help-tip {
    position: absolute;
    top: 0px;
    right: -25px;
    text-align: center;
    background-color: #FDF3F7;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 26px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

    .help-tip:hover {
        cursor: pointer;
    }

    .help-tip:before {
        content: 'i';
        font-weight: 700;
        color: #E24C86;
    }

    .help-tip p {
        visibility: hidden;
        opacity: 0;
        text-align: left;
        background-color: #E24C86;
        padding: 20px;
        width: 200px;
        position: absolute;
        border-radius: 4px;
        right: -4px;
        color: #fff;
        font-size: 13px;
        line-height: normal;
        transform: scale(0.7);
        transform-origin: 100% 0%;
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    }

    .help-tip:hover p {
        cursor: default;
        visibility: visible;
        opacity: 1;
        transform: scale(1.0);
        z-index: 999;
    }

    .help-tip p:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #E24C86;
        right: 10px;
        top: -12px;
    }

    .help-tip p:after {
        width: 100%;
        height: 40px;
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
    }

    .help-tip a {
        color: #fff;
        font-weight: 700;
    }

        .help-tip a:hover, .help-tip a:focus {
            color: #fff;
            text-decoration: underline;
        }
.div-lang {
    background-color: #FDF3F7;
    border-radius: 8px;
    border: 1px solid #E24C86 !important;
    color: #E24C86;
    font-weight: 700;
    padding-top: 10px;
    padding-left: 16px;
    padding-bottom: 7px;
    padding-right: 0px;
    width: 150px;
    line-height: 1.5;
}
.successimg {
    width: 80px;
    height: 80px;
}
@media (max-height: 850px) {
    .termContrainer {
        height: 70%; /* ลดขนาดลงเมื่อหน้าจอเตี้ย */
        max-height: 15rem; /* จำกัด max-height ใหม่ */
    }
}

@media (max-height: 800px) {
    .termContrainer {
        height: 50%; /* ลดขนาดลงเมื่อหน้าจอเตี้ย */
        max-height: 10rem; /* จำกัด max-height ใหม่ */
    }
}

@media (max-height: 700px) {
    .termContrainer {
        height: 25%; /* ลดขนาดลงเมื่อหน้าจอเตี้ย */
        max-height: 5rem; /* จำกัด max-height ใหม่ */
    }
}
.recaptcha-container {
    display: flex;
    justify-content: center;
}

@media (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.85); /* ปรับขนาดให้เล็กลง */
        transform-origin: 0 0; /* ตั้งค่าจุดเริ่มต้นของการย่อขนาด */
    }
}

@media (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.75);
    }
}
.empty_file_orther {
    background-color: #F8F8F9;
    padding: 16px;
    border-radius: 4px;
    text-align: center;
}

.btn-add-file {
    display: flex;
    height: 32px;
    /*padding: 10px 35px 10px 35px;*/
    justify-content: center;
    align-items: center;
    gap: var(--margin-margin-xs, 4px);
    border-radius: var(--radius-radius-s, 6px);
    border: 1px solid var(--colors-primary-100, #F6C8D9);
    background: var(--background-secondary-background-action, #FFF);
    color: #E24C86;
    font-weight: bold;
}

    .btn-add-file:hover {
        opacity: 0.8;
        color: #E24C86 !important;
        transition-duration: 500ms;
    }
.form-check .form-check-input:checked ~ .form-check-sign .check {
    background: #e91e63;
}

.form-check .form-check-sign .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .54);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
}
body {
    margin-bottom: 0px !important;
}
.btn-thaid {
    color: white;
    background-color: #4378BC;
    box-shadow: unset;
    padding: 10px 35px 10px 35px;
    transition-duration: 500ms;
    font-weight: bold;
}