@charset "UTF-8";
.debug {
    border: 1px solid red;
}

.border {
    border: 1px solid #bebebe;
    border-radius: 4px
}

.do-user-icon {
    margin-right: 10px;
    padding-top: 10px;
}

.cursor-pointer {
    cursor: pointer
}

.modal-backdrop {
    z-index: -10;
}

.modal-dialog {
    top: 45%;
}

.filter-gold {
    background-color: #daa161;
    padding: 20px 10px 10px;
    color: #FFF;
}

.gold {
    background-color: #daa161;
    border-color: #daa161;
}

.btn-stronggray {
    background-color: #464547;
    color: white;
}

.btn-stronggray:hover,
.btn-gray:hover {
    color: white;
}

.btn-gray {
    background-color: #bfbfbf;
    color: white;
}

.center {
    text-align: center;
}

.ma-0 {
    margin: 0px;
}

.bookday {
    background-color: #daa161;
    border-radius: 5px;
    color: white;
    font-size: 50px;
    height: 73%;
}

.bookstatus {
    background-color: green;
    border-radius: 5px;
    color: white;
    height: 27%;
}

.bg-lightgray {
    background-color: #efefef;
}

.contact-link {
    display: inline-block;
    width: 90%;
    height: 20%;
    border-radius: 5px;
    text-align: center;
    margin: 2%;
}

.w100 {
    width: 100%;
}

.w30-sm {
    width: 30%;
}

.w70-sm {
    width: 70%;
}

.w40 {

}

.w60 {

}

.pt-1 {
    padding-top: 5px;
}

.m-1 {
    margin: 5px 5px 5px 5px;
}

.qrcode-text-btn {
    display: inline-block;
    cursor: pointer;
}

.margin0 {
    margin: 0;
}

.ml2 {
    margin-left: 10px;
}

.mr2 {
    margin-right: 10px;
}

.mb2 {
    margin-bottom: 10px;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 15px;
}

.mt-3 {
    margin-top: 25px;
}

.mt-4 {
    margin-top: 35px;
}

.mt-5 {
    margin-top: 45px;
}

.btn-changestate:hover {
    color: #008a9b;
    cursor: pointer;
}

.contentman-action-icon {
    width: 50px;
    height: 30px;
    font-size: 20px;
    text-align: center;
}

.btn-reimport {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: inherit;
}

.btn-reimport:hover {
    color: #008a9b;
}

.btn-reimport i {
    width: 50px;
    height: 30px;
    font-size: 20px;
    text-align: center;
}

/* START by Mario */
.px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Customer Style - Customer Log Style -------------- by Mario */

.customerId {
    text-align: center;
    padding: 60px 10px;
}

.customerIdLog {
    text-align: center;
    padding: 10px 10px;
}

.customerShow {
    text-align: center;
    padding: 50px 10px;
}

.customerData {
    text-align: center;
    padding: 4px 10px;
    background-color: transparent;
}

.customerInfo {
    background-color: transparent;
    padding: 0px;
    text-align: center;
    border-left: 1px solid #d8d6d6;
    border-right: 1px solid #d8d6d6;
}

.customerInfoLog {
    background-color: transparent;
    padding: 10px 0px;
    text-align: center;
    border-left: 1px solid #d8d6d6;
    border-right: 1px solid #d8d6d6;
}

.customerContainer {
    margin-top: 20px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    transition: .2s ease;
    text-align: center;
}

.customerContainer:hover {
    background-color: #f2f2f2;
}

.customerTitle {
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    background-color: #24A393;
    color: white;
    text-align: center;
}

.customerAction {
    background-color: transparent;
}

.hiddenWord {
    font-size: 12px;
    font-weight: bold;
}

.customerTitleInfo {
    border-left: 1px solid #d8d6d6;
    border-right: 1px solid #d8d6d6;
}

@media (max-width: 554px) {
    .w40 {
        width: 40%;
    }

    .w60 {
        width: 60%;
    }
}

@media (min-width: 554px) {
    .customerData {
        padding: 4px 40px;
    }

    .customerId {
        padding: 60px 30px;
    }

    .customerIdLog {
        padding: 10px 30px;
    }

    .customerInfoLog {
        padding: 10px 0px;
    }

    .customerShow {
        padding: 50px 40px;
    }
}

