@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Libre+Barcode+39+Extended+Text");
@import url('https://fonts.googleapis.com/css?family=Kanit:300,400,500,600,700|Mitr:300,400,500,600,700|Sarabun:300,400,500,600,700&display=swap&subset=thai');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i%7COpen+Sans:300,300i,400,400i,600,600i,700,700i&display=swap&subset=thai');
html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Fira Sans", "Montserrat", "Kanit", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    /* color: #868ba1; */
    color: #474a5e;
    background-color: rgb(255, 255, 255);
}

.card-header-title {
    font-weight: 500;
    font-size: 1.25rem;
}

.report-header-text {
    font-weight: 500;
    font-size: 1.25rem;
}

.report-title {
    /* font-family: "Mitr"; */
    font-weight: 400;
    font-size: 1.25rem;
}

.report-number {
    font-weight: 500;
    font-size: 1.4rem;
}

.report-footer {
    /* font-family: "Mitr"; */
    font-weight: 400;
    font-size: 0.85rem;
    color: #7e7c8d;
}

.report-inner-title {
    /* font-family: "Mitr"; */
    font-weight: 500;
    font-size: 0.95rem;
    color: #7e7c8d;
    padding-left: 10px;
}

.report-chart {
    padding-left: 20px;
}

.loader-save {
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 1;
    /* margin: -50px 0 0 -50px; */
    border: 5px solid #e4e7ed;
    border-radius: 50%;
    border-top: 5px solid green;
    border-bottom: 5px solid red;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
}

.loader-data1 {
    position: absolute;
    left: 45%;
    /* top: 50%; */
    z-index: 100;
    /* margin: -50px 0 0 -50px; */
    border: 5px solid #e4e7ed;
    border-radius: 50%;
    border-top: 5px solid #0280cf;
    /* border-bottom: 5px solid red; */
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
}

.loader-data-view {
    position: absolute;
    left: 45%;
    top: 10%;
    z-index: 1;
    /* margin: -50px 0 0 -50px; */
    border: 5px solid #ebebeb;
    border-radius: 50%;
    border-top: 5px solid #19bf13;
    /* border-bottom: 5px solid red; */
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.4s linear infinite;
    animation: spin 0.4s linear infinite;
}

.loader-data-red {
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 1;
    /* margin: -50px 0 0 -50px; */
    border: 5px solid #ebebeb;
    border-radius: 50%;
    border-top: 5px solid #f73307;
    /* border-bottom: 5px solid red; */
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.4s linear infinite;
    animation: spin 0.4s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 0.5s;
    animation-name: animatebottom;
    animation-duration: 0.5s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.round-img-50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 1px;
}

.img-fluid.img-round {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 2px 2px 2px 2px;
}

.round-img-60 {
    width: 60px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 2px 2px 2px 2px;
}

