.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.ms-3 {
    margin-left: 1rem!important;
}
.px-2 {
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
}
.font-24 {
    font-size: 24px!important;
}
.fw-bold {
    font-weight: 700!important;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card {
    margin-bottom: 16px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 0.875rem 0 rgb(52 58 64 / 5%);
    box-shadow: 0 0 0.875rem 0 rgb(52 58 64 / 5%);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eceff5;
}
.card .card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.card-title {
    text-transform: capitalize;
    letter-spacing: .02em;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #303e67;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #8d93a1!important;
}

.apex-charts {
    min-height: 10px!important;
}

.apexcharts-canvas {
    position: relative;
    user-select: none;
}

.card-img {
    overflow: hidden;
    max-width: 80%;
}
.user-transaction-index .info-box-content {
    line-height: 1.2;
}
.user-transaction-index .info-box-number {
    margin-top: 0;
}
.user-transaction-index .info-box-icon {
    margin-top: 4px;
}
.user-transaction-index .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.user-transaction-index .table th {
    color: #8997bd;
    font-weight: 400;
    vertical-align: middle;
    border-color: #e8ebf3;
}

.user-transaction-index .table th {
    color: #8997bd;
    background-color: #f9fafb;
    border-color: #e8ebf3;
    border-bottom: none;
}
.user-transaction-index thead>tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.user-transaction-index tbody, .user-transaction-index td, .user-transaction-index tfoot,
.user-transaction-index th, .user-transaction-index thead, .user-transaction-index tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.user-transaction-index  .table-bordered td, .user-transaction-index  .table-bordered th,
.user-transaction-index .table-bordered {
    border: 0;
}

.user-transaction-index .table-bordered td {
    font-weight: 600;
    vertical-align: middle;
    border-color: #e8ebf3;
}

.user-transaction-index tr:hover {
    -webkit-box-shadow: 0 0 0.875rem 0 rgb(52 58 64 / 5%);
    box-shadow: 0 0 0.875rem 0 rgb(52 58 64 / 5%);
}

.user-transaction-index .page-item .page-link {
    color: #000;
}
.user-transaction-index .page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: #e8ebf3;
    border-color: #e8ebf3;
    font-weight: 600;
}
.user-transaction-index .pagination {
    margin-top: 15px;
}
.user-transaction-index table {
    margin-bottom: 0;
}

.badge {
    line-height: 10px;
}
.badge.badge-soft-primary {
    background-color: rgba(255,159,67,.15)!important;
    color: #ff9f43;
    -webkit-box-shadow: 0 0 13px 0 rgb(255 159 67 / 5%);
    box-shadow: 0 0 13px 0 rgb(255 159 67 / 5%);
}
.badge.badge-soft-warning {
    background-color: rgba(43, 140, 65, 0.15) !important;
    color: #30b90a;
    -webkit-box-shadow: 0 0 13px 0 rgb(85 126 248 / 5%);
    box-shadow: 0 0 13px 0 rgb(85 126 248 / 5%);
}
.badge.badge-soft-error {
    background-color: rgba(196, 6, 79, 0.15) !important;
    color: #f10505;
    -webkit-box-shadow: 0 0 13px 0 rgb(255 159 67 / 5%);
    box-shadow: 0 0 13px 0 rgb(255 159 67 / 5%);
}
.badge.badge-soft-blue {
    background-color: rgba(0, 123, 255, 0.15) !important;
    color: #007bff;
    -webkit-box-shadow: 0 0 13px 0 rgb(85 126 248 / 5%);
    box-shadow: 0 0 13px 0 rgb(85 126 248 / 5%);
}







.datepicker-days tbody tr td:nth-child(6) {
    color: #c36868;
}

.datepicker-days tbody tr td:nth-child(7) {
    color: #c36868;
}

.datepicker-days thead tr th:nth-child(6) {
    color: #c36868;
}

.datepicker-days thead tr th:nth-child(7) {
    color: #c36868;
}

.calendar .calendar__weeks .calendar-grid__item:nth-child(6) {
    color: #c36868;
}

.calendar .calendar__weeks .calendar-grid__item:nth-child(6) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(6) {
    color: #c36868;
}

.calendar .calendar__weeks .calendar-grid__item:nth-child(7) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(7) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(13) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(14) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(20) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(21) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(27) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(28) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(34) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(35) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(41) {
    color: #c36868;
}

.calendar .calendar__body .calendar__days-item:nth-child(42) {
    color: #c36868;
}





.custom-select {
    position: relative;
    width: 100%;
    background: initial;
    border: initial;
    padding: initial;
    line-height: initial;
    height: auto !important;
}


.custom-select.error::after {
    content: attr(data-text);
    display: block;
    position: absolute;
    left: 0;
    bottom: -17px;
    white-space: nowrap;
    font-size: 10px;
    color: red;
}

