:root {
    --blue_color: #477aa9;
    --main-blue-color: #005BA4;
    --main-light-blue-color: #0079DD;
    --main-lighter-blue-color: #0089FA;
    --main-dark-blue-color: #182340;
    --main-black-color: #3d3d3d;
    --main-gray-color: #aaa;
    --main-accent-color: #EB5293;
    --second-accent-color: #FF5CA1;
    --main-error-color: #F44336;
    --main-warning-color:#FF7B06;
    --main-light-gray-color: #fafafa;
    --main-background-color: var(--main-light-gray-color);
    --main-dark-gray-color: #9E9E9E;
    --main-darknest-gray-color: #6F6F6F;
    --main-border-control-color: #9C9C9C;
    --main-border-control-disabled-color: #D8D8D8;
    --main-white-color:#fff;

    --main-gray4-color: #F9FBFF;
    --main-gray6-color: #F4F4F4;
    --main-gray7-color: #F5F5F7;
    --main-green-color: #27AE60;
    --main-btn-blue-color: #007CE0;

    --fhd_width: 1980px;
    --wrapper_width: 1050px;
    --wrapper_padding: 20px;
    --main-nav-height: 70px;
    --mobile-side-nav-line-height: 34px;

    --pin_color: #D62AD0;

    --main_font_family: "Roboto", sans-serif;
    --second_font_family: "Montserrat", sans-serif;

    --second-black-color: #1a1a1a;
    --second-gray-1-color: #2A2C33;
    --second-gray-2-color: #3A3C41;
    --second-gray-3-color: #46484E;
    --second-gray-4-color: #55575E;
    --second-gray-5-color: #63656B;
    --second-gray-6-color: #6D6F73;
    --second-gray-7-color: #7B7C81;
    --second-gray-8-color: #909299;
    --second-gray-9-color: #9EA1A8;
    --second-gray-10-color: #A8A9AD;
    --second-gray-11-color: #ACAEB5;
    --second-gray-12-color: #C5C7CD;
    --second-gray-13-color: #DADCE2;
    --second-gray-14-color: #E9EBF0;
    --second-gray-15-color: #EDEFF3;
    --second-gray-16-color: #F2F4F8;
    --second-gray-17-color: #F5F5F7;
    --second-gray-18-color: #FAFAFA;



}

* {
    padding: 0;
    margin: 0;
}
html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    background-color: var(--main-background-color);
    color: var(--main-black-color);
}
body {
    min-width: 320px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    /*font-weight: 300;*/
    font-synthesis: none;
    ascent-override: 92.77%;
    descent-override: 24.41%;
    line-gap-override: 0%;
    font-display: swap;
}
main {
    flex: 1 0 auto;
}
img {
    border: 0;
}
/*base properties*/
h1{
    font-size: 3.125rem;
    font-weight: 900;
    text-align: center;
    color: var(--main-black-color);
}
h2{
    font-size: 1.875rem;
    font-weight: 300;
    margin: inherit;
    line-height: inherit;
}
.ap_white{
    background-color: #fff!important;
}
.ap_blue{
    background-color: #477aa9!important;
}
.btn.ap_blue:hover{
    background-color: #5c92c3!important;
}
.ap_green{
    background-color: #49c169 !important;
}
.ap_red {
    background-color: #ff6f60 !important;
}
.ap_blue_text{
    color: #477aa9!important;
}
/*#66b7bb*/
.ap_light_blue_text{
    color: #66b7bb;
}
.ap_black_text{
    color: #3d3d3d!important;
}
.ap_white_text{
    color: #fff!important;
}
.ap_green_text{
    color: #49C169;
}
.ap_green_highlighted_text{
    color: #2bbbad;
}
.ap_red_text {
    color: #ff6f60 !important;
}
.ap_grey_text{
    color: #aaa;
}
.ap_height_100{
    height: 100%;
}
.ap_width_100{
    width: 100%;
}
.ap_padding_top_10{
    padding-top: 10px!important;
}
.ap_padding_bottom_5{
    padding-bottom: 5px;
}
.ap_padding_bottom_10{
    padding-bottom: 10px;
}
.ap_padding_top_20{
    padding-top: 20px!important;
}
.ap_padding_bottom_20{
    padding-bottom: 20px!important;
}
.ap_padding_bottom_15{
    padding-bottom: 15px!important;
}
.ap_padding_top_30{
    padding-top: 30px!important;
}
.ap_padding_bottom_30{
    padding-bottom: 30px!important;
}
.ap_margin_bottom_0{
    margin-bottom: 0;
}
.ap_margin_bottom_5{
    margin-bottom: 5px;
}
.ap_margin_bottom_10{
    margin-bottom: 10px;
}
.ap_margin_bottom_15{
    margin-bottom: 15px;
}
.ap_margin_bottom_20{
    margin-bottom: 20px;
}
.ap_margin_bottom_25{
    margin-bottom: 25px;
}
.ap_margin_bottom_30{
    margin-bottom: 30px!important;
}
.ap_margin_bottom_50{
    margin-bottom: 50px;
}
.ap_margin_left_10{
    margin-left: 10px!important;
}
.ap_margin_right_10{
    margin-right: 10px!important;
}
.ap_margin_left_30{
    margin-left: 30px;
}
.ap_padding_left_15{
    padding-left: 15px;
}
.ap_padding_right_10{
    padding-right: 10px!important;
}
.ap_padding_right_15{
    padding-right: 15px;
}
.ap_margin_top_0{
    margin-top: 0px!important;
}
.ap_margin_top_5{
    margin-top: 5px;
}
.ap_margin_top_10{
    margin-top: 10px!important;
}
.ap_margin_top_20{
    margin-top: 20px!important;
}
.ap_margin_top_30{
    margin-top: 30px!important;
}
.ap_margin_top_35{
    margin-top: 35px!important;
}
.ap_margin_top_50{
    margin-top: 50px!important;
}
.ap_relative{
    position: relative;
}
.ap_span_inline_block,
.inline_block{
    display: inline-block;
}
.ap_no_padding{
    padding: 0!important;
}
.ap_middle_btn{
    transform: translateY(-50%);
}
.ap_rounded_btn{
    border-radius: 30px;
}
.ap_fs_12{
    font-size: 12px;
}
.ap_fs_13{
    font-size: 13px;
}
.ap_fs_14{
    font-size: 14px;
}
.ap_fs_16{
    font-size: 16px;
}
.ap_fs_18{
    font-size: 18px;
}
.ap_fs_20{
    font-size: 20px;
}
.ap_fs_24 {
    font-size: 24px;
}
.ap_fs_30{
    font-size: 30px;
}
.ap_fs_36{
    font-size: 36px;
}
.ap_fs_40{
    font-size: 40px;
}
.ap_fs_50 {
    font-size: 50px;
}
.ap_fs_56 {
    font-size: 56px;
}
.ap_fw_100{
    font-weight: 300;
}
.ap_fw_300{
    font-weight: 300;
}
.ap_fw_400{
    font-weight: 400;
}
.ap_fw_500{
    font-weight: 500;
}
.ap_fw_600{
    font-weight: 600;
}
.ap_fw_700{
    font-weight: 700;
}
.ap_fw_900{
    font-weight: 900;
}
.ap_uppercase{
    text-transform: uppercase;
}
.ap_center{
    margin-left: auto;
    margin-right: auto;
}
.align_center{
    text-align: center;
}
.ap_center_imp{
    margin-left: auto!important;
    margin-right: auto!important;
}
.ap_border_top{
    border-top: 1px solid rgba(0,0,0,0.1);
}
a.link:hover{
    text-decoration: underline;
}
a.link{
    color: #477aa9;
    text-transform: none!important;
    cursor: pointer;
}

