.pre_header1, h1 {
	font-size: 36px;
	text-align: center;
	font-weight: 300;
	letter-spacing: -1px;
	padding-bottom: 30px;
	line-height: 1.15;
	padding-top: 50px;
}
.pre_header2, h2 {
	font-size: 32px;
	text-align: center;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.15;
	padding-bottom: 25px;
	padding-top: 40px;
}
.pre_header3, h3 {
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.15;
	padding-bottom: 25px;
	padding-top: 40px;
}
.pre_header4, h4 {
	font-size: 21px;
	text-align: center;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.15;
	padding-bottom: 20px;
	padding-top: 35px;
}
.pre_header5, h5 {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.15;
	padding-bottom: 15px;
	padding-top: 35px;
}
.pre_header1:first-child, h1:first-child {
	padding-top: 0px;
}
h1+h5 {
	padding-top: 0px;
	color: #00b956;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	padding-bottom: 30px;
	margin-top: -20px;
}
.pre_button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 14px 25px;
	border: 1px solid #00b956;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.15;
	color: #00b956;
	font-weight: 400;
	transition: 0.5s;
	text-decoration: none;
}
.pre_button.red {
	background: #00b956;
	color: #fff;
	border-color: #00b956;
}

.pre_button.red-true {
	background: #cc0000;
	color: #fff;
	border-color: #cc0000;
}

