

/* Start:/local/components/RTM_VRMCHK/form.result.new/templates/final_contact/style.css?17792295292147*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/components/RTM_VRMCHK/form.result.new/templates/final_contact/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/components/RTM_VRMCHK/form.result.new/templates/final_contact/images/icon_warn.gif);
}

/* Контейнер для выравнивания */
.form-final .custom-checkbox-container {
    display: flex;
    align-items: flex-start; /* Выравнивание по верхнему краю, если текст длинный */
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    color: #7D56C4;
    margin-bottom: 5px;
}

.form-final .custom-checkbox-container input {
    display: none;
}

/* Квадрат 24x24 */
.form-final .checkmark {
    min-width: 24px;
    height: 24px;
    border: 1px solid #7D56C4;
    background-color: transparent;
    display: inline-block;
    position: relative;
    flex-shrink: 0; /* Чтобы квадрат не сжимался при длинном тексте */
}

/* Галочка (адаптирована под 24px) */
.form-final .custom-checkbox-container input:checked + .checkmark::after {
    content: "";
    position: absolute;
    /* Центрирование галочки внутри 24px */
    left: 8px; 
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid #7D56C4; /* Цвет галочки под стиль вашей кнопки */
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Ссылка внутри текста */
.form-final .checkbox-text a {
    color: #7D56C4;
    text-decoration: underline;
}

.form-final .checkbox-text a:hover {
    text-decoration: none;
}
/* End */
/* /local/components/RTM_VRMCHK/form.result.new/templates/final_contact/style.css?17792295292147 */