.round-img-80 {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.round-img-100 {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.circle-img-50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.circle-img-100 {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.img-200 {
    width: 200px;
    height: 180px;
    padding: 2px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.img-100 {
    width: 100px;
    height: 70px;
    padding: 2px;
    /* margin: 2px; */
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.img-150 {
    width: 150px;
    padding: 2px;
    margin: 2px;
    object-fit: scale-down;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.img-300 {
    width: 300px;
    height: 280px;
    padding: 5px;
    margin: 5px;
    object-fit: scale-down;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.img-circle.hw-60 {
    width: 60px;
    height: 60px;
    padding: 4px 4px 4px 4px;
}

.img-circle.hw-50 {
    width: 50px;
    height: 50px;
    padding: 3px 3px 3px 3px;
}

.img-circle.bg--online {
    background-color: #ffffff;
}

.payment-card {
    width: 400px;
    height: 50px;
    padding: 2px;
    object-fit: cover;
}

.separator {
    margin: 2px;
    padding: 2px;
    display: block;
}

.cursor-wait {
    cursor: wait !important;
}

.datepicker {
    transform: translate(0, 3.1em);
}

.circle {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    /* margin: 5px 20px; */
    font-size: 1.2em;
    padding: 15px;
    display: flex;
    height: 40px;
    width: 40px;
    font-weight: 600;
    /* color: #fff; */
}

.circle-sm {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    /* margin: 5px 20px; */
    font-size: .8em;
    padding: 10px;
    display: flex;
    height: 30px;
    width: 30px;
    font-weight: 500;
    /* color: #fff; */
}

.circle-xsm {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    /* margin: 5px 20px; */
    font-size: .9em;
    padding: 10px;
    display: flex;
    height: 22px;
    width: 22px;
    font-weight: 500;
    /* color: #fff; */
}

.circle-current {
    /* background: #fff5db; */
    background: linear-gradient(#258bcf, #2f5fe6);
    color: #fff;
    /* background: linear-gradient(orange, red); */
}

.circle-number-off {
    background: #e1e5e9;
    color: #505050;
    font-weight: bold;
}

.circle-number-on {
    background: #378fdb;
    color: #ffffff;
    font-weight: bold;
}

.circle-normal {
    background: #f0eeee;
    color: #adadad;
}

.circle-header {
    background: #006dba;
    color: #fff;
}

.circle-header-l {
    background: #0095ba;
    color: #fff;
}

.circle-header-agent {
    background: #78b1f3;
    color: #fff;
}

.circle-header-child {
    background: #bdbdbd;
    color: #2b2b2b;
}

.form-header {
    color: #383838;
}

.stage {
    display: flex;
    width: 150px;
    height: 100px;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    overflow: hidden;
    border: 2px solid #a5a5a5;
    background-color: #ffffff;
    border-radius: 10px;
}

.selected-tour {
    background-color: #fff8cf;
    color: #1c1c1c;
}

.selected-tour-title {
    font-weight: 600;
    font-size: 18px;
}

.saving-data {
    display: none;
    position: fixed;
    z-index: 99999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.saving-data:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.sbl-circ-ripple {
    height: 48px;
    width: 48px;
    color: #5a5a5a;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.sbl-circ-ripple::after, .sbl-circ-ripple::before {
    content: '';
    height: 0;
    width: 0;
    border: inherit;
    border: 5px solid;
    border-radius: inherit;
    position: absolute;
    left: 40%;
    top: 40%;
    animation: circle-ripple 1s linear infinite;
}

.sbl-circ-ripple::before {
    animation-delay: -0.5s;
}

@keyframes circle-ripple {
    0% {
        height: 0;
        width: 0;
        left: 20px;
        top: 20px;
    }
    100% {
        height: 48px;
        width: 48px;
        left: -5px;
        top: -5px;
        opacity: 0;
    }
}

.popover {
    max-width: none;
}

.avatar {
    vertical-align: middle;
    border-radius: 50%;
}

.avatar-50 {
    width: 50px;
    height: 50px;
}

.avatar-80 {
    width: 80px;
    height: 80px;
}

.avatar-100 {
    width: 100px;
    height: 100px;
}

.price {
    font-size: 1.25em;
    font-weight: 500;
}

.check-box-text {
    font-weight: 400;
    font-size: 1rem;
}

[data-href] {
    cursor: pointer;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e3e3e3;
    margin: 0.6em 0;
    padding: 0;
}

.status {
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    text-align: center;
    font-size: 1rem;
    display: flex;
    padding: 20px 10px 20px 10px;
    font-weight: 500;
    background-color: #e6e6e6;
    color: #757575;
}

.status--success {
    background-color: #6cd4bd;
    color: #525252;
    font-weight: bold;
}

.status--inprogress {
    background-color: #fffede;
    color: #db6e85;
}

.status--wait-withdraw {
    background-color: #dedede;
    color: #db6e85;
}

.status--success {
    background-color: #6cd4bd;
    color: #525252;
    font-weight: bold;
}

.status-booking-success {
    background-color: #13a53f;
    color: #ffffff;
    font-weight: bold;
}

.status-booking-new {
    background-color: #2dc5e0;
    color: #ffffff;
    font-weight: bold;
}

.status--inprogress {
    background-color: #fffede;
    color: #db6e85;
}

.status--wait-withdraw {
    background-color: #dedede;
    color: #db6e85;
}

.border-round-menu {
    border-radius: 5px;
    /* box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); */
    border: 1px solid #cccccc;
    background-color: #ffffff;
    position: relative;
    display: flex;
    padding: 8px 12px 8px 12px;
    color: #5a5a5a;
    font-size: 1.1rem;
}

.div-border-round {
    border-radius: 10px;
    /* box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); */
    border: 1px solid #c7c7c7;
    background-color: #fcfcfd;
    position: relative;
    display: flex;
    padding: 8px 12px 8px 12px;
    margin: 2px;
    color: #5a5a5a;
    font-size: 1.1rem;
}

.border-round {
    border-radius: 50%;
    border: 1px solid #bcd3e6;
    background-color: #f7fbff;
    position: relative;
    display: flex;
    padding: 15px 20px 15px 20px;
    font-size: 1.1rem;
}

.border-round-message {
    border-radius: 12px;
    /* box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); */
    border: 1px solid #e7e7e7;
    background-color: #fcfcfd;
    position: relative;
    display: flex;
    padding: 15px 20px 15px 20px;
    font-size: 1.1rem;
}

.bg-message-green {
    background-color: #92ffc9;
}

.bg-message-red {
    background-color: #ff7c92;
}

.border-round-sm {
    border-radius: 3px;
    /* box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); */
    border: 1px solid #c7c7c7;
    background-color: #ffffff;
    position: relative;
    display: flex;
    padding: 4px 6px 4px 6px;
    font-size: 1.1rem;
}

.loader-data {
    display: none;
    position: fixed;
    z-index: 99999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    justify-content: center;
    text-align: center;
}

.loader-data:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    background-color: rgba(253, 251, 251, 0.3);
}

.fullpage-info {
    display: none;
    position: fixed;
    z-index: 99999;
    overflow: show;
    margin: auto;
    top: 10%;
    left: 0;
    bottom: 0;
    right: 0;
    /* width: 50px;
    height: 50px; */
    justify-content: center;
    text-align: center;
}

.fullpage-info:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    background-color: rgba(28, 28, 28, 0.5);
}

/* .circle-icon {
    background: #d8dfe0;
    padding: 10px 16px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 1.1rem;
    color: #3b484d;
    justify-content: center;
    text-align: center;
} */

.circle-back {
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 2px solid #613ec2;
    text-align: center;
    font-size: 1rem;
    display: flex;
    height: 40px;
    line-height: 1em;
    width: 90px;
    padding: 10px 10px 10px 10px;
    font-weight: 500;
    background-color: #ffffff67;
    color: #613ec2;
}

/* .circle-back a {
    color: #5536ac
} */

.circle-back:hover {
    background-color: #5536ac;
    color: #ffffff;
}

/* .circle-back:hover a {
    color: #ffffff;
} */

.circle-icon {
    color: #f4f8ff;
    border-radius: 50%;
    background-color: #5078b3;
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding-top: 15px;
    text-align: center;
    justify-content: center;
}

.circle-icon-sm {
    color: #f4f8ff;
    border-radius: 50%;
    background-color: #5078b3;
    border: 2px solid #426cbb;
    width: 40px;
    height: 40px;
    font-size: 15px;
    padding-top: 10px;
    text-align: center;
    justify-content: center;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.card-text-header {
    font-size: 1.25rem;
    color: #2b2b2b;
}

.btn-custom-lg {
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    text-align: center;
    font-size: 1rem;
    display: flex;
    height: 45px;
    /* width: 90px; */
    padding: 10px 10px 10px 10px;
    font-weight: 500;
}

.btn-custom {
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    text-align: center;
    font-size: 1rem;
    display: flex;
    height: 40px;
    /* width: 90px; */
    padding: 10px 10px 10px 10px;
    font-weight: 500;
}

.btn-custom-sm {
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    text-align: center;
    font-size: 0.8rem;
    display: flex;
    height: 25px;
    /* width: 90px; */
    padding: 6px 6px 6px 6px;
    font-weight: 500;
}

.btn-custom-smx {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-align: center;
    font-size: 0.75rem;
    display: flex;
    height: 20px;
    /* width: 90px; */
    padding: 5px 5px 5px 5px;
    font-weight: 500;
}

.btn-custom.send {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(0, 53, 165);
    color: rgb(0, 53, 165);
}

.btn-custom.send:hover {
    background-color: rgb(0, 53, 165);
    color: rgb(255, 255, 255);
}

.btn-custom.discard {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(207, 207, 207);
    color: rgb(70, 70, 70);
}

.btn-custom.discard:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(68, 68, 68);
}

.btn-custom.save {
    background-color: rgb(89, 40, 202);
    border: 2px solid rgb(59, 18, 136);
    color: rgb(255, 255, 255);
}

.btn-custom.save:hover {
    background-color: rgb(59, 18, 136);
}

.btn-custom-sm.other {
    background-color: rgb(50, 94, 241);
    border: 2px solid rgb(44, 86, 224);
    color: rgb(255, 255, 255);
}

.btn-custom-sm.other:hover {
    background-color: rgb(45, 80, 194);
}

.btn-custom-download {
    color: #504d53;
    background-color: #ffd17b;
}

.btn-custom-download:hover {
    cursor: pointer;
    color: #504d53;
    position: relative;
    background-color: #ffa939;
}

.btn-custom-lg.check-avialable {
    color: #ffffff;
    background-color: #4f61c7;
    border: 2px solid #3748a3;
}

.btn-custom.check-avialable {
    color: #ffffff;
    background-color: #5c6ed4;
    border: 2px solid #38479c;
}

.btn-custom.check-avialable:hover {
    cursor: pointer;
    color: #ffffff;
    position: relative;
    background-color: #38479c;
}

.btn-custom-lg.check-avialable:hover {
    cursor: pointer;
    color: #ffffff;
    position: relative;
    background-color: #38479c;
}

.btn-round {
    font-size: 15px;
    color: rgb(87, 87, 87);
    letter-spacing: 1px;
    line-height: 20px;
    /* border: 2px solid rgb(170, 170, 170); */
    border: 1px solid #dcdddd;
    border-radius: 50px;
    /* background: transparent; */
    /* background-color: #f3f6f7a8; */
    background: #f6fbfd;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

.btn-round-menu {
    font-size: 16px;
    color: rgb(91, 82, 112);
    letter-spacing: 1px;
    line-height: 1.25rem;
    /* border: 2px solid rgb(170, 170, 170); */
    border: 1px solid #c5c5c5;
    border-radius: 50px;
    /* background: transparent; */
    /* background-color: #f3f6f7a8; */
    background: #ffffff;
    transition: all 0.3s ease 0s;
    font-weight: 400;
}

.btn-custom-smx.amend {
    letter-spacing: 1px;
    border: 1px solid #2a0566;
    border-radius: 10px;
    background: #4c11ac;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.btn-round-blue {
    font-size: 15px;
    color: rgb(95, 95, 95);
    line-height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    /* background: transparent; */
    /* background-color: #f3f6f7a8; */
    background: #ffffff;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

.btn-round-edit {
    font-size: 15px;
    color: rgb(95, 95, 95);
    line-height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    /* background: transparent; */
    /* background-color: #f3f6f7a8; */
    background: #ffffff;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.badge-custom {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.159rem;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    padding: 6px 15px 6px 15px;
}

.badge-custom-sm {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.159rem;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    padding: 3px 7px 3px 7px;
}

.badge-custom-smx.user_role {
    background-color: rgb(214, 214, 214);
    color: rgb(148, 1, 1);
}

.badge-custom-smx {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.9rem;
    border-radius: .5rem;
    transition: all 0.3s ease 0s;
    padding: 3px 6px 4px 5px;
}

.badge-custom-smxx {
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 0.5rem;
    border-radius: .5rem;
    transition: all 0.3s ease 0s;
    padding: .5em .5em .5em .5em;
}

.badge-custom--success {
    color: #2c2c2c;
    background-color: #3cf7b9;
}

.badge-custom.available {
    color: #ffffff;
    background-color: #675cff;
}

.badge-custom--deposit {
    color: #ffffff;
    background-color: #4d4beb;
    font-weight: 400;
}

.badge-custom--warning {
    color: #2c2c2c;
    background-color: #ffd858;
}

.badge-custom--danger {
    color: #ffffff;
    background-color: #f74159;
}

.badge-custom--danger1 {
    color: #ffffff;
    background-color: #b90019;
}

.badge-custom--info {
    color: #525252;
    background-color: #eeeeee;
}

.badge-custom--invoice {
    color: #353434;
    background-color: #19d829;
    font-weight: 600;
}

.badge-custom--inprogress {
    color: #525252;
    background-color: #dfe234;
}

.badge-custom--overdue {
    color: #ffffff;
    background-color: #d81b4a;
}

.badge-custom--disabled {
    color: #929292;
    background-color: #f1f1f1;
}

.badge-custom--free {
    color: #ffffff;
    background-color: rgb(0, 143, 64);
}

.badge-custom--color1 {
    color: #525252;
    background-color: rgb(106, 233, 255);
}

.badge-custom--color2 {
    color: #ffffff;
    background-color: rgb(86, 0, 167);
}

.badge-custom--color3 {
    color: #ffffff;
    background-color: rgb(255, 49, 66);
    font-weight: 400;
}

.badge-custom--nationality {
    color: #ffffff;
    background-color: #0b0069;
}

.badge-custom--gray--1 {
    color: #929292;
    background-color: #f7f7f7;
}

.badge-custom--agent {
    color: #3d3b44;
    background-color: #bbafff;
    font-weight: 400;
}

.badge-custom--count {
    color: #ffffff;
    background-color: #574ea1;
    font-weight: 400;
}

.badge-custom--default {
    color: #383838;
    background-color: rgb(254, 255, 255);
    border: 1px solid #cfcfcf;
}

.badge-custom--default:hover {
    color: #383838;
    background-color: rgb(197, 224, 255);
    border: 1px solid #8bc7ff;
}

.btn-round-edit:hover {
    background: rgb(255, 196, 35);
    color: rgb(56, 56, 56);
    border: 1px solid #ffb75a;
}

.btn-round-save {
    font-size: 15px;
    color: rgb(95, 95, 95);
    line-height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    /* background: transparent; */
    /* background-color: #f3f6f7a8; */
    background: #ceffd8;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.btn-round-save:hover {
    background: rgb(136, 255, 239);
    color: rgb(95, 95, 95);
    border: 1px solid #6bff97;
}

.btn-round-blue:hover {
    background: rgb(164, 222, 255);
    color: rgb(95, 95, 95);
    border: 1px solid #81cdff;
}

.price-round {
    font-size: 16px;
    color: rgb(95, 95, 95);
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    background-color: #ffffff;
    display: flex;
    padding: 5px 10px 5px 10px;
}

.price-round-blue {
    background-color: #bfe0ff;
    border: 1px solid #8bbeee;
}

.price-round-green {
    background-color: #a3fcff;
    border: 1px solid #65cfdd;
}

.form-control.is-invalid {
    background-image: none;
}

.form-control.is-valid {
    background-image: none;
}

.div-round {
    border-radius: 10px;
    /* box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); */
    border: 1px solid #e3e3e3;
    position: relative;
    display: flex;
    padding: 10px 10px 10px 10px;
}

.div-round-green {
    background-color: #c7ebff;
    font-size: 1.5em;
    color: #424242;
    border: 1px solid #82dcff;
}

.circle-icon-green {
    background: #9affb8;
    color: #424242;
}

.circle-icon-red {
    background: #ff697d;
    color: #ffffff;
}

.text-header {
    color: rgb(55, 57, 59);
}

.text-circle {
    border-radius: 10px;
    width: auto;
    height: auto;
    padding: 10px 15px 10px 15px;
    margin-bottom: 1vw;
}

.text-circle-default {
    background-color: rgb(230, 239, 252);
    line-height: 1.8em;
    font-size: 0.95rem;
}

.text-circle-default b {
    font-weight: 600;
    color: rgb(84, 91, 124);
    margin-right: 2px;
    font-size: 1rem;
}

.text-circle-default i {
    font-weight: 600;
    color: rgb(255, 47, 110);
    margin-right: 2px;
    font-size: 1rem;
}

.text-circle-sky {
    color: #636363;
    font-size: 1.1rem;
    background-color: #d1ebf0;
    font-weight: 500;
}

.text-circle-yellow {
    color: #636363;
    background-color: #f7efd7;
    font-size: 1rem;
}

.text-status {
    color: tomato;
}

.text-amount {
    color: green;
    font-size: 1.15rem;
    font-weight: 600;
}

.tag-transfer {
    border-radius: 12px;
    width: auto;
    height: auto;
    padding: 5px 8px 5px 8px;
    font-size: 0.85rem;
    line-height: 1em;
}

.transfer--area {
    color: #ffffff;
    background-color: #0b68a7;
}

.transfer--free {
    color: #f5f5f5;
    background-color: #36b55e;
}

.transfer--charge {
    color: #ffffff;
    background-color: #ff518b;
}

.list-text {
    font-size: 0.89em;
    line-height: 1.5em;
    color: rgb(71, 83, 95);
}

.selling-price {
    font-size: 1.10rem;
    font-weight: 600;
    color: #0f103f;
}

.income-net {
    font-size: 1.1rem;
    color: #166d47;
    font-weight: 600
}

.income-net i {
    font-size: 0.8rem;
}

.card-header-text {
    font-size: 1.5rem;
    font-weight: 500;
    color: #474a5e;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-bg-gray {
    background-color: rgb(253, 252, 252);
}

.waring-text {
    color: #e31e10;
    font-size: 0.95rem;
}

.tab {
    cursor: pointer;
}

.stars-outer {
    position: relative;
    display: inline-block;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ccc;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8ce0b;
}

.custom-cursor {
    cursor: pointer;
}

.select-picker {
    background-color: #ececec;
    border: 1px solid
}

label {
    font-weight: 400 !important;
    font-size: 1em;
    color: #454549 !important;
}

.page-link {
    cursor: pointer;
}

.sort-by-asc {
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 0 3px;
    background: transparent;
    border-bottom: solid 7px #F80;
    border-top-width: 0;
}

.sort-by-desc {
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 0 3px;
    background: transparent;
    border-top: solid 7px #F80;
    border-bottom-width: 0;
}

.table-sortable>thead>tr>th {
    cursor: pointer;
    position: relative;
}

.table-sortable>thead>tr>th:after, .table-sortable>thead>tr>th:after, .table-sortable>thead>tr>th:after {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    right: 10px;
    top: 16px;
}

.table-sortable>thead>tr>th:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: 0px solid transparent;
}

.table-sortable>thead>tr>th:hover:after {
    border-top: 5px solid #888;
}

.table-sortable>thead>tr>th.asc:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #333;
}

.table-sortable>thead>tr>th.asc:hover:after {
    border-bottom: 5px solid #888;
}

.table-sortable>thead>tr>th.desc:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    border-bottom: 5px solid transparent;
}

.bg-seleceted-tour {
    background-color: #fffede;
}

.bg-tour-avialable {
    background-color: #7ef7ce;
}

.bg-tour-not-avialable {
    background-color: #f8f9fc;
}

.not-available {
    color: #f4f8ff;
    border-radius: 10px;
    background-color: #fa6d6d;
    border: 1px solid #fc5555;
    height: 50px;
    font-size: 0.89rem;
    padding: 10px 10px 10px 10px;
    text-align: left;
    justify-content: left;
}

.pickup-car.selected {
    background-color: rgb(109, 245, 200);
}

.nav-username {
    background-color: #46a6be;
    border-radius: 5px;
    padding: 3px 6px 3px 6px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 400;
}

.nav-user-droupdown {
    color: #686d70;
    font-size: 1rem;
}

.custom-card-bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(-200deg, rgba(255, 255, 255, 1) 39%, rgb(157, 189, 226) 78%, rgb(106, 151, 209) 100%);
}

.allot-lock {
    position: relative;
    top: -10px;
    right: -5px;
    padding-right: 0;
    font-size: 0.7em;
    color: #dd0202;
}

.cancellation-policy {
    padding: 10px 0px 0px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 0.9rem;
}

.cancel-reason {
    padding: 10px 0px 0px 0px;
    font-size: 1.05rem;
    text-decoration: underline;
    color: #005183;
    font-weight: 500;
}

.loader12 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    animation: loader12 1s linear alternate infinite;
    top: 50%;
    margin: -50px auto 0
}

.loader13 {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: relative;
    animation: loader13 1s linear alternate infinite;
    top: 50%;
    margin: -50px auto 0
}

@keyframes loader12 {
    0% {
        box-shadow: -60px 40px 0 2px #3d0bba, -30px 40px 0 0 rgba(0, 82, 236, .2), 0 40px 0 0 rgba(0, 82, 236, .2), 30px 40px 0 0 rgba(0, 82, 236, .2), 60px 40px 0 0 rgba(0, 82, 236, .2)
    }
    25% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, .2), -30px 40px 0 2px #3d0bba, 0 40px 0 0 rgba(0, 82, 236, .2), 30px 40px 0 0 rgba(0, 82, 236, .2), 60px 40px 0 0 rgba(0, 82, 236, .2)
    }
    50% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, .2), -30px 40px 0 0 rgba(0, 82, 236, .2), 0 40px 0 2px #3d0bba, 30px 40px 0 0 rgba(0, 82, 236, .2), 60px 40px 0 0 rgba(0, 82, 236, .2)
    }
    75% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, .2), -30px 40px 0 0 rgba(0, 82, 236, .2), 0 40px 0 0 rgba(0, 82, 236, .2), 30px 40px 0 2px #3d0bba, 60px 40px 0 0 rgba(0, 82, 236, .2)
    }
    100% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, .2), -30px 40px 0 0 rgba(0, 82, 236, .2), 0 40px 0 0 rgba(0, 82, 236, .2), 30px 40px 0 0 rgba(0, 82, 236, .2), 60px 40px 0 2px #3d0bba
    }
}

