﻿.Feedback_Message_Wrapper_Close :: before{
title: "Oi" ;!important


}

.myModal{
    border-radius: 4px;
    background-color: rgba(0,0,0,0.54);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1;
    top: 65px;
    width: 380px;
    margin-left: 5%;
    font-size: 14px;
}

.desktop .box-login {
    margin-left: 0px;
    top: 134px;
    background-color: #0000008B;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    width: 500px;
}

.phone .box-login, .tablet .box-login {
    margin-left: 0px;
    top: 90px;
    background-color: #0000008B;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.os-internal-ui-dialog os-internal-ui-widget os-internal-ui-widget-content os-internal-ui-corner-all os-internal-Popup os-internal-ui-draggable
{height:height: auto !important;
margin-top: -10px !important;}