.pre_button.large {
	padding: 14px 40px;
	font-size: 18px;
	letter-spacing: -0.5px;
}
.pre_button.small {
	padding: 11px 25px;
	font-size: 13px;
}
.pre_button.small.confirm {
	padding: 9px 25px;
	font-size: 14px;
	border: 1px solid #00b956;
	margin: 4px;
}
.pre_button.show_pin_trigger {
	padding: 1px 15px;
	font-size: 11px;
	text-transform: uppercase;
	background: #fff;
	border-color: transparent;
}
.pre_submit .pre_button {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
.color-red {
	color: #cc0000;
}
.pre_block_button .pre_button+.pre_button {
	margin-left: 20px;
}
.pre_button:hover {
	color: #232323;
	background: #fff;
	border-color: #c5c5c5;
}
.pre_button.red:hover,
.pre_button.red-true:hover {
	color: #fff;
	background: #363636;
	border-color: #363636;
}
.pre_form_wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.pre_form_wrapper.compact {
	max-width: 640px;
	margin: 0 auto;
}
form.pre_form {
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin-right: -30px;
	padding-bottom: 20px;
}
.pre_form_inline form.pre_form {
	margin-right: -10px;
}
form .pre_input,
form .pre_submit {
	box-sizing: border-box;
	width: 33.33%;
	padding-right: 30px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 30px;
	text-align: left;
}

form .default-input {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1;
}

form .default-input label {
	display: block;
	padding-top: 6px;
}

form .pre_input.col-20,
form .default-input.col-20 {
	width: 5%;
}

form .pre_input.col-25 ,
form .default-input.col-25 {
	width: 4%;
}

form .pre_input.col-3 {
	width: 33.33%;
}

form .pre_input.col-4 {
	width: 25%;
}

form .pre_input.col-5 {
	width: 20%;
}

.pre_form_wrapper.compact form.pre_form .pre_input {
	width: 50%;
}
#auth_wrapper form.pre_form .pre_input,
#auth_wrapper form.pre_form .pre_submit {
	width: 100%;
}
form .pre_input .pre_submit {
	width: 100%;
	padding: 0;
}
form .pre_input .pre_submit .pre_button {
	padding-top: 12px;
	padding-bottom: 12px;
}
.pre_form_inline {
	max-width: 640px;
	margin: 0 auto;
}
.pre_form_inline form .pre_input {
	padding-right: 10px;
}
form .pre_input.textarea, 
.pre_form_wrapper.compact form.pre_form .pre_input.textarea {
	width: 100%;
}
form .pre_input.box_wrapper {
	text-align: center;
}
.pre_form_wrapper form.pre_form .pre_input.phone {
	width: 200px;
}
form .pre_input label,
.fsin-filter-container label {
	position: relative;
	padding: 0 5px 5px 5px;
	display: inline-block;
	font-size: 13px;
	color: #595959;
	margin-left: 5px;
	background: #fff;
	margin-bottom: -10px;
	top: 6px;
	cursor: pointer;
	z-index: 2;
}
form .pre_input .pre_checkbox.errored label {
	color: #cc0000;
}
form .pre_input label em {
	font-style: normal;
	color: #ff0000;
}
form .pre_input .pre_error {
	position: relative;
	padding: 5px 11px 0 11px;
	display: block;
	line-height: 1.3;
	font-size: 13px;
	color: #cc0000;
}
form .pre_input.errored label {
	color: #cc0000;
}
form .pre_input input[type='text'],
form .pre_input input[type='password'],
form .pre_input input[type='number'],
form .pre_input select,
form .pre_input textarea,
.fsin-form-input input {
	background: #fff;
	display: block;
	padding: 10px 10px 11px 10px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	color: #292929;
	font-weight: 400;
	font: 14px/1 'Open Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
}
form .pre_input select {
	background: #fff;
	background-image: url(/images/design/select_bg.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	cursor: pointer;
	padding-right: 60px;
}
form .pre_input select option.hidden {
	display: none;
}
form .pre_input input[type='password'] {
	background: #fff;
	background-image: url(/images/design/password.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 60px;
}
form .pre_input textarea {
	resize: none;
	height: 180px;
}
form .pre_input select::-ms-expand {
	display: none;
}
form .pre_input.errored input[type='text'], 
form .pre_input.errored input[type='password'],
form .pre_input.errored select,
form .pre_input.errored textarea {
	border: 1px solid #d98f8f;
}
form .pre_input input[type='text']:focus, 
form .pre_input input[type='password']:focus,
form .pre_input select:focus,
form .pre_input textarea:focus {
	border: 1px solid #00b956;
}
.pre_form_compact.align-center form,
.pre_form_compact.align-center form .pre_input,
.pre_form_compact.align-center form .pre_input label,
.pre_form_compact.align-center form .pre_input input {
	text-align: center;
}
.pre_submit {
	text-align: center;
	padding-right: 30px;
}
.pre_form_wrapper.compact .pre_submit {
	width: 100%;
	text-align: center;
}
.pre_form_inline .pre_submit {
    padding-right: 10px;
}
.pre_text .pre_submit .pre_button {
	margin: 0;
	margin-top: 10px;
}
.pre_submit.padded .pre_button {
	margin-top: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}
form .pre_input.box_wrapper {
	position: relative;
	width: 66.666%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
}
.pre_form_wrapper.compact form.pre_form .pre_input.box_wrapper {
	width: 100%;
	text-align: center;
	padding-top: 0;
	padding-bottom: 30px;
}
.pre_form_wrapper.compact .pre_submit .pre_button {
	display: inline-block;
}
.pre_form_wrapper.compact .pre_input .pre_submit .pre_button {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}
.pre_form_wrapper.compact .pre_input .pre_submit {
	padding-right: 0;
	padding-bottom: 0;
}
.pre_checkbox {
	padding-left: 26px;
	position: relative;
}
.pre_form_wrapper.compact .pre_checkbox {
	display: inline-block;
}
form .pre_checkbox label {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    top: auto;
}
.pre_checkbox input {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
	padding: 0;
}
.pre_input .pre_checkbox label {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.pre_input_comment {
	padding-right: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: #939393;
	font-size: 14px;
	line-height: 1.15;
}
.pre_input_comment em {
	font-style: normal;
	color: #ff0000;
}
.pre_text.max800 {
	max-width: 800px;
	margin: 0 auto;
}
.pre_text table {
	width: 100%;
	min-width: 560px;
	margin-bottom: 40px;
}
.pre_text .pre_table_wrapper table {
	margin-bottom: 0;
}
.pre_text .pre_table_wrapper {
	margin: 0 auto;
	margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
}

.pre_text .pre_table_wrapper .qr-payment-info p {
    text-align: center;
    padding-bottom: 0;
}

.pre_text .pre_table_wrapper.max600 {
	max-width: 600px;
}
.pre_text table td {
	padding: 14px 10px;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #cbcbcb;
}
.pre_text table.fsin-groups-table td {
    vertical-align: top;
    text-align: left;
}
.pre_text table td b {
	color: #00b956;
}
#content table td p {
	padding: 0;
}
.pre_text table tr.table_header td {
	color: #00b956;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	padding: 12px 10px;
	border-bottom: none;
	border-bottom: 2px solid #00b956;
}
.pre_text table tr+tr.table_header td {
	padding-top: 25px;
}
.pre_text table tr+tr.table_header.mini td {
	padding-top: 12px;
}
.pre_text table tr.table_header.purple td {
	color: #741d81;
	border-bottom: 2px solid #741d81;
}
.pre_text table td.align-right,
.pre_text table tr.table_header td.align-right {
	text-align: right;
	padding-right: 20px;
}
.pre_text table td.align-left,
.pre_text table tr.table_header td.align-left {
	text-align: left;
	padding-left: 20px;
}
.pre_text .pre_table_wrapper.max600 table tr td {
	text-align: right;
	width: 30%;
}
.pre_text .pre_table_wrapper.max600 table tr td+td {
	text-align: left;
	width: auto;
}
.pre_text .pre_table_wrapper.max600 table tr td:first-child {
	font-size: 14px;
	color: grey;
}
.pre_text .pre_table_wrapper.max600 table tr+tr td+td {
	color: #212121;
}
.pre_text .pre_table_wrapper table tr td .comment {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}
.pre_crumb {
	margin-top: -25px;
	text-align: center;
	padding-bottom: 30px;
}
.pre_crumb a {
	position: relative;
	margin-left: 24px;
}
.pre_crumb a:before {
	background: transparent url(/images/design/back.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -8px;
	opacity: 0.4;
	transition: 0.5s;
}
.pre_crumb a:hover:before {
	opacity: 1;
}
#overlay {
	background: #ededed;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	opacity: 0;
	transition: opacity 0.5s;
}
#overlay.active, .active #overlay {
	height: 100%;
	opacity: 0.9;
}
.popup_preset {
	display: none;
	width: 600px;
	-moz-box-shadow:     0 5px 25px 0 rgba(0,0,0, 0.3);
	-webkit-box-shadow:  0 5px 25px 0 rgba(0,0,0, 0.3);
	box-shadow:          0 5px 25px 0 rgba(0,0,0, 0.3);
	border-bottom: 2px solid #343434;
}
.popup_preset.active {
	display: block;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
}
.popup_preset:after {
	background: #fff;
	opacity: 0.2;
	content: '';
	right: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	position: absolute;
}
.popup_content {
	position: relative;
	background: #fff;
	padding: 30px 30px;
	overflow: auto;
}
.popup_content:before {
	background: #fff;
	opacity: 0.2;
	content: '';
	left: 0;
	top: 0;
	bottom: 1px;
	width: 1px;
	position: absolute;
}
.popup_content:after {
	background: #fff;
	opacity: 0.2;
	content: '';
	right: 0;
	top: 0;
	bottom: 1px;
	width: 1px;
	position: absolute;
}
.popup_title,
.modal-title {
	background: #00b956;	
	color: #fff;
	padding: 15px 30px 16px;
	position: relative;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.5px;
	font-weight: 400;
	text-align: left;
	text-shadow: none;
}
.modal-title {
    display: flex;
    gap: 1em;
}
@media screen and (max-width: 600px) {
    .modal-container.width-auto {
        width: 80% !important;
    }
}
.popup_title-attention {
    background: #FF0000 !important;
}
.popup_close {
	background: transparent url(/images/design/popup_close.png) 50% 50% no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 24px;
	cursor: pointer;
	transition: 0.5s;
}
.popup_close:hover {
	color: #fff600;
}
.color-green {
	color: #1db100;
}
.color-red {
	color: #cc0000;
}
.primary-color {
    color: #00b956;
}
.text-left-important {
    text-align: left !important;
}
.no-left-padding {
    padding-left: 0;
}
.pre_input_pretitle {
	position: relative;
	top: -46px;
	margin-bottom: -16px;
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: -1px;
	text-align: center;
	padding-right: 30px;
}
.pre_input_pretitle span {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	background: #fff;
}
.pre_input_pretext {
	position: relative;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	padding-right: 30px;
	margin: -30px auto 0;
	padding-bottom: 30px;
	max-width: 740px;
}
.pre_input_policy {
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	padding-right: 30px;
	max-width: 480px;
	margin: 0 auto;
	color: grey;
}
#paginator {
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding: 10px 0 40px;
}
#paginator .paginator_item {
	transition: 0.5s;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	padding: 10px 10px;
	font-weight: 700;
	border: 1px solid rgba(0,0,0, 0.2);
	min-width: 20px;
	border-radius: 3px;
	text-decoration: none;
}
#paginator .paginator_item+.paginator_item {
	margin-left: 7px;
}
#paginator .paginator_item:hover {
	color: #00b956;
}
#paginator .paginator_item.active {
	border: 1px solid #00b956;
	color: #00b956;
}
#paginator .paginator_item.arrow {
	position: relative;
	font-size: 13px;
	line-height: 1;
	padding: 6px 10px 8px;
	margin: 0 10px;
	font-weight: 400;
	border: none;
	text-decoration: underline;
}
#paginator .paginator_item.arrow:hover {
	color: #000;
	text-decoration: none;
}
#paginator .paginator_item.arrow.inactive {
	color: #848484;
	opacity: 0.6;
	cursor: default;
	text-decoration: none;
}
.ok {
	background: transparent url(/images/design/ok.png) 50% 50% no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
}
.pre_text ul li {
	padding: 0 0 10px 20px;
	position: relative;
}
.pre_text ul {
	padding: 0 0 10px 0;
}
.pre_text ul li:before {
	position: absolute;
	top: 5px;
	left: 1px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0, 0.3);
	content: '';
}

