/* Стили новой верстки для всего личного кабинета
	Результат корректировки стилей от Greenlabs
*/

input[type="checkbox"]:disabled + label:before {
    opacity: 0.5;
}

input[type="checkbox"]:disabled + label {
    cursor: default;
}

input[type="text"]:disabled {
    cursor: default;
	opacity: 1;
    color: #a1afbf !important;
	-webkit-text-fill-color: #a1afbf !important;
}

.gray_box input[type="text"]:disabled {
    cursor: default;
    background-color: #e7e7e7;
}

.popover_link {
    color: #d5d5d5;
}

@media (max-width: 639px) {
	.label_null_interval {
		margin: 0;
		padding: 0;
		line-height: 1em;
	}
}

@media (min-width: 639px) {
	.label_null_interval {
		padding: 0;
		line-height: 16px;
	}
}

.popover_link_14px{
	font-size: 14px;
	line-height:2.0em;
}

@media (max-width: 480px) {
	.popover_link_without_style {
	    width: auto;
	    height: auto;
	    font-size: 14px;
	    vertical-align: baseline;
	    line-height: 20px;
		top: 0;
		right: 0;
	}
	.popup_form_wrap .territory .shengen_list .popover_link {
		position: absolute;
		top:15px;
		right: 0;
	}
}

@media (max-width: 320px) {
	.popover_link {
		width: 30px;
		height: 30px;
		font-size: 18px;
		vertical-align: middle;
		line-height: 30px;
		top: 20px;
		right: 10px;
		margin-left: 0;
	}
	.popup_form_wrap .territory .shengen_list .popover_link {
		position: absolute;
		top:17px;
		right: 0;
	}
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}

input[type="text"].invalid_input {
	border-bottom: 1px solid #fc5055;
}

input[type="password"].invalid_input
, input[type="tel"].invalid_input
, input[type="email"].invalid_input
, input[type="number"].invalid_input {
    background-color: #fbdcdd;
    border-color: #d7c8c8;
}

/*скрытие кнопок для input[type=number]*/
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*чтобы не вылезал выше попапа*/
.slider_form {
    z-index: 9;
    /*чтобы не было отступа сверху BTOC-1330*/
    top: 0;
}

.top_header .city_select {
    z-index: 9;
}

.top_header .mobile_header .language_switcher {
    color: #616265;
    margin: 0 0 0 4px;
    z-index: 9;
}

/* Правка ссылки Вернуться на сайт для малых разрешений*/
@media (min-width: 640px) and (max-width: 799px){
	.personal_area .top_header .header_ui .pa {
	    width: 41%;
	}
}
@media (min-width: 800px) and (max-width: 1199px) {
	.personal_area .top_header .header_ui .pa {
	    width: 26%;
	}
}
.personal_area .top_header .header_ui .pa li {
	margin-left: 13px;
	width: auto;
}
@media (min-width: 1200px) {
	.personal_area .top_header .header_ui .pa li {
		margin-left: 30px;
	}
}
.personal_area .top_header .header_ui .pa li.settings {
	width: auto;
}
.personal_area .top_header .header_ui .pa li.info {
	margin-left: 0px;
	width: auto;
}
.personal_area .top_header .header_ui .pa li.back_to_site a {
    min-width: 26px;
    padding-left: 32px;
}
.personal_area .top_header .header_ui .pa li.back_to_site a:before {
	width: 25px;
    height: 25px;
    top: -2px;
    background-image: url("../images/icon/pa_arrow_back.png");
}
.personal_area .top_header .header_ui .pa li.exit a {
	min-width: 22px;
	padding-left: 32px;
}
.personal_area .top_header .header_ui .pa li.exit a:before {
	width: 25px;
	height: 25px;
	top: -2px;
	background-image: url("../../img/icon/pa_3.png");
}

/*убрано ограничение на размер расчётов*/
.action_box.slider_form {
    max-width: 100%;
}

/*тултипы остаются поверх формы, мешая работе*/
.popover {
	position: relative;
}

/*белый цвет label для радиобаттонов*/
.white-radio-label label {
    color: #000 !important;
}

/*Стиль для disable radiobutton*/
.wrap table:not(.horizontal_radio) input[type="radio"]:disabled + label {
    color: #000;
}

