.checkbox-wrapper-35 {
    align-content: center;
}

.checkbox-wrapper-35 .switch {
    display: none;
}

.checkbox-wrapper-35 .switch+label {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #78768d;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-wrapper-35 .switch+label::before,
.checkbox-wrapper-35 .switch+label::after {
    content: '';
    display: block;
}

.checkbox-wrapper-35 .switch+label::before {
    background-color: #78768d;
    border-radius: 500px;
    height: 15px;
    margin-right: 8px;
    -webkit-transition: background-color 0.125s ease-out;
    transition: background-color 0.125s ease-out;
    width: 25px;
}

.checkbox-wrapper-35 .switch+label::after {
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0 3px 1px 0 rgba(37, 34, 71, 0.05), 0 2px 2px 0 rgba(37, 34, 71, 0.1), 0 3px 3px 0 rgba(37, 34, 71, 0.05);
    height: 13px;
    left: 1px;
    position: absolute;
    top: 1px;
    -webkit-transition: -webkit-transform 0.125s ease-out;
    transition: -webkit-transform 0.125s ease-out;
    transition: transform 0.125s ease-out;
    transition: transform 0.125s ease-out, -webkit-transform 0.125s ease-out;
    width: 13px;
}

.checkbox-wrapper-35 .switch+label .switch-x-text {
    display: block;
    margin-right: .3em;
}

.checkbox-wrapper-35 .switch+label .switch-x-toggletext {
    display: block;
    font-weight: bold;
    height: 15px;
    overflow: hidden;
    position: relative;
    width: 65px;
}

.checkbox-wrapper-35 .switch+label .switch-x-unchecked,
.checkbox-wrapper-35 .switch+label .switch-x-checked {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
    transition: opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
    transition: transform 0.125s ease-out, opacity 0.125s ease-out;
    transition: transform 0.125s ease-out, opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
}

.checkbox-wrapper-35 .switch+label .switch-x-unchecked {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.checkbox-wrapper-35 .switch+label .switch-x-checked {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.checkbox-wrapper-35 .switch+label .switch-x-hiddenlabel {
    position: absolute;
    visibility: hidden;
}

.checkbox-wrapper-35 .switch:checked+label::before {
    background-color: #ffb500;
}

.checkbox-wrapper-35 .switch:checked+label::after {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.checkbox-wrapper-35 .switch:checked+label .switch-x-unchecked {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.checkbox-wrapper-35 .switch:checked+label .switch-x-checked {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    color: darkorange;
}

.dropdown_confirm_for .dropdown-toggle {
    color: #37474f;
    padding-left: 5px;
    padding-right: 7px;
}

.dropdown_menu_confirm_for .dropdown-item {
    font-size: 12px;
    font-weight: 600 !important;
}

.dropdown-menu.dropdown_menu_confirm_for {
    min-width: 8rem !important;
}

.money_transfer_page .sgt-list-scroll-70h {
    min-height: 65vh;
    max-height: 65vh;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    .money_transfer_page .sgt-list-scroll-70h {
        min-height: unset;
        max-height: unset;
        height: 100%;
    }
}

#filtering_advanced.sgt-main-list-css {
    padding-left: 8px;
    margin-top: 2px;
    padding-right: 8px;
    height: 27px;
    font-size: large;
    cursor: pointer;
}

.money_transfer_page .dropdown.sgt-main-list-css {
    height: 27px;
    margin-top: 2px;
}

.grp_dropdown_button_list_view,
.grp_dropdown_button_list_view>button {
    color: white;
    font-size: large;
    height: 27px;
    padding-top: 0px;
    border: none;
}

.money_transfer .header_row {
    background-color: #1d5d9b;
    color: #fff;
    font-weight: 500;
}

.color-blue {
    color: #1d5d9b;
}

.modal-content-box {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 75vh;
    width: 100%;
    padding: 5px 5px 5px 5px;
    border-radius: 2px;
    border: 1px solid #dee2e6 !important;
    /* border-color: #899af8 !important; */
}

.modal-content-box .card-body {
    min-height: auto;
}

@media (max-width: 768px) {
    .modal-content-box {
        max-height: initial;
    }
}

.btn-create-money-transfer-text {
    display: block;
}

@media (max-width: 768px) {
    .btn-create-money-transfer-text {
        display: none;
    }
}

.gap-5px {
    gap: 5px;
}

.create-money-transfer-btn {
    margin-top: 2px;
    padding-right: 8px;
    height: 27px;
    font-size: large;
    cursor: pointer;
    color: white;
    margin-left: 5px;
}

.create-money-transfer-btn:hover {
    color: #37474f;
    font-weight: bold !important;
    background: orange;
    border-radius: 3px;
}

.selected_user_setting .dropdown-menu.show {
    width: 100%;
}

.money-transfer-action-setting {
    width: 95px;
}

@media (max-width: 768px) {
    .money-transfer-action-setting {
        width: initial;
    }
}

.time_create_money_transfer {
    display: flex;
    justify-content: end;
    padding-right: 5px;
}

@media (max-width: 768px) {
    .time_create_money_transfer {
        display: flex;
        justify-content: start;
    }
}

#debt_block_info .payment-info-header {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#debt_block_info .payment-info-header .sgt-sub-card-header {
    padding-right: 10px;
}

#debt_block_info .payment-info-header .sgt-sub-card-title {
    color: orange;
    font-weight: 700;
    padding: 5px 0px;
}

.card-tools .remove_payment {
    color: red;
    font-size: 20px;
}

#debt_block_info .sgt-main-card-body {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid rgba(29, 93, 155, 0.9);
    border-top: none;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #10ff00;
    background-color: #28cf1d;
    box-shadow: none;
}

.break-text {
    max-width: 100%;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
}

@media (max-width: 768px) {
    .flex-wrap-on-mobile {
        flex-wrap: wrap;
    }
}

.money_transfer .item_title {
    padding: 0 5px;
}

.money-transfer-booking-space {
    padding-left: 30px;
}

.money-transfer-booking-space a.modalBookingDetail {
    word-break: break-all;
}

.money-transfer-booking-space .money-transfer-link-to-booking-detail:nth-of-type(odd) a {
    color: #007bff;
}

.money-transfer-booking-space .money-transfer-link-to-booking-detail:nth-of-type(even) a,
.money-transfer-link-to-tour-detail:nth-of-type(even) a {
    color: mediumslateblue;
}

@media (max-width: 768px) {
    .money-transfer-booking-space {
        margin-top: 10px;
        padding-left: 5px;
    }
}