@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    background: #D8DEE9;
    font-family: 'Open Sans', sans-serif;
}

html {
    font-size: 14px;
    line-height: 20px;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

b,
strong {
    font-weight: 600;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.container,
.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

/* Scrollbars START ------------------------------ */

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Scrollbars END ------------------------------ */

/* PANEL TEXT START */

.panel-text {
    font-size: 0.8rem;
    line-height: 1rem;
    color: #444;
    margin-bottom: -10px;
    font-weight: 400;
    text-align: justify;
}

.panel-text img,
.panel-text iframe,
.panel-text video {
    max-width: 100%;
}

.panel-text h1 {
    display: block;
    font-size: 1.6em;
    line-height: 1.6em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #000;
}

.panel-text h2 {
    display: block;
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #000;
}

.panel-text h3 {
    display: block;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #000;
}

.panel-text h4 {
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #000;
}

.panel-text h5 {
    display: block;
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #000;
}

.panel-text h6 {
    display: block;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #000;
}

.panel-text p {
    display: block;
    margin-bottom: 10px;
}

.panel-text b,
.panel-text strong {
    font-weight: 600;
    color: #000;
}

.panel-text ul {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
}

.panel-text ul li {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
}

.panel-text ul li:before {
    content: "";

}

/* PANEL TEXT END */

.site-nav {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #2E3440;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    border-radius: 2px;
}

.site-nav>.left,
.site-nav>.right {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.sn-logo {
    min-width: 200px;
    position: relative;
    overflow: hidden;
    padding-top: calc(1/4*200px);
    background: #fff;
    border-radius: 2px;
}

.sn-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.sn-menu-open {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    color: #fff !important;
    text-transform: uppercase;
    transition: 0.2s ease 0s;
    border-radius: 2px;
    overflow: hidden;
}

.sn-menu-open:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sn-menu-open>i {
    font-size: 1.5rem;
}

.sn-username {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #fff;
    padding: 0 20px;
}

.sn-seperator {
    width: 1px;
    background: #fff;
    opacity: 0.1;
}

.dropdown-menu {
    transform: none !important;
    top: 100% !important;
    left: 0 !important;
    margin: 0;
    padding: 0;
    border: solid 1px #88C0D0;
    border-radius: 2px;
}

.sn-lang {
    position: relative;
}

.sn-lang>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.3rem;
    line-height: calc(14/16*1.3rem);
    padding: 0 20px;
    transition: 0.2s ease 0s;
}

.sn-lang>a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sn-lang>.dropdown-menu {
    left: unset !important;
    right: 0 !important;
}

.sn-lang>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #444;
    transition: 0.2s ease 0s;
}

.sn-lang>.dropdown-menu>a:not(:last-child) {
    border-bottom: solid 1px #ECEFF4;
}

.sn-lang>.dropdown-menu>a:hover {
    background: #ECEFF4;
}

.sn-lang>.dropdown-menu>a>i {
    margin-right: 5px;
    line-height: calc(14/16*1rem);
}

.sn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: calc(14/16*1.3rem);
    padding: 0 20px;
    transition: 0.2s ease 0s;
    color: #fff !important;
}

.sn-icon:hover {
    background: rgba(255, 255, 255, 0.1);
}

.site-content {
    padding: 18px;
}

.site-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(520/1280*100%);
    border: solid 1px #ddd;
}

.site-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-slider-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    z-index: 10;
    pointer-events: none;
    cursor: pointer;
}

.site-slider-buttons>div {
    width: 100px;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: #ddd;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

.site-slider-buttons>div>i {
    position: relative;
    z-index: 10;
}

.site-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s ease 0s;
}

.site-slider-buttons>div:first-child,
.site-slider-buttons>div:first-child:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
    padding-right: 20px;
}

.site-slider-buttons>div:last-child,
.site-slider-buttons>div:last-child:before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.3), transparent);
    padding-left: 20px;
}

.site-slider-buttons>div:hover:before {
    opacity: 1;
}

.slider-container {
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    width: 100%;
    outline: solid 2px #fff !important;
    border: solid 1px #D8DEE9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.site-box {
    padding: 10px;
    outline: solid 2px #fff !important;
    border: solid 1px #D8DEE9;
    background: #ECEFF4;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin-bottom: 20px;
}

.site-box.full-height {
    height: calc(100vh - 150px);
}