.no_margin_title {
    margin: 0 !important;
}

/*Чтобы кнопка была всегда видна без лишних стилей*/
.b_form .remove_box_btn {
	display: block !important;
}
.clone_box .remove_box_btn.absolute_md {
    display: block !important;
}



/*заголовки таблицы*/
@media (min-width: 640px) {
	.default_table thead th:first-child
	, .text_page_wrap table thead th:first-child {
	    border-radius: 5px 0 0 5px;
	}
	.default_table thead th:last-child
	, .text_page_wrap table thead th:last-child {
	    border: medium none;
	    border-radius: 0 5px 5px 0;
	}
}
.default_table thead th, .text_page_wrap table thead th {
    background-color: #003791;
    border-right: 1px solid #5381ac;
    padding-bottom: 15px;
    padding-top: 15px;
}
.default_table th, .text_page_wrap table th {
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px;
}

/*длинные текст к чекбоксам уходит за пределы контейнера*/
.full_width_select .label
, .full_width_select label {
    white-space: normal;
}

/* кнопка для закрытия popup в виде крестика*/
.b_form .exit.popup_close {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 0;
    right: 0;
    background: url("../../img/icon/b_close.png") no-repeat 50% 50%;
    box-shadow: none;
	z-index: 999;
}

.exit.popup_close.exit_button {
	position: absolute;
	width: 16px;
	height: 16px;
	cursor: pointer;
	right: 0;
	background: url("../../img/icon/icon_close.png");
	box-shadow: none;
	background-position: center;
	background-size: 40%;
	background-repeat: no-repeat;
	padding: 16px;
	z-index: 1;
	border-radius: 50%;
	border: 1px solid #d5d5d5;
}

.exit.popup_close.exit_button_travel span {
	width: 16px;
	height: 16px;
	right: 0;
	background: url("../../img/icon/svg/back.svg");
	box-shadow: none;
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	padding: 8px 16px;
	margin-right: .5em;
	z-index: 1;
}

.exit.popup_close.exit_button_travel {
	position: absolute;
	cursor: pointer;
	left: 0;
	z-index: 1;
	color: #607286;
	font-size: 14px;
	line-height: 24px;
}

.bread_crumbs {
	position: relative;
	width: 100%;
}
.bread_crumbs li {
	display: inline;
	margin-right: 10px;
	position: relative;
	font-size: 13px;
}
.bread_crumbs li > span {
	color: #A1AFBF;
}
.bread_crumbs a:after {
	position: relative;
	content: '>';
	right: -5px;
	top: 0;
	display: inline;
}
.bread_crumbs a {
	color: #0F0F0F;
}

.stepper_box {
	background: #fff;
	padding-bottom: 12px;
	z-index: 2;
}

.stepper_box #stepper {
	background: #fff;
}

@media (max-width: 640px) {
	#stepper {
		margin-left: -20px;
		margin-right: -20px;
		overflow: scroll;
	}

	#stepper_box {
		border-radius: 0px !important;
		min-width: 656px;
		height: 100%;
		border-top: 1px solid #E6E9F0 !important;
		border-bottom: 1px solid #E6E9F0 !important;
		border-left: 0px !important;
		border-right: 0px !important;
	}
}

#stepper {
	height: 68px;
}
#stepper_box {
	font-family: 'Roboto Regular', serif;
	font-size: 14px;
	padding: 20px;
	border: 1px solid #E6E9F0;
	border-radius: 16px;
}
div#stepper_box table {
	width: 100%;
}
div#stepper_box td {
	text-align: center;
	font-weight: 500;
	line-height: 20px;
}
div#stepper_box td a {
	color: #607286;
}
div#stepper_box td::before {
	width: 28px;
	height: 28px;
	color: #607286;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding-top: 3.5px;
	margin-right: 10px;
	border-radius: 30px;
	background: rgba(230, 233, 240, 0.5);
}
div#stepper_box td:nth-child(1)::before {
	content: '1';
}
div#stepper_box td:nth-child(2)::before {
	content: '2';
}
div#stepper_box td:nth-child(3)::before {
	content: '3';
}
div#stepper_box td:nth-child(4)::before {
	content: '4';
}
div#stepper_box td:nth-child(5)::before {
	content: '5';
}
div#stepper_box td.select {
	color: #003790;
}
div#stepper_box td.select a {
	font-family: 'Roboto Medium', serif;
	color: #003790;
}
div#stepper_box td.select::before {
	color: #FFFFFF;
	background: #003790;
}