.pre_text .fsin-devices-control-buttons {
	margin-top: 20px;
	font: 14px/1.15 'Open Sans', sans-serif;
}

.pre_text .fsin-devices-control-buttons a {
	cursor: pointer;
}

.pre_text .fsin-devices-control-buttons a.disabled {
	cursor: auto;
	background-color: #fff;
	color: #ccc;
	border-color: #ccc;
}

.pre_text .popup_preset_message_item_title {
	width: 100px;
	display: inline-block;
	font-weight: bold;
}

.pre_text .popup_preset_message_item {
	padding: 10px 0;
}

.popup_preset.text_message {
	border: 1px solid #00b956;
}

.fsin-counter {
	border-radius: 21px;
	border: 2px solid #FFF;
	width: 21px;
	height: 21px;
	background-color: #ff0000;
	position: absolute;
	top: 10px;
	right: -10px;
	font-size: 11px;
	line-height: 21px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #FFF;
	text-align: center;
}

.moderation-contact-counter {
    top: -14px;
    right: -11px;
}

.fsin_groups-call_time .interinput {
	width: 70px;
	margin: 0 0;
}

.fsin_groups-separator {
	margin: 3px 0;
}

a.remove-link-after-click[href="#"] {
	color: #595959 !important;
}

/* Reusable styles */
.full-width {
    width: 100% !important;
}