.dropdown-menu.show {
    transform: unset !important;
    margin-top: 50px;
}

.custom-select.error .custom-select__header {
    border: 1px solid red;
}

.custom-select.open .custom-select__header {
    border-color: #2F4E59;
}

.custom-select.open .select_arrow {
    transform: translateY(-50%) rotate(180deg);
}

.custom-select__header {
    cursor: pointer;
    font-weight: 400;
    font-size: 17px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    transition: all 0.2s;
    padding-right: 14px;
    padding-left: 5px;
    padding-right: 14px;
}

.custom-select__btn {
    cursor: pointer;
    font-weight: 400;
    font-size: 17px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    transition: all 0.2s;
    padding-right: 14px;
    padding-left: 5px;
    padding-right: 14px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    height: 51px;
    border: 1px solid #aaa !important;
}

.custom-select__body {
    max-height: 300px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: none;
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
    background: #fff;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    z-index: 4;
    overflow-y: auto;
    padding: 20px;
    width: 200px;
    left: -137px;
}


.custom-select__item {
    position: relative;
    padding: 6px 0px 7px 0px;
    transition: all ease 0.2s;
    padding-left: 5px;
}

.custom-select__item:hover {
    background: rgba(65, 65, 67, 0.05);
}

.custom-select__item input {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.custom-select .select_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    transition: all ease 0.2s;
}

.custom-select .select_next_month_arrow {
    transform: translateY(-50%) rotate(270deg);
    cursor: pointer;
    right: -24px;
}
.custom-select.open .select_next_month_arrow {
    transform: translateY(-50%) rotate(270deg);
}

.custom-select .select_arrow svg {
    display: block;
    max-width: 9px;
    height: 7px;
    stroke: #000;
    fill: transparent;
}

.input-date {
    position: relative;
}

.input-date__calendar {
    display: none;
    position: absolute;
    left: -100px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 407px;
    top: calc(100% + 10px);
    z-index: 5;
}

.form-check-inline {
    cursor: pointer;
}

.tab-content .basket-select-field .select2-container--default .select2-selection--single {
    background: transparent !important;
}

.calendar {
    padding: 20px 30px;
    font-size: 13px;
    z-index: 5555;
}

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

.calendar__selects {
    display: flex;
    margin-bottom: 5px;
}

.calendar__body {
    padding-top: 5px;
}

.calendar__days-item {
    cursor: pointer;
    border-radius: 4px;
    transition: all ease 0.2s;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar__days-item.active {
    background: #1ee336;
    color: #fff !important;
}

.calendar__days-item:hover {
    background: #1ee336;
    color: #fff;
}

.custom-select__calendar {
    width: auto;
    box-shadow: none;
}

.custom-select__calendar:not(:last-child) {
    margin-right: 30px;
}

.custom-select__calendar .custom-select__header {
    font-size: 13px;
    padding-right: 20px;
}

.custom-select__calendar .select_arrow svg {
    width: 14px;
    height: 8px;
    stroke: #066EAE;
}

.custom-select__calendar .custom-select__body {
    min-width: 100%;
    right: auto;
    width: auto;
}

.custom-select__calendar .custom-select__item {
    padding-left: 10px;
    padding-right: 10px;
}

.custom-select__calendar .custom-select__item:hover {
    color: #fff;
    background: #008AC6;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 32px);
    justify-content: space-between;
}

.calendar-grid__item {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-current {
    color: #b6b6b6;
    pointer-events: none;
}

.login-wrapper {
    width: 400px;
    background: #fff;
    padding: 55px 50px 50px;
    position: fixed;
    z-index: 1041;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login__wrapper-blur {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(5px);
}
.login-wrapper .login-form input {
    border-radius: 0;
}
.login-wrapper .field-loginform-username {
    margin-bottom: 36px;
}
.login-wrapper .login-form__title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 59px;
}
.login-wrapper .invalid-feedback{
    text-align: right;
}
.login-wrapper .btn-success{
    width: 100%;
    border-radius: 0;
}
.login-wrapper .login-form__links {
    padding-top: 20px;
}
.login-wrapper .login-form__links a{
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
    color: #53A451;
}
.login-wrapper .field-loginform-password {
    margin: 39px 0;
}

.login-wrapper {
    width: 354px;
    background: #fff;
    padding: 55px 50px 50px;
    position: fixed;
    z-index: 1041;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login__wrapper-blur {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(5px);
}
.login-wrapper .login-form input {
    border-radius: 0;
}
.login-wrapper .field-loginform-username {
    margin-bottom: 36px;
}
.login-wrapper .login-form__title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 59px;
}
.login-wrapper-reset .login-form__title {
    margin-bottom: 35px;
}
.login-wrapper .invalid-feedback{
    text-align: right;
}
.login-wrapper .btn-success{
    width: 100%;
    border-radius: 0;
}
.login-wrapper .login-form__links {
    padding-top: 20px;
}
.login-wrapper .login-form__links a{
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
    color: #53A451;
}
.login-wrapper .field-loginform-password {
    margin: 39px 0;
}

.registration-wrapper #reg-tabs a{
    padding-right: 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
    color: #53A451;
}
.registration-wrapper {
    width: 800px;
    background: #fff;
    padding: 55px 50px 50px;
    position: fixed;
    z-index: 1041;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login__wrapper-blur {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(5px);
}
.registration-wrapper input {
    border-radius: 0;
    margin-bottom: 28px;
}
.registration-wrapper .form-check-inline input {
    margin-bottom: 0;
}
.registration-wrapper .field-loginform-username, #signupuserform-gender {
    margin-bottom: 36px;
}
.registration-wrapper .login-form__title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 59px;
}
.registration-wrapper .invalid-feedback{
    text-align: right;
}
.registration-wrapper .btn-success{
    width: 50%;
    border-radius: 0;
}
.registration-wrapper .login-form__links {
    padding-top: 20px;
}
.registration-wrapper .login-form__links a{
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
    color: #439441;
}
.registration-wrapper .field-loginform-password {
    margin: 39px 0;
}
.d-block.active a {
    color: #259f22 !important;
    text-decoration: underline;
}