div#stepper_box td.disabled {
	pointer-events: none;
}

div#stepper_box td.completed::before {
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../../img/icon/svg/success_blue.svg");
}
div#stepper_box td.select.completed::before {
	background-image: url("../../img/icon/svg/success_gray.svg");
}
#stepper_box.fixed {
	position: fixed;
	top: 6em;
	z-index: 10;
	background-color: #fff;
	width: 77.65em;
}

#right_box.fixed {
	position: fixed;
	width: 22.8em;
	top: 4em;
}

.header_types_sk a {
	font-family: 'Roboto Medium', serif;
	cursor: pointer;
	margin-bottom: 0;
	margin-right: 20px;
	font-size: 20px;
	line-height: 50px;
	font-weight: 500;
	text-transform: capitalize;
	color: #607286;
	padding-bottom: 12px;
	text-decoration: none;
	border-bottom: 2px solid #607286;
}

.header_types_sk a.selected {
	color: #003790;
	border-bottom: 2px solid #003790;
}

.header_types_sk_line {
	border-bottom: 1px solid #e6e9f0;
	margin-bottom: 10px;
}

.header_types {
	display: flex;
	margin-bottom: -20px;
	font-family: 'Roboto Medium', serif;
	font-size: 20px;
}

@media (min-width: 768px) {
	.header_types a {
		cursor: pointer;
		margin-bottom: 0;
		margin-left: 16px;
		margin-right: 20px;
		font-size: 20px;
		line-height: 28px;
		font-weight: 500;
		text-transform: capitalize;
		color: #607286;
		padding-bottom: 10px;
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	.header_types a {
		cursor: pointer;
		margin-bottom: 0;
		margin-left: 16px;
		font-size: 20px;
		line-height: 28px;
		font-weight: 500;
		text-transform: capitalize;
		color: #607286;
		padding-bottom: 10px;
		text-decoration: none;
	}
	.exit.popup_close.exit_button {
		right: 3%;
	}
}
.header_types a.selected {
	color: #003790;
	border-bottom: 2px solid #003790;
}
span[data-tooltip] {
	width: 20px;
	height: 20px;
	background: url('../../img/icon/svg/warn_gray.svg');
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 0 -4px 8px;
	border: none;
}

@media (max-width: 829px) {
	span[data-tooltip] {
		width: 20px;
		height: 20px;
		background: url('../../img/icon/svg/warn_gray.svg');
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		margin: -4px 0 -4px 4px;
		border: none;
		position: relative;
	}
}

@media (max-width: 829px) {
	.option_list span[data-tooltip] {
		top: 0px;
	}
}

span[data-tooltip]:hover {
	background: url('../../img/icon/svg/warn_blue.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
span[data-tooltip] {
	position: relative;
}
@media (min-width: 830px) {
	span[data-tooltip]::after {
		content: "";
		position: absolute;
		width: 20px;
		height: 20px;
		top: 30px;
		background: #0C1030;
		opacity: 0;
		z-index: 1;
		transform: rotate(-45deg);
	}
}
span[data-tooltip]:hover::after {
	opacity: 1;
}

span#tooltip-icon {
	margin-top: 12px;
}

@media (max-width: 639px) {
	span#tooltip-icon {
		margin-top: 16px;
	}
}

.tooltip {
	position: absolute;
	color: #fff;
	background: #0C1030;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06), 0 2px 25px rgba(113, 114, 118, 0.07);
	border-radius: 6px;
	padding: 8px 12px 10px;
	z-index: 1;
	width: auto;
	margin-top: 10px;
}
@media (min-width: 768px) {
	.tooltipcorrect {
		margin-top: 38px;
	}
}

@media (max-width: 769px) {
	.tooltipcorrect {
		margin-top: 40px;
	}
}

@media (min-width: 639px) {
	.tooltip-top-desk {
		margin-top: 80px;
	}
}

.tooltipproduct {
	margin-top: -30px;
	margin-right: 10px;
}

.tooltippromo {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: -90px;
}

.tooltip_option {
	margin-right: 110px;
}
.tooltip, span[data-tooltip].drop {
	white-space: initial;
	text-align: justify;
	text-transform: none;
	font-family: 'Roboto Regular', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

p.label_null_interval {
	font-family: 'Roboto Regular', serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.b_form .exit.popup_close.focus-visible {
	border: 1px #000 solid !important;
}

@media (max-width: 480px) {
	.b_form .exit.popup_close {
		width: 40px;
		height: 40px;
	}
}
/*Заголовок модального окна наезжает на крестик закрытия BTOC-2230*/
@media (max-width: 800px) {
    .b_form .b_header .modal-title {
        padding: 0 20px 0 20px;
    }
}

/*Крутилка ширина по содержимому*/
@media (min-width: 640px) {
    #popup_waiting .b_form {
        width: 30%;
        min-width: 400px;

		display: flex;
		align-items: center;
    }
    #popup_waiting .b_form img {
        margin-right: 10px;
    }
}

/*сообщения могут содержать длинные имена классов и прочие исключения
в таком случае они вылезают за пределы контейнера*/
.alert {
	word-wrap: break-word;
}


/*фикс отображения блоков из-за конфликта с bootstrap.css*/
/*@media (max-width: 991px) and (min-width: 768px) {
    .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: block !important;
    }
}*/


/*Фикс для диалогов*/
#btn_container input[type="button"] {
    display: inline !important;
}