@media (min-width: 768px) {
    .customerData {
        padding: 5px 10px;
    }

    .customerId {
        padding: 20px 10px;
    }

    .customerShow {
        padding: 13px 10px;
    }
}

@media (min-width: 992px) {
    .customerData {
        padding: 10px 10px;
    }

    .customerId {
        padding: 10px 10px;
    }

    .customerShow {
        padding: 4px 10px;
    }
}

/* Discount Style - Discount Style -------------- by Mario */

.discountId {
    text-align: center;
    padding: 10px 10px 4px 10px;
    background-color: transparent;
}

.discountCode {
    text-align: center;
    padding: 4px 10px 10px 10px;
}

.discountData {
    text-align: center;
    padding: 4px 10px;
    margin: auto;
}

.discountInfo {
    text-align: center;
    border-left: 0px;
}

.discountContainer {
    margin-top: 20px;
    padding: 0px 0;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    transition: .2s ease;
    text-align: center;
}

.discountContainer:hover {
    background-color: #f2f2f2;
}

.discountTitle {
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    background-color: #24A393;
    text-align: center;
    color: white;
    border-left: 1px solid #d8d6d6;
}

.generateButtonDiscount {
    position: absolute;
    right: 10px;
    top: -40px;
}

.hiddenWord {
    font-size: 12px;
    font-weight: bold;
}

.discountForm {
    margin: 0;
}

@media (min-width: 554px) {
    .discountData {
        padding: 4px 10px;
    }

    .discountId {
        padding: 10px 10px 4px 10px;
        background-color: transparent;
    }

    .discountCode {
        padding: 4px 10px 10px 10px;
    }

    .discountInfo {
        border-left: 0px;
    }
}

@media (min-width: 768px) {
    .discountData {
        padding: 5px 10px;
    }

    .discountId {
        padding: 20px 10px;
        background-color: transparent;
    }

    .discountCode {
        padding: 10px 10px;
    }

    .discountInfo {
        border-left: 1px solid #d8d6d6;
        border-right: 1px solid #d8d6d6;
    }
}

@media (min-width: 992px) {
    .discountData {
        padding: 10px 10px;
    }

    .discountId {
        padding: 10px 10px;
        background-color: transparent;
    }

    .discountCode {
        padding: 10px 10px;
    }
}

/* Show Customer Style for Customer ------------ by Mario */

#wordStatus {
    width: 50%;
    border: 0;
    display: inline-block;
    outline: none;
}

#newStatusInput {
    background: transparent;
    border: 0;
    color: transparent;
    outline: none;
    width: 55px;
    height: 25px;
    position: absolute;
    right: 24px;
    margin-top: -5px;
    cursor: pointer;
    z-index: 1;
}

#statusbackground {
    padding: 2.5px 2px;
    cursor: pointer;
    border-radius: 16px;
    width: 55px;
    height: 25px;
    float: right;
    display: inline-block;
    margin-top: -5px;
}

#statuscircle {
    cursor: pointer;
    color: transparent;
    transition: .2s;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 0px 5px 0px #ababab;
    position: absolute;
    margin-top: -2.5px;
}

.aCircle {
    right: 26px;
}

.pCircle {
    right: 56px;
}

.aBackground {
    background-color: #35bda9;
}

.pBackground {
    background-color: #f1f1f1;
}

.sureButton {
    border: 0;
    border-radius: 20px;
    padding: 8px;
    width: 70px;
}

#formContainer {
    height: 0px;
    overflow: hidden;
    transition: .4s;
}

#statusForm {
    filter: opacity(0);
    transition: .3s;
}

/* ----- $part -> $action / $affiliate -> $index ----- */
.addFundButton {
    margin-top: 20px;
    display: block;
    max-width: 120px;
}

.hiddenFormAff {
    display: none;
}

.actionAddFundsContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.actionAddFundsInput {
    float: left;
    width: 80% !important;
}

.actionAddFundsPlus {
    float: left;
    width: 20% !important;
    padding-top: 7px;
    padding-left: 18px;
}

.affBalanceTable {
    padding-left: 13px;
}

.resultNewBalance {
    padding-left: 13px;
    color: #5cb85c;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d8d8d8;
    width: 80%;
}

