﻿/*
.feed-back-form {
    background: #17181C;
    border-radius: 20px;
    padding: 20px 20px 40px 20px;
    color: #fff;
}*/

.feed-back-form {
    background: #17181C;
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 40px;
}


.feed-sm-title {
    color: #0081FE;
    font-size: 0.70rem;
    font-weight: 500;
    text-transform: uppercase;
}

.feed-bg-title {
    color: #8e8e8e;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 20px;
}

    .feed-bg-title span {
        color: #fff;
        font-size: 1.2rem;
    }

.feed-in {
    position: relative;
/*    margin-bottom: 20px;*/
}

    .feed-in .form-control {
        background: none;
        color: #fff;
        height: 48px;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 10px;
        padding-top: 20px;
    }

/*        .feed-in .form-control.textarea {
            height: auto;
            min-height: 80px;
            padding: 20px 10px;
        }*/

    .feed-in label {
        /*     font-size: 0.60rem;
        color: #858585;
        position: absolute;
        left: 10px;
        top: 6px;
        text-transform: uppercase;
        pointer-events: none;
        transition: 0.2s;*/
        font-size: 0.60rem;
        color: #858585;
        position: absolute;
        left: 10px;
        top: 6px;
        text-transform: uppercase;
    }




    .feed-in .form-control:focus {
        border-color: #fff;
        box-shadow: none;
    }




    .feed-in label {
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.7);
        pointer-events: none;
        transition: all 0.25s ease;
        background: transparent;
        z-index: 2;
    }

    .feed-in input:focus ~ label,
    .feed-in input:not(:placeholder-shown) ~ label {
        top: 0px;
        left: 12px;
        color: #fff;
        background: #17181C;
        padding: 0 6px;
        transform: translateY(-50%);
        z-index: 3;
    }

    .feed-in input:focus {
        border-color: #fff;
        box-shadow: 0 0 0 0.1rem rgba(255,255,255,0.2);
    }

/*input:-webkit-autofill {
    box-shadow: 0 0 0 30px #0A0A0A inset !important;
}
*/



.field-validation-error {
    color: #ff6b6b;
    font-size: 0.75rem;
    margin-top: 5px;
    display: block;
}

.send-btn {
    background: #0A5A94;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 0.90rem;
    padding: 8px 30px;
}

    .send-btn:hover {
        background: #093b5f;
    }

    .send-btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

.sucessfull-modal {
    display: none;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #eaeaea;
    position: fixed;
    top: 20%;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 500px;
    text-align: center;
    z-index: 9999;
}

.sucess-icon img {
    width: 50px;
    margin: 0 auto;
    display: block;
}

.sucess-title {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 20px;
}

.sucess-cont {
    color: #000;
    font-size: 0.90rem;
    padding-top: 10px;
}

.recaptcha-error {
    color: #ff6b6b;
    font-size: 0.75rem;
    margin-top: 5px;
}

/*.feed-in label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.2s ease;
}

.feed-in input:focus ~ label,
.feed-in input:not(:placeholder-shown) ~ label {
    top: -8px;
    left: 10px;
}*/

/*input:-webkit-autofill {
    box-shadow: 0 0 0 30px white inset !important;
}*/


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 30px #0A0A0A inset !important;
    box-shadow: 0 0 0 30px #0A0A0A inset !important;
    transition: background-color 5000s ease-in-out 0s; /* Optional: Smooth transition back to normal bg after autofill */
}