/* Global z-index removed - was breaking stacking contexts */


.gray_text {
    color: #888;
}

.gray_link:active {
    color: #888;
}

.gray_link {
    color: #888;
}

.gray_link:hover {
    color: #888;
}

.profile_avatar {
    border-radius: 50%;
}

.tx-light {
    color: #fff !important;
}

.text-cetner {
    text-align: center !important;
}



.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: rgb(12, 147, 78);
    border-color: rgb(12, 147, 78);
}

.align-center {
    display: flex;
    align-items: center;
}

.whatsapp_btn_container {
    position: relative;
}

.whatsapp_btn_container a {
    z-index: 5;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #25D366;
    color: #fff;
    padding: 14px 15px;
    border-radius: 50%;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tx-light-hover:hover {
    color: #fff !important;
}

.quiz_result {
    overflow: hidden;
}

.single_service_style {
    padding-bottom: 5px;
    border-radius: 12px;
    display: grid;
    align-items: self-end;
}

a {
    text-wrap: balance !important;
}


.all__anssers___container {
    background-blend-mode: lighten;
    background-color: #ffffffd1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.quesion_main_style,
.quesion_main_style * {
    text-align: center;
    font-size: 1.5rem !important;
    color: #ff0000 !important;
    font-weight: bold !important;
    font-family: 'AbdoMaster' !important;
}

@media (max-width: 768px) {

    .quesion_main_style,
    .quesion_main_style * {
        font-size: 1rem !important;
    }

    .questions_container form {
        padding: 5px;
    }
}

.quesion_main_style img {
    max-height: 200px;
    max-width: 90% !important;
}


.question-previous {
    background-color: #4d5066;
    color: #fff;
}