.black_link{
    color: var(--main-black-color)!important;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
}
.black_link:hover{
    color: var(--main-dark-gray-color)!important;
}
.base_color_link{
    color: var(--main-blue-color)!important;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
}
.base_color_link:hover{
    color: var(--main-light-blue-color)!important;
}

.light_blue_color_link{
    color: var(--main-light-blue-color)!important;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
}
.light_blue_color_link:hover{
    color: var(--main-lighter-blue-color)!important;
}

.base_btn_on_dark{
    line-height: 18px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    height: auto;
    /*filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.15));*/
    filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.14));
    box-shadow: none;
    background-color: var(--main-blue-color);
    border: none;
    color: #fff;
    margin: 0;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.base_btn_on_dark:focus{
    background-color: var(--main-blue-color);
    box-shadow: none;
}

.base_btn_on_dark:hover{
   background-color: var(--main-light-blue-color);
   transform: translateY(-2px);
   filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25));
   box-shadow: none;
}
.base_btn_on_dark:active{
    transform: translateY(0);
}

.base_btn, .base_light_btn{
    line-height: 18px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    height: auto;
    box-shadow: none;
    background-color: var(--main-blue-color);
    border: none;
    color: #fff;
    margin: 0;
    display: inline-block;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
    align-content: center;
}
.base_btn:focus{
    background-color: var(--main-blue-color);
    box-shadow: none;
}
.base_btn:hover{
   background-color: var(--main-light-blue-color);
   transform: translateY(-2px);
   box-shadow:0px 3px 9px rgba(0, 0, 0, 0.09);
}
.base_btn:active{
    transform: translateY(0);
}
.base_btn[disabled]{
    background-color: var(--main-gray-color);
    color: #fff;
}

.base_light_btn{
    background-color: var(--main-btn-blue-color);
}
.base_light_btn:focus{
    background-color: var(--main-btn-blue-color);
    box-shadow: none;
}

.base_light_btn:hover{
   background-color: var(--main-blue-color);
   transform: translateY(-2px);
   box-shadow:0px 3px 9px rgba(0, 0, 0, 0.09);
}


.base_outlined_btn{
    line-height: 18px;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    height: auto;
    box-shadow: none;
    border:1px solid var(--main-blue-color);
    color: var(--main-blue-color);
    margin: 0;
    background-color: #fff;
    display: inline-block;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
}
.base_outlined_btn:hover,
.base_outlined_btn:focus{
   transform: translateY(-2px);
   /*filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.09));*/
   box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.09);
    background-color: inherit;
    text-decoration: none!important;
}
.base_outlined_btn:active{
    transform: translateY(0);
}

.base_gray_outlined_btn{
    line-height: 18px;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    height: auto;
    box-shadow: none;
    color: var(--main-darknest-gray-color);
    border: 1px solid #E3E3E3;
    margin: 0;
    background-color: #fff;
    display: inline-block;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
}
.base_gray_outlined_btn:focus{
     background-color: #fff;
    transform: translateY(0);
}
.base_gray_outlined_btn:hover{
   transform: translateY(-2px);
   /*filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.09));*/
   box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.09);
}
.base_gray_outlined_btn:active{
    transform: translateY(0);
}
.accent_btn {
    color: white;
    background-color: var(--main-accent-color);
    border-radius: 5px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.09);
    border: none;
}
.accent_btn:hover{
    background-color: var(--second-accent-color);
    transform: translateY(-2px);
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.09);
}
.accent_btn:active{
    transform: translateY(0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.09);
}
.accent_btn:focus{
    background-color: var(--main-accent-color);
}

.link_right_arrow{
    padding-right: 10px;
    position: relative;
}
.link_right_arrow:after{
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 0;
    border-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--main-blue-color);
    border-right: 1px solid var(--main-blue-color);
    transition: border-color 0.3s ease-in-out;
}
.link_right_arrow:hover:after{
    border-top: 1px solid var(--main-light-blue-color);
    border-right: 1px solid var(--main-light-blue-color);
}
/*-------checkboxes styling--------- */

input[type='checkbox'].blue_checkbox:checked + label:after{
    border: 1px solid var(--main-light-blue-color);
    background-color: var(--main-light-blue-color);
    border-radius: 5px;
    top: 0;
}

input[type="checkbox"].blue_checkbox.filled-in:not(:checked) + label:after {
    border: 1px solid var(--main-black-color);
    border-radius: 5px;
}
input[type="checkbox"].blue_checkbox + label{
    color: var(--main-black-color);
    font-size: 14px;
    line-height: 140%;
    height: 20px;
    padding-left: 30px;
}
input[type="checkbox"][disabled].blue_checkbox + label{
    color: var(--main-gray-color);
}
input[type="checkbox"][disabled].blue_checkbox.filled-in + label:after{
    border: 1px solid var(--main-gray-color);
    background-color: transparent;
}
input[type='checkbox'][disabled].blue_checkbox.filled-in:checked + label:after {
    border: 1px solid var(--main-gray-color);
    background-color: var(--main-gray-color);
    border-radius: 5px;
    top: 0;
}

/* -------------------rose checkbox----------------------- */
input[type='checkbox'].accent_checkbox:checked + label:after{
    border: 1px solid var(--main-accent-color);
    background-color: var(--main-accent-color);
    border-radius: 5px;
    top: 0;
}

input[type="checkbox"].accent_checkbox.filled-in:not(:checked) + label:after {
    border: 1px solid var(--main-accent-color);
    border-radius: 5px;
}
input[type="checkbox"].accent_checkbox + label{
    color: var(--main-black-color);
    font-size: 14px;
    line-height: 140%;
    height: 20px;
    padding-left: 30px;
}
input[type="checkbox"][disabled].accent_checkbox + label{
    color: var(--main-gray-color);
}
input[type="checkbox"][disabled].accent_checkbox + label:hover:before{

}
input[type="checkbox"][disabled].accent_checkbox.filled-in + label:after{
    border: 1px solid var(--main-gray-color);
    background-color: transparent;
}
input[type='checkbox'][disabled].accent_checkbox.filled-in:checked + label:after {
    border: 1px solid var(--main-gray-color);
    background-color: var(--main-gray-color);
    border-radius: 5px;
    top: 0;
}
/* -----------------big checkbox -------------------------- */
input[type="checkbox"] .big_checkbox +label{
    width: 25px;
    height: 25px;
}
input[type="checkbox"] .big_checkbox + label,
[type="checkbox"].filled-in:not(:checked).big_checkbox + label:after,
[type="checkbox"].filled-in:checked.big_checkbox + label:after {
    width: 25px;
    height: 25px;
}
[type="checkbox"].filled-in.big_checkbox:checked + label:before{
    left: 2px;
    width: 8px;
    height: 17px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}


/*-----------black checkbox----------*/

