/* add yekan font */
@font-face {
    font-family: 'Yekan';
    src:	url('../fonts/Yekan.eot'); /* IE9 Compat Modes */
    src:	url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/Yekan.woff2') format('woff2'), /* Modern Browsers */
            url('../fonts/Yekan.woff') format('woff'), /* Modern Browsers */
            url('../fonts/Yekan.otf') format('opentype'), /* Open Type Font */
            url('../fonts/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: auto;
}

body {
    font-family: 'Yekan' !important;
}

#userdropdown.dropdown-menu[data-bs-popper] {
    left: 0;
    right: auto;
}

td {
    vertical-align: middle !important;
}

.pagetitle {
    background: #075757;
    color: #fff;
    padding: 5px 20px 5px 10px;
}

.pagetitle-text{
    display: inline-block;
}

.pagetitle-text h6{
    margin-top: 4px;
}

.pagetitle-button {
    display: inline-block;
    float: left;
}
