.active-menu-link .aside__link-icon {
    background-color: #fff!important;
    color: #109eee!important;
}
.active-menu-link{
    color: #fff;
    background-color: #0a3647!important;
}
.user-aside__account{
    margin-bottom: 5px;
}
.user-aside__actions .active-menu-link:before{
    background-color: #fff!important;
    color: #109eee!important;
}
.header-details__text{
    font-size: 12px;
}
.notification__labels--price-manager{
    background-color: #eaeaee;
}

.notification__labels--bookings{
    background-color: #d9f9ef;
}
.notification-date{
    text-align: right;
    font-weight: 500;
}
.notification__labels--users {
    background-color: rgba(206, 217, 251, 1);
}
.button-chancel{
    font-size: 12px;
}
.pagging__list .active a{
    color: black;
}
.edit-block-boats button{
    width: 100%;
    text-align: left;
}
.boats-company-name{
    line-height: 1.8em;
}
.table-link-href{
    font-weight: bold;
    color: #0e9eee;
}
.header-pagination-table nav{
    padding: 0.6875rem 1rem 0.625rem 1rem;
}
th a{
    display: block;
    width: 100%;
}
#boat-search-form .form-small__ations{
    display: flex;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}
.boats__tr {
    display: grid;
    grid-template-columns: 3.642987% 14.021858% 20.664845% 14.939891% 8.477231% 8.386157% 9.579235% 12% 1fr;
}

@media (min-width: 1920px) {
    .main-admin__inv-road {
        grid-template-columns: 5.100182% 13.661202% 22.76867% 22.76867% 12.378871% 13.378871% auto;
    }
}




.table-checkbox__input:hover{
    cursor: pointer;
}
.main-admin__form:not(:last-child){
    position: sticky;
    z-index: 11111;
    top: 1px;
    box-shadow: 0px 7px 8px 0px rgb(247 252 255 / 20%), 0px 5px 22px 0px rgba(72, 119, 145, 0.12), 0px 12px 17px 0px rgb(221 221 221 / 0%);
    width: 100%;
    background: white;
}




