﻿#modalFeedbackApel .modal-content,
#modalFeedbackTrimis .modal-content {
    border-radius: 10px;
    border: none;
    width: unset;
    max-width: unset;
}

#modalFeedbackApel .modal-body {
    padding: 0;
}

#modalFeedbackApel .modal-dialog {
    width: 100vw;
    margin: 0;
}

#modalFeedbackApel .titluFeedback,
#modalFeedbackTrimis .titluFeedback {
    color: #7563F8;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
    margin: 0;
}

#modalFeedbackTrimis .titluFeedback {
    padding: 25px;
    font-size: 18px;
    font-weight: 500;
}

#modalFeedbackApel .descriereFeedback {
    color: #7563F8;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

#modalFeedbackApel .modal-header {
    border-bottom: none;
}

#modalFeedbackApel .iconCloseModal {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    color: #7563F8;
    padding: 8px;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}

#modalFeedbackApel .close {
    opacity: 1;
}

#modalFeedbackApel .zonaAcordaRating {
    padding: 60px 55px;
    max-width: 330px;
}

    #modalFeedbackApel .zonaAcordaRating.smallPadding {
        padding: 30px 55px 25px 55px;
    }

#modalFeedbackApel .divRatingContainer {
    display: flex;
    justify-content: center;
    width: 100%;
}

#modalFeedbackApel .divParentStarReview {
    color: #afbedc;
    line-height: 15px;
    font-size: 23px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

    #modalFeedbackApel .divParentStarReview:hover i {
        color: #f39c12;
        font-weight: bold;
        cursor: pointer;
    }

    #modalFeedbackApel .divParentStarReview i:hover ~ i {
        color: #afbedc;
        font-weight: normal;
    }

#modalFeedbackApel .starOn {
    color: #f39c12;
    font-weight: bold;
}

#modalFeedbackApel #divZonaReclamaPatrata {
    border-top: 1px solid #D9D9D9;
    padding: 15px !important;
    max-width: 330px;
}

#modalFeedbackApel .reclamaPatrata {
    display: block;
    max-width: unset !important;
    padding: 0px !important;
}

.divZonaFeedbackSlab {
    display: none;
    padding: 50px 35px 20px 35px;
    max-width: 400px;
}

.titluFeedbackApel {
    border-bottom: 1px solid #7563F8;
    padding: 25px 15px;
}

#modalFeedbackApel .divListaRaspunsuri {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

#modalFeedbackApel .custom-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 7.5px 0;
}

    #modalFeedbackApel .custom-radio input[type="radio"] {
        appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #949494;
        background-color: #fff;
        position: absolute;
        right: 15px;
        transition: all 0.2s ease;
        cursor: pointer;
        margin: 0;
    }

        #modalFeedbackApel .custom-radio input[type="radio"]:checked {
            border: 1px solid #0075FF;
        }

            #modalFeedbackApel .custom-radio input[type="radio"]:checked::before {
                content: '';
                position: absolute;
                top: 2.3px;
                left: 2.3px;
                width: 10.1px;
                height: 10.1px;
                border-radius: 50%;
                background-color: #0075FF;
            }

    #modalFeedbackApel .custom-radio label {
        color: rgba(80, 89, 108, 0.70);
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
        max-width: 200px;
        cursor: pointer;
    }

#modalFeedbackApel #lnkTrimite {
    display: none;
    border-radius: 5px;
    color: #FFF;
    background: #7563F8;
    height: 44px;
    padding: 10px 20px;
    text-align: center;
    margin: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    transition: all 0.2s ease-in;
}

    #modalFeedbackApel #lnkTrimite.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #modalFeedbackApel #lnkTrimite:hover, #lnkTrimite:focus {
        color: #FFF;
        text-decoration: none;
    }

#divZonaMesajFeedback {
    display: none;
    padding: 0 20px;
}

#txtMesajFeedback {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    color: rgba(80, 89, 108, 0.70);
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding: 10px 15px;
    resize: none;
}

#divZonaMesajFeedback.active {
    display: block;
}

#txtMesajFeedback.eroare {
    border: 1px solid red;
}

#modalFeedbackApel .divErrorMesajFeedback {
    color: red;
    font-size: small;
    display: none;
}

@media screen and (max-width:600px) {
    #modalFeedbackApel .modal-content {
        max-width: 330px;
        max-height: 95vh;
    }

    #modalFeedbackApel .modal-body {
        max-height: 100%;
        overflow-y: scroll;
    }

    #modalFeedbackApel .iconCloseModal {
        top: 6px;
        right: 6px;
    }

    #modalFeedbackApel .zonaAcordaRating.smallPadding {
        padding: 55px 55px 25px 55px;
    }
}
