.innerpage-template {
    margin-top: var(--header-height);
    overflow-x: hidden;
}
.innerpage-template .page-card {
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 16px;
    padding: 1.5rem;
}
#thankyou .thankyou-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
#thankyou.job-application .thankyou-img {
    height: 300px;
}
#thankyou .error-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: contain;
}
#thankyou .section-title {
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #242323;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

#thankyou .section-text {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #2f322c;
}

#thankyou .back-btn {
    min-width: 270px;
    height: 50px;
    border-radius: 8px;
    background: var(--color);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
    opacity: 1;
}

#thankyou .back-btn:hover {
    text-decoration: none;
}
#thankyou.innerpage-template p {
    font-size: 18px;
    font-weight: 400;
    color: #2F322C;
}
#thankyou.innerpage-template p.strong-number {
    font-weight: 700;
    font-size: 76px;
    line-height: 76px;
    text-align: center;
    color: #F28806;
    text-shadow: 4px 3px 0 #B75402;
}
.innerpage-template .colored {
    color: var(--color);
    font-weight: bold;
    padding-right: 0.25rem;
}

.innerpage-template ul {
    list-style: none;
}

.innerpage-template ul li::before {
    content: "\2022";
    color: var(--color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 24px;
}

.innerpage-template .select2-container--default .select2-selection--multiple .select2-selection__rendered li::before {
    display: none;
}

.innerpage-template p,
.innerpage-template li
{
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text-color);
}

.innerpage-template li {
    margin-bottom: 0.5rem;
    margin-left: -1.2rem;
}

.innerpage-template .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-left: unset;
}

.innerpage-template a {
    color: var(--color);
    opacity: 0.9;
}

.innerpage-template a:hover {
    text-decoration: none;
}

.innerpage-template .subhead {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.3;
    letter-spacing: normal;
    text-align: left;
    color: var(--color);
}

.innerpage-template .invalid-feedback {
    position: relative;
    color: #E33B06;
}

label {
    font-weight: 600;
}

.form-control, select.form-control {
    width: 100%;
    height: 45px !important;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text-color);
    border: none;
    box-shadow: 0 0 12px #C8C8C8;
}

.btn.submit {
    min-width: 200px;
    height: 50px;
    border-radius: 8px;
    background: var(--color);
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    letter-spacing: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

input[type="range"] {
    outline: 0;
    border: 0;
    border-radius: 500px;
    width: 400px;
    max-width: 100%;
    margin: 24px 0 16px;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="range"] {
        overflow: hidden;
        height: 10px;
        -webkit-appearance: none;
        background-color: #ddd;
    }
    input[type="range"]::-webkit-slider-runnable-track {
        height: 10px;
        -webkit-appearance: none;
        color: #444;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }
    input[type="range"]::-webkit-slider-thumb {
        width: 10px;
        -webkit-appearance: none;
        height: 10px;
        cursor: ew-resize;
        background: #fff;
        box-shadow: -325px 0 0 320px #ffa406, inset 0 0 0 10px #e36606;
        border-radius: 50%;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
        position: relative;
    }
    input[type="range"]:active::-webkit-slider-thumb {
        background: #fff;
        box-shadow: -325px 0 0 320px #ffa406, inset 0 0 0 3px #e36606;
    }
}

input[type="range"]::-moz-range-progress {
    background-color: #43e5f7;
}
input[type="range"]::-moz-range-track {
    background-color: #9a905d;
}
input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
}
input[type="range"]::-ms-fill-upper {
    background-color: #9a905d;
}

.range_value {
    position: absolute;
    right: 20px;
    top: 25px;
    font-weight: 700;
    font-size: 18px;
}