table {
    width: 100%;
}
table,
caption,
th,
td {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.table-test {
    background-color: #fcfcfc;
}

.table-test__thead tr {
    border-bottom: 0.0625rem solid #90bfdb;
}

.table-test__tr th {
    padding: 1rem;
}

.table-test__tr th div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table-test__tr td {
    padding: 1rem;
    font-size: 12px;
    line-height: 1.5em;
}

.table-test__tbody {
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .table-test {
        width: 68.625rem;
    }
}
.header-pagination-table, .main-admin__tfoot{
    background: white;
}

.scroll__wrapper {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: #f2f6f8;
    -webkit-transition:
            padding 0.3s ease,
            -webkit-box-shadow 0.3s ease;
    transition:
            padding 0.3s ease,
            -webkit-box-shadow 0.3s ease;
    transition:
            box-shadow 0.3s ease,
            padding 0.3s ease;
    transition:
            box-shadow 0.3s ease,
            padding 0.3s ease,
            -webkit-box-shadow 0.3s ease;
    padding: 2.5rem 0.75rem 0.625rem;
    margin-top: -2.5rem;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

@media (min-width: 1440px) {
    .scroll__wrapper {
        padding: 1rem 1.875rem 0.625rem;
        margin-top: -20px;
        margin-right: -30px;
        margin-left: -30px;
    }
}

table {
    width: 100%;
}
table,
caption,
th,
td {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.table {
    font-size: 0.875rem;
}
.table button {
    font-size: 1rem;
}
.form__line select {
    /*color: rgba(10, 54, 71, 0.3);*/
    color: black;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    background-color: #fff;
    outline: 0.0625rem solid transparent;
    padding: 0.59375rem 2.0625rem 0.59375rem 0.625rem;
    width: 100%;
    -webkit-transition:
            border 0.3s ease,
            background-color 0.3s ease;
    transition:
            border 0.3s ease,
            background-color 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: "GothamPro";
}

.form__line select:hover,
.form__line select:focus {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.form__line select::-ms-expand {
    display: none;
}

.form__select {
    position: relative;
}

.form__select::after {
    content: "\e913";
    font-family: "icons";
    font-size: 0.463125rem;
    color: #90bfdb;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.625rem;
    pointer-events: none;
}
.table-test {
    background-color: #fcfcfc;
}

.table-test__thead tr {
    border-bottom: 0.0625rem solid #90bfdb;
}

.table-test__tr th {
    padding: 1rem;
}

.table-test__tr th div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table-test__tr td {
    padding: 1rem;
    font-size: 12px;
}

.table-test__tbody {
    background-color: #fff;
}
@media (min-width: 1920px) {
    .table {
        font-size: 1rem;
    }
    .table button {
        font-size: 1rem;
    }
    .form__select::after {
        font-size: 0.625rem;
        right: 0.78125rem;
    }
    .form__line select {
        font-size: 12px;
        padding: 0.78125rem 2.5rem 0.78125rem 0.78125rem;
    }
}
@media (min-width: 2560px) {
    .page__aside {
        flex: 0 1 25rem;
    }
    .table {
        font-size: 1rem;
    }
    .table button {
        font-size: 1.75rem;
    }
    .form__select::after {
        font-size: 0.875rem;
        right: 0.875rem;
    }
    .form__line select {
        font-size: 14px;
        line-height: 1.5em;
    }
    .filters-button{
        font-size: 12px!important;
    }
}
@media (max-width: 991.98px) {
    .table-test {
        width: 68.625rem;
    }
}
.table-test thead{
    background: #f2f6f8;
}
.table-checkbox__input{
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.table-checkbox{
    text-align: center;
    display: block!important;
}
.table-test th {
    height: 5rem;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #487791;
}

select label {
    color: rgba(10, 54, 71, 0.6);
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
}

.select select {
    color: rgba(10, 54, 71, 0.3);
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    background-color: #fff;
    outline: 0.0625rem solid transparent;
    padding: 0.59375rem 1.875rem 0.59375rem 0.625rem;
    width: 100%;
    -webkit-transition:
            border 0.3s ease,
            background-color 0.3s ease;
    transition:
            border 0.3s ease,
            background-color 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: "GothamPro";
}

.select select:hover,
.select select:focus {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.select select::-ms-expand {
    display: none;
}

.select__line {
    position: relative;
}

.select__line::after {
    content: "\e913";
    font-family: "icons";
    font-size: 0.463125rem;
    color: #90bfdb;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.625rem;
    pointer-events: none;
}
@media (min-width: 1920px) {
    .select label {
        font-size: 12px;
    }

    .select label:not(:last-child) {
        margin-bottom: 0.625rem;
    }

    .select select {
        font-size: 12px;
        padding: 0.78125rem 2.5rem 0.78125rem 0.78125rem;
    }

    .select__line::after {
        font-size: 0.625rem;
        right: 0.78125rem;
    }
}
@media (min-width: 2560px) {
    .select label {
        font-size: 12px;
    }

    .select label:not(:last-child) {
        margin-bottom: 0.875rem;
    }

    .select select {
        font-size: 12px;
        padding: 1.03125rem 2.9375rem 1.03125rem 0.875rem;
    }

    .select__line::after {
        font-size: 0.875rem;
        right: 0.875rem;
    }
}
@media (max-width: 767.98px) {
    .select select {
        border: 0.0625rem solid transparent;
        background-color: rgba(242, 246, 248, 0.5);
    }

}
.table-test__tfoot tr td{
    padding: 0.6875rem 1rem 0.625rem 1rem;
}
._icon-select-arrow:before{
    font-size: 7px;
}
.boats__image{
    min-width: 150px;
}
th a{
    display: contents;
}
th button{
    float: right;
}
.price_manager-form .form_buttons{
    display: flex;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}
.notification-table .read{
    font-weight: 400;
    background-color: #f2f6f8;
}
.notif__mark:hover{
    cursor: pointer;
    opacity: 0.8;
}
.filters-button{
    font-size: 12px;
    padding: 0.65625rem 0.625rem 0.65625rem 0.875rem;
}
.city-td-list{
    display: none;
}
.button-lg{
    min-width: 250px;
    border: 1px solid;
}
.inline-button-download{
    display: inline-flex;
    margin: 15px 0;
}
.inline-button-download span{
    margin: 15px 10px;
}
.alert-success{
    text-align: right;
    color: green;
}
.alert-error{
    text-align: right;
    color: red;
}
.error-info{
    color: red;
    font-weight: bold;
    padding-top: 10px;
    font-size: 12px;
}
.generate-password-input{
    /*display: inline-flex;*/
}

/* Скрываем стандартный чекбокс */
.switch-checkbox {
    display: none;
}

/* Контейнер для переключателя */
.switch-label {
    display: inline-block;
    width: 30px;
    height: 19px;
    position: relative;
    cursor: pointer;
}

/* Стиль для ползунка */
.switch-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

/* Стиль для круга внутри ползунка */
.switch-slider::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

/* Изменение фона при включении */
.switch-checkbox:checked + .switch-label .switch-slider {
    background-color: #0e9eee;
}
.check-show{
    display: flex;
    margin: 20px 0;
}
.label-check-show{
    padding: 5px 10px;
}
.generate-password-input .select{
    padding: 24px 0;
}

/* Перемещение круга при включении */
.switch-checkbox:checked + .switch-label .switch-slider::before {
    transform: translateX(13px);
}
.calendar__booking-status:hover{
    opacity: 0.8;
    cursor: pointer;
}
.calendar__day-value:hover .button-calendar-add{
    display: flex;
}
.button-calendar-add{
    flex-grow: 1;
    max-height: 30px;
    margin-top: auto;
}

@media (max-width: 600px) {
    .calendar__form .form__body{
        display: inline;
    }
    .main-admin__form:not(:last-child){
        padding: 10px;
        position: relative;
    }
    #boat-search-form .form-small__ations{
        display: block;
    }
    #boat-search-form .display-none-link{
        display: initial;
    }
    .main-admin__started-price{
        width: 150px;
    }
    .main-admin__started-price .changes-button input{
        width: 50px;
        font-size: 12px!important;
        padding-left: 31px;
        padding-right: 0px;
    }
    .inline-button-download{
        display: grid;
    }
    .ui-autocomplete{
        font-size: 14px!important;
        line-height: 1.5em!important;
        right: 39px;
        max-width: 354px;
        left: 20px!important;
        padding: 5px 20px;
    }
    .ui-autocomplete .search-results{
        padding: 10px 0;
    }
    .results-autocomplete-search{
        padding: 5px;
    }
    #invoices-filter-search .form-small__line{
        max-width: 100%!important;
    }
    .approve-bookings{
        max-width: 100%!important;
        text-align: left;
    }
    #user-search-form .form__body, #special-offers-form .form__body{
        grid-template-columns: 1fr!important;
    }
    .main-admin__started-price a{
        max-width: 100%!important;
        margin: 0 auto!important;
    }
}

#offline-book .form__body{
    margin: 20px 0;
}
#offline-book .total-price{
    margin-top: 30px;
}
#offline-book #mySelect{
    display: none;
    position: absolute;
    z-index: 999999;
}
#offline-book #mySelect option{
    font-size: 12px;
    padding: 5px 0;
}
.manual-price-value{
    display: none;
}
.has-error{
    color: red;
    font-size: 14px;
    font-weight: bold;
}

