.feedbackButton span {
    display: none;
}

.feedbackButton {
    background-color: #4891E3;
    position: fixed;
    left: 0px;
    bottom: 49px;
    width: 30px;
    height: 30px;
    padding: 3px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
}

.feedbackButton .smile-button-feedback {
    width: 16px;
    margin-bottom: 2px;
}

@media(min-width: 768px) {
    .feedbackButton {
        height: 120px;
        bottom: 30%;
    }
    .feedbackButton .smile-button-feedback {
        margin-top: 3px;
        margin-bottom: 0px;
    }
    .feedbackButton span {
        display: block;
        transform: rotate(-90deg);
        margin-bottom: 29px;
        margin-top: 29px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .feedbackButton span {
        margin-bottom: -29px;
        margin-top: 32px;
    }
}

/* iphone x */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .feedbackButton {
        bottom: 98px;
    }
}

.close-button-feedback {
    position: absolute;
    right: 15px;
    top: -13px;
    cursor: pointer;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animated {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.feedbackContainer {
    position: fixed;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
    width: 300px;
    border-radius: 6px;
    bottom: 20%;
    left: 10px;
    padding: 20px 0px 0px 0px;
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    background-color: white;
    z-index: 100000;
    font-family: 'Noto Sans', sans-serif;
}

.h5-header-feedback {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #555;
    margin: 0px 0px 14px 0px;
}

.notas span, .notas-selected span {
    border-radius: 3px;
    padding: 3px 1px;
    width: 23px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: .1s;
}

.notas:hover span {
    opacity: 0.3;
    transition: .1s;
}

.notas span:hover {
    opacity: 1;
}

.notas, .notas-selected {
    display: flex;
    justify-content: space-around;
    padding: 0px 10px;
}

#nota-0 {
    background-color: #f4331a;
}

#nota-1 {
    background-color: #f4331a;
}

#nota-2 {
    background-color: #f4331a;
}

#nota-3 {
    background-color: #f4331a;
}

#nota-4 {
    background-color: #f4331a;
}

#nota-5 {
    background-color: #f4331a;
}

#nota-6 {
    background-color: #f4331a;
}

#nota-7 {
    background-color: #fbff00;
    color: #757575;
}

#nota-8 {
    background-color: #fbff00;
    color: #757575;
}

#nota-9 {
    background-color: #00995D;
}

#nota-10 {
    background-color: #00995D;
}

.footer-notas {
    font-size: 11px;
    color: #666;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
}

.footer-notas span {
    display: flex;
    align-items: center;
}

.a-feedback, .a-feedback:hover {
    color: #5f5f5f !important;
    margin-left: 3px;
}

.a-feedback:hover {
    text-decoration: underline !important;
}

.fullFooter {
    font-size: 11px;
    color: #666;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 0px 10px;
}

.fullFooter span {
    display: flex;
    align-items: center;
}

.btn-feeedback-submit {
    border: none;
    background-color: #00985c;
    color: white;
    margin: 5px 0px 5px 10px;
    padding: 5px 10px;
    border-radius: 4px;
}

.a-feedback, .a-feedback:hover {
    color: #5f5f5f !important;
    margin-left: 3px;
}

.a-feedback:hover {
    text-decoration: underline !important;
}

.input-text-email-feedback {
    border: none !important;
    border-radius: 0px !important;
    background-color: #eaeaea;
    width: 100%;
    padding: 10px 0px;
    margin-top: 10px;
    resize: none;
    outline: none;
    color: #5f5f5f !important;
    font-size: 14px !important;
}

.input-text-area-feedback {
    border: none !important;
    border-radius: 0px !important;
    background-color: #eaeaea;
    width: 100%;
    margin-top: 10px;
    resize: none;
    outline: none;
    color: #5f5f5f !important;
    box-sizing: border-box;
    font-size: 14px !important;
}

.h5-header-feedback {
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #00985c;
    margin: 5px 0px 25px 0px;
}