.btn.submit:active {
    background-image: linear-gradient(100deg, #ffa406, #e36606) !important;
}

.innerpage-template .input-group-prepend {
    box-shadow: 0 0 12px #C8C8C8;
}

.innerpage-template .select2.select2-container {
    width: 100% !important;
    height: 45px;
    color: #575757;
    border: none;
    box-shadow: 0 0 12px #C8C8C8;
}

.select2-dropdown {
    z-index: 1000 !important;
    border: none !important;
}

.innerpage-template .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.innerpage-template .select2-container--default .select2-selection--single {
    border: none;
    height: 45px;
    display: flex;
    align-items: center;
}

.innerpage-template .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.innerpage-template .select2-container--default.select2-container--focus .select2-selection--multiple,
.innerpage-template .select2-container--default .select2-selection--multiple {
    border: 0;
}

.innerpage-template .select2-container .select2-search--inline .select2-search__field {
    font-size: 95%;
}

.innerpage-template .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 45px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--color) !important;
}

.innerpage-template .input-group-prepend .input-group-text {
    background: var(--color);
    color: #FFFFFF;
    box-shadow: 0 0 12px #C8C8C8;
}

.innerpage-template .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.innerpage-template .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: var(--color);
    box-shadow: none;
    outline: none;
}

.innerpage-template .custom-control-label::before {
    border: 1px solid var(--color);
    background-color: transparent;
}
.innerpage-template .custom-checkbox .custom-control-input:checked {
    outline: none;
    box-shadow: none;
}

.innerpage-template .custom-control-label,
.innerpage-template .custom-control {
    cursor: pointer;
}

.custom-control-input:active~.custom-control-label::before {
    background-color: transparent;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.innerpage-template .form-control:disabled,
.innerpage-template .form-control[readonly] {
    background-color: #FFFFFF;
}

.innerpage-template .form-control:disabled:focus,
.innerpage-template .form-control[readonly]:focus {
    background-color: #FFFFFF;
}

.innerpage-template .custom-control-label.bg-label {
    width: 25px;
    border-radius: 3px;
    box-shadow: 0 0 5px dimgrey;
}

.innerpage-template .custom-control-label.bg-label[for=bg_1] {
    background-color: #F3F3F3;
}

.innerpage-template .custom-control-label.bg-label[for=bg_2] {
    background-color: #E8E5E2;
}

.innerpage-template .custom-control-label.bg-label[for=bg_3] {
    background-color: #E5E7EA;
}

.innerpage-template .custom-file-label {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.innerpage-template .custom-file-label::after {
    background-image: linear-gradient(100deg, #ffa406, #e36606);
    color: #FFFFFF;
    font-style: initial;
    font-weight: initial;
    font-size: initial;
}

.innerpage-template .custom-file-input:focus~.custom-file-label {
    border-color: #ced4da;
    box-shadow: none;
}

#authentication {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    background-color: #ece8e4;
}

#authentication .vh-100 {
    height: 100vh;
}

#main_color_text {
    padding-right: 50px;
}

.innerpage-template .sample_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

input[type="color"] {
    position: absolute;
    bottom: 20px;
    background: none;
    width: 35px;
    height: 36px !important;
    right: 15px;
    border: none;
    padding: 0;
    outline: none;
}

.position-relative > input[type="color"] {
    top:0;
    bottom: 0;
    margin: auto;
    right: 5px;
}

.ht-40 {
    height: 40px;
}

#specific_date {
    display: none;
}

input[type="color"]#bg_color_custom {
    top: -5px;
    bottom: 0;
    right: -8px;
    width: 30px;
    height: 32px !important;
}

input[type="color"]#bg_color_custom:focus {
    background: transparent;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 3px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.innerpage-template .row-bordered {
    border-top: 1px solid #f28806;
    border-bottom: 1px solid #f28806;
}

@media (max-width: 969px) {

    .innerpage-template .invalid-feedback {
        margin-top: 0;
    }

}


@media (max-width: 570px) {


    #thankyou .thankyou-img {
        width: 470px;
        height: 470px;
    }

    #thankyou .section-title,
    #thankyou .section-text {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


@media (max-width: 480px) {

    #thankyou .thankyou-img {
        width: 310px;
        height: 310px;
    }

    #thankyou .section-title {
        font-size: 28px;
    }

}