label.report-box-text-class{
    font-size: 15px;
    margin: 0;
    z-index: 9999;
}
.report-box-error-background{
    background-color: lightcoral;
}
.report-box-error-text{
    color: red;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 0px 4px; margin: 0;
}
.report-box-secesfully-sent-text{
    color: green;
    font-weight: bold
}
.report-box-title-text-class{
    color: black;
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    text-decoration: underline;
    display: inline-block;
    border-radius: 4px;
    padding: 0 10px 0 10px;
    line-height: 20px;
    padding-top: 5px;
}
.report-box-text-class{
    color: black;
}
.gearButton{
    filter: invert(1);
    cursor: default !important;
}
.report-box-paragraph-class{
    text-align: center;
    padding: 5px;
    color: black;
}
.extradmcaahref:hover{
    color: red !important;

}
.extradmcaahref{
    color: red;
}
.report-box-input-class{
    border-style: solid;
    border-color: gray;
    padding: 5px;
    border-style: solid;
    height: 35px;
    border-radius: 4px;
    padding-left: 10px;
    width: 100%;
    border: 1px solid #aaa;
    background: #eee;
}
#report-box-main-body-id{
    background-color:rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
#report-box-main-extra-id {
    top: 15%;
    left: 0;
    bottom: auto;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
    max-width: 800px;
    background-color:rgba(0, 0, 0, 0.7);
    resize: vertical;
    position: absolute;
    height: auto;
    padding: 0px 15px;

}
#report-box-main-box-body-id{
    background-color: white;
    width: auto;
    height: auto;
    max-height: 600px;
    z-index: 9998;
    border-radius: 4px;
    padding-bottom: 10px;
}
#report-box-escape-button-id{
    top: 0;
    left: 0;
    z-index: 9999;
    background: black;
    color: white;
    font-weight: 900;
    font-size: 13px;
    float: right;
    margin: 2px;
    border-radius: 5px;
    border: 0;
}
#report-box-title-paragraph{
    top:0;
    text-align: center;
    z-index: 9999;
    position: relative;
}
#report-box-container-for-name-email{
    display: block;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 470px;
    padding: 0 20px 0 20px;
}
#report-box-container-for-pick-reason{
    display: grid;
    margin: 0;
    padding-bottom: 10px;
}
#report-box-selectpickreason-name{
    z-index: 9999;
}
#report-box-selectpickreason{
    height: 35px;
    background: #222;
    color: white;
    font-weight: 500;
    margin: 0;
    padding-left: 5px;
    border-radius: 4px;
    width: 100%;
    border: 0;
}
#report-box-container-for-email{
    display: grid;
    padding-bottom: 20px;
}
#report-box-person-email-paragraph-input{
    z-index: 9999;
}
#report-box-container-description{
    display: none;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 470px;
    padding: 0 20px 0 20px;
}
#report-box-description{
    z-index: 9999;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 8px;

}
#report-box-description-input{
    width: 100%;
    height: 100%;
    max-height: 300px;
    z-index: 9999;
}
#report-box-container-for-cancel-send {
    display: block;
    flex-wrap: wrap;
    margin: 0;
    text-align: center;
    font-size: 15px;
}
#report-box-cancel-button-id{
    top:0;
    left:0;
    z-index: 9999;
    margin: 5px;
    background: #999;
    color: white;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    width: auto;
    height: 35px;
    padding: 0 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
#report-box-send-button-id{
    top:0;
    left:0;
    z-index: 9999;
    margin: 5px;
    background: #333;
    color: white;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    width: auto;
    height: 35px;
    padding: 0 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
#report-box-error-messgae{
    top: 0;
    text-align: center;
    z-index: 9999;
    position: relative;
}
.loading-text {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.dot {
    animation: blink 1.4s infinite step-start;
    opacity: 0;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes blink {
    0%, 20%, 50%, 80%, 100% {
        opacity: 0;
    }
    30%, 60%, 90% {
        opacity: 1;
    }
}