.site-box.desktop-nomargin {
    margin: 0;
}

.site-box .row {
    margin-left: -5px;
    margin-right: -5px;
}

.site-box .row>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.sn-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    user-select: none;
}

.sn-tabs>.sn-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 20px;
    color: #fff !important;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    transition: 0.2s ease 0s;
}

.sn-tabs>.sn-tab:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sn-tabs>.sn-tab.active {
    background: rgba(255, 255, 255, 0.2);
}

.sn-tabs>.sn-tab>i {
    display: block;
    font-size: 1.2rem;
    margin-right: 6px;
}

.sn-panes>.sn-pane {
    display: none;
}

.sn-panes>.sn-pane.active {
    display: block;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 40px;
    overflow: hidden;
    background: #2E3440;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

footer span {
    display: block;
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: #fff;
}

footer img {
    width: 60px;
}

.nice-select:after {
    transition: none !important;
}

.nice-select .list {
    margin: 0;
    width: 100%;
    border-radius: 2px;
    border: solid 1px #88C0D0;
    box-shadow: none;
    transform: none !important;
    transition: unset !important;
    z-index: 20;
    max-height: 200px;
    overflow-y: auto;
}

.nice-select .option {
    padding: 10px;
    min-height: unset;
    line-height: 0.8rem;
    font-size: 0.8rem;
    border-bottom: solid 1px #ECEFF4;
    white-space: normal;
    transition: 0.2s ease 0s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background: #ECEFF4;
}

.nice-select .option.selected {
    font-weight: 600;
    background: #ECEFF4;
}

.search-group {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 43px;
    padding-left: 42px;
}

.search-group>input,
.search-group>textarea,
.search-group>.nice-select {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    line-height: 0.9rem;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 10px;
    padding-left: 2px;
    border: solid 1px #88C0D0;
    background: #fff;
    border-radius: 2px;
    color: #000;
    box-shadow: inset 0px 1.5px 3px rgba(0, 0, 0, 0.15);
    float: unset;
}

.search-group>textarea {
    height: unset;
    resize: none;
    padding: 10px;
}

.search-group>input:disabled,
.search-group>.nice-select.disabled {
    opacity: 0.5;
}

.search-group>input:disabled~i,
.search-group>.nice-select.disabled~i {
    opacity: 0.5;
}

.search-group>input:disabled~.form-label,
.search-group>.nice-select.disabled~.form-label {
    opacity: 0.5;
}

.search-group>.nice-select {
    padding-right: 20px;
}

.search-group>.nice-select>span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.search-group.noicon>input,
.search-group.noicon>textarea,
.search-group.noicon>.nice-select {
    padding-left: 10px;
}

.search-group>input::placeholder {
    color: #888;
}

.search-group>i {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #5E81AC;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 1.4rem;
    color: #fff;
    pointer-events: none;
}

.search-group>.form-label {
    position: absolute;
    font-size: 0.7rem;
    line-height: 0.7rem;
    margin: 0;
    top: 6px;
    left: 45px;
    width: calc(100% - 53px);
    pointer-events: none;
    color: #777;
    z-index: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search-group.noicon>.form-label {
    left: 7px;
    width: calc(100% - 21px);
}

.sb-title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 2rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #88C0D0;
}

.sb-title.small {
    text-transform: unset;
    margin-bottom: 5px;
}

.sb-title>i {
    font-size: 1rem;
    line-height: 2rem;
    margin-right: 4px;
}

.site-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    height: 40px;
    background: #4C566A;
    border-radius: 2px;
    overflow: hidden;
    user-select: none;
    position: relative;
}

.site-button.small {
    height: 30px;
}

.site-button[disabled] {
    pointer-events: none;
    opacity: 0.5;
}

.site-button.line {
    background: none;
    border: solid 1px #4C566A;
}

.site-button>span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 10;
    transition: 0.2s ease 0s;
}

.site-button.line>span {
    color: #4C566A;
}

.site-button.full {
    display: flex;
    width: 100%;
}

.site-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.site-button.line:before {
    background: #4C566A;
}

.site-button:hover:before {
    opacity: 1;
}

.site-button.line:hover>span {
    color: #fff;
}

.site-panes>.site-pane {
    display: none;
}

.site-panes>.site-pane.active {
    display: block;
}

.default-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    user-select: none;
}