#new-out-of-service .body-admin__lines{
    margin: 10px 0;
}
#new-out-of-service input, #new-out-of-service select{
    color: black;
    font-size: 12px;
    min-height: 42px;
    padding: 0 10px;
}

#mySelect-new-oss{
    display: none;
    position: absolute;
    z-index: 999999;
    width: 43%;
}

#mySelect-new-oss option{
    font-size: 12px;
    padding: 5px 0;
}
.calendar__booking-status--hold  {
    background: rgba(189, 196, 199, 1);
    font-weight: 500;
}
.big-size-hold{
    position: relative;
    left: 2px;
}
.calendar__booking-status--notpaid{
    background: rgba(248, 232, 231, 1);
}
.select__line-full{
    width: 100%;
    margin: 10px 0;
}
.filter-popup-actions{
    width: 100%;
    float: right;
    margin: 10px 0;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    z-index: 99999;
    font-size: 12px;
    line-height: 1.2em;
    background: white;
    width: 30%!important;
}
.ui-autocomplete li{
    padding: 10px;
}
.ui-autocomplete li:hover > div{
    cursor: pointer;
    opacity: 1.2;
    font-weight: bold;
}
.ui-menu-item-wrapper{
    display: block;
    width: 100%;
}
#period{
    min-width: 220px;
}
.button-filter-load{
    margin-top: 19px;
    min-width: 200px;
}
.results-autocomplete-search {
    padding: 10px 5px;
    width: 100%;
    font-family: "GothamPro";
    line-height: 1.5;
    border-radius: 0.125rem !important;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    outline: none;
}
.results-autocomplete-search li{
    display: inline-block;
    width: 100%;
}
.results-autocomplete-search .search-choice{
    background: #0e9eee;
    color: white;
    max-width: 20%;
    padding: 5px 10px;
    border: none;
    padding-left: 30px;
}
#autocomplete-search-filters{
    border: none;
    padding: 0px;

}