@keyframes loader13 {
    0% {
        box-shadow: -60px 40px 0 2px #3d0bba, -30px 40px 0 0 rgba(0, 82, 236, .2), 0 40px 0 0 rgba(0, 82, 236, .2), 30px 40px 0 0 rgba(0, 82, 236, .2), 60px 40px 0 0 rgba(0, 82, 236, .2)
    }
    25% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, .2), -30px 40px 0 2px #3d0bba, 0 40px 0 0 rgba(0, 82, 236, .2), 30px 40px 0 0 rgba(0, 82, 236, .2), 60px 40px 0 0 rgba(0, 82, 236, .2)
    }
    50% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, .2), -30px 40px 0 0 rgba(0, 82, 236, .2), 0 40px 0 2px #3d0bba, 30px 40px 0 0 rgba(0, 82, 236, .2), 60px 40px 0 0 rgba(0, 82, 236, .2)
    }
    75% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, .2), -30px 40px 0 0 rgba(0, 82, 236, .2), 0 40px 0 0 rgba(0, 82, 236, .2), 30px 40px 0 2px #3d0bba, 60px 40px 0 0 rgba(0, 82, 236, .2)
    }
    100% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, .2), -30px 40px 0 0 rgba(0, 82, 236, .2), 0 40px 0 0 rgba(0, 82, 236, .2), 30px 40px 0 0 rgba(0, 82, 236, .2), 60px 40px 0 2px #3d0bba
    }
}