[type="radio"].black_radio_button + label:before,
[type="radio"].black_radio_button + label:after{
    margin: 2px;
    width: 20px;
    height: 20px
}
[type="radio"].black_radio_button:not(:checked) + label:before,
[type="radio"].black_radio_button.with-gap:checked + label:before,
[type="radio"].black_radio_button:not(:checked) + label:after {
    border: 1px solid var(--main-gray-color);
}
[type="radio"].black_radio_button:checked + label:after,
[type="radio"].black_radio_button.with-gap:checked + label:after {
    background-color: var(--main-darknest-gray-color);
    border:2px solid var(--main-darknest-gray-color);
}
[type="radio"].black_radio_button.with-gap:checked + label:after {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
[type="radio"].black_radio_button:not(:checked) + label,
[type="radio"].black_radio_button:checked + label{
    font-size: 14px;
    color: var(--main-darknest-gray-color);
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
}
[type="radio"].black_radio_button:not(:checked) + label{
    color: var(--main-gray-color);
}
/*---------------end-----------------*/

.ap_break_word{
    word-break: break-all;
    word-break: break-word;
}
.ap_ff_rc{
    font-family: 'Roboto Condensed', sans-serif;
}
.ap_ff_ms{
    font-family: 'Montserrat', sans-serif;
}
.ap_display_inline_table{
    display: inline-table;
}
.ap_display_table_cell{
    display: table-cell!important;
}
.ap_display_flex{
    display: flex;
}
.ap_align_items_center{
    align-items: center;
}
.ap_valign_middle{
    vertical-align: middle;
}
.ap_valign_sub{
    vertical-align: sub;
}
.ap_lineheight_100{
    line-height: 100%;
}
/*Mater Toast classes*/
.toast{
    --border-color: transparent;
    --background-color: #fff;
    /*--background-color: #F9FBFF;*/
    --background-icon-url: url('/static/app/images/toast_success_icon.svg');

    padding: 17px 35px 17px 48px;
    border-color: var(--border-color);
    border-radius: 5px;
    border-width: 1px;
    border-left-width: 8px;
    border-style: solid;
    background-color: var(--background-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: var(--main-darknest-gray-color);
    margin-top: 5px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.14);

}
.toast:before{
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    content:" ";
    border-radius: 2px;
    width: 20px;
    height: 20px;
    background: var(--border-color) var(--background-icon-url) center no-repeat;
}
.toast__close_element{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.t_success{
    --border-color:#00BC32;
    /*--background-color:#DFF0D8;*/
    --background-icon-url: url('/static/app/images/toast_success_icon.svg');
}
.t_warning{
    --border-color: #FF7B06;
    /*--background-color:#FCF8E3;*/
    --background-icon-url: url('/static/app/images/toast_warning_icon.svg');
}
.t_error{
    --border-color: #F44336;
    /*--background-color:#F2DEDE;*/
    --background-icon-url: url('/static/app/images/toast_error_icon.svg');
}

/*------------*/

.ap_hide{
    display: none;
}
.ap_show{
    display: inherit;
}
.ap_invisible{
    visibility: hidden;
}
.ap_visible{
    visibility: visible;
}
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

nav{
    box-shadow: 0 -1px 4px rgba(0,0,0,0.2);
}
ul.left.hide-on-med-and-down{
    margin-left: 30px;
}

nav .brand-logo{
    text-align: right;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

span.badge{
    font-weight: 300;
    font-size: 0.875rem;
    border-radius: 2px;
    vertical-align: middle;
}
span.badge.new_messages {
    font-weight: 400;
    font-size: 0.675rem;
    min-width: inherit;
    height: inherit;
    line-height: 15px;
    padding: 0 6px;
}
span.badge.custom_badge{
    font-size: 10px;
    line-height: initial!important;
    font-weight: normal;
    border-radius: 3px;
    position: relative!important;
    display: inline-block!important;
    top: -5px!important;
    left: 2px!important;
    height: auto;
    min-width: auto!important;
    padding: 0 3px!important;
    float: none!important;
    margin-top: 0!important;
    margin-left: 5px;
    color: var(--main-warning-color);
}
.side-nav li,
.watchlist_collapsible li{
    line-height: var(--mobile-side-nav-line-height);
}
.side-nav .watchlist_collapsible li{
    min-height: var(--mobile-side-nav-line-height);;
}
.side-nav li > a{
    font-size: 1rem;
    font-weight: normal;
    line-height: var(--mobile-side-nav-line-height);
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.side-nav .collapsible-header{
    padding-left: 50px;
    /*padding-right: 50px;*/
    padding-right: 30px;
}
.side-nav .collapsible-body li a,
.side-nav .collapsible-body li .logout_button{
   padding-left: 50px;
   font-size: 14px;
}
.side-nav li a:hover,
.side-nav .collapsible-header:hover{
  background-color: transparent;
}
.side-nav .collapsible-body{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.side-nav li > a > i.material-icons{
    width: auto;
    height: var(--mobile-side-nav-line-height);
    line-height: var(--mobile-side-nav-line-height);
}
.side-nav .companies_small_links {
    padding-left: 7px;
}
.watchlist_collapsible > li.active,
.watchlist_collapsible > li.active:hover,
li.watchlist_list:hover{
    background-color: transparent;
}
#mobile span.badge{
   /*line-height: 1rem;*/
    /*display: inline-block;*/
    /*position: relative;*/
    /*left: 5px;*/
    /*top: -2px;*/
    /*margin-top: 24px;*/
    float: none;
}

.btn, .btn-large, .btn-flat{
    text-transform: none;
}
nav .btn{
    margin-left: 10px!important;
    margin-right: 15px!important;
    padding-left: 15px;
    padding-right: 15px;
}/*nav li a {
    outline: none;
    !*padding: 0 35px;*!
    padding: 0 15px;
    !*display: inline-block;*!
}
!*#mobile li a{*!
!*    color: #477aa9;*!
!*}*!*/

#mobile li a i{
    color: inherit;
}
nav ul a:hover{
     background-color: transparent;
}


#wrapper header nav ul li a i{
    font-size: 1.5rem;
}
i.right {
    margin-left: 0;
}
#mobile .collapsible-header i,
nav .collapsible-header i
{
    float: none!important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.2s;
    margin-right: 10px;
}
.dropdown-button i{
    transition: transform 0.2s;
}
#mobile li.active > .collapsible-header i,
nav li.active > .collapsible-header i,
.dropdown-button.active i{
    transform: rotate(180deg);
}
#mobile .user_name{
    display: flex;
    align-items: center;
}
#mobile .user_name .material-icons {
    margin: 4px 0 0;
}
.dropdown-content li:focus{
    background-color: transparent;
}
a[data-target='user-dropdown']{
    padding: 0 7px 0 10px;
    max-width: 200px;
    /*min-width: 105px;*/
    height: 64px;
    float: right;
}

.watchlist_collapsible.desktop{
    margin: 0;
    border: 0;
}
.watchlist_collapsible.desktop .collapsible-header{
    border: none;
}
.watchlist_collapsible.desktop .collapsible-body{
    padding: 0 0 0 30px;
    border: none;
}
div.clearfix:after {
    display: block;
    content: " ";
    font-size: 0;
    clear: both;
}

.title_container{
    margin-bottom: 50px;
}
.title_container h1{
    margin-top: 60px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 110%;
    color: var(--main-black-color);
}
.title_container h2{
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: var(--main-darknest-gray-color);
}
.title_container h3{
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 300;
}
.title_container >*{
    margin-bottom: 0;
}

/*-----------------------*/


.footer_column_title{
    font-size: 1rem;
    color: var(--main-black-color);
    line-height: 160%;
    margin-bottom: 10px;
}
footer .container{
    max-width: 1050px;
    width: 90%!important;
}
.footer_links{
    font-size: 14px;
    line-height: 160%;

}
.footer_links li{
    line-height: 28px;
}
.footer_contact_button {
    padding: 0 10px;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.footer_logo_wrapper{
    margin-bottom: 5px;
}
.footer_logo{
    max-height: 40px;
}
footer .social_images_container img{
    max-height: 44px;
}

footer .apple_cont img,
footer .google_play_cont img{
    max-height: 55px;
}

.footer_last_column{
    display: flex;
    flex-direction: column;
}
.social_images_container {
    margin-top: auto;
}

/*----- dialogs styles*/
.modal .header{
    text-align: center;
}
.modal:not(.datepicker-modal){
    -webkit-overflow-scrolling: touch;
    max-width: 920px;
    width: 90%;
    /*max-height: 95%;*/
    background: #fff;
}
.modal.bottom-sheet{
    max-width: 100%;
}

.modal .modal-footer{
    background-color: #fff;
}
#login_modal,
#signup_modal{
    height: 100%;
    width: 100%;
    top: 0!important;
    max-width: unset;
    max-height: unset;
    background-color: transparent;
}
#login_modal .modal-content,
#signup_modal .modal-content{
    padding: 0;
    display: flex;
    flex-direction: row;
    min-height: 100%;
}
.modal_logo_section{
    flex-grow: 1;
    background: var(--main-blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 3s;
    /*transition-delay: 0.2s;*/
}
.modal .modal_logo_section .modal_logo{
    transform: translateX(-60vw);
    transition: transform 1.5s ease-in-out;
}


.modal.opened .modal_logo_section{
    opacity: 1;
}
.modal.opened .modal_logo_section .modal_logo{
    transform: translateX(0);
}

.modal_form_section{
    background-color: #fff;
    max-width: 650px;
    width: 42%;
    padding: 30px;
    box-shadow: -5px 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}
.modal_form_section_title{
    font-size: 36px;
    text-align: center;
    color: var(--main-black-color);
    font-weight: 600;
    margin-bottom: 0;
}
.social_auth_buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}
.modal_form_social_auth_button{
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.14));
    border-radius: 5px;
    overflow: hidden;
    font-size: 0;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.modal_form_social_auth_button:hover{
    transform: translateY(-2px);
    box-shadow: none;
}

