body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
p,
b,
li,
ul,
a {
    font-family: dana;
}

input::placeholder,
input {
    direction: rtl;
}

.Logo {
    /*width: 250px;*/
    height: 340px;
    object-fit: contain;
}

#kt_content_container {
    margin-bottom: 50px;
}

.chat {
    padding: 10px 7px;
    border-radius: 5px;
    cursor: pointer;
}

.chat:hover {
    background: azure;
}

.success-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 30px;
}

.on-the-center {
    left: 0%;
    right: 0%;
    text-align: center;
}

.ui-autocomplete-modal {
    z-index: 10000 !important;
}

.auth-title-color {
    color: #3e1385;
}

.auth-background {
    background-color: #5e899f38
}

@media print {
    @page {
        size: landscape;
        margin: 5mm;
    }

    .printable {
        display: block !important;
        opacity: 1 !important;
    }

    .imprintable {
        display: none !important;
    }

    .printable img {
        display: block !important;
    }

    .printable-page {
        page-break-inside: avoid;
        page-break-after: always;
    }
}

.rules {
    text-align: justify;
}

.rules p {
    margin-bottom: 1.3rem;
}
