.login-btn {
    font-size: 1.1rem;
}

@media (min-width: 600px) {
    .login-btn {
        display: none;
    }
}

body {
    background-color: #f8f9fa;
}


.body-custom {
    margin: 20px;
    border-radius: 20px;
    background-color: #f2f2f2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

    .body-custom > :last-child {
        flex-grow: 1;
        overflow-y: auto;
    }

.login-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}

    .login-container h2 {
        text-align: center;
        margin-bottom: 30px;
    }

.admin-primarybtn {
    background-color: #0BA250 !important; /* Button color */
    color: #fff !important; /* Text color */
    padding: 10px 20px !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* Initial shadow */
    transition: box-shadow 0.3s ease-in-out !important; /* Smooth transition on shadow change */
}

    .admin-primarybtn:hover {
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2) !important; /* Shadow on mouseover */
    }


/* Custom CSS to set Persian numbers for pagination */
.mud-pagination span {
    font-family: iranyekan !important;
}

.mud-list {
    font-family: iranyekan !important;
}

.mud-list-item {
    font-family: iranyekan !important;
}

b {
    font-family: iranyekan !important;
}

h6 {
    font-family: iranyekan !important;
}

.mud-button-label {
    font-family: iranyekan !important;
}

.mud-typography {
    font-family: iranyekan !important;
}
/*.mud-table-pagination-information::after {
    content: " تعدادسطر در هر خط";*/ /* The text you want to add */
/* Other styling properties for the added text */
/*font-weight: bold;
    color: green;*/
/* Adjust styling as needed */
/*}*/
.mud-list-item-clickable {
    font-family: iranyekan !important;
}

p {
    font-family: iranyekan !important;
}

a {
    font-family: iranyekan !important;
}

.Custom-ltr {
    direction: ltr;
}

.mud-charts-xaxis {
}

.my-table {
    border-collapse: separate;
    border-spacing: 0 10px; /* Adjust the second value for the desired space */
}

    .my-table tbody tr {
        border-bottom: 0;
        border-bottom-width: 0px !important;
    }
/* Apply vertical text orientation to text within .mud-charts-xaxis */
/*.mud-charts-xaxis text {
        writing-mode: vertical-rl;
        text-orientation: upright !important;
        white-space: nowrap;*/ /* Prevent text from wrapping */
/*}*/

.custom-br-5 {
    margin-top: 5px;
}

.custom-br-4 {
    margin-top: 4px;
}

.custom-br-3 {
    margin-top: 3px;
}

.custom-br-2 {
    margin-top: 2px;
}

.custom-br-1 {
    margin-top: 1px;
}

.no-space {
    margin: 0;
    padding: 0;
}

.empty-row {
    border: 1px solid #ddd; /* Border style similar to other rows */
}

.g2-tooltip {
    font-family: iranyekan !important;
}


/*.g2-html-annotation:lang(en) {
    content: "Total" !important;
}

.g2-html-annotation:lang(fa) {
    content: "جمع" !important;
}*/
#SfCharts-31a81caf-284d-4e98-ae09-586f8929bcd9_ChartBorder {
    font-family: iranyekan !important;
}

.custom-font {
    font-family: iranyekan !important;
}

.custom-white-avatar {
    background-color: white !important;
    color: black !important;
}

.custom-mudbutton-size {
    width: 64px !important;
    height: 30px !important;
}

.custom-captcha_image-size {
    width: 200px !important;
    height: 100px !important;
}