.modal_form_social_auth_button img{
    max-height: 44px;
}

.modal_form_wrapper{
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 80px;
    width: 80%;
    align-self: center;
}
.modal_form_section form input{
    -webkit-box-shadow: 0 0 0 1000px #f4f4f4 inset!important;
    border-radius: 5px!important;
    background-color: #f4f4f4!important;
    padding: 0 26px 0 16px!important;
    margin-bottom: 0!important;
    box-sizing: border-box!important;
    height: 44px!important;
    border: 1px solid transparent!important;
    transition: border 0.3s ease-in-out;
}
.modal_form_section form input:hover{
    border: 1px solid var(--main-dark-gray-color) !important;
}
.modal_form_section form input:focus,
.modal_form_section form input:active{
    border: 1px solid var(--main-blue-color)!important;
}
.modal_form_section form button[type='submit']{
    height: 37px;
    padding: 0 2rem;
}
#signup_modal .modal_form_section form button[type='submit']{
    height: 44px;

}

.modal_form_section .reset_pass_link{
    align-self: center;
    margin-left: 50px;
}
.modal_form_section .signup_cont{
    margin-top: 60px;
}
.signup_cont__heading{
    font-size: 18px;
    line-height: 21px;
    color: var(--main-darknest-gray-color);
}
.modal_form_section .signup_cont .signup{
    height: 37px;
    line-height: 37px;
    padding: 0 50px;
}

.modal_form_section .invalid > input{
    border: 1px solid var(--main-error-color) !important;
}
.modal_form_section .validation_notification{
    color: var(--main-error-color);
    font-size: 12px;
    line-height: 12px;
    padding-left: 37px;
    display: block;
    transform: translateY(5px);
}

/*------------------------------------*/
#session_end_modal{
    max-width: var(--wrapper_width);
}
#session_end_modal .modal-header{
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: var(--main-light-gray-color);
}
#session_end_modal .modal-content{
    padding-top: 45px;
    padding-bottom: 20px;
}
#session_end_modal .modal-content-wrapper{
    max-width: 450px;
    padding: 0 10px;
    margin: 0 auto;
}
#session_end_modal .modal-content--buttons{
    display: flex;
    gap: 10px;
    padding-top: 35px;
}
#session_end_modal .modal-content--buttons a{
   width: 100%;
    text-align: center;
}
/*------------------------------------*/

#directory_limit_modal{
    max-width: var(--wrapper_width);
}
#directory_limit_modal .modal-header{
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: var(--main-light-gray-color);
}
#directory_limit_modal .modal-content{
    padding-top: 45px;
    padding-bottom: 20px;
}
#directory_limit_modal .modal-content-wrapper{
    max-width: 450px;
    padding: 0 10px;
    margin: 0 auto;
}
#directory_limit_modal .modal-content--buttons{
    display: flex;
    gap: 10px;
    padding-top: 35px;
}
#directory_limit_modal .modal-content--buttons a{
   width: 100%;
    text-align: center;
}
/*------------------------------------*/
.pass_hider{
    position: absolute;
    right: 10px;
    top: 0;
    /*transform: translateY(-50%);*/
    /*padding-bottom: 10px;*/
    cursor: pointer;
    height: 44px;
    display: flex;
    align-items: center;
}
.pass_hider.active .show_password_icon,
.pass_hider .hide_password_icon{
    display: none;
}
.pass_hider.active .hide_password_icon{
    display: inline;
}

#id_email{
    display: none;
}

.conditions_wrapper label{
    font-size: 14px;
    line-height: 20px;
}
.conditions_wrapper input[type="checkbox"]:checked + label:after{
    border-color: var(--main-light-blue-color);
    background-color: var(--main-light-blue-color);;
}

#signup_button, #login_button{
    background-color: var(--main-gray-color);

}
#signup_button.active, #login_button.active{
    background-color: var(--main-accent-color);
    font-weight: 500;
}

/*-----------------------*/
.throbber_container{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.throbber_container .progress{
    position: relative;
    top: 50%;
    width: 50%;
    left: 25%;
}
/*dialog errors buttons*/
.errors.buttons_container{
    position: absolute;
    right: 10px;
    width: 65px;
    top: 10px;
}
.errors.buttons_container img{
    max-height: 25px;
}
.errors.buttons_container .btn{
    padding: 8px;
}
.errors.buttons_container .btn:first-child{
    margin-bottom: 10px;
}

input.select-dropdown {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.user_profile_image{
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.user_profile{
    height: 50px;
    width:50px;
    text-transform: capitalize;
    border-radius: 50%;
    background-color: #477aa9;
    color: #fff!important;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;

}
.user_profile img{
    height: 30px;
    vertical-align: middle;
    text-align: center;
}
/*Notifications styles */
.notifications_icons_cont{
    display: inline-block;
}
.notifications_icons_cont a{
    padding: 0 18px 0 0;
    position: relative;
    display: inline-block;
}
.notifications_icons_cont a img,
.site_search_icon img
{
    max-height: 20px;
    vertical-align: middle;
}

.site_search_icon{
    padding: 0 8px 0 4px;
}

.notifications_icons_cont a:hover,
.reg_container a:hover,
.site_search_icon:hover{
    background-color: transparent;
    cursor: pointer;
}

#notifications_container {
    /*display: none;*/
    position: absolute;
    top: -600px;
    right: 0;
    z-index: 3;
    background-color: #fff;
    padding: 15px;
    max-width: 330px;
    transition: top .25s;
    max-height: 500px;
    overflow-y: scroll;
    font-size: 13px;
}
#notifications_container.active{
    top: 0;
}
#notifications_container li{
    /*margin-bottom: 20px;*/
    /*padding-left: 30px;*/
    padding-bottom: 15px;
    position: relative;
    clear: both;
    word-wrap: break-word;
}
li.unread:before{
    position: absolute;
    content: " ";
    width: 6px;
    height: 100%;
    /* border-radius: 50%; */
    background-color: #26a69a;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}
#notifications_container li a {
    color: #477aa9;
    cursor: pointer;
}
#notifications_container li a:hover{
    text-decoration: underline;
}


/*--------------*/

