﻿:root {
    --black: #1d1d1b;
    --white: #fff;
    --blackDropdown: #1e1e1e;
}


label {
    color: #fff;
}



.form-check label {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("../../../img/auth/checked.svg");
    background-color: #98a726;
    border-color: #98a726;
}

.form-check-input:focus {
    box-shadow: none;
}

@media screen and (max-width: 980px) {
    body {
        background: #000000 !important;
    }
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    border: 1px solid #3d4245;
    border-radius: 1px !important;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px #3d4245 inset;
    transition: background-color 5000s ease-in-out 0s;
}
input:focus-visible {
    outline: none;
}


#comments_suggestions-form .select-form-group {
    margin-top: 1rem;
}

    #comments_suggestions-form .select-form-group .select2-selection {
        height: 60px !important;
    }

#comments_suggestions-form .select-input-group .parsley-errors-list.filled {
    margin-top: 42px;
    margin-bottom: -60px;
    position: relative;
    top: 26px;
}

#comments_suggestions-form .select-input-group .parsley-errors-list:not(.filled) {
    display: none;
}

#comments_suggestions-form .select-input-group .parsley-errors-list.filled + span.select2 {
    margin-bottom: 30px;
}

    #comments_suggestions-form .select-input-group .parsley-errors-list.filled + span.select2 span.select2-selection--single {
        border: 1px solid #FB2B29 !important;
        height: 62px !important;
        margin-top: 0.3rem
    }
.form-check label {
    font-size: 16px;
}
.form-check-label a {
    color: #98a726 !important;
    text-decoration: underline;
}

.form-section {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.form-check {
    padding-left: 4.1rem;
}

.form-check-row .parsley-errors-list.filled {
    padding-left: 0;
}

#cell_no {
    padding: 1rem !important;
}