.resultWord {
    float: left;
    width: 20%;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 16px;
    color: #5cb85c;
    border-top: 1px solid #d8d8d8;
}

.hiddenAlertBalance {
    transition: .2s ease;
    height: 0px;
    width: 100%;
    overflow: hidden;
}

.actionUrlFromFinance {
    background: #00b8ce;
    border-radius: .25rem;
    margin-right: 10px;
    margin-top: 6px;
}

.submitButtonBalance, .cancelAddFundAff {
    margin-top: 15px;
}

.addFundButtonMobile {
    display: none;
}

@media (max-width: 992px) {
    .addFundButtonMobile {
        display: block;
    }
}

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

@media (max-width: 554px) {
    .addFundButtonMobile {
        display: block;
    }

    .actionAddFundsPlus, .resultWord {
        display: none;
    }

    .actionAddFundsInput {
        margin-top: 20px;
    }

    .actionAddFundsInput, .resultNewBalance {
        width: 100% !important;
    }

    .submitButtonBalance, .cancelAddFundAff {
        margin-top: 5px;
    }
}

/* ----- This is Supplier Finance index list ----- */
.reducedIcon {
    margin: 0;
    width: 2px;
}

#finance2Amount {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.font-weight-light {
    font-weight: lighter;
    font-size: 14px;
}

#DataTables_Table_0 > thead > tr > th:nth-child(6) {
    width: 200px;
}

/* ----- Pending Commissions ----- */
.back-modal-dialog {
    position: absolute;
    background: #00000040;
    height: 100%;
    width: 100%;
}

/* ----- Pending Withdrawals ----- */
#datatable-body > tr > th {
    font-weight: 400;
}

.select_status {
    background: white;
    margin-bottom: .5rem;
    padding: .4rem 1rem;
    width: 100%;
    border-radius: 1rem;
}

.select_status:focus {
    border-radius: 1rem;
    border: none;
}

.bank_reference_number, .cancel_description, .transfer_date {
    margin-top: 1rem;
    display: none;
}

.applybutton {
    margin-top: 0.5rem;
    display: none;
}

input[name="bank_reference_number"], input[name="cancel_description"], input[name="confirm_description"], input[name="transfer_date"] {
    margin-bottom: .5rem;
    padding: .4rem 1rem;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid darkgrey;
}

input[name="transfer_date"]::placeholder {
    color: #bfbfbf;
}

.descriptionConfirm {
    margin-bottom: .5rem;
    padding: .4rem 1rem;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid darkgrey;
}

.main-content {
    padding: 30px 10px;
}

.alertReference {
    color: #e27c7c;
    font-size: 1.3rem;
    padding: .5rem 0rem;
    display: none;
    float: right;
}

.alertDescription {
    font-size: 1.3rem;
    padding: .5rem 0rem;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    display: none;
}

.alertDescription input:nth-child(2) {
    width: 46%;
    margin-right: 4%;
    float: left;
}

.alertDescription input:nth-child(3) {
    width: 46%;
    margin-left: 4%;
}

#formStatus {
    display: none;
}

.dflex-mobile-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#generateExcelButton {
    margin-top: 0px;
}

.margin5 {
    margin: 5px 10px 5px 0px;
}

.paddingx-mobile-0 {
    padding-right: 15px;
    padding-left: 15px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.visibilityHide {
    visibility: hidden;
}

.pendingWithBankAccountDetail {
    display: none;
}

/* ----- This is Affiliate Finance ----- $part -> $action / $affiliate -> $index ----- */
#affiliateLinksContainer {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-bottom: 40px;
    margin-top: 30px;
}

div#affiliateLinksContainer {
    display: flex;
    justify-content: space-around;
}

.actionUrlNavbar {
    margin-top: 7px;
    text-align: left;
    margin-left: 10px;
}

.iconNav {
    border: 1px solid #00b8ce;
    padding: 10px;
    border-radius: 78px;
    color: #00b8ce;
    max-height: 43px;
}

.d-flex {
    display: flex;
}

flex-wrap {
    flex-wrap: wrap;
}
/* ----- This finance VoucherEntity ----- */
.h-1rem{
  height: 1rem;
}

.h-2rem {
    height: 2rem;
}

.h-25rem {
    height: 2.5rem;
}

