@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", system-ui !important;
}

label {
    font-size: 14px;
    font-weight: 500 !important;
}


body .card {
    border-radius: 20px !important;
}


.nav-item a p,
.form-group label {
    text-transform: capitalize;
}



.main-header .goog-te-gadget-simple {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 12px !important;
    font-weight: 400;
    /* line-height: 1.5; */
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.main-header img.goog-te-gadget-icon {
    display: none;
}

.main-header .goog-te-gadget-simple span {
    font-size: 12px !important;
    font-weight: 400;
    /* line-height: 1.5; */
    color: #495057;
}

.main-header .goog-te-gadget-simple span a img {
    display: none !important;
}

.main-header .goog-te-gadget-simple span a span {
    display: none !important;
}

.main-header .goog-te-gadget-simple span a span:last-child,
.main-header .goog-te-gadget-simple span a span:first-child {
    display: inline-block !important;
    position: relative;
    top: 2px;
}

/* .sidebar.os-host.os-theme-light.os-host-resize-disabled.os-host-transition.os-host-overflow.os-host-overflow-y.os-host-overflow-x .user-info{
    white-space: wrap;
    width: 60px;
    word-wrap: break-word;
    font-size: 16px !important;
} */
span.mru-class {
    color: #000000;
    font-size: 15px;
    margin-left: 5px;
}

.small-box .inner h1 {
    font-size: 35px !important;
}

html[dir="rtl"] .nav-item p {
    float: right;
}

html[dir="rtl"] .main-sidebar {
    right: 0;
}

html[dir="rtl"] #myDiv {
    text-align: start !important;
}


html[dir="rtl"] body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 0px !important;
    margin-right: 270px;
}

html[dir="rtl"] nav.navbar {
    flex-direction: row;
}





html[dir="rtl"] .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0px !important;
    margin-right: 75px !important;
}

html[dir="rtl"] body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer {
    margin-left: 0px !important;
    margin-right: 275px;
}

html[dir="rtl"] .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 0px !important;
    margin-right: 75px !important;
}

html[dir="rtl"] body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper {
    margin-left: 0px;
    margin-right: 275px !important;
}

html[dir="rtl"] body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav).sidebar-collapse .content-wrapper {
    margin-right: 4.6rem !important;
    margin-left: 0px;
}




@media (max-width: 767px){

    html[dir="rtl"] body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav).sidebar-collapse .content-wrapper,
    html[dir="rtl"] body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
    html[dir="rtl"] body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    html[dir="rtl"] body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
      margin-right: 0px !important;
    }

    
    html[dir="rtl"] .main-sidebar{
        left: auto;
        right: -270px;
    }

    html[dir="rtl"] #myDiv {
        text-align: end !important;
    }

}



/* calendar class ltr */
 #calendar {
  direction: rtl;
}


 #calendar .fc-toolbar > * {
  text-align: right !important;
}


 #calendar .fc-head tr,
 #calendar .fc-day-header {
  direction: rtl;
}


 #calendar .fc-row .fc-content-skeleton table thead tr {
  direction: rtl;
}


 #calendar .fc-toolbar.fc-header-toolbar {
  flex-direction: row-reverse !important;
}


 #calendar .fc-left {
  text-align: right;
}
#calendar .fc-right {
  text-align: left;
}

/* 
html[dir="rtl"] #calendar .fc-left{
  float: right !important;
}
html[dir="rtl"] #calendar .fc-right {
 float: left !important;
} */



/* .fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: right !important;
} */


/*  */



/* calendar rtl */
html[dir="rtl"] #calendar {
  direction: ltr;
}


html[dir="rtl"] #calendar .fc-toolbar > * {
  text-align: right !important;
}


html[dir="rtl"] #calendar .fc-head tr,
html[dir="rtl"] #calendar .fc-day-header {
  direction: ltr;
}


html[dir="rtl"] #calendar .fc-row .fc-content-skeleton table thead tr {
  direction: rtl;
}


html[dir="rtl"] #calendar .fc-toolbar.fc-header-toolbar {
  flex-direction: row-reverse !important;
}


/* html[dir="rtl"] #calendar .fc-left {
  text-align: right;
}
html[dir="rtl"] #calendar .fc-right {
  text-align: left;
} */


html[dir="rtl"] #calendar .fc-left{
  float: right !important;
}
html[dir="rtl"] #calendar .fc-right {
 float: left !important;
}



html[dir="rtl"] .fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: right !important;
}
/*  */