.search-choice span::before,
.search-choice span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 10px;
    height: 2px;
    background-color: white;
    transform: translate(-50%, -50%);
}

.search-choice span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.search-choice span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.search-choice{
    background: #0e9eee;
    color: white;
    max-width: 20%;
    padding: 5px 10px;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
}
.results-autocomplete-search .search-choice{
    position: relative;
    display: inline-table;
    cursor: pointer;
    padding: 10px 10px 10px 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: fit-content;
    white-space: nowrap;
}
.results-autocomplete-search li{
    display: inline-flex;
}
#autocomplete-search-filters{
    background: none;
}
.form--ivoices .form-small__line-input input{
    padding: 0.775rem 2.75rem 0.775rem 0.875rem;
}
.empty-data{
    font-size: 16px;
    font-weight: bold;
    padding: 50px 0;
    text-align: center;
}

.bookings-table:hover .bookings-link-single{
    cursor: pointer;
    opacity: 0.8;
    color: #109eee;
}
.notification__labels--boats{
    background-color: #39d11f;
    color: white;
}
.option-form-block .select__line::after{
    top: 60%;
}
.option-form-block .new-boat__options-comp{
    display: inline-flex;
    margin: 20px 0;
}
.option-form-block .new-boat__options-comp .options-comp__item{
    display: inline-flex;
    width: 33%;
}
.option-form-block .new-boat__options-comp .options-comp__item input:hover,
.option-form-block .new-boat__options-comp .options-comp__item label:hover{
    cursor: pointer;
}
.option-form-block .new-boat__options-comp .options-comp__item input{
    width: 20px;
}
.option-form-block .new-boat__options-comp .options-comp__item label{
    margin-left: 5px;
}
.option-form-block .new-boat__options-comp .options-comp__item:hover{
    color: #0e9eee;
}
.option-form-block .body-admin__add-line{
    padding: 10px;
}
.option-form-block .boat-about__image{
    margin: 0 20px;
}
.option-form-block .check-show{
    margin: 0 20px;
}
.option-form-block .boat-list__table{
    margin: 20px 0;
}
.option-form-block .body-admin__line{
    float: right;
}
/*new form*/
#form-invite-agent-new .select__line::after{
    top: 70%;
}
.access-details__history{
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.access-details__status p, .access-details__agent-about{
    margin: 0px;
}
#user-search-form .form__body{
    grid-template-columns: 1fr 3fr;
}
.main-code-link:hover{
    cursor: pointer;
}
.checkbox-lines-code .body-admin__line{
    display: -webkit-inline-box;
    padding-top: 40px;
    padding-left: 20px;
}
.checkbox-lines-code .body-admin__line input{
    width: 20px;
}
.checkbox-lines-code .body-admin__line label{
    margin-left: 10px;
}
#pjax-create-code-form .select__line::after{
    top: 60%;
}
#pjax-create-code-form .select-new-code input{
    margin-top: .625rem;
}
#pjax-create-code-form .calendar-input span{
    top: 42%;
}
.select-new-code .checkbox-lines-code{
    display: block;
}
.select-new-code .checkbox-lines-code input, #promocodeform-isoverridecodes{
    width: 20px;
    float: left;
    margin: 0 10px 0 0;
    margin-top: 0px!important;
}
.select-new-code .checkbox-lines-code input:hover, #promocodeform-isoverridecodes:hover{
    cursor: pointer;
}

.disabled-input {
    background-color: #f0f0f0!important; /* Светло-серый цвет фона */
    cursor: not-allowed!important; /* Курсор "запрещено" */
}

