﻿
.main-grait h5 {
    color: #0d3685;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.grait-user p {
    color: #0d3685;
    font-family: "Poppins", sans-serif;
}

.grait-user h5 {
    color: #0d3685;
    font-family: "Poppins", sans-serif;
    margin: 6px 0;
}

hr {
    border: 1px solid #E2E2E2;
}

.main-grait {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}

.grait-user {
    margin-top: 40px;
    text-align: center;
}

    .grait-user img {
        max-width: 100%;
        height: 8rem;
        width: 8rem;
        border-radius: 50%;
        object-fit: cover;
    }

.form-group {
    padding: 10px;
    margin-top: 20px;
    width: 50%;
    margin: 0 auto;
}

.input-body {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgb(0 168 234 / 35%);
    border-radius: 23px;
    position: relative;
    margin-top: 6px;
}

    .input-body img {
        padding: 10px;
        padding: 10px;
        border-radius: 1px solid black;
        border: 1;
        border-right: 1px solid #0D3685;
    }

    .input-body input {
        border: none;
        outline: none;
        padding: 17px 10px;
        font-family: "Poppins", sans-serif;
        position: relative;
    }

        .input-body input::placeholder {
            color: #C8C8C8;
            font-family: "Poppins", sans-serif;
        }

select {
    width: 40%;
    border: 0;
    outline: none;
    color: #C8C8C8;
    font-family: "Poppins", sans-serif;
}

    select option {
        font-family: "Poppins", sans-serif;
        color: #C8C8C8;
    }

.select-dropdown {
    position: absolute;
    font-family: "Poppins", sans-serif;
    right: -70px;
}

.form-group label {
    font-family: "Poppins", sans-serif;
    color: #0D3685;
    font-weight: 500;
}

.optionla-label {
    margin-top: 20px;
}

    .optionla-label textarea {
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgb(0 168 234 / 35%);
        border-radius: 23px;
        width: 92%;
        padding: 10px 10px;
        resize: none;
        border: none;
        margin-top: 6px;
        font-family: "Poppins", sans-serif;
    }

        .optionla-label textarea:focus-visible {
            outline: none;
        }

        .optionla-label textarea::placeholder {
            font-family: "Poppins", sans-serif;
            color: #C8C8C8;
        }

.grait-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .grait-btn button {
        border: none;
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgba(0, 168, 234, 0.35);
        border-radius: 50%;
        padding: 14px;
        transition: 0.3s ease-in-out;
        cursor: pointer;
    }

        .grait-btn button:active {
            box-shadow: 0px 0px 8px 4px rgb(9 147 202 / 35%);
            -webkit-transform: scale(0.90);
            -moz-transform: scale(0.90);
            -ms-transform: scale(0.90);
            -o-transform: scale(0.90);
            transform: scale(0.90);
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }


.feed-back-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

    .feed-back-btn button {
        border: none;
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgba(0, 168, 234, 0.35);
        padding: 8px;
        height: 40px;
        font-family: "Poppins", sans-serif;
        width: 40%;
        border-radius: 20px;
        color: #0D3685;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .feed-back-btn button img {
            margin-right: 6px;
        }

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
}

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .grait-user p {
        font-size: 13px;
        line-height: 1.4;
    }

    .main-grait {
        padding-top: 50px;
    }

    .form-group label {
        font-size: 14px;
    }

    .main-grait h5 {
        font-size: 18px;
    }

    .form-group {
        width: 90%;
        overflow: hidden;
    }

    .grait-btn button {
        padding: 8px;
        height: 50px;
        width: 50px;
    }

        .grait-btn button img {
            height: 30px;
            max-width: 100%;
        }

        .grait-btn button:active {
            box-shadow: 0px 0px 8px 4px rgb(9 147 202 / 35%);
            -webkit-transform: scale(0.90);
            -moz-transform: scale(0.90);
            -ms-transform: scale(0.90);
            -o-transform: scale(0.90);
            transform: scale(0.90);
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }
}
