﻿#sidebar-back {
    display: none;
    pointer-events: all;
    opacity: 0.45;
    background-color: #444;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    visibility: visible;
}

.animate-right {
    position: relative;
    animation: animateright 0.28s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

#contact-sidebar {
    height: 100%;
    width: 55rem;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
    right: 0px;
    top: 0px;
    left: 0px;
    z-index: 1100;
    padding:4rem 6rem;
}

.icon-btn {
    font-size: 20px;
    cursor: pointer;
    color: #4d4d4d;
}

#contact-sidebar h4 {
    color: #4d4d4d;
}

#contact-sidebar label {
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
    color: #4d4d4d;
}

#contact-sidebar input, #contact-sidebar textarea {
    background: 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#contact-sidebar textarea{
    height: 6.8rem;
}

#contact-sidebar input:focus, #contact-sidebar textarea:focus {
        border: 1px solid #bbb;
        box-shadow: 0 1px 3px #ddd;
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

#contact-sidebar input:after, #contact-sidebar textarea:after {
        background-color: #fff !important;
        color: #fff !important;
        background: #fff !important;
    }

.contact-way-container {
    width: 100%;
    margin: 4rem 0 1.5rem 0;
}

.option-container{
    display: flex;
    height: 45px;
}

.option {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 1px 2px #f5f5f5;
}

.option:hover {
    border: 1px solid #d1d1d1;
    box-shadow: 0 4px 5px -2px #ddd;
}


.first-radio{
    margin-left: 5px;
}

.option .fal {
    font-size: 17px;
}

.option-text p{
    padding-right:5px;
}

.option-text {
    display: flex;
    margin: 1.1rem auto;
    justify-content: center;
    color: #4d4d4d;
}

.active-option {
    border: 2px solid #8f8f8f;
    box-shadow: 0 2px 7px 0px #cacaca;
}

.active-option:hover {
    border: 2px solid #8f8f8f;
    box-shadow: 0 4px 5px -2px #cacaca;
}

.active-option p{
    font-weight: bold;
}

.disable-option {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-size: 13px;
    cursor: default;
    box-shadow: none;
}

    .disable-option:hover {
        border: 1px solid #eeeeee;
        box-shadow: none;
    }

    .disable-option option-text {
        font-weight: normal;
        color: darkgray;
    }

#CaptchaImage {
    padding: 1rem 0 1.5rem 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto;
}

.captcha{
    margin-bottom:4rem;
}

.captcha br {
    display: none;
}

.submit-btn {
    padding: 1.15385rem 1.38462rem;
    display: inline-block;
    position: relative;
    border: 0;
    /*background-color: #444;*/
    background-color: #666;
    color: #fff;
    /*font-weight: 600;*/
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    width: 100%;
    min-height: 50px;
}

.outline-btn {
    border: 1px solid #d5d5d5;
    background: transparent;
    color: #444;
    text-transform: none;
    border-radius: 3px;
    font-weight: 200;
    padding: 1.15385rem 1.38462rem;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    min-height:50px;
}

.required-field {
    font-size: 12px;
}

.invalid-field input, .invalid-field textarea {
    border: 1px solid #ec4646 !important;
    box-shadow: 0 0px 4px #ec4646 !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.invalid-field label, .invalid-field span {
    color: #ec4646 !important;
}

.response-text{ 
    margin: 0 auto;
    justify-content: center;
    padding: 0;
    display: flex;
    text-align: center;
    margin: 3rem 0;
}

.response-text .ok, .response-text .failed {
        font-size: 20px;
        padding: 0 1rem;
    }

.ajax-loader {
    width: 50px;
}

.contact-btn {
    max-width: 240px;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    /*box-shadow: 0 1px 3px 1px #ddd;*/
}

.contact-btn:hover {
    box-shadow: 0 1px 3px 1px #ddd;
}

.contact-btn {
    box-shadow: 0 1px 3px 1px #ddd;
    background-color: var(--base-background);
    border:none;

}
.contact-btn {
    background-color: #606060 !important;
    border-radius: 0px !important;
    color: #fffcf7 !important;
    font-size: 1.3rem !important;
    height: 37px !important;
    text-decoration: none;
    text-align: center;
    box-shadow: none !important;
    max-width: none !important;
}
#ContactTitle, #ContactText, #UserFullName, #UserEmail, #UserPhoneNumber, #CaptchaInputText {
    color: #262626 !important;
}