#promocodeform-type, #specialofferform-type, #specialoffer-type{
    margin-top: 3.25rem;
    display: inline-flex;
}
#promocodeform-type input, #specialofferform-type input, #specialoffer-type input{
    width: 15px;
    float: left;
    margin: 0 10px 0 0;
    margin-top: 0px!important;
}
#promocodeform-type label, #specialofferform-type label, #specialoffer-type label{
    margin-right: 20px;
}
#special-offers-form .form__body, #specialofferform-type .form__body{
    grid-template-columns: 1fr 3fr;
}
.select2-container--default .select2-selection--single{
    color: black;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    background-color: #fff;
    outline: 0.0625rem solid transparent;
    padding: 0.29375rem 1.875rem 0.59375rem 0.625rem;
    width: 100%;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: "GothamPro";
    /* padding: 0.78125rem 2.5rem 0.78125rem 0.78125rem; */
    height: 35px;
}
.select2-dropdown{
    border: none;
    font-family: "GothamPro";
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #90bfdb transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 60%;
    width: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    margin: 0px;
    border: none;
    border-bottom:0.0625rem solid rgba(144, 191, 219, 0.3);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
     margin-right: 0px;
    padding-right: 0px;
    color: #90bfdb;
}
.select2-container--default .select2-selection--multiple{
    color: black;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    background-color: #fff;
    outline: 0.0625rem solid transparent;
    padding: 0.59375rem 1.875rem 0.59375rem 0.625rem;
    width: 100%;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: "GothamPro";
    /* padding: 0.78125rem 2.5rem 0.78125rem 0.78125rem; */
    height: 35px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    color: black;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    background-color: #fff;
    outline: 0.0625rem solid transparent;
    padding: 0.59375rem 1.875rem 0.59375rem 0.625rem;
    width: 100%;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: "GothamPro";
    /* padding: 0.78125rem 2.5rem 0.78125rem 0.78125rem; */
    height: 35px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    font-family: "GothamPro";
    font-size: 12px;
    margin-top: 0px;
}
.select2-selection__rendered
{
    font-size:12px;
}
.select2-container--default .select2-results__option--selected{
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: #0e9eee;
    color: white;
    border-color: white;
    border-radius: 0px;
    margin: 0 5px;
}
.select2-selection__choice__remove span{
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding: 2px 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border-color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color: inherit;
}
.list-special-offers .select__line::after{
    top: 70%;
}
.select-days-line-special .cm-input-wp{
    margin-right: 20px;
}
.select-days-line-special .cm-input-wp label{
    display: inline-flex!important;
}
.select-days-line-special .cm-input-wp input{
    width: 12px;
    height: 12px;
    margin: 2px 5px;
}
.select-days-line-special{
    display: flex!important;
    margin: 15px 0 15px;
    flex-wrap: wrap;
}
.select-days-line-special .cm-input-wp input:hover, .select-days-line-special .cm-input-wp label:hover{
    cursor: pointer;
}
.tab-special-offers-type-2 .calendar-open .calendar__line-input{
    border: none!important;
}
.tab-special-offers-type-2  .calendar__line-input._form-focus{
    border: none!important;
}
#period-special-offers{
    margin-top: -5px;
}
.field-specialofferform-disallowbookings, .field-specialoffer-disallow_bookings{
    display: flex;
}
.field-specialofferform-disallowbookings, .field-specialoffer-disallow_bookings{
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
}
.field-specialofferform-disallowbookings input, .field-specialoffer-disallow_bookings input{
    width: 15px;
    margin: 2px 5px;
}
.field-specialofferform-disallowbookings label, .field-specialoffer-disallow_bookings label{
    display: flex!important;
}