/* ----- This is Supplier Commission Exception ----- */
.top0 {
    top: 0;
}

.marginb0 {
    margin-bottom: 0;
}

.marginb2 {
    margin-bottom: 10px;
}

.bordertop0 {
    border-top: 0px;
}

.myModalCommExcep {
    z-index: -1;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #1d1d1d75;
}

#addCommExcepButton {
    display: none;
}

#suppliercommissionexceptionAlert .alert {
    margin-top: 0px;
    margin-bottom: 20px;
}

.dflex-justifycenter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 0;
}

/* ----- Replace Old Bootstrap ----- */
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.text-success {
    color: #5cb85c;
}

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

.p0 {
    padding: 0px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.pr-2 {
    padding-right: 2rem;
}

.m0 {
    margin: 0;
}

.mt28 {
    margin-top: 28px;
}

.mt28mobileno {
    margin-top: 28px;
}

.mobileColumnReverse {
    flex-direction: row;
}

.marginTopMobile30 {
    margin-top: 0px;
}

.overflowx-hidden {
    overflow-x: hidden;
}

.paddingleft1-mobile {
    padding-left: 0px;
}

#addCommButton {
    position: absolute;
    top: 13rem;
    right: 2.5rem;
}

.mt8px {
    margin-top: 8px;
}

#bodyFilterContainer {
    overflow: hidden;
}

@media (max-width: 767px) {
    #affiliateLinksContainer {
        flex-direction: column;
    }
}

@media (max-width: 554px) {
    #affiliateLinksContainer {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .width16 {
        width: 100%;
    }

    #bodyFilterContainer {
        padding: 0;
        height: 0;
        margin: 0;
        overflow: hidden;
    }

    .mobileOnly {
        display: inline-block;
    }

    .dflex-mobile-column {
        justify-content: center;
        flex-direction: column;
    }

    #generateExcelButton {
        margin-top: 10px;
    }

    .paddingx-mobile-0 {
        padding: 0rem 1.5rem;
    }

    .padding1-mobile {
        padding: 1rem !important;
    }

    .mt28mobileno {
        margin-top: 0px;
    }

    .marginbotton1mobile {
        margin-bottom: 1rem;
    }

    .mobileColumnReverse {
        flex-direction: column-reverse;
    }

    .marginTopMobile30 {
        margin-top: 30px;
    }

    #addCommButton {
        top: 17rem;
    }

    #suppliercommissionexceptionAlert .alert {
        margin-top: 50px;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .width16 {
        width: 30%;
    }
}

@media (max-width: 992px) {
    .width16 {
        width: 14%;
    }
}

/* ---- This is Seo / Metatags / Products / Categories ---- */
.btn-w-medium {
    width: 80px;
    font-size: 1.5rem;
}

/* Fix Summernote modal for edit link -> description*/
div.modal.link-dialog.in > div.modal-dialog > div > div.modal-body {
    padding-left: 5rem;
    padding-right: 5rem;
}

div > div.modal.link-dialog.in > div.modal-dialog {
    top: 20%;
}

#product > div.form-group.px-4 > div:nth-child(3) > div > div.modal.link-dialog.in > div.modal-back-dialog {
    position: fixed;
    background-color: #00000059;
    height: 100vh;
    width: 100vw;
}

/* ----- $part -> $action / $finance -> sales ----- */
.goToTransDetail, .goToAffTrans {
    transition: .2s ease;
}

.goToTransDetail:hover {
    background: #00b8ce12 !important;
    color: black;
}

.goToAffTrans:hover {
    background: #00b8ce12 !important;
    color: black;
}

.card-header.headerHeight {
    min-height: 25px;
}

.text-primaryDark {
    color: #008fa0;
}

@media (max-width: 554px) {
    #DataTables_Table_0_length {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    #DataTables_Table_0_filter {
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }
}

/* Recovered CSS from 27 Feb */
/* ----- Backend Finance Pending Balance ----- */
#balanceBackendPending {
    position: absolute;
    right: 4rem;
    top: 11rem;
    font-size: 2rem;
    color: #00b8ce;
    border: 1px solid #00b8ce;
    padding: 5px 20px 9px;
    background-color: white;
    border-radius: .25rem;
    box-shadow: 0px -1px 5px 0px gainsboro;
}