/*Виджеты*/
/*Левая стрелка уезжает за пределы виджета*/
.carousel-control.left {
    left: -7px;
}

.slider_form .item {
    padding: 25px 35px 55px;
}

/*перенос длинного заголовка в виджете расчётов*/
.slider_form .content.info .title {
	white-space: normal;
}

.no_pad {
    padding: 0;
}

/*Выравнивание текста*/
@media all and (min-width: 640px) {
    .text-right-sm {
        text-align: right;
    }
    .no-pad-right-sm {
    	padding-right: 0;
    }
}
@media all and (max-width: 639px) {
	.text-left-xs {
		text-align: left;
	}
	.no-pad-right-xs {
        padding-right: 0;
    }
	.on-pad-left-sm {
		padding-left: 0;
	}
	.no-pad-left-xs {
        padding-left: 0;
    }
}

@media (min-width: 640px) and (max-width: 799px) {
	.mar_top_sm {
		margin-top: 15px;
	}
}

/*логотип на страницах расчета*/
.logo {
    margin: 0 0 20px 0px;
}
.logo img {
    width: 60%;
}
/* Логотип вместе с телефоном */
.vertical_middle {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: -5px;
}
.b_form .phone {
    font-size: 22px;
    color: #404040;
    margin-bottom: 20px;
    margin-right: 40px
}
.b_form .osago_phone{
	margin-right: 4px;
	margin-left: 4px;
	white-space: nowrap;
}

.b_form .osago_header {
	display: flex;
}

.b_form .header_right {
	padding-left: 0px;
	text-align: left;
}

.b_form .osago_text {
	display: flex;
	align-items: center;
	float: right;
}

.br-show {
	display: none;
}

@media(max-width: 1400px){
	.b_form .osago_text{
		font-size: 16px;
	}
}

@media(max-width: 1200px){
	.b_form .osago_text{
		font-size: 15px;
	}
}

@media(max-width : 905px){
	.br-show {
		display: initial;
	}

	.b_form .osago_text{
		text-align: right;
		padding-right: 35px;
	}

}

@media (max-width: 639px) {
	.b_form .phone {
		font-size: 14px;
	}

	.b_form .osago_text {
		font-size: 14px;
	}
}

@media (max-width: 520px) {
	.b_form .osago_text {
		font-size: 12px;
	}
	.b_form .osago_text .header_text {
		width: 140px;
	}
}

@media (max-width: 500px) {
	.b_form .phone {
		font-size: 12px;
	}
}