.field-specialofferform-disallowbookings input:hover, .field-specialofferform-disallowbookings label:hover ,
.field-specialoffer-disallow_bookings input:hover, .field-specialoffer-disallow_bookings label:hover{
    cursor: pointer;
}
#specialofferform-type label, #specialoffer-type label{
    cursor: pointer;
    display: flex;
    margin-bottom: 0px!important;
}
#special-offers-form  label:not(:last-child), #specialoffer-type label:not(:last-child){
    margin-bottom: 0px;
}
#pjax-general-special-offer-form .calendar-open .calendar__line-input, #pjax-general-special-offer-form .calendar__line-input._form-focus{
    border:none!important;
}
.city-table{
    display: none;
    color: #487791;
    background: #f2f6f8;
}
.view-2-1{
    grid-template-columns: 2fr 1fr!important;
}
.select select{
    height: 35px;
}
.display-none-important{
    display: none!important;
}
#pjax-edit-option-form input[type=checkbox], #pjax-edit-country-form input[type=checkbox]{
    width: 15px;
    margin: 2px 5px;
}
#pjax-edit-option-form input[type=checkbox]:hover, #pjax-edit-country-form input[type=checkbox]:hover{
    cursor: pointer;
}
.item_add-marina{
    padding: 1rem 0!important;
    height: auto;
    min-height: 200px;
}
.delete-marina-new:hover{
    cursor: pointer;
    display: block;
}
#articleform-cover{
    max-width: 150px;
    display: none;
}
.input-group-btn-upload{
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}
#articleform-cover_button{
    margin: 0 auto;
    width: 100%;
}
#pjax-general-feedback-form .select__line::after, #pjax-edit-user-form .select__line::after{
    top:60%;
}
.button-reset-password{
    display: inline-flex;
    max-height: 40px;
    margin: 24px;
}
.field-companyform-workallweek label{
    display: flex!important;
}
.field-companyform-workallweek label input{
    width: 12px;
    margin-right: 10px;
}
.field-companyform-workallweek label:hover{
    cursor: pointer;
}
#pjax-edit-company-form-general .select__line::after{
    top: 60%;
}
.select-disable label{
    visibility: hidden;
}
.disabled-block{
    cursor: none;
    all: unset; /* Сбрасывает все стили */
    pointer-events: none; /* Отключает возможность взаимодействия */
    opacity: 0.5; /* Устанавливает полупрозрачность */
}
.policies-input h2{
    margin: 20px 0;
    font-weight: bold;
    font-size: 14px;
}
.policies-input label{
    display: flex!important;
}
.policies-input label input{
    width: 12px;
    margin-right: 10px;
}
#pjax-edit-company-form-policy .select__line::after, #pjax-create-company-form-policy .select__line::after, #pjax-edit-yacht-form-general .select__line::after{
    top: 60%;
}
.main-admin__duration .select_minduration {
    min-width: 100px;
}
.main-admin__started-price{
    min-width: 120px;
}
.main-admin__started-price .changes-button input{
    padding-right: 0px;
}
.main-admin__started-price--only{
    width: 150px;
}
#pjax-edit-yacht-form-general .cm-checkbox-wrap  {
    display: -webkit-inline-box;
    margin: 5px 0;
}
#pjax-edit-yacht-form-general .cm-checkbox-wrap label{
    color: black!important;
    font-size: 12px;
}
#pjax-edit-yacht-form-general .cm-checkbox-wrap input{
    width: 12px!important;
    padding: 0px;
    margin: 2px 5px 0 0;
}
#pjax-edit-yacht-form-general h2{
    font-weight: bold;
    font-size: 16px;
}
.options-boat-form{
    display: inline-flex;
    margin: 20px 0;
}

.options-boat-form .options-comp__item {
    display: inline-flex;
    width: 33%;
}

.options-boat-form .options-comp__item input {
    width: 20px;
}

.options-boat-form .options-comp__item label {
    margin-left: 5px;
}
.button-search-boat-options{
    max-height: 35px;
}
.option-check{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8px;
    margin-bottom: 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f3f7f8;
    width: 80%;
}

.option-check__checkbox {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 12px;
}
.cm-checkbox-sw-wrap {
    width: 32px;
    position: relative;
    text-align: left;
}

.cm-checkbox-sw-wrap label {
    display: block;
    position: relative;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    width: 28px;
    height: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e4ebec;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cm-checkbox-sw-wrap label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    right: auto;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 1px 2px 0 rgba(16, 22, 26, .2);
    box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 1px 2px 0 rgba(16, 22, 26, .2);
}

.cm-checkbox-sw-wrap .cm-checkbox-sw, .cm-checkbox-sw-wrap .cm-checkbox-sw:active {
    position: absolute;
    top: 0;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: 0;
}

.option-check__desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.option-check__title+.option-check__text {
    margin-top: 4px;
}
.option-check__text {
    color: #5c707b;
}
.option-check__title{
    color: #0a3647;
    font-size: 14px;
    line-height: 24px;
}
.option-check:first-child{
    margin-top: 20px;
}
.option-check:first-of-type{
    margin-top: 20px;
}

.cm-checkbox-sw-wrap .cm-checkbox-sw:checked+label:before {
    left: -webkit-calc(100% - 14px);
    left: calc(100% - 14px);
}

.cm-checkbox-sw-wrap .cm-checkbox-sw:checked+label {
    background: #109eee;
}
.link-grey a{
    color: #109eee;
}

.select-area {
    margin: 16px 0;
}
.select-area__img {
    margin: 8px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -1px 0 0 #e7ecef;
    box-shadow: inset 0 -1px 0 0 #e7ecef;
    width: 100%;
}

.select-area__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cm-radio-wrap {
    display: inline-block;
    margin-right: 16px;
}
.select-area__btns .cm-radio-wrap:not(:last-child) {
    margin-right: 16px;
}

