@font-face {
    font-family: 'IRANYekanX';
    src: url('/assets/plugins/global/fonts/persian-fonts/IRANYekanX/IRANYekanX-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'IRANYekanX';
    src: url('/assets/plugins/global/fonts/persian-fonts/IRANYekanX/IRANYekanX-Bold.ttf') format('truetype');
    font-weight: bold;
}

body {
    font-family: 'IRANYekanX' !important;
}

/* Start dashboard background image */
/* CSS for the background image and scroll effect */
/* CSS for the background image and scroll effect */
#background-wrapper {
    position: relative;
    padding-top: 300px;
    /* Adjust the top padding to fit the background image height */
    overflow: hidden;
}

#background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    /* Adjust the height to fit the desired background image size */
    background: url('/assets/media/custom/background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    transition: opacity 0.5s ease, filter 0.5s ease;
    /* filter: blur(2px); */
    /* Add blur effect */
}

.scrolled #background-image {
    opacity: 0;
}

.user-dashboard-items {
    position: relative;
    z-index: 1;
    margin-top: -90px;
    /* Adjust to position items above the image */
}

.additional-content {
    position: relative;
    z-index: 2;
    background: white;
    /* Optional: Add background to ensure content visibility */
    /* padding: 20px; Optional: Add padding for better layout */
    margin-top: 110px;
    /* Adjust to provide space between mmx and additional content */
}


/* End dashboard background image */

.select2-selection__rendered,
.select2-results__options {
    /* text-align: start; */
    direction: ltr !important;
}