.default-tabs>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 0.9rem;
    padding: 5px;
    background: none;
    border: solid 1px #88C0D0;
    margin-right: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    color: #444;
    transition: 0.2s ease 0s;
    border-radius: 2px;
}

.default-tabs>a:hover {
    background: #D8DEE9;
}

.default-tabs>a.active {
    background: #BF616A;
    border-color: #BF616A;
    color: #fff !important;
}

.table-mobile {
    width: 100%;
    overflow: auto;
    border-radius: 2px;
}

.site-table {
    width: 100%;
    font-size: 0.9rem;
}

.site-table thead td {
    background: #2E3440;
    border: solid 1px #2E3440;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    white-space: nowrap;
}

.site-table tbody td {
    border: solid 1px #88C0D0;
    padding: 3px;
    color: #444;
}

.site-table tbody tr:nth-child(odd) td {
    background: #ECEFF4;
}

.site-table tbody tr:nth-child(even) td {
    background: #D8DEE9;
}

.id-link {
    display: block;
    padding: 5px;
    color: #fff !important;
    background: #BF616A;
    text-align: center;
    transition: 0.2s ease 0s;
    border-radius: 2px;
}

.id-link:hover {
    background: #D08770;
}

.form-room-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    background: #D8DEE9;
    border: solid 1px #88C0D0;
    border-radius: 2px;
    padding: 10px;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 10px;
}

.form-room-title.with-button {
    padding-right: calc(20px + 8px + 10px);
}

.form-room-title>.del {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: #BF616A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 1rem;
    color: #fff;
    border: none;
    transition: 0.2s ease 0s;
}

.form-room-title>.del:hover {
    background: #D08770;
}

.form-room-title>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-room-title>span>i {
    margin-right: 4px;
}

.form-room-title>span>span {
    margin-left: 4px;
}

.live-result {
    position: absolute;
    z-index: 20;
    min-width: 300px;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    border: solid 1px #88C0D0;
    max-height: 300px;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden !important;
    border-radius: 2px;
}

.live-result .item {
    padding: 10px;
    width: 100%;
    font-size: 0.8rem;
    line-height: 0.8rem;
    cursor: pointer;
    color: #000;
    border-bottom: solid 1px #ECEFF4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.live-result .item i {
    color: #5E81AC;
}

.live-result .item:hover {
    background: #ECEFF4;
}

.ui-datepicker {
    background: #fff;
    border: solid 1px #88C0D0;
    z-index: 20 !important;
    font-size: 0.9rem;
    line-height: 0.9rem;
    border-radius: 2px;
    width: unset;
    max-width: 100%;
    transition: none !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: #5E81AC;
    cursor: pointer;
    border-radius: 2px;
}

.ui-datepicker .ui-datepicker-prev {
    top: 2px;
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 5px;
    border-top: solid 1px #fff;
    margin-top: -2px;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    width: 5px;
    border-top: solid 1px #fff;
    margin-top: 2px;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    border-top: solid 1px #fff;
    margin-top: -2px;
}

.ui-datepicker .ui-datepicker-next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 5px;
    border-top: solid 1px #fff;
    margin-top: 2px;
}

.ui-datepicker .ui-datepicker-next {
    top: 2px;
    right: 2px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    background: #ECEFF4;
    color: #000 !important;
    border-radius: 2px;
    padding: 10px;
    text-align: center;
}

.ui-datepicker td span {
    background: none;
    color: #666 !important;
}

.ui-datepicker td a:hover {
    background: #D8DEE9;
}

.ui-datepicker td.ui-datepicker-today a {
    background: #D8DEE9;
    color: #000 !important;
}

.ui-datepicker td.ui-datepicker-current-day a {
    background: #5E81AC;
    color: #fff !important;
}

.site-menu-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-menu-content.transition {
    transition: 0.2s ease 0s;
}

.site-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
}

.site-menu-inner {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #ECEFF4;
    transition: 0.2s ease 0s;
    overflow-y: auto;
}

.site-menu-content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.site-menu-content.active .site-menu-inner {
    right: 0;
}

.site-menu-inner {
    padding: 20px;
}

.site-menu-inner>.head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

.sn-menu-close {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    border: none;
    background: #BF616A;
    color: #fff !important;
    border-radius: 2px;
    transition: 0.2s ease 0s;
}