#signupuserform-phone, #signupagentform-phone {
    width: 276px;
}
.order-requests {
    max-width: 1450px;
}
.order-table {
    margin-bottom: 15px;
    flex-direction: column;
}
.order-table .order-row {
    display: grid;
    color: #fff;
    grid-template-columns: max-content auto 180px 145px 150px 80px 180px 129px max-content max-content;
}
.order-table .order-row.warning {
    background: #ff9f43;
}
.order-table .order-row.danger .order-col {
    background: #bd2130;
}.order-table .order-row.success .order-col  {
     background: #1e7e34;
 }
.order-row--files a {
    color: #fff;
    font-weight: bold;
}
.order-download-panel {
    cursor: pointer;
}
.order-table .order-row .order-col {
    display: flex;
    align-items: center;
    border-right: 1px solid #fff;
    padding: 15px;
    justify-content: center;
    text-align: center;
}
.order-table .order-row .order-col:last-child {
    border-right: 0;
}
.order-table .order-row .order-col--tour_operator,
.order-table .order-row .order-col--tour_name {
    width: 15%;
}
.order-table .order-row .order-col--tour_bottom {
    width: 6%;
}
.order-row--files, .order-row--cancel-message {
    display: none;
    -webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, background-color 2s, transform 2s;
    border-top: 1px solid #fff;
}
.order-row--cancel-message {
    display: block;
    background: #bd2130;
    color: #fff;
}
.order-row--files.active {
    display: block;
}
.order-table .order-row--files .order-row {
    display: block;
}
.order-table .order-row--files .order-col {
    justify-content: left;
}
@media(max-width: 1500px) {
    .order-table .order-row {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .calendar {
        width: 100%;
    }
    .calendar__label {
        position: initial !important;
        margin-top: -16px;
        text-align: center;
    }
    .custom-select__body {
        left: 0;
    }

    .login-wrapper {
        width: 90%;
        max-width: 350px;
    }

    .registration-wrapper {
        width: 90%;
        padding: 25px 20px 20px;
    }

    .user-transaction-index .table-bordered td,
    .user-transaction-index .table th {
        padding: 2px;
        font-size: 11px;
    }
    .user-transaction-index .table-bordered td:first-child,
    .user-transaction-index .table th:first-child {
        display: none;
    }
    #signupuserform-phone, #signupagentform-phone {
        width: 296px;
    }
    #signupuserform-date_of_birth, #signupagentform-full_name_head {
        margin-top: 30px;
    }
}
.order_select_hint  {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.21);
    border-radius: 7px;
    padding: 17px 24px;
    width: 212px;
    position: absolute;
    left: 15px;
    top: -50%;
    display: none;
    transition: 0.4s;
}
.order_select_hint.active  {
    display: block;
}
.order_select_hint:after  {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    border: 0 solid transparent;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top: 14px solid #FFFFFF;
}
.order_select_hint > div {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}
.order_select_hint > div > div {
    width: 12px;
    height: 12px;
    border-radius: 1px;
    border: 1px solid #585858;
    margin-right: 8px;
}
.order_select_hint > div:last-child {
    margin-bottom: 0;
}
.order_select_hint > div.active > div {
    background: #26867A;
}
.order_select_hint > div a {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    cursor: pointer;
}