@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/woff/IRANYekanX-Thin.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-Thin.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/woff/IRANYekanX-UltraLight.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff/IRANYekanX-Light.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-Light.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/woff/IRANYekanX-Medium.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-Medium.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/woff/IRANYekanX-DemiBold.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-DemiBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/woff/IRANYekanX-ExtraBold.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/woff/IRANYekanX-Black.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-Black.woff2') format('woff2');
}
@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/woff/IRANYekanX-ExtraBlack.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-ExtraBlack.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 1000;
    src: url('../fonts/woff/IRANYekanX-Heavy.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-Heavy.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/IRANYekanX-Bold.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/IRANYekanX-Regular.woff') format('woff'),
    url('../fonts/woff2/IRANYekanX-Regular.woff2') format('woff2');
}

body {
    font-family: IRANYekanX  !important;
    direction: rtl;
    text-align: right;
    margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
    font-family: IRANYekanX !important;
}
ul.main-menu  {
    padding-left: 0rem;
}

.app-sidebar{
    font-family: IRANYekanX !important;
}


.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem;
}


.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left:.35rem;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
    margin-right: calc(1px * -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dropdown-menu {
    text-align: right;
}

.form-check {
    display: flex;
}
th {
    text-align: right;
    font-weight: bold;
}

.form-check .form-check-input  {
    float: inherit;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 26px !important;
}
span.selection {
    display: block;
}
#calendar {
    margin: 0 auto;
}
.fc {
    direction: rtl;
    text-align: right;
}
.fc .fc-col-header-cell-cushion,.fc-liquid-hack .fc-daygrid-day-frame,.fc .fc-button-group > .fc-button,.fc .fc-button-primary {
    font-family: IRANYekanX;
}

.fc .fc-toolbar-title {
    font-size: 1.75em !important;
}
.demos__main {
    background:#fff;
    border-top:4px solid #fac863;
    box-shadow:0 1px 2px 0 rgba(0,0,0,.1);
    flex-grow:1;
    margin-top:36px;
    padding-top:85px;
    position:relative
}
.demos__main:after {
    content:"";
    display:block;
    padding-bottom:74%
}
.demos__main-container {
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0
}
.demos__main-iframe {
    border:0;
    height:100%;
    width:100%
}
#calendar {
    font-size:14px!important;
    line-height:1.2;
    margin:20px 16px 0
}

.fc .fc-bg-event .fc-event-title {
    font-style: none;
    font-family: IRANYekanX;
}

.fc-h-event .fc-event-title {
    font-size: 16px;
    line-height: 30px;
}
.card .card-title {
    font-size: 1rem !important;
    font-weight: 600;
    margin-bottom: 0;
}
.btn-wave {
    margin-top: 10px;
    font-size: 0.85rem;
}

.btn {
    padding: 0.5625rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
}