.sn-menu-close:hover {
    background: #D08770;
}

.sn-menu-title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #88C0D0;
}

.link {
    cursor: pointer;
    color: #BF616A !important;
    text-decoration: underline !important;
}

.link:hover {
    text-decoration: none !important;
}

.sn-menu-profile {
    display: block;
    margin-bottom: 20px;
}

.sn-menu-profile>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sn-menu-profile>div:not(:last-child) {
    margin-bottom: 10px;
}

.sn-menu-profile>div>span {
    display: block;
    min-width: 50%;
    position: relative;
    font-size: 0.9rem;
    line-height: 0.9rem;
}

.sn-menu-profile>div>span:first-child {
    font-weight: 600;
}

.sn-menu-profile>div>span:first-child:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 2px;
    padding-right: 4px;
}

.sn-menu-links {
    display: block;
}

.sn-menu-links>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background: #D8DEE9;
    color: #000 !important;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    border-radius: 2px;
    transition: 0.2s ease 0s;
}

.sn-menu-links>a:hover {
    background: #4C566A;
    color: #fff !important;
}

.sn-menu-links>a:not(:last-child) {
    margin-bottom: 5px;
}

.sn-menu-links>a>i {
    margin-right: 4px;
    min-width: 1.2rem;
    text-align: center;
}

.scrolling-listed-items-content {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
}

.listed-items-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: solid 1px #88C0D0;
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.listed-items-header .result {
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 600;
    color: #000;
}

.scrolling-listed-items-box {
    display: block;
    background: #fff;
    border: solid 1px #88C0D0;
    padding: 5px;
    border-radius: 2px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.white-box {
    display: block;
    background: #fff;
    border: solid 1px #88C0D0;
    padding: 10px;
    border-radius: 2px;
    width: 100%;
}

.color-box {
    display: block;
    background: #ECEFF4;
    border: solid 1px #88C0D0;
    padding: 10px;
    border-radius: 2px;
}

.hotel-item {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border: solid 1px #88C0D0;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: 0.2s ease 0s;
    user-select: none;
}

.hotel-item:hover {
    border-color: #BF616A;
    background: #ECEFF4;
}

.hotel-item.active {
    border-color: #BF616A;
    background: #D8DEE9;
}

.hotel-item .row {
    margin-left: 0;
    margin-right: 0;
}

.hotel-item .row>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.hotel-item .img {
    display: block;
    position: relative;
    padding: 5px;
}

.hotel-item .img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
}

.hotel-item .img>div>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-item .content {
    padding: 10px 5px;
}

.hotel-item .content>.title {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #88C0D0;
}

.hotel-item .content>.location {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.hotel-item .content>.location>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    border-radius: 2px;
    color: #fff;
    background: #5E81AC;
    margin-right: 5px;
}

.hotel-item .content>.location>span {
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #000;
}

.hotel-item .content>.include {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #444;
    margin-bottom: 10px;
}

.hotel-item .content>.tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.hotel-item .content>.tags>span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 0.9rem;
    padding: 5px;
    background: #BF616A;
    border-color: #BF616A;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    border-radius: 2px;
}

.hotel-item .side {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    padding: 5px;
    height: 100%;
    border-left: solid 1px #88C0D0;
}

.hotel-item .side .price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    padding: 10px;
    border: solid 1px #88C0D0;
    border-radius: 2px;
}

.hotel-item .side .price>span:first-child {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 700;
    color: #BF616A;
}

.hotel-item .side .price>span:first-child>span {
    font-size: 1rem;
    line-height: 1rem;
}

.hotel-item .side .price>span:last-child {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    color: #BF616A;
    margin-left: 5px;
}

.hotel-item .side .stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.hotel-item .side .stars>i {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    margin: 3px;
    color: #aaa;
}

.hotel-item .side .stars>i.active {
    color: orange;
}

.hotel-gal-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-radius: 2px;
    border: solid 1px #D8DEE9;
    cursor: pointer;
}

.hotel-gal-item>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s ease 0s;
}

.hotel-gal-item:hover>img {
    transform: scale(1.1);
}

.hotel-slider-container {
    position: relative;
    margin-bottom: 5px;
}

.hotel-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    pointer-events: none;
    cursor: pointer;
    z-index: 10;
    padding: 0 10px;
}