.cm-radio-wrap label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.select-area__btns .cm-radio-wrap label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cm-radio-wrap .cm-radio+label {
    cursor: pointer;
}
.cm-radio-wrap .cm-radio+label span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid #d3dae0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.select-area__btns .cm-radio-wrap label span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}
.cm-radio-wrap .cm-radio:checked+label span {
    background-color: #109eee;
    border-color: #109eee;
}
.cm-radio-wrap .cm-radio+label span i {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
}
.cm-radio-wrap .cm-radio:checked+label span i {
    background-color: #fff;
}
.cm-radio-wrap .cm-radio {
    display: none;
}
.new-boat__content h2{
    font-size: 16px;
    font-weight: bold;
}
.disabled input {
    color: #487791;
    background-color: #f2f6f8!important;
}
#pjax-edit-booking-form-general .select__line::after{
    top: 60%;
}
.booking-details__history .history__body{
    padding-top: 1.875rem;
}
.options__wrapper {
    gap: 1rem;
}
.field-bookingform-price .error-info, .field-bookingsform-manualprice .error-info{
    display: none;
}
.disabled-input .options__price-input{
    color: #487791;
    background-color: #f2f6f8!important;
    pointer-events: none;
}
#pjax-edit-booking-form-general .option-check{
    width: 100%;
}
#pjax-edit-booking-form-general .chargeable-options__price-value{
    float: right;
}
#pjax-edit-booking-form-general .option-check{
    margin-top: 0px;
}
.chargeable-options-div{
    overflow: auto;
    /*max-height: 176px;*/
}
.field-bookingsform-manualprice{
    max-height: 42px;
}
.agent-status-companies{
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    width: 150px;
}
.agent-status-companies button{
    min-width: 120px;
}

.button--login::before {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.button--login:active {
    color: #fff;
    background-color: #109eee;
}

.button--login:active::before {
    color: #fff;
}

.button--login:disabled {
    background-color: #109eee;
    color: #fff;
    opacity: 0.3;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6.25rem 0.9375rem 12.25rem 0.9375rem;
}

.login__form {
    -webkit-transition: -webkit-flex-basis 0.3s ease;
    transition: -webkit-flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease, -webkit-flex-basis 0.3s ease,
    -ms-flex-preferred-size 0.3s ease;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.625rem;
    flex: 0 1 23.625rem;
}

.login__form.register .login__title:not(:last-child) {
    margin-bottom: 1rem;
}

.login__form.owner .login__title:not(:last-child) {
    margin-bottom: 2.5rem;
}

.login__form.owner .new-boat__line p {
    color: #487791;
    font-size: 0.75rem;
    line-height: 1.5;
}

.login__form.owner .new-boat__line input:not(:last-child) {
    margin-bottom: 0.625rem;
}

.login__logo {
    display: block;
    max-width: 22.125rem;
    margin: 0 auto;
}

.login__logo img {
    max-width: 100%;
}

.login__logo:not(:last-child) {
    margin-bottom: 3.125rem;
}

.login__title {
    color: #487791;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.login__title:not(:last-child) {
    margin-bottom: 3.125rem;
}

.login__steps {
    line-height: 1.2;
    text-align: center;
}

.login__steps > *:not(:last-child) {
    margin-bottom: 1rem;
}

.login__steps h2 {
    color: #487791;
    text-align: center;
    font-size: 0.875rem;
}

.login__steps h3 {
    font-size: 1rem;
    font-weight: 500;
}

.login__steps p {
    font-size: 0.875rem;
    line-height: 1.3;
}

.login__steps:not(:last-child) {
    margin-bottom: 2.5rem;
}

.login__wr-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.login__wr-body:not(:last-child) {
    margin-bottom: 2.5rem;
}

.login__forgot-btn {
    display: inline-block;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #487791;
    text-align: right;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.login__forgot-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

.login__options-comp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login__options-comp .options-comp__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3125rem;
}

.login__options-comp .options-comp__item button {
    color: #90bfdb;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 0.875rem;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.login__checkbox:not(:last-child) {
    margin-bottom: 1rem;
}

.login__actions:not(:last-child) {
    margin-bottom: 2.5rem;
}

.login__reg-act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
}

.login__reg-act button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.login__back {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    text-align: center;
}

.login__back a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
}

.login__back a span {
    color: #109eee;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.login__back a svg path {
    -webkit-transition: fill 0.3s ease 0s;
    transition: fill 0.3s ease 0s;
}

.login__button {
    width: 100%;
}

.login__button:not(:last-child) {
    margin-bottom: 2.5rem;
}

.login__register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login__register p {
    color: #90bfdb;
    font-size: 0.875rem;
    line-height: 1.5;
}

