* {
    margin: 0px;
    padding: 0px;
}


.message-container {
    max-width: 977px;
    margin: 50px auto;
    border-radius: 16px;
}

    .message-container h2 {
        font-size: 34px;
        line-height: 76px;
        font-weight: 700;
        color: #4B4579;
        margin-bottom: 15px;
    }

    .message-container p {
        font-size: 20px;
        line-height: 38px;
        font-weight: 400;
        color: #424242;
        margin-bottom: 40px;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

.btn-message-state {
    background-color: #4D3D87;
    border: 1px solid #4D3D87;
    width: 223px;
    height: 49px;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    display: inline-flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .btn-message-state.transparent {
        background-color: transparent;
        color: #4D3D87;
    }

        .btn-message-state.transparent:hover {
            background-color: transparent;
            color: #4D3D87;
        }

    .btn-message-state:hover {
        gap: 8px;
        color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }


.failure-message {
    background-color: #4D3D871A;
    padding: 30px;
}

.failure-red {
    background-color: #DC26260D;
}

.message-container.failure-red h2 {
    color: #DC2626;
}

.text-right {
    text-align: right;
}

.success-space {
    max-width: 680px;
    margin: 50px auto;
}

    .success-space p {
        max-width: 100%;
    }

.info-details {
    border-top: 1px solid #D6D6D6;
    padding-top: 20px;
    margin: 40px 0px 40px;
}

.label-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.label-info {
    font-size: 16px;
    color: #4B4579;
    line-height: 30px;
    font-weight: 700;
    min-width: 200px;
}

.label-result {
    font-size: 16px;
    color: #424242;
    line-height: 30px;
    font-weight: 400;
    min-width: 140px;
}

.btns-set {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.label-result a {
    text-decoration: underline;
}

.success-green {
    background-color: #0478571A;
}

    .success-green.message-container h2 {
        color: #047857;
    }

    .success-green .btn-message-state.transparent {
        background-color: #fff;
    }

.english {
    font-family: "Poppins", sans-serif;
}

.title {
    text-align: center;
}

.english.message-container p {
    line-height: 27px;
}

.success-red {
    background-color: #DC26260D;
}

    .success-red.message-container h2 {
        color: #DC2626;
    }

.home-btn:hover {
    padding: 15px 25px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin: 30px 0px;
    border-radius: 50px;
}

[dir="ltr"] .text-right {
    text-align: left !important;
}

[dir="rtl"] .message-content.text-right {
    text-align: right !important;
}
[dir="rtl"] .btn-message-state img {
    transform: rotate(180deg);
}
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi-Bold.eot');
    src: url('../fonts/DroidArabicKufi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidArabicKufi-Bold.woff2') format('woff2'), url('../fonts/DroidArabicKufi-Bold.woff') format('woff'), url('../fonts/DroidArabicKufi-Bold.svg#DroidArabicKufi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi.eot');
    src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidArabicKufi.woff2') format('woff2'), url('../fonts/DroidArabicKufi.woff') format('woff'), url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}