/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 20%;
    top: 40%;
    width: 60%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    padding: 0;
    width: 30%;
    margin: auto;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 1.3rem;
}

@media screen and (max-width: 600px) {
    /* Modal Content */
    .modal-content {
        position: relative;
        background-color: #fefefe;
        padding: 0;
        width: 80%;
        margin: auto;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
        border-radius: 1.3rem;
    }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #757575;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: 4px;
}

.close:hover,
.close:focus {
    color: #757575;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: white;
    color: #757575;
    border-radius: 1.3rem;
    margin: auto;
}

.modal-footer {
    padding: 0 0 7px 16px;
}

.modal-body {
    padding: 2px 16px;
}


.mb-2 {
    margin-bottom: .5rem!important;
}

.mt-0 {
    margin-top: 0!important;
}

.p-1 {
    padding: .25rem!important;
}


.themeColor,
.themeColor_Hover:hover {
    color: #de4d44;
}


.cursorPointer {
    cursor: pointer;
}

.FormIcon {
    font-size: 0.9em;
    top: 12px;
    color: #666;
}

.FormIconRight {
    right: 12px;
}

.LanguageSelectionText {
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    background-color: #e7e7e7;
    color: #797979;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.PageHeadingIcon {
    color: #757575;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-left: 12px;
}