.transfer-charge-selected {
    background-color: #f2f6ff;
    border-radius: 10px;
    padding: 10px 10px 10px 15px;
}

.icon-container {
    width: 26px;
    height: 26px;
    position: relative;
}

.status-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    bottom: 0;
    right: 0;
    position: absolute;
}

.status-circle--online {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgb(39, 155, 4);
    border: 2px solid #fff;
    position: absolute;
    top: 35px;
    left: 32px
}

.status-circle-noti {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(43, 43, 43);
    border: 1px solid rgb(255, 255, 255);
}

.status-circle-noti--online {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(0, 100, 17);
    border: 1px solid rgb(255, 255, 255);
}

.user-container {
    background-color: #f5f4fa;
    padding: 5px 0 5px 5px;
    border-radius: 25px;
}

.icon-container .icon {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.icon-container .icons {
    height: 100%;
    width: 100%;
}

.icon-container--online {
    width: 50px;
    height: 50px;
    position: relative;
}

.icon-container--online .icon {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.user-icon-container {
    width: 35px;
    height: 35px;
    position: relative;
}

.tour-program-picture {
    width: 95px;
    height: 75px;
}

.tour-program-picture>img {
    width: 95px;
    height: 75px;
    border-radius: 15px;
    padding: 2px 2px 2px 2px;
    background-color: #2d3031;
}

.guest-leader {
    padding: 2px 2px 2px 2px;
}

.guest-leader>.avatar {
    width: 60px;
    height: 60px;
    background-color: #6385b1;
}

.guest-leader>.avatar>img {
    padding: 2px 2px 2px 2px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.guest-name {
    background-color: #418add;
    width: auto;
    height: 30px;
    padding-left: 5px;
    padding-top: 5px;
    border-radius: 15px;
    padding-right: 10px;
    text-align: center;
    color: #fff;
    font-size: 0.95rem;
}

.guest-name>.guest-icon {
    padding-left: 2px;
    color: #014399;
}

.fullpage {
    display: none;
    position: fixed;
    z-index: 99999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.fullpage:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.815);
}

.header-tag {
    background-color: #418add;
    width: auto;
    height: 35px;
    padding-left: 5px;
    padding-top: 5px;
    border-radius: 16px;
    padding-right: 10px;
    text-align: center;
    color: #fff;
    font-size: 0.95rem;
    line-height: 0.5rem;
}

.btn-add {
    border: 1px solid #2d1b6e;
    background-color: #5033b6;
    display: inline-block;
    padding: 7px 10px 7px 10px;
    border-radius: 20px;
    font-size: .9rem;
    text-align: center;
    justify-content: center;
    color: #fff;
}

.btn-add:hover {
    color: #fff;
    background-color: #3b0ce7;
}