.premium_button{
    background-color: #fff;
    margin: 5px;
    padding: 24px 32px;
    color: #000;
    font-size: 14px;
    text-align: left;
    display: inline-block;

}
.premium_button .premium_button_access_label{
    width: 100%;
    display: inline-block;
}
.premium_button .premium_button_row{
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}
.premium_button .button_image_block{
    margin-top: 5px;
}
.premium_button .button_image_block img{
    max-width: 101px;
}
.premium_button .text_block{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.premium_button .price_text{
    color: #f5b736;
}
.premium_button .bottom_link{
    padding-top: 20px;
    color: #6BB8FF;
}
.no_premium{
    filter: blur(4px) grayscale(2%);
}

.company_dropdown_green_text{
    color: #26a69a!important;
}

/* --------------Site search ----------------*/
.site_search_control .search_display_name{
    font-weight: 700;
}
.site_search_control .search_type_description{
    font-weight: 700;
    color: #3d3d3d;
    font-size: 13px;
}
.site_search_control .search_type_description:first-letter{
    text-transform: capitalize;
}
.site_search_control .search_details{
    font-weight: 300;
    color: #3d3d3d;
    font-size: 13px;

}
.site_search_control .search_site_dropdown_row{
    line-height: 120%!important;
}
.site_search_control.active{
    background-color: var(--main-light-gray-color);
}

.site_search_wrapper .custom_selectize {
    flex: 1 0 auto;
    min-height: unset;
}
.search_control_icons img{
    max-height: 20px;
    margin: 0 4px;
}
.close_site_search_control{
    cursor: pointer;
    opacity: 0.4;
}
.site_search_control .selectize-input,
.site_search_control .selectize-input input{
    font-size: 16px!important;
}
.companies_small_links{
    padding-left: 23px;
    line-height: 12px;
    padding-bottom: 7px;
}
.companies_small_links a{
    font-size: 12px!important;
    display: block;
    color: var(--main-dark-gray-color);
    line-height: 184%;
}
.companies_small_links a:hover{
    color: var(--main-black-color);
}
.side-nav .companies_small_links a{
    line-height: 200%;
}

/*------------------------------header styles ----------------*/

.sing_in_icon{
    margin-right: 10px;
    vertical-align: middle;
}
.sing_in_icon circle,
.sing_in_icon path{
    transition: all 0.2s;

}
.reg_container .login{
    white-space: nowrap;
    color: var(--main-black-color);
}

.reg_container .login:hover{
    color:  var(--main-blue-color);
}
.reg_container .login:hover .sing_in_icon circle{
    stroke: var(--main-blue-color);
}
.reg_container .login:hover .sing_in_icon path{
    fill: var(--main-blue-color);
}

#wrapper .top_nav {
    box-shadow: 0px 1px 2px rgb(0 0 0 / 14%) !important;
    position: relative;
}
#wrapper .bottom_nav{
    border-bottom: 1px solid #F6F6F6;;
}

.top_nav,
.top_nav a.button-collapse,
.top_nav > .nav-wrapper a:not(.watchlist) i{
    height: var(--main-nav-height);
    line-height: var(--main-nav-height);
}
.top_nav a.button-collapse{
    margin-right: 20px;
    margin-left: 10px;
}
.top_nav a.button-collapse img{
   vertical-align: middle;
}
#wrapper .bottom_nav,
#wrapper .bottom_nav .nav-wrapper i{
    height: 50px;
    line-height: 50px;
}
.bottom_nav .nav-wrapper{
    max-width: var(--wrapper_width);
    margin-left: auto;
    margin-right: auto;
}
#wrapper .top_nav .nav-wrapper{
    display: grid;
    grid-template-columns: 1fr minmax(500px, 1050px) 1fr;
}

.more_products_link{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-left: auto;
}
.more_products_link:before{
    position: absolute;
    content: " ";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: var(--main-gray-color);
    height: 24px;
}

.top_nav .custom_selectize .selectize-control {
    max-height: 34px;
}

.top_nav .custom_selectize .selectize-control.single .selectize-input,
.top_nav .custom_selectize .selectize-control.multi .selectize-input,

.mobile_search_control_wrapper .custom_selectize .selectize-control.single .selectize-input{
    padding-left: 35px;
    position: relative;
    background-color: var(--main-light-gray-color);
    width: calc(100% - 35px);
    border-radius: 100px;
    border: 1px solid transparent;
    transition: border-radius 0.2s, background-color 0.2s;
    max-height: 35px;
    height: auto;
    line-height: 30px;
    /*margin-bottom: 2px;*/
}
.top_nav .custom_selectize .selectize-control.single .selectize-input input,
.mobile_search_control_wrapper .custom_selectize .selectize-control.single .selectize-input{
    height: 32px;
}
.top_nav .custom_selectize .selectize-control.single .selectize-input input::placeholder,
.mobile_search_control_wrapper .custom_selectize .selectize-control.single .selectize-input input::placeholder{
   color: var(--main-dark-gray-color);
}
.top_nav .custom_selectize .selectize-control.single .selectize-input:hover,
.mobile_search_control_wrapper .custom_selectize .selectize-control.single .selectize-input:hover{
    /*border: 1px solid #9E9E9E;*/
    border: 1px solid rgba(158, 158, 158, 0.5);

}
.top_nav .custom_selectize .selectize-control.single .selectize-input.input-active,
.mobile_search_control_wrapper .custom_selectize .selectize-control.single .selectize-input.input-active{
    border-radius: 5px;
    border: 1px solid rgba(158, 158, 158, 0.5);
    /*border: 1px solid transparent;*/
    /*filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.14));*/
    background-color: #fff;
}
.top_nav .custom_selectize .selectize-control.single .selectize-input.input-active.dropdown-active.has-options,
.mobile_search_control_wrapper .custom_selectize .selectize-control.single .selectize-input.input-active.dropdown-active.has-options{
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #fff;
}
.top_nav .custom_selectize .selectize-control.single .selectize-dropdown,
.mobile_search_control_wrapper .custom_selectize .selectize-control.single .selectize-dropdown{
    box-shadow: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(158, 158, 158, 0.5);
    border-left: 1px solid rgba(158, 158, 158, 0.5);
    border-right: 1px solid rgba(158, 158, 158, 0.5);
}
.top_nav .custom_selectize .selectize-control.single .selectize-dropdown-content .active,
.mobile_search_control_wrapper .custom_selectize .selectize-control.single .selectize-dropdown-content .active{
    background-color: var(--main-light-gray-color);
}

.top_nav .custom_selectize .selectize-control .selectize-input:before,
.mobile_search_control_wrapper .custom_selectize .selectize-control.single .selectize-input:before{
    position: absolute;
    content: " ";
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 12px;
    height: 15px;
    background-image: url("/static/app/images/v6/site_search_icon.svg");
}

.top_header_links_wrapper .black_link.active_route{
    color: var(--main-dark-gray-color) !important;
}
header .base_color_link.active_route{
    color: var(--main-light-blue-color) !important;
}


.site_search_wrapper{
    /*max-width: calc(100% - 400px);*/
    max-width: calc(100% - 296px);
    position: relative;
    float: left;
    padding: 0 20px 0 15px;
    display: flex;
    align-items: center;
    height: 100%;
}
.site_search_wrapper.width_with_company_button{
     /*max-width: calc(100% - 545px);*/
     max-width: calc(100% - 442px);
}
.site_search_wrapper .custom_selectize{
    width: auto;
    line-height: initial;
    height: auto;
}
.mobile_search_control_wrapper{
    background-color: white;
    width: 100%;
    padding: 5px 20px;
}
.mobile_search_control_wrapper .site_search_wrapper{
    max-width: 100%;
    padding: 0;
}
.mobile_search_control_wrapper .custom_selectize .site_search_control{
    max-height: 34px;
}
.mobile_search_control_wrapper .custom_selectize .site_search_control .selectize-dropdown-content{
    background-color: #fff;
}
.site_search_wrapper{
    margin: 0 auto;
    width: 100%;
}
.side-nav .reg_container{
    margin-top: 40px;
}
.reg_container{
    position: relative;
}

#flight_calculator-dropdown,
ul#catalogues-dropdown,
ul#charterlive-dropdown,
#charter_request-dropdown,
#more-products-dropdown{
    top: 50px!important;
    padding: 20px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14);
    border-radius: 0px 0px 5px 5px;
    width: auto!important;
}

