/*  ADA STYLING */


.yellow-link {
    color: yellow !important; 
}
.bigger-font_ada {
    font-size: 30px !important; 
}

.increase-word-spacing p {
    word-spacing: 15px;
}
.increased-line-height {
    line-height: 2; 
}

.extra-increased-line-height {
    line-height: 2.5; 
}

.super-increased-line-height {
    line-height: 3; 
}
/*.read-btn, .header_paragraph, h2 {
    color: #000000; 
}
*/
/*  ADA STYLING MORE*/

.magnify-hover {
    font-size: 24px;
    transition: font-size 0.3s ease-in-out;
}

.magnify-hover:hover {
    font-size: 36px; 
}

.button-boxxxx {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 999;
    right: 0;
/*    bottom: 165px;*/
}


.button-boxxxx a {
    background: #aa0004;
    color: #fff;
    padding: 7px 7px;
    border-radius: 50%;
    text-decoration: none;
    margin: 6px 6px 0px 0px;
}
.button-box_modal .modal-body button {
    float: right;
}
.button-link-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
/*.button-box_modal .modal-content {
    background-color: #eff1f5;
    margin-right: 15px;
}*/
.buttonn-main {
    background-color: #aa0004;
    padding: 10px 10px;
    text-align: center;
    margin: 6px 0px;
    border-radius: 6px;
    width: 100%;
}
.buttonn-main a {
    color: #fff;
    text-decoration: none;
}
.button-box_modal .modal-body h2 {
    text-align: center;
    color: #aa0004;
}
.button-box_modal .modal-dialog {
    margin-right: unset;
}

.close-btn
{
    color: #aa0004 !important;
    font-weight: 900 !important;
}

@media screen and (max-width:820px)   {
    .button-box_modal .modal-dialog {
        margin-right: auto !important; 
    }
    .button-box_modal .modal-content {
        margin-right: 8px;
    }
}

.qwerty {
   background-color: #aa0004;
    padding: 10px 10px;
    text-align: center;
    margin: 6px 0px;
    border-radius: 6px;
    width: 100% !important;
    color: white;
}
.inputlabel{
    color: white;
}
/*  ADA STYLING */



div#exampleModal {
    margin: 1.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 500px;
    padding: 1rem;
    z-index: 1055;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity .15s linear;
    background-color: #fff;
}

.modal.show .modal-dialog {
    transform: none;
    transition: transform .3s ease-out;
    margin-right: unset;
    background: #fff;
}
.button-box_modal .modal-content {
    background-color: #EFF1F5;
    margin-right: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}