.hotel-slider-buttons>div {
    width: 30px;
    height: 30px;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    background: #4C566A;
    position: relative;
    border-radius: 2px;
}

.hotel-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.hotel-slider-buttons>div:hover:before {
    opacity: 1;
}

.hotel-slider-buttons>div>i {
    position: relative;
    z-index: 10;
}

.hotel-detail-box {
    display: block;
    padding: 5px;
}

.hotel-detail-box>.title {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}

.hotel-detail-box>.stars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.hotel-detail-box>.stars>i {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    margin-right: 6px;
    color: #aaa;
}

.hotel-detail-box>.stars>i.active {
    color: orange;
}

.hotel-detail-box>.location {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

.hotel-rooms-table .price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: center;
    border-radius: 2px;
}

.hotel-rooms-table .price span:first-child {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: rgb(68, 68, 68);
}


.price span.white {
    color: #fff !important;
}

.hotel-rooms-table .price span:first-child>span {
    font-size: 12px;
    line-height: 12px;
}

.hotel-rooms-table .price span:last-child {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: rgb(68, 68, 68);
    margin-left: 5px;
}

.room-list {
    display: block;
}

.room-list>span {
    display: block;
    padding-left: 6px;
    position: relative;
}



.hotel-desc {
    display: block;
    padding: 5px;
    background: #ECEFF4;
    margin-bottom: 5px;
    border-radius: 2px;
    border: solid 1px #88C0D0;
}

.toggle-box {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.toggle-box.active {
    display: block;
}

.toggle-box~.toggle-box-toggler {
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.toggle-box:not(.active)~.toggle-box-toggler>span:first-child {
    display: none;
}

.toggle-box.active~.toggle-box-toggler>span:last-child {
    display: none;
}

.sn-bcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.sn-bcrumb>a {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 20px;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #fff !important;
    transition: 0.2s ease 0s;
    position: relative;
}

.sn-bcrumb>a:not(:last-child):after {
    content: "\F0142";
    font-family: "Material Design Icons";
    position: absolute;
    top: 50%;
    right: -7.5px;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #4C566A;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    font-size: 1rem;
}

.sn-bcrumb>a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sn-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.sn-countdown>i {
    display: block;
    font-size: 1.3rem;
    line-height: calc(14/16*1.3rem);
    color: #fff;
    margin-right: 4px;
}

.sn-countdown>span {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 600;
    color: #fff;
}

.cbox-slide {
    display: block;
    position: relative;
}

.cbox-slide>input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.cbox-slide>label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
    height: 40px;
    border: solid 1px #88C0D0;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 10px;
    user-select: none;
}

.cbox-slide>label>span:first-child {
    min-width: 40px;
    height: 20px;
    border-radius: 2px;
    border: solid 1px #88C0D0;
    box-shadow: inset 0px 1.5px 3px rgba(0, 0, 0, 0.15);
    background: #ECEFF4;
    margin-right: 10px;
    position: relative;
    transition: 0.2s ease 0s;
}

.cbox-slide>label>span:first-child:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(50% - 4px);
    height: calc(100% - 4px);
    background: #5E81AC;
    border-radius: 2px;
    box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease 0s;
}

.cbox-slide>input:checked~label>span:first-child {
    background: #5E81AC;
}

.cbox-slide>input:checked~label>span:first-child:before {
    left: calc(50% + 2px);
    background: #ECEFF4;
}

.cbox-slide>label>span:last-child {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #000;
}

.summary-box {
    display: block;
    margin-bottom: -5px;
}

.summary-box>.title {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}

.summary-box>.info {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #444;
    margin-bottom: 5px;
}

.summary-box>.note {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #BF616A;
    margin-bottom: 5px;
}

.price-list {
    display: block;
}

.price-list>.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-list>.item:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #88C0D0;
}

.price-list>.item>span {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 600;
}

.price-list>.item>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.price-list>.item>div>span:first-child {
    font-size: 1rem;
    line-height: 1rem;
    display: block;
    font-weight: 600;
    color: #BF616A;
}

.price-list>.item.big>div>span:first-child {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 700;
}

.price-list>.item.big>div>span:first-child>span,
.price-list>.item.big>div>span:last-child {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
}

.price-list>.item>div>span:first-child>span,
.price-list>.item>div>span:last-child {
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 600;
    color: #BF616A;
}

.price-list>.item>div>span:last-child {
    margin-left: 2px;
}