#charter_request-dropdown{
    overflow: hidden;
}
ul#events-dropdown,
ul#company-dropdown,
ul#user-dropdown{
    top: var(--main-nav-height)!important;
    padding: 20px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14);
    border-radius: 0px 0px 5px 5px;
    width: auto!important;

}
ul#flight_calculator-dropdown li:hover,
ul#catalogues-dropdown li:hover,
ul#charterlive-dropdown li:hover,
ul#events-dropdown li:hover,
ul#company-dropdown li:hover,
ul#user-dropdown li:hover,
ul#charter_request-dropdown li:hover,
ul#more-products-dropdown li:hover{
    background-color: transparent;

}
ul#flight_calculator-dropdown:before,
ul#catalogues-dropdown:before,
ul#charterlive-dropdown:before,
ul#charter_request-dropdown:before,
ul#events-dropdown:before,
ul#company-dropdown:before,
ul#user-dropdown:before,
ul#more-products-dropdown:before{
    position: absolute;
    content: "";
    width: calc(100% - 36px);
    height: 2px;
    background-color: var(--main-blue-color);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

ul#more-products-dropdown:before {
    background-color: var(--main-black-color);
}
ul#user-dropdown{
    top: var(--main-nav-height) !important;
    width: 200px!important;
    right: 0!important;
    left: auto!important;
}
/*.dropdown-content a{*/
/*    color: var(--main-blue-color) !important;*/
/*}*/
.dropdown-content > li,
.watchlist_collapsible  li {
    min-height: 40px;
}
.dropdown-content > li > a,
.watchlist_collapsible li > a,
.dropdown-content > li .logout_button button{
    padding: 8px 30px;
    color: var(--main-black-color);
}
.dropdown-content > li > a:hover,
.watchlist_collapsible li > a:hover,
.dropdown-content > li .logout_button button:hover{
    color: var(--main-dark-gray-color);
}
.user_profile_wrapper{
    padding: 10px 15px ;
}
.user_profile_image {
    height: 50px;
    width: 50px;
}
.side-nav .user_profile_image,
.side-nav .user_profile{
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    padding: 0;
}
.right_wrapper{
    padding-left: 10px;
    display: flex;
    flex-wrap: nowrap;
}
.notifications_icons_cont{
    display: flex;
    flex-wrap: nowrap;
}
.notifications_icons_cont a{
    padding: 0 10px;
}
.notifications_icons_cont a:hover svg path{
    transition: fill 0.2s ease-in-out;
    fill: var(--main-dark-gray-color);
}
.notifications_icons_cont a svg{
    vertical-align: middle;
}
.notifications_icons_cont a.has_noty svg path{
    fill: var(--main-btn-blue-color);
}
.notifications_icons_cont a:hover svg path{
    fill: var(--main-blue-color);
}

.notifications_icons_cont a .noty_count{
    position: absolute;
    right: 0;
    top: calc(50% - 18px);
    font-weight: 500;
    font-size: 12px;
    padding: 0 4px;
    background-color: transparent;
    text-align: center;
    /*color: var(--main-green-color);*/
    color: #EB5293;
    animation: noty_blinking 1s ease-in infinite;
    min-width: 22px;
    line-height: 12px;
}

@keyframes noty_blinking  {
    from {opacity: 1;}
    to {opacity: 0}
}
.notifications_icons_cont a .noty_count:empty{
    display: none;
}

.my_company_btn{
    background-color: var(--main-btn-blue-color);
    border-radius: 5px;
    letter-spacing: normal;
    margin-top: 0!important;
    margin-left: 10px!important;
    margin-right: 15px!important;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 1rem;
}
/*.my_company_btn:hover,*/
/*.my_company_btn:active,*/
/*.my_company_btn:focus{*/
/*    background-color: var(--main-btn-blue-color)!important;*/
/*    transform: translateY(-2px);*/
/*    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25));*/
/*    box-shadow: none;*/
/*}*/
.base_color_link.dropdown-button.active,
.base_color_link.collapsible-header.active{
    color: var(--main-light-blue-color)!important;
}
.black_link.dropdown-button.active,
.black_link.collapsible-header.active{
    color: var(--main-dark-gray-color)!important;

}

.side-nav .my_company_btn{
    height: 38px;
    padding: 0 25px;
    line-height: 38px;
    max-width: 145px;
    margin: 20px auto 0 auto!important;
}

.logout_button button{
    display: inline-block;
    outline: none;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

/*----------------------------end header styles---------------------------*/

/*----------------------------------*/
.survey_mobile_link:before{
    position: absolute;
    content: " ";
    height: 100%;
    border-left: 7px solid #477aa9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



/* ----------discount_notice on base template  */
/*#discount_notice, #animated_notice{*/
/*    !*background-color:#D22121;*!*/
/*    background-image: url("/static/app/images/v6/sale_pattern_1.gif");*/
/*    !*background-size: 500px 500px;*!*/
/*    background-size: 45px 50px;*/
/*    !*background-size: 100px 100px;*!*/
/*    !*background-size: 210px 210px;*!*/
/*    !*background-size: 277px 277px;*!*/
/*    background-position-y: bottom;*/
/*    background-repeat: repeat;*/
/*    height: 49px;*/
/*    line-height:49px;*/
/*    text-shadow: 2px 2px 11px rgba(51,51,51,0.88);*/
/*    width: 100%;*/
/*    !*filter: invert(1);*!*/
/*}*/
#sale_notice,
.header_notice{
    /*background-image: url("/static/app/images/v6/workshop_moscow_2021_pattern_v2.png");*/
    color: #fff;
    padding: 13px 40px;
    font-size: 18px;
    font-weight: 500;
    display: none;
    position: relative;
    background-color: #262E44;
    /*animation: slide_left 20s linear infinite;*/
}
#sale_notice .ap_white_text{
    padding: 0 20px;
}

#sale_notice span{
    color: var(--second-accent-color);
}

.close_notice_button,
.close_new_frc_notice{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}

/* ----------------------------------------------- */
#animated_notice.new_frc_notice,
.header_notice{
    background-color: var(--second-gray-14-color);
    color: var(--main-dark-blue-color);
    font-weight: 400;
    font-size: 16px;
    padding: 13px 40px;
    position: relative;
    display: none;
}
#animated_notice span.accent_color{
    color: var(--second-accent-color);
}

/*-------------------------------------------------*/
.trobber_wrapper{
    padding: 70px 0;
    text-align: center;

    --throbber-color: var(--main-gray4-color);
    --throbber-highlight-color: var(--main-blue-color);
    --throbber-height: 25px ;
    --throbber-segment-width: 1.2em ;
    --throbber-spacing: 1.7em;
}
.throbber {
    font-family: sans-serif;
    font-weight: 100;
}
.throbber:not(:required):before, .throbber:not(:required):after {
    /*background: #dde2e7;*/
    background: var(--throbber-color);
    content: '\x200B';
    display: inline-block;
    width: var(--throbber-segment-width);
    height: var(--throbber-height);
    position: absolute;
    top: 0;
}
.throbber:not(:required):before {
    -webkit-animation: throbber 2000ms 150ms infinite ease-out;
    -khtml-animation: throbber 2000ms 150ms infinite ease-out;
    -moz-animation: throbber 2000ms 150ms infinite ease-out;
    -ms-animation: throbber 2000ms 150ms infinite ease-out;
    -o-animation: throbber 2000ms 150ms infinite ease-out;
    animation: throbber 2000ms 150ms infinite ease-out;
    left: -1.6em;
}
.throbber:not(:required):after {
    -webkit-animation: throbber 2000ms 450ms infinite ease-out;
    -khtml-animation: throbber 2000ms 450ms infinite ease-out;
    -moz-animation: throbber 2000ms 450ms infinite ease-out;
    -ms-animation: throbber 2000ms 450ms infinite ease-out;
    -o-animation: throbber 2000ms 450ms infinite ease-out;
    animation: throbber 2000ms 450ms infinite ease-out;
    right: -1.6em;
}
.throbber:not(:required) {
    -webkit-animation: throbber 2000ms 300ms infinite ease-out;
    -khtml-animation: throbber 2000ms 300ms infinite ease-out;
    -moz-animation: throbber 2000ms 300ms infinite ease-out;
    -ms-animation: throbber 2000ms 300ms infinite ease-out;
    -o-animation: throbber 2000ms 300ms infinite ease-out;
    animation: throbber 2000ms 300ms infinite ease-out;
    /*background: #dde2e7;*/
    background: var(--throbber-color);
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    width: var(--throbber-segment-width);
    height: var(--throbber-height);
    margin: 0 calc(var(--throbber-segment-width) + var(--throbber-spacing));
    transform: skewX(25deg);
}
@keyframes throbber {
    0% {
        background: var(--throbber-color);
    }
    10% {
        background: var(--throbber-highlight-color);
    }
    40% {
        background: var(--throbber-color);
    }
}



