.text-bold-light {
    font-weight: 600;
}

.hotel-reservation-history__search form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0 20px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 20px 0;
    margin-bottom: 20px;
    align-items: center;
}

.hotel-reservation-history__search .form-group {
    margin-bottom: 0;
}

.hotel-reservation-history__search .search__input,
.hotel-reservation-history__search .search__select,
.online-reservation-history .form__select {
    height: 40px;
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    color: #353535;
    border: 1px solid #c5c5c5;
    outline: none;
}

.hotel-reservation-history__search .search__select {
    background-image: url(/images/select_triangle.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    -webkit-appearance: none;
}

.hotel-reservation-history__search label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #8b8b8b;
    font-weight: normal;
    margin-bottom: 2px;
}

.hotel-reservation-history__search .multiselect-wrap label {
    color: inherit;
}

.hotel-reservation-history__search .site-btn,
.hotel-reservation-history__search button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    color: white;
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
}

.hotel-reservation-history__search button[type="submit"] {
    background: #1ccc78 url(/images/online/ico-zoom.png) no-repeat 7%;
}

.hotel-reservation-history__items {
    margin-bottom: 40px;
}

.hotel-reservation-history__item {
    margin-bottom: 20px;
}

.hotel-reservation-history__item-header {
    display: grid;
    grid-template-columns: 1fr 4fr 4fr 2.5fr 1.5fr 2.8fr 2.6fr 50px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
}

.hotel-reservation-history__item-header-col {
    border-left: 1px solid white;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 5px;
    position: relative;
}

.hotel-reservation-history__item-header-col [class^="messages-counter"] {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    color: white;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff0000;
}

.hotel-reservation-history__item-header-col:first-child {
    border-left: none;
}

.hotel-reservation-history__item-header-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60px;
}

.hotel-reservation-history__item-trade-offer-complete {
    margin-left: auto !important;
}

.hotel-reservation-history__item-header-col:last-child {
    justify-content: space-evenly;
}

.hotel-reservation-history__item-header-col .documents {
    background: url(/images/online/ico-document-inactive.png) center no-repeat;
    display: block;
    width: 16px;
    height: 22px;
}

.hotel-reservation-history__item-header-col .arrow {
    display: block;
    width: 11px;
    height: 6px;
    background: url(/images/online/arrow-white-down.png) center no-repeat;
}

.hotel-reservation-history__item-header-col .arrow.up {
    transform: rotate(180deg);
}

.hotel-reservation-history__item-header-col .documents.active {
    background-image: url(/images/online/ico-document.png);
}

.hotel-reservation-history__item-body {
    border: 1px solid #c5c5c5;
    border-top: none;
    padding: 20px;
    background-color: #fafafa;
    font-size: 14px;
}

