/*  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: red;
    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: #0048ff;
    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;
}
.button-box_modal .modal-dialog {
    margin-right: unset;
}



@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: #0048FF;
    padding: 10px 10px;
    text-align: center;
    margin: 6px 0px;
    border-radius: 6px;
    width: 100% !important;
    color: white;
}
.inputlabel{
    color: white;
}
/*  ADA STYLING */