/*----------------------------------*/

/* ----------discount_notice on base template  */
/*#discount_notice, #animated_notice{*/
/*    !*background-color:#D22121;*!*/
/*    background-image: url("/static/app/images/v6/sale_pattern_1.gif");*/
/*    !*background-size: 500px 500px;*!*/
/*    background-size: 45px 50px;*/
/*    !*background-size: 100px 100px;*!*/
/*    !*background-size: 210px 210px;*!*/
/*    !*background-size: 277px 277px;*!*/
/*    background-position-y: bottom;*/
/*    background-repeat: repeat;*/
/*    height: 49px;*/
/*    line-height:49px;*/
/*    text-shadow: 2px 2px 11px rgba(51,51,51,0.88);*/
/*    width: 100%;*/
/*    !*filter: invert(1);*!*/
/*}*/
/*#animated_notice{*/
/*    background-image: url("/static/app/images/v6/workshop_moscow_2021_pattern_v2.png");*/
/*    background-size: 45px 50px;*/
/*    animation: slide_left 20s linear infinite;*/
/*}*/
.live_started{
    /*background-color: #e62020;*/
    padding: 3px 10px;
    border-radius: 6px;
    line-height: 130%;
    text-transform: uppercase;
    animation: fide_logo 1s linear infinite;
}
@keyframes fide_logo {
  from {
      background-color: #e62020;
      /*color: #fff;*/
  }
  to {
      background-color: #fc6a6a;
      /*color: #e62020 ;*/
  }
}

/*---------------------------------*/
@keyframes slide_down {
  from {background-position: 0 500px;}
  to {background-position:0 0;}
}
@keyframes slide_left {
  from {background-position: 0 0;}
  to {background-position: 990px 0;}
  /*to {background-position: 45px 0;}*/
}

/*-------owl slider nav buttons styles -----*/
.owl-carousel .owl-nav button{
    position: absolute!important;
    top: 0;
    height: 100%;
    opacity: 0.5;
}

.owl-carousel .owl-nav button.owl-next{
    right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev{
    left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.owl-carousel .owl-nav button img{
    height: 85px;
}
.owl-carousel .owl-nav button .owl_arrow_prev{
    transform: rotate(180deg);
}
/*-------------------------------------*/

/*cookie notification block*/
#user_consent{
    z-index: 99999;
    padding: 10px 30px;
    background: var(--main-gray4-color);
    overflow: hidden;
    position: fixed;
    color: var(--main-black-color);
    bottom: 0;
    display: none;
    right: 0;
    text-align: center;
    font-weight: 400;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.14);
    border-radius: 5px 0px 0px 0px;

}
.user_consent__wrapper{
    display: flex;
    gap: 50px;
    align-items: center;
}
.user_consent__label{
    font-size: 18px;
}
.user_consent__buttons_container{
    display: flex;
    align-items: center;
    gap: 25px;
}
.user_consent__accept_button{
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    padding: 9px 38px;
}
.user_consent__reject_button{
    color: var(--main-dark-gray-color);
    cursor: pointer;
    font-size: 18px;
    transition: transform 0.3s ease-in-out;
    padding-right: 10px;
}
.user_consent__reject_button:hover{
    transform: translateY(-2px);
}



/*test datepicker styling */

.customized_datepicker .picker__holder{
    outline: none;
}
.customized_datepicker{
    position: relative;
}
.customized_datepicker .picker{
    z-index: -99999;
    visibility: hidden;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    margin-top: 2px;
}
.customized_datepicker .picker--opened  {
    /*position: relative;*/
    z-index: 9999;
    visibility: visible;

}
.customized_datepicker .picker__holder{
    position: relative;
    background-color: transparent;
}
.customized_datepicker .picker__frame{
    position: relative;
    background-color: transparent;
    width: 312px;
}
.customized_datepicker .picker__box{
    border: none;
}
.customized_datepicker .picker__date-display{
    display: none;
}
.customized_datepicker .picker__day--infocus {
    padding: 0.588rem 0;
}
.customized_datepicker .picker__day--infocus:hover{
    font-weight: normal;
    color: #71a5cf;
}
/*.customized_datepicker .picker.left_overlapped {*/
/*    left: 0;*/
/*}*/
.customized_datepicker .picker.right_overlapped {
    right: 0;
}
.customized_datepicker .picker__close{
    color: var(--main-blue-color);
}

.customized_datepicker .picker__today,
.customized_datepicker .picker__clear{
    color: var(--main-gray-color);
}
.customized_datepicker .picker__today:hover{
    color: var(--main-light-blue-color);
}
.customized_datepicker .picker__today:active,
.customized_datepicker .picker__clear:focus{
    color: var(--main-blue-color);
    background-color: transparent;
}
.customized_datepicker .picker__clear:hover {
    color: var(--main-accent-color);
}
.customized_datepicker .picker__clear:active,
.customized_datepicker .picker__clear:focus{
    color: var(--second-accent-color);
    background-color: transparent;
}
.customized_datepicker .picker__day{
    transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}