.login__register button,
.login__register a {
    color: #109eee;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.login__register button:disabled,
.login__register a:disabled {
    opacity: 0.3;
}

.login__back-lg {
    -ms-flex-item-align: center;
    align-self: center;
    display: inline-block;
    color: #109eee;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.login__social {
    padding-top: 1rem;
    border-top: 0.0625rem solid rgba(144, 192, 219, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login__social p {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.5;
}

.login__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login__social ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.75rem;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login__social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.625rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
    position: relative;
}

.login__social ul li a img {
    max-width: 100%;
}

.login__thanks {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36.25rem;
    flex: 0 1 36.25rem;
}

.login__thanks h1 {
    color: #109eee;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.4;
}

.login__thanks h1:not(:last-child) {
    margin-bottom: 2.5rem;
}

.login__text {
    color: #487791;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.login__text p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.login__text a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.login__text a:first-of-type {
    font-style: italic;
}
#login-form{
    min-width: 400px;
}

/* Media */

@media (min-width: 767.98px) {
    .login__lines {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
    }

    .login__lines .new-boat__line {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

@media (min-width: 1920px) {
    .login__form {
        -ms-flex-preferred-size: 31.25rem;
        flex-basis: 31.25rem;
    }

    .login__form.owner .new-boat__line p {
        font-size: 1rem;
    }

    .login__title {
        font-size: 1rem;
    }

    .login__title {
        font-size: 1rem;
    }

    .login__steps h2 {
        font-size: 1rem;
    }

    .login__steps h3 {
        font-size: 1rem;
    }

    .login__steps p {
        font-size: 1rem;
    }

    .login__forgot-btn {
        font-size: 1rem;
    }

    .login__options-comp .options-comp__item button {
        font-size: 1rem;
    }

    .login__back a span {
        font-size: 1rem;
    }

    .login__back a svg {
        width: 1.875rem;
        height: 1.875rem;
    }

    .login__register p {
        font-size: 1rem;
    }

    .login__register button,
    .login__register a {
        font-size: 1rem;
    }

    .login__back-lg {
        font-size: 1rem;
    }

    .login__social p {
        font-size: 1rem;
    }

    .login__social ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
        flex: 0 0 3rem;
        width: 3rem;
        height: 3rem;
    }

    .login__thanks h1 {
        font-size: 2.5rem;
    }
}
@media (min-width: 2560px) {
    .login__form {
        -ms-flex-preferred-size: 43.75rem;
        flex-basis: 43.75rem;
    }

    .login__form.owner .new-boat__line p {
        font-size: 1rem;
    }

    .login__forgot-btn {
        font-size: 1rem;
    }

    .login__back a span {
        font-size: 1rem;
    }

    .login__back-lg {
        font-size: 1rem;
    }

    .login__thanks h1 {
        font-size: 2.75rem;
    }
    .login__steps h2 {
        font-size: 1rem;
    }

    .login__steps h3 {
        font-size: 1rem;
    }

    .login__steps p {
        font-size: 1rem;
    }
    .login__register p {
        font-size: 1rem;
    }

    .login__register button,
    .login__register a {
        font-size: 1rem;
    }

    .login__social p {
        font-size: 1rem;
    }

    .login__social ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.25rem;
        flex: 0 0 3.25rem;
        width: 3.25rem;
        height: 3.25rem;
    }
}

@media (max-width: 767.98px) {
    .login__lines .new-boat__line:not(:last-child) {
        margin-bottom: 1rem;
    }
    #login-form{
        min-width: 350px!important;
    }
}

@media (any-hover: hover) {
    .button--login:hover {
        color: #0a3647;
    }

    .button--login:hover:before {
        color: #90bfdb;
    }

    .button--login:disabled:hover {
        color: #fff;
        background-color: #109eee;
    }

    .login__forgot-btn:hover {
        color: #0a3647;
    }

    .login__forgot-btn:disabled:hover {
        color: #487791;
    }

    .login__options-comp .options-comp__item button:hover {
        color: #0a3647;
    }

    .login__back a:hover span {
        color: #0a3647;
    }

    .login__back a:hover svg path {
        fill: #0a3647;
    }

    .login__register button:disabled:hover,
    .login__register a:disabled:hover {
        color: #109eee;
        cursor: default;
    }

    .login__register button:hover,
    .login__register a:hover {
        color: #0a3647;
    }

    .login__back-lg:hover {
        color: #0a3647;
    }

    .login__social ul li a:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .login__text a:hover {
        color: #0a3647;
    }

}
.boat-agent-single{
    min-width: 120px;
    font-size: 12px!important;
    width: 100%;
}
.single-price-agent{
    background: white;
    margin: 10px 0;
    padding: 10px;
}
.single-price-agent:hover{
    cursor: pointer;
    opacity: 0.7;
}