.greenfee-table-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.greenfee-table-item>.price {
    display: block;
    min-width: 50%;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #BF616A;
    text-align: right;
}

.mobile-block-text {
    display: none;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.credit-card-icons img {
    width: 130px;
}

.secure-payment-icon img {
    width: 50px;
}

.payment-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    border-top: solid 1px #88C0D0;
}

.payment-icons>div {
    margin-right: 5px;
}

.balance-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #ECEFF4;
    border: solid 1px #88C0D0;
    border-radius: 2px;
}

.balance-info>span {
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 600;
}

.balance-info>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.balance-info>div>span {
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #BF616A;
    font-weight: 700;
}

.balance-info>div>span:last-child {
    margin-left: 2px;
}

.msg-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 2px;
    padding: 10px;
    color: #fff;
}

.msg-box.info {
    background: #5E81AC;
}

.msg-box.danger {
    background: #BF616A;
}

.msg-box.success {
    background: #D08770;
}

.msg-box>i {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-right: 4px;
}

.msg-box>span {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 600;
}

.bank-account {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: solid 1px #88C0D0;
    border-radius: 2px;
}

.bank-account>.img {
    display: block;
    padding: 10px;
    min-width: 100px;
    width: 100px;
    border-right: solid 1px #88C0D0;
}

.bank-account>.img>div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(9/16*100%);
}

.bank-account>.img>div>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bank-account>.content {
    display: block;
    width: 100%;
}

.bank-account>.content>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    width: 100%;
}

.bank-account>.content>.item:not(:last-child) {
    border-bottom: solid 1px #88C0D0;
}

.bank-account>.content>.item>span {
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #000;
}

.bank-account>.content>.item>span:first-child {
    font-weight: 600;
    margin-right: 4px;
}

.reservation-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: solid 1px #88C0D0;
    border-radius: 2px;
    background: #fff;
}

.reservation-number>span {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    color: #000;
}

.reservation-number>span:last-child {
    color: #BF616A;
}

.col-right-border-desktop {
    border-right: solid 1px #88C0D0;
}

.flight-top-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background: #fff;
    border: solid 1px #88C0D0;
    border-radius: 2px;
}

.flight-top-box>i {
    display: block;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #5E81AC;
    margin-right: 5px;
}

.flight-top-box>div {
    display: block;
}

.flight-top-box>div>span {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #000;
}

.flight-top-box>div>span>b {
    margin-right: 5px;
}

.flight-top-box>div>span:not(:last-child) {
    margin-bottom: 5px;
}

.result-number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.result-number>b {
    margin-right: 5px;
}

.flight-item {
    display: block;
    margin-bottom: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border: solid 1px #BF616A;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    user-select: none;
    padding: 5px;
}

.flight-item>.top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #88C0D0;
}

.flight-item>.top>.left,
.flight-item>.top>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flight-item .fi-img {
    display: block;
    margin-right: 10px;
    min-width: 50px;
    width: 50px;
    position: relative;
    border: solid 1px #88C0D0;
    padding: 5px;
    border-radius: 2px;
}

.flight-item .fi-img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.flight-item .fi-img>div>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flight-item .fi-title {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
    font-weight: 600;
    margin-right: 5px;
}

.flight-item>.center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #88C0D0;
}

.flight-item .fi-route {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.flight-item .fi-route>.start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}

.flight-item .fi-route>.start>span {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}

.flight-item .fi-route>.start>span>b {
    font-weight: 800;
}

.flight-item .fi-route>.start>span:not(:last-child) {
    margin-bottom: 5px;
}

.flight-item .fi-route>.end {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    text-align: right;
}

.flight-item .fi-route>.end>span {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}

.flight-item .fi-route>.end>span>b {
    font-weight: 800;
}

.flight-item .fi-route>.end>span:not(:last-child) {
    margin-bottom: 5px;
}

.flight-item .fi-route>.start,
.flight-item .fi-route>.end {
    padding: 5px;
    background: #ECEFF4;
    border: solid 1px #88C0D0;
    border-radius: 2px;
    white-space: nowrap;
    min-width: 70px;
    width: 70px;
}

.flight-item .fi-route>.time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: calc(100% - 160px - 10px);
}

.flight-item .fi-route>.time>span {
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #666;
}