.flex {
    display: flex;
}

.flex-row-center-vertically {
    align-items: center;
}

.flex-row-align-end {
    align-items: self-end;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.flex-equal-children > * {
    flex: 1;
}

.flex-gap-1em {
    gap: 1em;
}

.flex-gap-05em {
    gap: .5em;
}

.flex-item-right {
    margin-left: auto;
}

.flex-align-self-center {
    align-self: center;
}

.theme-color {
    color: #00b956;
}

.theme-border-color {
    border-color: #00b956;
}

.center-absolute {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grey-color {
    color: grey;
}

.align-text-center {
    text-align: center;
}

.ds-hidden {
    display: none !important;
}

.width-auto {
    width: auto !important;
}

.no-padding {
    padding: 0 !important;
}

.fsin-row {
    display: flex;
    padding-top: 20px;
    gap: 10px;
}

.col-1 { width: 8.333333% !important; }
.col-2 { width: 16.666666% !important; }
.col-3 { width: 25% !important; }
.col-4 { width: 33% !important; }
.col-6 { width: 50% !important; }
.col-8 { width: 66.6666667% !important; }
.col-9 {width: 75% !important; }
.col-12 { width: 100% !important; }

@media screen and (max-width: 498px) {
    .col-xs-1 { width: 8.333333% !important; }
    .col-xs-2 { width: 16.666666% !important; }
    .col-xs-3 { width: 25% !important; }
    .col-xs-4 { width: 33% !important; }
    .col-xs-6 { width: 50% !important; }
    .col-xs-8 { width: 66.6666667% !important; }
    .col-xs-9 {width: 75% !important; }
    .col-xs-12 { width: 100% !important; }
}

/* ------------- <Custom checkbox> ----------------- */
.fsin-checkbox {
    display: flex;
    padding: 10px;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Label text */
.fsin-checkbox span.fsin-checkbox__title {
    font-size: 14px;
}

/* Hide the browser's default checkbox */
.fsin-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.fsin-checkbox .checkmark {
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0, 0.2);
}

/* On mouse-over, add a grey background color */
.fsin-checkbox:hover input ~ .checkmark {
    border: 1px solid rgba(0,0,0, 0.5);
}

/* When the checkbox is checked, add a blue background */
.fsin-checkbox input:checked ~ .checkmark {
    background-color: #00b956;
}

/* Create the checkmark/indicator (hidden when not checked) */
.fsin-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.fsin-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fsin-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fsin-checkbox .checkmark.loading:after {
    display: none;
}
.fsin-checkbox .checkmark.loading:before {
    z-index: 2002;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    border: 2px solid #741d81;
    border-radius: 50%;
    border-left-color: transparent;
    animation: cssload-spin 500ms infinite linear;
    -o-animation: cssload-spin 500ms infinite linear;
    -ms-animation: cssload-spin 500ms infinite linear;
    -webkit-animation: cssload-spin 500ms infinite linear;
    -moz-animation: cssload-spin 500ms infinite linear;
}
/* ------------- </Custom checkbox> ----------------- */

.fsin-select {
    display: block;

    font: 14px/1 'Open Sans', sans-serif;
    font-weight: 400;
    color: #292929;
    line-height: normal;

    background: #fff;
    background-image: url(/images/design/select_bg.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;

    cursor: pointer;
    padding: 10px 10px 11px 10px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s;
    text-overflow: '';

    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}


/* ------------- <Custom file uploader> ----------------- */

.custom-file-uploader__root {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-file-uploader__label {
    font-size: 14px !important;
    line-height: normal !important;
    font-weight: bold !important;
}

.custom-file-uploader__wrapper {
    display: flex;
    gap: 10px;
}

.custom-file-uploader__controls-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-file-uploader__wrapper input[type=file] {
    display: none;
}

.custom-file-uploader__wrapper img {
    display: none;
    cursor: pointer;
}

.custom-file-uploader__upload-btn {
    color: #00b956 !important;
}

.custom-file-uploader__delete-btn {
    display: none;
    border: 1px solid #FF0000;
    font-weight: bold;
    color: #FF0000;
    background-color: #FFFFFF !important;
}

/* ------------- </Custom file uploader> ----------------- */

/* ------------- <Custom file viewer> ----------------- */

.custom-file-viewer {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.custom-file-viewer__content {
    display: flex;
    justify-content: center;
}

.custom-file-viewer__panel {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ------------- </Custom file viewer> ----------------- */

.fsin-confirmation-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
}

.fsin-confirmation-dialog__footer {
    display: flex;
    gap: 10%;
    justify-content: start;
}

.fsin-confirmation-dialog__footer.center {
    justify-content: center;
}

#popup_preset_confirmation-modal,
#popup_preset_other-prisoner-same-contact {
    border-bottom: none !important;
}

.fsin-call__attention {
    display: block;
    cursor: pointer;
}

.support-text-wrapper {
    text-align: center
}
.support-text-block {
    font-size: 13px;
    color: #595959;
    line-height: 1.5;
}
.support-text-link {
    color: #595959;
}

.fsin-special-control-bg {
    background: #FFF2F2;
}

.fsin-filter-container {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    text-align: left;
}
.fsin-filter-container.fsin-filter-has-error,
.fsin-filter-container.fsin-filter-has-error label,
.fsin-filter-container.fsin-filter-has-error .fsin-form-input input {
    color: #cc0000;
}
.fsin-filter-container.fsin-filter-has-error .fsin-form-input {
    border-color: #cc0000;;
}
.fsin-filter-container.fsin-filter-has-error .fsin-filter-error-box {
    line-height: 1.3;
    font-size: 13px;
    color: #cc0000;
    padding: 5px 11px 0 11px;
}
.fsin-filter-center {
    margin-top: 14px;
}
.fsin-form-input {
    display: flex;
    border: 1px solid #cccccc;
    border-radius: 2px;
    align-items: center;
}
.fsin-form-input input {
    border: none !important;
}
.fsin-filter-container.smaller .fsin-form-input input {
    padding-top: 9px;
    padding-bottom: 8px;
}
.fsin-form-input.fixed-label input {
    padding-left: 0 !important;
}
.fsin-form-input.fixed-label label {
    position: static !important;
    padding: 10px 5px 10px 5px;
    margin: 0;
    background: none;
    font: 14px / 1 'Open Sans', sans-serif;
}
.fsin-search-btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/* ------------- <Static styles> ----------------- */

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.justify-content-left {
    justify-content: left;
}
.white-space-nowrap {
    white-space: nowrap !important;
}
.font-weight-bold {
    font-weight: bold;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-left-15 {
    margin-left: 15px;
}
.padding-bottom-0-important {
    padding-bottom: 0 !important;
}