#balanceTitle {
    font-weight: lighter;
    font-size: 1.5rem;
    color: black;
    margin-top: 4px;
}

.actionUrlContainer {
    border: none !important;
    border-top: 1px solid #dddddd !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dddddd !important;
}

#datatable-body > tr:nth-child(1) > th.actionUrlContainer {
    border-top: 0px !important;
}

.label.text-dotravelPrimary {
    border: 1px solid #00b8ce26;
    background: #ffffff;
    color: #00b8ce;
}

.label.text-dotravelPrimary:hover {
    border: 1px solid #00b8ce;
    background: #00b8ce;
    color: #ffffff;
}

h5.d-inline span {
    float: left
}

.iconNav {
    padding: .9rem;
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    height: 4rem !important;
    width: 4rem !important;
    transition: .2s ease;
}

.iconNav i {
    margin: 0px;
    color: #b7b7b7;
    margin-left: .2rem;
    transition: .2s ease;
}

.iconNav + h5 {
    color: #585858;
    margin-left: 0.4rem;
    margin-top: 0.5rem;
    transition: .2s ease;
}

.activeNav {
    color: #00b8ce !important;
    border-color: #00b8ce
}

.margin1rem {
    margin: 1rem;
}

.cursor-pointer {
    cursor: pointer;
    transition: .2s ease;
}

.cursor-pointer:hover .iconNav {
    border: 1px solid #00b8ce;
}

.cursor-pointer:hover .iconNav i {
    color: #00b8ce;
}

.cursor-pointer:hover .iconNav + h5 {
    color: #00b8ce;
}

/* ----- New Style As Bootstrap ----- */
.mr-1rem {
    margin-right: 1rem!important;
}

.mb-1rem {
    margin-bottom: 1rem!important;
}

.p-1rem {
    padding: 0.5rem!important;
}

.mb-2rem {
    margin-bottom: 2rem!important;
}

.mb-4rem {
    margin-bottom: 4rem!important;
}

.p-0 {
    padding: 0px;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center-around {
    justify-content: space-around;
}

.d-inline {
    display: inline;
}

.border-bottom {
    border-bottom: 1px solid #d4d4d4;
}

.border-right {
    border-right: 1px solid #d4d4d4;
}

.pb-1rem {
    padding-bottom: 1rem;
}

@media (max-width: 992px) {
    .justify-content-center-around {
        justify-content: center;
    }
}

@media (max-width: 40rem) {
    .d-flex-justify-around {
        display: inline;
        padding: 0;
    }

    .myBr {
        display: block;
    }

    #balanceBackendPending {
        right: 0rem;
        top: 0rem;
        position: relative;
        font-size: 2rem;
        color: #00b8ce;
        text-align: center;
        margin-bottom: 1rem;
        display: flex;
        justify-content: space-around;
    }

    .breadcrumb {
        margin-bottom: 6px;
    }

    .justify-content-center-around {
        justify-content: center;
        flex-direction: column;
    }

    .margin1rem {
        margin: 0rem;
    }

    h5.d-inline span {
        float: right;
    }
}

/* ----- $part / $action -> $affiliate/{id} ----- (affiliate profile on backend) */
.permissionsContainer {
    display: flex;
    flex-wrap: wrap;
}

.userLevelRow {
    width: 50%;
    padding-left: 10px;
    text-align: left;
    float: left;
}

.permissionDiv {
    width: 50%;
}

.affMetaDiv {
    display: flex;
    flex-wrap: wrap;
}

.affMetaRow {
    width: 50%;
    float: left;
    padding-left: 10px;
}

#tabContentPermission div div.panel-body {
    min-height: 411px;
}

#tabsPermissionContainer ul#listTabsPermission li {
    background: #e8e8e8cc;
}

#tabsPermissionContainer ul#listTabsPermission li.active {
    background: white;
}

.listElementPermission {
    font-size: 1.5rem;
    font-weight: lighter;
    line-height: 24px;
}

/* END by Mario */
/* START by Matt */
.tourcms-color {
    color: #800080;
}

/* END by Matt*/


.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.gap-4 {
    gap: 1rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-1 {
    gap: 0.25rem;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-start {
    justify-content: flex-start;
}