.hotel-reservation-history__item-body h2 {
    font-size: 22px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.hotel-reservation-history__item-sub-header {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px 20px;
    margin-bottom: 10px;
}

.hotel-reservation-history__item-sub-header-col {
    display: flex;
    flex-direction: column;
}

.hotel-reservation-history__item-sub-header label {
    color: black;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.hotel-reservation-history__item-sub-header span {
    color: #010101;
    font-weight: 600;
    text-transform: uppercase;
}

.hotel-reservation-history__item-info h3 {
    color: black;
    font-size: 14px;
    display: flex;
    gap: 5px 30px;
    flex-wrap: wrap;
    align-items: center;
}

.hotel-reservation-history__item-info.hotel-reservation-history__arrival h3 {
    font-size: 16px;
}

.hotel-reservation-history__item-info-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 15px;
    margin-bottom: 10px;
    align-items: center;
}

.hotel-reservation-history__item-info-col {
    display: flex;
    flex-direction: column;
}

.hotel-reservation-history__item-info-col label {
    color: black;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.hotel-reservation-history__item-info-col span {
    color: #353535;
    font-weight: 600;
    text-transform: uppercase;
}

.hotel-reservation-history__item-info.link-candidate-tourist .hotel-reservation-history__item-info-row {
    grid-template-columns: 1fr 1fr 1fr 3fr;
    grid-gap: 20px;
}

.hotel-reservation-history__item-info.link-candidate-tourist label {
    margin-bottom: 5px;
}

.hotel-reservation-history__item-info.link-candidate-tourist .hotel-reservation-history__item-info-col.send {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: flex-end;
    gap: 20px;
    padding-right: 30px;
    padding-bottom: 6px;
}

.hotel-reservation-history__item-info.link-candidate-tourist .error-summary:not(:empty) {
    background: none;
    border: none;
    padding: 0;
}

.hotel-reservation-history__item-info.link-candidate-tourist button {
    display: inline-flex;
    max-width: 100%;
    min-width: 150px;
    height: 30px;
    background: #1ccc78;
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.hotel-reservation-history__item-info.link-candidate-request h3 {
    text-transform: uppercase;
}

.hotel-reservation-history__item-info.link-candidate-request .info-text-wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    background: #fff568;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.hotel-reservation-history__item-info.link-candidate-request .info-text-wrap,
.hotel-reservation-history__item-info.link-candidate-request .info-text-wrap * {
    color: black;
}

.hotel-reservation-history__item-info.link-candidate-request .about {
    display: flex;
    gap: 10px;
}

.hotel-reservation-history__item-info.link-candidate-request .about > * {
    padding: 0 20px;
    min-width: 150px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.hotel-reservation-history__item-info.link-candidate-request .about .cancel-request {
    background: #636363;
}

.hotel-reservation-history__item-info.link-candidate-request .about .approve {
    background: #1CCB79;
}

.hotel-reservation-history__item-info.link-candidate-request .about .cancel {
    background: #A1A1A1;
}

.hotel-reservation-history__item-info.link-candidate-request .hotel-reservation-history__item-info-row {
    border-bottom: none;
    padding-bottom: 0;
}

.hotel-reservation-history__item-info.link-candidate-request {
    border-bottom: 1px solid #c5c5c5;
}

.hotel-reservation-history__item-info.link-candidate-tourist .subheader {
    font-weight: 600;
    margin-bottom: 10px;
    font-style: italic;
}

.hotel-reservation-history__item-comment {
    color: black;
    font-weight: 600;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hotel-reservation-history__item-comment label {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 15px;
}

.hotel-reservation-history__item-footer:not(:last-child) {
    margin-bottom: 10px;
}

.hotel-reservation-history__item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.hotel-reservation-history__item-footer .checkbox-wrap {
    margin-bottom: 0;
}

.hotel-reservation-history__item-footer > .col {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hotel-reservation-history__item-footer > div.hotel-reservation-history__item-update-history {
    margin-left: auto;
}

.hotel-reservation-history__item-documents {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hotel-reservation-history__item-documents:before {
    content: '';
    background: url(/images/online/icon_voucher.png) center no-repeat;
    width: 16px;
    min-width: 16px;
    height: 22px;
}

.hotel-reservation-history__item-documents a {
    padding-right: 20px;
    color: #cf5919;
    text-decoration: underline;
}

.hotel-reservation-history__item-footer a:hover {
    color: #1ccc78;
}

.hotel-reservation-history__legend {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    text-transform: uppercase;
}

.hotel-reservation-history__legend-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.hotel-reservation-history__legend-item span {
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.hotel-reservation-history__legend-item label {
    padding: 0 20px 0 10px;
    font-weight: 600;
}

.hotel-reservation-history__item-cancel,
.hotel-reservation-history__item-print,
.hotel-reservation-history__item-history,
.hotel-reservation-history__item-update {
    display: flex;
    align-items: center;
}

.hotel-reservation-history__item-cancel a {
    color: red;
}

.hotel-reservation-history__item-print:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url(/images/print_card.png) no-repeat center;
    margin-right: 10px;
}

.hotel-reservation-history__item-cancel:before {
    content: '';
    display: block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background: url(/images/icon_delete.png) no-repeat center;
    margin-right: 10px;
}

.hotel-reservation-history__item-history:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url(/images/icon_clock.png) no-repeat center;
    margin-right: 10px;
}

.hotel-reservation-history__item-update:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/icon_edit.png) no-repeat center;
    margin-right: 10px;
}

.hotel-reservation-history__item-cancel a:hover {
    color: #ff3333;
}

.hotel-reservation-history__item-cancel-request {
    font-size: 16px;
}

.booking-history-wrap .select2-container--krajee .select2-selection--single {
    padding: 6px 24px 6px 12px;
}

.booking-history-wrap .select2-container--krajee .select2-selection {
    border: none;
}

.hotel-reservation-history__item-fly-data {
    display: flex;
    align-items: center;
}

.hotel-reservation-history__item-fly-data:before {
    content: '';
    display: block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    background: url(/images/air2.png) no-repeat center;
    margin-right: 10px;
}

.hotel-reservation-history__item-comments {
    display: flex;
    align-items: center;
}

.hotel-reservation-history__item-comments:before {
    content: '';
    display: block;
    width: 29px;
    min-width: 29px;
    height: 29px;
    background: url(/images/dialog_icon.png) no-repeat center;
    margin-right: 10px;
}

.hotel-reservation-history__item-comment-text,
.hotel-reservation-history__item-desired-mate {
    margin-bottom: 10px;
}

.hotel-reservation-history__arrival h3 {
    color: #ff3333;
}

.hotel-reservation-history__arrival h3.approved {
    color: #1ccc78;
}

.hotel-reservation-history__warning {
    color: #ff3333;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.hotel-reservation-history__item-dialog {
    position: relative;
    padding-left: 40px;
}

.hotel-reservation-history__item-dialog:before {
    content: '';
    position: absolute;
    height: 29px;
    width: 29px;
    top: -4px;
    left: 0;
    background: url(/images/dialog_icon.png) no-repeat;
    margin-right: 10px;
}

.resident-id-wrap * {
    color: #cf5919 !important;
}

.trade-status-ico {
    display: inline-block;
    vertical-align: middle;
}

.trade-status-ico.accepted,
.trade-status-ico.declined,
.trade-status-ico.complete {
    width: 26px;
    height: 26px;
    margin: 0 3px;
    background: url(/images/online/ico-trade.png) no-repeat center;
}

.hotel-reservation-history__item-change-status,
.hotel-reservation-history__item-trade-offer-status {
    display: flex;
}

.hotel-reservation-history__item-change-status span,
.hotel-reservation-history__item-trade-offer-status span {
    margin-right: 10px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.hotel-reservation-history__check-in {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.hotel-reservation-history__check-in .status-info {
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
}

.hotel-reservation-history__check-in .status-info.not-approved {
    color: red;
    background: yellow;
}

.hotel-reservation-history__check-in .status-info.approved {
    border: 2px solid #3cbb4a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hotel-reservation-history__check-in .status-info.approved:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    background: url(/images/event/conf-icon-03.svg) no-repeat center;
}

.hotel-reservation-history__check-in .status-approval .checkbox-wrap {
    margin-bottom: 0;
}

.online-arrival-decline,
.online-arrival-approve {
    display: flex;
    align-items: center;
}

.online-arrival-decline:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.online-arrival-decline {
    background: url(/images/icon_delete.png) left center no-repeat;
}

.online-arrival-approve {
    justify-content: center;
}

.online-arrival-approve:hover,
.online-arrival-approve {
    background: #1ccc78;
    color: white !important;
    padding: 3px 20px;
}

.online-arrival-approve.approved:hover,
.online-arrival-approve.approved {
    background: #ffa500;
}

.online-arrival-approve,
.online-arrival-approve:focus {
    text-decoration: none;
}

.online-arrival-decline,
.online-arrival-decline:hover {
    color: #ff3333;
}

.online-arrival-approve:hover {
    color: #1ccc78;
}

.hotel-reservation-history__item-info-row .arrival-status {
    display: block;
    font-size: 16px;
}

.hotel-reservation-history__item-info-row .arrival-status .pending {
    display: flex;
    align-items: center;
}

.hotel-reservation-history__item-info-row .arrival-status .pending h3 {
    margin-bottom: 0;
    margin-right: 40px;
}

.hotel-reservation-history__item-body .cancel-reasons-link {
    display: flex;
    align-items: center;
}

.hotel-reservation-history__item-body .cancel-reasons-link:before {
    content: '';
    display: block;
    min-width: 16px;
    width: 16px;
    height: 16px;
    background: url(/images/online/faq.png) no-repeat center;
    margin-right: 5px;
}

.hotel-reservation-history__item-body .cancel-reasons-link span {
    text-decoration: underline;
    color: #333;
    text-transform: none;
    font-weight: normal;
}

.hotel-reservation-history__item-info-row .arrival-status .approved {
    display: flex;
    align-items: center;
}

.hotel-reservation-history__item-info-row .arrival-status .approved strong {
    margin-right: 3px;
}

.hotel-reservation-history__item-info-row .arrival-status .approved:before {
    content: '';
    display: block;
    background: url(/images/online/checked.png) no-repeat center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 5px;
}

.hotel-reservation-history__item-info-row .arrival-status .canceled {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.hotel-reservation-history__item-info-row .arrival-status .canceled-reason {
    padding-left: 28px;
}

.hotel-reservation-history__item-info-row .arrival-status .canceled strong {
    margin-right: 3px;
}

.hotel-reservation-history__item-info-row .arrival-status .canceled:before {
    content: '';
    display: block;
    background: url(/images/online/canceled.png) no-repeat center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 10px;
}

.hotel-reservation-history__arrival .hotel-reservation-history__item-info-row {
    display: block;
}

.hotel-reservation-history__arrival .hotel-reservation-history__arrival-actions {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
}

.online-reservation-stop-sale-warning {
    color: yellow;
    padding-bottom: 10px;
}

.hotel-reservation-history__item-document-link {
    --document-link-color: white;
    --document-link-bg: #f05a2b;
    display: flex;
    align-items: center;
    background-color: var(--document-link-bg);
    height: 30px;
    border-radius: 5px;
    font-size: 15px;
    color: var(--document-link-color);
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    border: 1px solid var(--document-link-bg);
}

.hotel-reservation-history__item-footer .hotel-reservation-history__item-document-link:focus,
.hotel-reservation-history__item-footer .hotel-reservation-history__item-document-link:hover {
    color: var(--document-link-color);
    text-decoration: none;
}

.hotel-reservation-history__item-document-link:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(/images/download.svg);
    background-color: var(--document-link-color);
}

.hotel-reservation-history__item-document-link.disabled {
    border-color: #c5c5c5;
    background-color: transparent;
    --document-link-color: #cf5919;
}

@media (min-width: 1200px) {
    .online-reservation-history a.lnk-bonus-statistics {
        margin-top: 9px;
        display: block;
    }
}

@media (max-width: 1199px) {
    .hotel-reservation-history__search form,
    .hotel-reservation-history__item-sub-header,
    .hotel-reservation-history__item-info-row,
    .hotel-reservation-history__item-header {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .hotel-reservation-history__item-header {
        grid-template-columns: repeat(4, 1fr);
    }
    .hotel-reservation-history__item-header-col:nth-child(4n + 1) {
        border-left: none;
    }
    .hotel-reservation-history__item-header-col {
        border-bottom: 1px solid white;
    }
    .hotel-reservation-history__legend,
    .hotel-reservation-history__item-trade-offer-complete,
    .hotel-reservation-history__item-documents,
    .hotel-reservation-history__item-footer > .col,
    .hotel-reservation-history__item-footer {
        flex-direction: column;
        align-items: center;
        margin-left: 0 !important;
    }
    .hotel-reservation-history__item-documents {
        flex-direction: row;
    }
    .hotel-reservation-history__legend-item label {
        font-size: 12px;
    }
    .hotel-reservation-history__legend {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .hotel-reservation-history__item-info-row .arrival-status .pending {
        flex-direction: column;
        align-items: flex-start;
    }

    .hotel-reservation-history__item-info-row .arrival-status .pending h3 {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .hotel-reservation-history__item-info.link-candidate-request .info-text-wrap {
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .hotel-reservation-history__arrival .hotel-reservation-history__arrival-actions {
        flex-direction: column;
        justify-content: center;
    }

    .hotel-reservation-history__item-documents:before,
    .hotel-reservation-history__item-documents a {
        padding: 0;
        align-self: center;
    }
    .hotel-reservation-history__item-body {
        text-align: center;
    }
    .hotel-reservation-history__search a.site-btn,
    .hotel-reservation-history__search button[type="submit"] {
        justify-self: center;
        max-width: 200px;
    }
    .hotel-reservation-history__item-header-col {
        border-left: none;
    }
    .hotel-reservation-history__item-footer {
        flex-direction: column;
    }
    .hotel-reservation-history__item-header-col {
        border-left: none;
    }
    .hotel-reservation-history__item-header-col {
        min-height: 50px;
    }
    .online-reservation-history h2 {
        font-size: 15px;
    }
    .online-reservation-history .reservation_links a {
        margin-left: 0;
    }
    .hotel-reservation-history__item-info.link-candidate-tourist .hotel-reservation-history__item-info-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .hotel-reservation-history__item-info.link-candidate-tourist .hotel-reservation-history__item-info-col.send {
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .hotel-reservation-history__search form,
    .hotel-reservation-history__item-sub-header,
    .hotel-reservation-history__item-info-row,
    .hotel-reservation-history__item-header {
        grid-template-columns: minmax(0, 1fr);
    }
    .hotel-reservation-history__totals {
        display: flex;
    }
    .hotel-reservation-history__totals thead,
    .hotel-reservation-history__totals tbody {
        width: 50%;
    }
    .hotel-reservation-history__totals tr {
        display: block;
    }
    .hotel-reservation-history__totals td {
        display: block;
        width: 100%;
    }
    .hotel-reservation-history__item-sub-header,
    .hotel-reservation-history__item-info-row {
        grid-gap: 5px 20px;
    }
    .hotel-reservation-history__item-sub-header-col,
    .hotel-reservation-history__item-info-col,
    .hotel-reservation-history__item-comment {
        display: block;
        text-align: left;
    }

    .hotel-reservation-history__arrival-actions,
    .hotel-reservation-history__membership-actions {
        grid-template-columns: 1fr 1fr;
    }
    .hotel-reservation-history__item-info h3 {
        flex-direction: column;
        gap: 5px;
    }
    .hotel-reservation-history__check-in {
        flex-direction: column;
        gap: 10px;
    }
    .hotel-reservation-history__item-info.link-candidate-request .about {
        flex-direction: column;
    }
}