@media (max-width: 400px) {
	.b_form .osago_text {
		font-size: 8px;
	}
	.b_form .osago_text .header_text {
		width: 90px;
	}
	.b_form .phone {
		font-size: 10px;
	}
}

@media (max-width: 350px) {
	.b_form .phone {
		font-size: 9px;
	}
}

.header_right .tender_eye_icon{
	margin: 0;
}
/* иконка глаза около телефона (включает диалог настроек режимов для слабовидящих) */
.tender_eye_icon {
	background: transparent url('../../greenlabs/images/icon/icon_eye.png') no-repeat 0 10%;
	filter: grayscale(100%);
	width: 20px;
	height: 15px;
	background-size: contain;
	opacity: 0.5;
	cursor: pointer;
	margin: 0 3.5rem 0 0;
	transition: 0.1s ease;
}

.tender_eye_icon:hover {
	filter: none;
	color: #000 !important;
	opacity: 1;
}

/*чтобы не срабатывало автомасштабирование*/
@media (max-width: 639px) {
	.wrap input[type="text"]
	, .wrap input[type="password"]
	, .wrap .blue_input input[type="text"]
	, .wrap input[type="tel"]
	, .wrap input[type="email"]
	, .wrap input[type="number"]
	, .wrap textarea {
	    font-size: 16px;
	}
	.wrap .b_form .content .fixed_label label {
	    top: 5px;
	}
	.chosen-container-single .chosen-single {
		font-size: 16px;
		line-height: 44px;
		height: 44px;
	}
	.chosen-container-single .chosen-search input[type="text"] {
		font-size: 16px;
	}
}

/*в Firefox крутилка отображается под bPopup*/
.modal-backdrop {
	z-index: 10500;
}
.modal {
	z-index: 10501;
}

/*последний элемент меню такой же, как и остальные*/
.personal_area .top_header .all_nav li:last-child a {
    padding-left: 12px;
    padding-right: 12px;
}
@media (min-width: 1200px){
	.personal_area .top_header .all_nav li:last-child a {
	    padding-left: 34px;
	    padding-right: 34px;
	}
}

/*скрываем селекты, т.к. везде используется chosen
display:none не делаем, т.к. focus() не работает.*/
select.hasChosen {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    border: none;
    width: 0;
    height: 0;
}

/*текстовая подсказка под полем ввода*/
.full_width_select input + .input_bottom_hint {
	display: block;
	margin-bottom: 20px;
	margin-top: -20px;
}
@media (min-width: 800px) {
	.full_width_select input + .input_bottom_hint {
		margin-bottom: 30px;
		margin-top: -30px;
	}
}


@media (max-width: 639px) {
	.gray_box {
	    margin-left: -20px;
	    margin-right: -20px;
	}
	.b_wrap .margin-xs {
		margin-right: 0px;
		margin-left: 0px;
	}
	.b_wrap .margin-xs > .col-xs-12 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.action_box {
		margin-right: 0px;
		margin-left: 0px;
	}
	#medical_policy\:not_close_x_link {
		top: 4%;
	}
}

/*чекбоксы не на всю ширину*/
.wrap input[type="checkbox"] + label {
	display: inline;
}
.wrap .promocode_checkbox input[type="checkbox"] + label {
	display: inline;
}
.wrap .checkbox_margin input[type="checkbox"] + label:before {
	margin-top: 0px;
}
.checkbox_box.small input[type="checkbox"] + label {
	display: block;
}
.checkbox_box {
	margin-bottom: 10px;
}
.checkbox_flex_center {
	display: inline-flex;
	align-items: center;
}
.checkbox_box-kid {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.checkbox_box-kid input[type="checkbox"] + label:before {
	position: relative;
	display: block;
	margin-right: 16px;
	flex: none;
}

#casco_accept_kid_div .checkbox_box-kid {
	display: block;
}
#casco_accept_kid_div .checkbox_box-kid input[type="checkbox"] + label:before {
	position: absolute;
}

.checkbox_box.bottom-3 {
	margin-bottom: 3em;
}
.checkbox_box.small {
	margin-bottom: 3em;
}