.customized_datepicker .picker__day--selected,
.customized_datepicker .picker__day--selected:hover,
.customized_datepicker .picker--focused .picker__day--selected{
    background-color: var(--main-light-blue-color);
    transform: none;
}
.customized_datepicker .picker__day--selected:hover{
    color: #fff;
}
.picker__day.picker__day--today {
    color: var(--main-light-blue-color);;
}
/*----------picker customizing ----------------*/
.picker__header{
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.picker__select--month,
.picker__select--year{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    border: 0px;
    outline: 0px;
    font-size: 18px;
    line-height: 140%;
}
.picker__select--month option,
.picker__select--year option{
    line-height: 160%;
    font-size: 14px;
}
.picker__select--month option[selected],
.picker__select--year option[selected]{
  color: var(--main-blue-color);
}
.picker__select--month:focus,
.picker__select--year:focus{
    outline: none;
}
.picker__nav--prev, .picker__nav--next{
    padding: 0.8em 1.25em;
}
.picker__nav--prev:hover, .picker__nav--next:hover{
    background-color:transparent;
}
.picker__nav--prev:hover:before{
    border-right-color: var(--main-lighter-blue-color);
}
.picker__nav--next:hover:before{
    border-left-color: var(--main-lighter-blue-color);
}
.picker__nav--prev:active:before{
    border-right-color: var(--main-lighter-blue-color);
}
.picker__nav--next:active:before{
    border-left-color: var(--main-blue-color);
}
.picker__nav--prev:active:before{
    border-right-color: var(--main-blue-color);
}
.picker__footer {
    padding: 5px 10px 15px;
}

/*---------------------------------------------*/

/*-------------------material select component-------------------*/
.material_select_component.bordered .select-wrapper input.select-dropdown{
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: var(--calculator-controls-box-shadow);
    border-radius: 5px;
    padding: 0 17px;
    box-sizing: border-box;
    height: var(--calculator-controls-height);
    -webkit-appearance: none;
    font-weight: normal;
    transition: border-color 0.3s ease-in-out;
    outline: none;
}
.material_select_component .select-wrapper span.caret {
    /* display: none; */
    top: 7px;
    font-size: 10px;
    color: var(--main-black-color);
    opacity: 0.65;
    z-index: 1;
    transform: scale(1.4, 0.65);
    -moz-transform: scale(1.4, 0.65);
    -ms-transform: scale(1.4, 0.65);
    -webkit-transform: scale(1.4, 0.65);
    -o-transform: scale(1.4, 0.65);
    margin-right: 10px;
}
.material_select_component.bordered .select-wrapper input.select-dropdown:hover{
    border: 1px solid var(--main-gray-color);
}
.material_select_component.bordered .select-wrapper input.select-dropdown.active{
    border: 1px solid var(--main-blue-color) !important;
    box-shadow: unset!important;
}

.grecaptcha-badge {
    visibility: hidden;
}
.captcha_terms_wrapper {
    padding-left: 37px;
    color: var(--main-dark-gray-color);
}

/*----------------contact button -------------*/

.contact_button{
    margin-top: 10px;
    position: relative;
    background: #477AA9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}
.contact_button img{
    max-height: 10px;
    margin-left: 3px;
}

.contact_popup{
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    min-width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    z-index: 2;
    background-color: #fff;
    line-height: 15px;
    text-transform: initial;
    font-weight: 400;
    padding: 5px;
}
.contact_popup .label{
    color: #aaa;
}
.messenger_contact_button{
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
}

.google_play_cont a {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    font-size: 0;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background-color: var(--main-gray4-color);
    display: inline-block;
}
.google_play_cont a:hover{
    transform: translateY(-2px);
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.09);
    background-color: var(--main-light-gray-color);
}
.google_play_cont a:active{
    transform: translateY(0);
    background-color: var(--main-gray4-color);
}
.social_images_container .social_link{
    display: inline-block;
    transition: filter 0.3s ease-in-out;
    margin: 0 5px;
}
.social_images_container .social_link:hover{
    filter: brightness(1.5);
}

/* ------------------------------- */
.tooltip__prompt{
    border: 2px solid var(--main-gray-color);
    color: var(--main-gray-color);
    font-size: 18px;
    text-align: center;
    align-content: center;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 110%;
    padding: 2px 0;
    display: inline-block;
}
/*-----------------------------*/

@media only screen and (max-width: 1000px){
    .hide-on-medium-custom {
        display: none;
    }
    .show-on-medium-custom {
        display: block !important;
    }
    :root {
        --main-nav-height: 60px;
    }
    #wrapper .top_nav .nav-wrapper {
        display: flex;
        justify-content: space-between;
    }
    nav .brand-logo{
        margin-left: unset;
    }
    .brand-logo img {
        margin-right: 0px;
        max-width: 145px;

    }
}
@media only screen and (max-width: 992px){
    #user_consent{
        width: 100%;
        /*padding-right: 20px;*/
    }
    .title_container h3 {
       padding: 0 5px;
    }
    .contact_page.hide-on-large-only{
        float: right;
    }
    .footer_column_title+ ul a.link{
        line-height: 220%;
    }
     .brand-logo img {
        margin-top: 0;
    }

    .customized_datepicker .picker__frame{
        position: relative;
        background-color: transparent;
        width: 277px;
    }
    .customized_datepicker .picker__day--infocus {
        padding: 0.413rem 0;
    }

    .brand-logo {
        /*position of label aviapages on mobile version at right*/
        left: inherit !important;
        position: relative !important;
        transform: none !important;
    }
    /*login signup form logo section */
    .modal_form_section{
        width: 65%;
    }

}

@media only screen and (max-width: 600px) {
    /*.notifications_icons_cont a {*/
        /*padding-right: 15px;*/
    /*}*/

    .user_consent__wrapper{
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .user_consent__label {
        width: 100%;
        padding-top: 10px;
    }
    .accept_cookie_wrapper{
        position: static;
        width: 100%;
    }

    footer .row .col {
        text-align: center;
        margin-bottom: 30px;

    }
    footer .row .col:last-child ul li{
        text-align: center;
    }
    footer .row .col:last-child .footer_column_title{
        text-align: center;
    }
    .social_images_container{
        right: 0;
        left: 0;
        top: 25px;
        position: relative;
        /*transform: translateX(-50%);*/
        font-size: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .social_images_container a{
        position: static;
        text-align: center;
    }
    .social_images_container .google_play_cont a{
        margin: 0 2.5px;
    }
    .apple_cont{
        text-align: center;
    }
    .contact_page.hide-on-large-only{
        float: none!important;
    }
    .modal:not(.datepicker-modal){
        top: auto!important;
        /*bottom: -100%;*/
        margin: 0;
        width: 100%!important;
        max-height: 70%;
        border-radius: 0;
        will-change: bottom, opacity;
        bottom: 0;
        z-index: 2;
        background-attachment:fixed!important;
        position: fixed;
        }
    .modal.bottom-sheet{
        bottom:inherit;
    }

    .errors.buttons_container {
        position: fixed;
        bottom: 10px;
        top: auto;
        z-index: 2;
    }
    .notifications_icons_cont a{
        padding-right: 10px;
    }

    #user_consent{
        padding-right: 0;
    }

    .title_container >* {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .title_container h1{
        margin-top: 2.5rem;
        font-size: 1.5rem;
    }
    .title_container h2 {
        font-size: 1rem;
    }
    .title_container h3 {
        font-size: 0.8125rem;
    }
    .title_container {
        margin-bottom: 1.875rem;
    }

     /*login signup form logo section */
    .modal_form_section{
        width: 280px;
        padding: 20px;
    }
    .modal_form_section .close_modal_icon{
       max-height: 20px;
    }
    .modal_form_section_title {
        font-size: 24px;
        text-align: left;
        padding-left: 20px;
    }
    .modal_logo_section .modal_logo{
        display: none;
    }
    .modal_form_wrapper{
        width: 100%;
        padding: 0 10px;
    }
    .submit_buttons_wrapper{
        flex-direction: column;
    }
    .submit_buttons_wrapper .reset_pass_link{
        margin-left: unset;
        margin-top: 1rem;
    }
    .modal_form_section .signup_cont .signup{
        width: 100%;
        text-align: center;
    }
    .mobile_version_contact_button_wrapper .footer_contact_button{
        max-width: 160px;
    }
}

@media only screen and (min-width: 0){
    nav a.sidenav-trigger{
        margin-right: 10px;
        margin-left: 10px;
   }
    /*nav .brand-logo{*/
    /*    top: -4px;*/
    /*    position: relative;*/
    /*    float: left;*/
    /*    padding-left: 10px;*/
    /*    left: 10px;*/
    /*    -webkit-transform: translateX(-10px);*/
    /*    transform: translateX(-10px);*/
    /*}*/
}





/*//temp*/
nav ul .tools_link a{
    position: relative;
}
nav ul a span.new.badge{
    position: absolute;
    vertical-align: middle;
    right: 3px;
    top: 16px;
    padding: 0;
    min-width: 32px;
    line-height: 1.2rem;
    height: auto;
}
#charter_request-dropdown a,
.charter_request_mobile_collapsible_body a {
    position: relative;
}
.side-nav ul a span.beta.badge,
nav ul a span.beta.badge{
    position: absolute;
    vertical-align: middle;
    top: 1px;
    padding: 0;
    line-height: 1.2rem;
    height: auto;
    text-align: left;
    font-size: 10px;
    color: var(--main-accent-color);
    margin-top: 0;
    margin-left: 5px;
}
