input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked)
{
    /*position: fixed;*/
    /*visibility: hidden;*/
    /*left: -9999px;*/
    display: none;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
    font-size: 16px;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    line-height: 22px;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #dddddd;
}
.design-v3 input[type="checkbox"]:checked + label:before,
.design-v3 input[type="radio"]:checked + label:before {
    width: 16px;
    height: 16px;
    top: 1px;
}
input[type="radio"]:checked + label:before {
    /*top: 6px;*/
}
input[type="checkbox"]:checked + label:before {
    background-color: #45A15C;
}
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
.design-v3 input[type="checkbox"]:not(:checked) + label:before, input[type="radio"]:not(:checked) + label:before {
    width: 16px;
    height: 16px;
    top: 1px;
}
input[type="radio"]:not(:checked) + label:before {
    /*top: 6px;*/
}

input[type="checkbox"]:hover:checked + label:before/*,
input[type="radio"]:hover:checked + label:before*/ {
    background-color: #367D4D;
}
input[type="checkbox"]:hover:not(:checked) + label:before {
    background-color: rgba(33, 36, 44, 0.07);
}
input[type="radio"]:hover:not(:checked) + label:before {
    background-color: rgba(69, 161, 92, 0.08);
    box-shadow: 0 0 0 5px rgba(69, 161, 92, 0.08);
}
input[type="radio"][disabled] + label:before {box-shadow: none !important;}
input[type="checkbox"]:active:checked + label:before/*,
input[type="radio"]:active:checked + label:before*/ {
    background-color: #326748;
}
input[type="checkbox"]:active:not(:checked) + label:before {
    background-color: rgba(33, 36, 44, 0.15);
}
input[type="radio"]:active:not(:checked) + label:before {
    background-color: rgba(69, 161, 92, 0.25);
    box-shadow: 0 0 0 5px rgba(69, 161, 92, 0.25);
}
input[type="checkbox"][disabled]:not(:checked) + label:before,
input[type="radio"][disabled]:not(:checked) + label:before {
    background: #E8EAEF;
    cursor: auto;
}

input[type="checkbox"][disabled]:checked + label,
input[type="checkbox"][disabled]:not(:checked) + label,
input[type="radio"][disabled]:checked + label,
input[type="radio"][disabled]:not(:checked) + label {
    cursor: auto;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 4px;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after
{
    left: 5px;
    top: 5px;
    width: 10px;
    height: 5px;
    /*border-radius: 1px;*/
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.design-v3 input[type="checkbox"]:checked + label:after
{
    left: 4px;
    top: 5px;
    width: 8px;
    height: 4px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    border-radius: 10px;
}
input[type="radio"]:checked + label:after /*,
input[type="radio"]:not(:checked) + label:after*/ {
    left: 4px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #45A15C;
}
.design-v3 input[type="radio"]:checked + label:after /*,
input[type="radio"]:not(:checked) + label:after*/ {
    left: 3px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    background-color: #45A15C;
}
input[type="radio"][disabled]:checked + label:after {background-color: #929BAA;}

#openModal:target {
    display: flex;
    pointer-events: auto;
}
#openModal > div {
    display: flex;
    padding: 24px;
    width: 1000px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 8px;
    overflow: auto;
}
.close {
    position: static;
    color: #FFFFFF;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    text-decoration: none;
    background: url(/images/close.svg) no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-table .items th {
    background: #FFFFFF;
}
.items .lotLabel {text-indent: -9999px;}
#openModal .btnLine {
    background: #FAFAFA;
    justify-content: flex-end;
    display: flex;
    align-self: stretch;
    border-top: 1px solid rgba(33, 45, 69, 0.07);
}
label.required, .requiredInput, .requiredLabel {
    position: relative;
}
.flex-table-row .requiredInput, .flex-table-row .requiredLabel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.requiredInput:before {
    content: '';
    height: 22px;
    width: 2px;
    background: #FFA62F;
    border-radius: 8px;
    position: absolute;
    left: -6px;
    top: 4px;
}
.design-v3 .requiredInput-line-radiobutton:before, .design-v3 .checkBoxList:before {
    top: 5px;
}
.design-v3 .before-textarea:before {
    top: 7px;
}
.requiredLabel:before {
    content: '';
    height: 100%;
    width: 2px;
    background: #FFA62F;
    border-radius: 8px;
    position: absolute;
    left: -6px;
}
.requiredInput.error input:not(.dateAuxiliaryInput)[type="text"], .requiredLabel.error input[type="text"] {border: 2px solid #E7491B;}
label.radioList.required:before {
    content: '';
    width: 2px;
    background: #FFA62F;
    border-radius: 8px;
    position: absolute;
    left: -6px;
    height: 20px;
    top: -2px;
}
.enforceContract_extra, .enforceContract {display: flex;}

.select2-container.newSelect2 .select2-choice div {
    border-left: 0;
    background: #FFF;
    width: 26px;
}
.select2-container.newSelect2 .select2-choice {
    border: 1px solid rgba(33, 45, 69, 0.07);
    height: 48px;
    line-height: 48px;
    background-image: none;
    border-radius: 8px;
}
.design-v3 .select2-container.newSelect2 .select2-choice {
    line-height: 32px;
}
.design-v3 .select2-container.newSelect2 {
    line-height: 32px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    border: none;
}
.select2-container .select2-choice div b {
    background: url(/images/arrow_down.svg) 50% 50% no-repeat !important;
    background-position-y: 50% !important;
}
.select2-container {flex: 1 0;/*overflow: hidden;*/}
.select2-drop {width: 700px !important;}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    padding: 5px 60px 6px 8px;
}
.select2-results .select2-highlighted {
    background: rgba(33, 36, 44, 0.07) !important;
    color: #21242C !important;
}
.select2-search input {
    background: url('/images/search_magnifier.svg') no-repeat 8px 50%;
}

div .errorMessage {
    display: none;
}
.flex-block .requiredInput {display:flex;flex-direction: column;gap: 4px;}
.flex-wrap-table {display: flex;gap: 24px;flex-wrap: wrap;align-items: start;}
.flex-wrap-table-end {display: flex;gap: 24px;flex-wrap: wrap;align-items: end;}
.flex-wrap-table .flex-block, .flex-wrap-table-end .flex-block {
    width: 344px;
}
#lots_description {flex-direction: column; gap:16px;align-self: stretch;}
.cardParams {
    display: none;
}
.ui-widget-content {color:#21242C;}
span:has(.custom-radiobutton), span:has(.custom-checklist) {display:flex;flex-direction: column;gap:8px;}
span:has(.custom-line-radiobutton) {display:flex;gap:24px;}
span:has(.custom-line-radiobutton-8) {display:flex;gap:8px;}
span:has(.custom-lines-radiobutton) {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px 24px;
    flex: 1 0 0;
    flex-wrap: wrap;
}
.custom-lines-radiobutton + label {
    min-width: 135px;
}

/* Switch input */
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #45A15C;
}
input:focus + .slider {
    box-shadow: 0 0 1px #45A15C;
}
input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

.pdf,.doc {
    position: relative;
    margin-left: 24px;
}
.pdf:before, .doc:before {
    content: '';
    width: 24px;
    height: 24px;
    left: -28px;
    top: -3px;
    position: absolute;
}
.pdf:before {background-image: url("/images/pdf.svg");}
.doc:before {background-image: url("/images/doc.svg");}