/*Подчеркивание ссылок BTOC-2197*/
.update_btn {
    text-decoration: none;
}
.update_btn span {
    border-bottom: 1px solid;
}
.added_btn, .b_form .remove_box_btn {
    text-decoration: none;
}
.added_btn a, .b_form .remove_box_btn a {
    border-bottom: 1px solid;
}
.b_form .remove_box_btn a {
	color: #e37477;
}
.tar_tdu a {
    text-decoration: none;
    border-bottom: 1px solid;
}
.underline {
    text-decoration: none !important;
    border-bottom: 1px solid;
}

/* убираем последнюю строку для rich:dataTable таблиц */
td.footable-last-column.footable-first-column {
	height: 0;
}

tr td.footable-last-column.footable-first-column {
	display: table-column;
}

.table-row {
	padding-top: 0 !important;
	padding-bottom: 0!important;
	border-bottom: 0!important;
}

@media (max-width: 639px) {
	.content_box .my_policies {
		padding-bottom: 0;
	}
}

/*Невалидный чекбокс*/
.wrap input[type="checkbox"].invalid_input + label:before {
	background-color: #fbdcdd !important;
	border-color: #d7c8c8 !important;
}

/* BTOC-2735 Слишком высоко меню */
.dropdown-menu {
    z-index: 50;
}
/* Уменьшить высоту строки в таблице */
.dropdown.table_drop .drop_btn {
    margin-top: -10px;
    margin-bottom: -7px;
}

/*Sidebar с кнопками обратной связи*/
.wrap.personal_area.overflow .sidebar li {
	max-width: 83px;
	right: 0px;
}

.wrap.personal_area.overflow .sidebar li:hover {
	max-width: 242px;
}

.wrap.personal_area.overflow .sidebar {
	right: 16px !important;
}

@media (min-width: 1200px) and (max-width: 1290px) {
	.wrap.personal_area.overflow .sidebar {
		right: 0 !important;
	}
}


@media (max-width: 1199px) {
  	.b_form.full_width_b_form:last-child {
    	margin-bottom: 30px;
  	}
	.exit.popup_close.exit_button {
		top: 10px;
	}
}
.row_w_scrolled_box {
  /* Чтобы футер был виден. */
  margin-bottom: 184px;
}
@media (max-width: 800px) {
	.row_w_scrolled_box {
		margin-bottom: 14px;
	}
}
@media (min-width: 1200px) {
  .row_w_scrolled_box {
    display: flex;
  }
  .row_w_scrolled_box .white_box:last-child {
    margin-bottom: 0;
  }
}
.row_w_scrolled_box .scrolled_box {
  position: sticky;
  top: 10px;
}
.row_w_scrolled_box .scrolled_box.no_top {
	top: 10px;
}
.scrolled_box:not(.scrolled_box__layer).sticky_scroll {
	box-shadow: 0px 20px 24px rgba(16, 24, 40, 0.08), 0px 8px 8px rgba(16, 24, 40, 0.03);
	width: 100%;
	background: #fff;
}
.scrolled_box.scrolled_box__layer.sticky_scroll:after {
	box-shadow: 0px 20px 24px rgb(16 24 40 / 8%), 0px 8px 8px rgb(16 24 40 / 3%);
	width: 100%;
	height: 72px;
	margin-top: -70px;
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	border-radius: 16px;
}
.scrolled_box.sticky_scroll .scrolled_none {
	display: none;
}
.scrolled_box.sticky_scroll.clear_top:after {
	content: "";
	width: 100%;
	height: 10px;
	margin-top: -10px;
	display: block;
	background: #fff;
}

.color-input-f {
	color: #fff;
}

.color-input-f .chosen-choices {
	cursor: pointer;
}

#alreadyTravelingBox {
	margin-bottom: 1em;
}

#alreadyTraveling::after {
	content: '0';
}

.cursorView {
	cursor: pointer;
}

@media (max-width: 829px) {
	span[data-tooltip].cursor_block {
		margin: 0 0 -4px 4px;
	}
}

span[data-tooltip].cursor_position {
	top: 0;
	margin-bottom: 0;
	margin-left: 6px
}

.custom_style_class {
	line-height: 20px !important;
	font-size: 14px !important;
}
.custom_line_class {
	margin-left: 30px;
	line-height: 20px;
}