.flight-item .fi-route>.time>.arrow {
    display: block;
    width: 100%;
    height: 2px;
    background: #ccc;
    margin: 5px 0;
    position: relative;
}

.flight-item .fi-route>.time>.arrow:before {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 15px;
    height: 2px;
    background: #ccc;
    transform: rotate(25deg);
}

.flight-item .fi-route>.time>.arrow:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 15px;
    height: 2px;
    background: #ccc;
    transform: rotate(-25deg);
}

.flight-item>.bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flight-item .fi-offers {
    display: block;
    width: 100%;
}

.flight-item .fi-offers>.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
    background: #ECEFF4;
    border: solid 1px #88C0D0;
}

.flight-item .fi-offers>.item:not(:last-child) {
    margin-bottom: 5px;
}

.flight-item .fi-offers>.item>.type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem;
    line-height: 0.8rem;
    min-width: 30%;
}

.flight-item .fi-offers>.item>.price {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #BF616A;
    min-width: 40%;
    text-align: center;
}

.flight-item .fi-offers>.item>.cbox-content {
    display: block;
    min-width: 30%;
}

.flight-item .fi-offers>.item>.cbox-content>.cbox {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flight-item .fi-offers>.item>.cbox-content>.cbox>input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.flight-item .fi-offers>.item>.cbox-content>.cbox>label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    border: solid 1px #4C566A;
    cursor: pointer;
    color: #4C566A;
    transition: 0.2s ease 0s;
}

.flight-item .fi-offers>.item>.cbox-content>.cbox>label:hover {
    background: #ECEFF4;
}

.flight-item .fi-offers>.item>.cbox-content>.cbox>label>span:first-child {
    display: block;
    min-width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 1px #88C0D0;
    margin-right: 5px;
    background: #fff;
    outline: solid 1px #fff !important;
    position: relative;
}

.flight-item .fi-offers>.item>.cbox-content>.cbox>label>span:last-child {
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 600;
}

.flight-item .fi-offers>.item>.cbox-content>.cbox>input:checked~label>span:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #5E81AC;
}

.site-login-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 40px);
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.site-login-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 10;
    backdrop-filter: blur(5px);
}

.site-login-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 12;
    background: #2E3440;
    opacity: 0.5;
}

.site-login-content>* {
    position: relative;
    z-index: 20;
}

.login-logo {
    text-align: center;
    margin-bottom: 10px;
}

.login-logo img {
    width: 175px;
}

.login-desc {
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #000;
    font-weight: 600;
}

.login-desc>a {
    color: #4C566A !important;
}

.login-desc>a:hover {
    text-decoration: underline !important;
}

.loader {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0);
    transition: 0.3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.loader.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.loader>.content {
    display: block;
    width: 400px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.loader>.content>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(540 / 1280 * 100%);
    margin-bottom: 10px;
}

.loader>.content>.img>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loader-text {
    width: 100%;
    text-align: center;
    height: 20px;
    overflow: hidden;
    margin-top: -30px;
    margin-bottom: 40px;
}

.loader-text>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.loader-text>ul>li {
    display: block;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    height: calc(20px * 4);
    color: #0e1069;
    font-weight: 500;
    margin: 0;
}

.loader-scrolling-text {
    width: 100%;
    text-align: center;
    height: 20px;
    overflow: hidden;
    margin-top: -30px;
    margin-bottom: 40px;
}

.loader-scrolling-text>span {
    display: block;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    color: #0e1069;
    font-weight: 500;
}

.loader.active .loader-scrolling-text>span {
    animation: slide 5s infinite;
}


.search-group>.select2-container {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: solid 1px #88C0D0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.search-group .select2-container .select2-choice>.select2-chosen {
    font-size: 13px;
    color: #000;
    position: absolute;
    bottom: 3px;
    left: 3px;
    margin-right: unset;
    width: 100%;
}

.search-group.noicon {
    padding-left: unset;
}


.search-group>.select2-container.select2-container-disabled {
    background-color: #f4f4f4 !important;
}

.search-group>.select2-container.select2-container-disabled .select2-choice {
    border: none !important;
}

.search-group.btn-group {
    padding: 0;
}


.ppl-type {
    display: block;
    font-size: 13px;
    line-height: 1.4rem;
    font-weight: 700;
    color: #BF616A;
    text-align: center;
}




.pricelabel {
    display: none;
}