@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Bold.eot');
    src: url('../fonts/Nunito-Bold.eot') format('embedded-opentype'), url('../fonts/Nunito-Bold.woff2') format('woff2'), url('../fonts/Nunito-Bold.woff') format('woff'), url('../fonts/Nunito-Bold.ttf') format('truetype'), url('../fonts/Nunito-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-SemiBold.eot');
    src: url('../fonts/Nunito-SemiBold.eot') format('embedded-opentype'), url('../fonts/../fonts/Nunito-SemiBold.woff2') format('woff2'), url('../fonts/Nunito-SemiBold.woff') format('woff'), url('../fonts/Nunito-SemiBold.ttf') format('truetype'), url('../fonts/Nunito-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Regular.eot');
    src: url('../fonts/Nunito-Regular.eot') format('embedded-opentype'), url('../fonts/Nunito-Regular.woff2') format('woff2'), url('../fonts/Nunito-Regular.woff') format('woff'), url('../fonts/Nunito-Regular.ttf') format('truetype'), url('../fonts/Nunito-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Medium.eot');
    src: url('../fonts/Nunito-Medium.eot') format('embedded-opentype'), url('../fonts/Nunito-Medium.woff2') format('woff2'), url('../fonts/Nunito-Medium.woff') format('woff'), url('../fonts/Nunito-Medium.ttf') format('truetype'), url('../fonts/Nunito-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Light.eot');
    src: url('../fonts/Nunito-Light.eot') format('embedded-opentype'), url('../fonts/Nunito-Light.woff2') format('woff2'), url('../fonts/Nunito-Light.woff') format('woff'), url('../fonts/Nunito-Light.ttf') format('truetype'), url('../fonts/Nunito-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    min-height: calc(100% - 150px);
    position: relative;
    /* padding-bottom: 90px; */
    font-size: .8rem;
    font-weight: 400;
    /* color: #3a3a3a; */
    /* background: #f8f8f8; */
    background: var(--bg-color);
    color: var(--text-color);
}

a,
a:active,
a:hover,
img {
    text-decoration: none;
    outline: 0;
    color: var(--text-color);
    transition: color .2s;
}

:focus,
a,
img,
input[type=range]:focus {
    outline: 0
}

a:hover {
    color: var(--bs-link-hover-color);
}

.process-onlyContent .process-content,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.3;
}

h5 {
    font-size: 16px;
    color: var(--text-color);
}

ul.listing-wrapper li:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

a,
img {
    border: 0;
    max-width: 100%
}

img {
    height: auto
}

.btn,
a {
    transition: all 0.3s linear;
}

.btn:focus,
.form-control:focus {
    box-shadow: none
}

li,
ul {
    list-style: none
}

section {
    overflow: hidden
}


/* button css start */

.btn {
    border-radius: 50px;
    outline: initial;
    box-shadow: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-sm {
    padding: .45rem 1rem;
    font-size: .8rem;
    line-height: 1.5;
}

.btn-theme {
    color: white;
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

.btn-theme:hover {
    background-color: transparent;
    color: var(--bs-primary);
}

.btn-outline-theme {
    background-color: transparent;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-theme:hover {
    background-color: var(--bs-primary);
    color: white;
}


/* button css end */


/* toggle switch css start */

.custom-switch {
    height: 23px;
    transition: all 0.3s linear;
}

.custom-switch-btn {
    background-color: #d7d7d7;
    width: 42px;
    height: 23px;
    position: relative;
    display: block;
    border-radius: 100px;
}

.custom-switch-btn::after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: white;
    transition: all .3s ease;
    position: absolute;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    left: 14%;
}

.custom-switch .custom-switch-input:checked~.custom-switch-btn::after {
    left: 22px;
}

.custom-switch.custom-switch-blue .custom-switch-input:checked~.custom-switch-btn {
    background: transparent;
    border: 1px solid #236591;
}

.custom-switch.custom-switch-blue .custom-switch-input:checked~.custom-switch-btn::after {
    background-color: #236591;
}

.custom-switch-input {
    position: absolute;
    opacity: 0;
}


/* toggle switch css end */

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "|");
}

.breadcrumb-item.active {
    color: var(--breadcrumb-active-color);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--breadcrumb-separator-color);
}

/* scrollbar css start */


/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */


/** {
  scrollbar-width: thin;
  scrollbar-color: #00365A #EEEEEE;
}*/


/* Chrome, Edge and Safari */

*::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

*::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #EEEEEE;
}

*::-webkit-scrollbar-track:hover {
    background-color: #E7E7E7;
}

*::-webkit-scrollbar-track:active {
    background-color: #DADADA;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #00365A;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #005188;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #00365A;
}


/* scrollbar css end */


/* top nav bar css start */

header {
    z-index: 11;
}

header nav {
    padding: 0;
    background: #fff;
    height: 60px;
    padding: 1.5rem 60px 1.5rem 60px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.navbar .menu-button {
    display: flex;
    color: #8f8f8f;
    width: 30px;
    text-align: center;
    font-size: 16px;
}

.navbar .search {
    position: relative;
    width: 230px;
    border-radius: 20px;
    background: #f8f8f8;
    margin-left: 60px;
    margin-right: 1rem;
}

.navbar .search input {
    border: initial;
    background: transparent;
    outline: initial !important;
    padding: .5rem 1rem;
    line-height: 1.75;
    font-size: .8rem;
    width: 93%;
    color: var(--text-color);
}

.navbar .search .search-icon {
    font-size: 17px;
    border-radius: 10px;
    color: #d7d7d7;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -10px;
    right: 3px;
    text-align: center;
    cursor: pointer;
}

.navbar .language-button {
    background: #f8f8f8;
    border: initial;
    font-size: .8rem;
    color: #8f8f8f;
    padding: .6rem 1rem;
}

.navbar .menu-button img {
    height: 12px;
    fill: var(--text-color);
    transition: fill .3s;
}

.navbar-right ul li .btn {
    font-size: 16px;
    line-height: 1;
    color: #8f8f8f;
    vertical-align: initial;
    padding-left: .6rem;
    padding-right: .6rem;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-right ul li .btn:active {
    border: none;
}

.dd-showservices .dropdown-menu {
    width: 240px;
    padding: 1.5rem;
    /* height: 290px; */
    border-radius: .75rem;
    background: #fff;
    border-color: rgba(58, 58, 58, .15);
}

.dd-showservices .icon-menu-item {
    width: 90px;
    display: inline-block;
    text-align: center;
    /* margin-bottom: 1.7rem; */
    color: #6d6d6d;
}

.dd-showservices .icon-menu-item:hover {
    color: var(--bs-primary);
}

.dd-showservices .icon-menu-item i {
    font-size: 32px;
    line-height: 42px;
}

.dd-showservices .icon-menu-item span {
    text-align: center;
    /* padding: 0 10px; */
    line-height: 14px;
    font-size: .8rem;
}

.dd-showservices .dropdown-toggle::after,
.dd-notification .dropdown-toggle::after {
    display: none;
}


/* notification Dropdown css start */

.dd-notification .dropdown-menu {
    padding: 24px 16px 24px 24px;
    border-radius: .75rem;
    background: #fff;
    border-color: rgba(58, 58, 58, .15);
    width: 260px;
    max-height: 332px;
}

.dd-notification .dropdown-menu .img-box {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
}

.dd-notification span {
    font-size: .76rem;
    line-height: .9rem;
    color: #909090;
}

.dd-notification ul {
    overflow-y: auto;
    max-height: 282px;
    padding-right: 8px;
}

.dd-notification ul li:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.dd-notification a {
    font-size: .85rem;
    line-height: 1.3rem;
    display: block;
    color: var(--text-color);
}

.dd-notification a:active,
.dd-notification a.show,
#dd-showservices:active,
#dd-showservices.show {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.dd-notification .bages {
    border: 1px solid #236591;
    color: #236591;
    border-radius: 100px;
    padding: 3px 0 0 0px;
    font-size: 9px;
    font-weight: 600;
    position: absolute;
    right: 2px;
    top: -10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


/* notification Dropdown css end */


/* userinfo Dropdown css start */

.dd-userinfo .dropdown-menu {
    max-width: 160px;
    padding: 0;
    overflow: hidden;
}

.dd-userinfo .dropdown-menu ul li a {
    padding: .5rem 1.25rem;
    color: var(--text-color);
    font-size: .8rem;
    font-weight: 400;
    display: block;
}

.dd-userinfo .dropdown-menu ul li a:hover {
    background-color: #f8f8f8;
}

.dd-userinfo .dropdown-menu ul li a:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--bs-primary);
}

.dd-userinfo .dropdown-toggle::after {
    display: none;
}

.dd-userinfo .img-box {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    overflow: hidden;
    margin-left: 10px;
}

.logo-mobile img {max-height: 48px;}

/* userinfo Dropdown css end */

.search.show-search {
    top: 0 !important;
}


/* top nav bar css end */

.main-content {
    /* margin-top: 50px; */
    margin-left: 250px;
    /* margin: 130px 0 0px 320px; */
    transition: margin-left .3s, all .3s linear;
    height: 100vh;
}

body.left-menu-collapsed .main-content {
    margin-left: 54px;
}

.main-content>div {
    padding: 18px;
}

.menubar {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 60px;
    z-index: 5;
    height: calc(100vh - 60px);
    transition: border-radius .3s;
    /* width: 350px; */
}

.menubar .main-menu {
    /* width: 175px; */
    width: 120px;
    height: calc(100% - 60px);
    background: #fff;
    z-index: 3;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    transition: all 0.3s linear;
    border-radius: 0;
}

.menubar .sub-menu {
    width: 230px;
    background: #fff;
    z-index: 2;
    position: fixed;
    left: 120px;
    border-left: 1px solid #f3f3f3;
    height: calc(100% - 60px);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1);
    transition: all 0.3s linear;
    border-radius: 0 .75rem .75rem 0;
}

.menubar .sub-menu>div {}

.sub-hidden .sub-menu {
    transform: translateX(-350px);
}
/*
.sub-hidden .main-content {
    margin-left: 120px;
}
*/

.sub-hidden .main-menu {
    border-radius: 0 .75rem .75rem 0;
}

.main-hidden .main-menu {
    transform: translateX(-175px);
}

.sub-hidden.main-hidden .sub-menu {
    transform: translateX(-350px);
}

/*.sub-hidden.main-hidden .main-content {
    margin-left: 0px;
}*/

.menubar .main-menu>div {
    padding-right: unset;
    margin-right: unset;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

.menubar .main-menu li {
    position: relative;
}

.main-menugrid li a {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f3;
    color: var(--text-color);
    transition: color .3s;
    transition: background .3s;
}

.main-menugrid li.active a {
    color: var(--bs-primary);
}

.main-menugrid li i {
    font-size: 26px;
    line-height: 35px;
}

.main-menugrid li span {
    text-align: center;
    padding: 0 10px;
    line-height: 14px;
}

.main-menugrid li.active:after {
    content: " ";
    background: var(--bs-primary);
    color: #fff;
    border-radius: 0 10px 10px 0;
    position: absolute;
    width: 6px;
    height: 90px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.main-menulist1 ul li {
    margin-left: 30px;
    margin-bottom: 0;
    position: relative;
}

.sub-menu>div {
    margin-right: unset;
    padding-right: unset;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow-y: auto;
}

.main-menulist1 li a {
    font-size: 14px;
    display: block;
    padding: 6px 0;
    margin-bottom: 10px;
    color: var(--text-color);
}

.main-menulist1>ul>li>a>i {
    transform: rotate(180deg) translateX(0);
}

.main-menulist1 li a.collapsed i {
    transform: rotate(90deg) translateX(-2px);
}

.main-menulist1 ul li i {
    font-size: 1.2em;
    margin-right: 10px;
    color: #8f8f8f;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}


/********************************* page title css start *********************************/

.page-title h1 {
    font-weight: 300;
    display: inline-block;
}

.page-title {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 18px;
    border-color: var(--border-color);
}


/********************************* page title css end *********************************/


/********************************* card css start *********************************/

.card {
    border: initial;
    background: var(--card-bg);
    border-radius: .1rem;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    border-radius: .75rem;
}

.card .card-header {
    padding: 16px 16px 0;
    background-color: var(--card-bg);
    border-bottom: none;
}

.card-title {
    font-size: 1.1rem;
    color: var(--text-color);
}

.card .card-header+.card-body {
    padding: 16px;
}

.card .card-body {
    padding: 16px;
}


/********************************* card css end *********************************/


/********************************* icon-cards-box css start *********************************/

.icon-cards-box .card-body {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.icon-cards-box i {
    font-size: 38px;
    line-height: 66px;
    color: var(--card-icon-color);
}

.icon-cards-box .card-text {
    font-size: 14px;
    color: var(--text-color);
    line-height: normal;
}

.icon-cards-box .lead {
    color: var(--card-icon-color);
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 2rem;
}


/********************************* icon-cards-box css end *********************************/

.list-thumbnail:not(:last-child) {
    margin-bottom: 16px;
}

.list-thumbnail .img-box {
    width: 114px;
}

.list-thumbnail .img-box>div {
    border-radius: 12px;
    overflow: hidden;
}

.list-thumbnail h5 {
    margin-bottom: 12px;
}

.list-thumbnail p {
    font-size: .76rem;
    line-height: .9rem;
    color: #909090;
}

.list-thumbnail .date-text {
    color: var(--date-text-color);
    font-weight: 500;
    font-size: .76rem;
    line-height: .9rem;
}

.list-thumbnail .bages {
    right: -8px;
    top: 8px;
    z-index: 9;
}


/* text colorcss */

.text-muted {
    color: #909090 !important;
}

.text-small {
    font-size: .76rem !important;
    line-height: .9rem !important;
}

.badge-theme-2,
.bg-theme-2 {
    background-color: #184f90 !important;
    color: #fff;
}

.badge-theme-3,
.bg-theme-3 {
    background-color: #8a9fb4 !important;
    color: #fff;
}

.bages {
    padding: 6px 12px;
    font-size: 74%;
}

.recent-orders-box {
    overflow-y: scroll;
    max-height: 400px;
}

.log-indicator {
    width: 13px;
    height: 13px;
    border: 2px solid var(--bs-primary);
    border-radius: 14px;
    display: inline-block;
}

.border-primary,
.border-theme-1 {
    border-color: var(--bs-primary) !important;
}

.dashboard-logs,
.tickets-content {
    height: 280px;
    overflow: auto;
}

.tickets-content .img-box>* {
    min-height: 40px;
    min-width: 40px;
    border-radius: 100px;
    overflow: hidden;
}

.tickets-content h5 {
    font-size: .85rem;
    line-height: 1.3rem;
    font-family: 'Nunito', sans-serif;
    color: var(--text-color);
}

.tickets-content p {
    font-size: .76rem;
    line-height: .9rem;
    color: var(--subTitle-color);
}

.fc .fc-button {
    border-radius: 100px;
    padding: .5rem 1.25rem;
}

.fc .fc-toolbar-title {
    font-size: .85rem !important;
    line-height: 1.3rem !important;
}

.fc .fc-col-header-cell-cushion {
    color: var(--bs-primary) !important;
}

.fc-theme-standard .fc-scrollgrid {
    border: none !important;
}


/* .fc-theme-standard .fc-scrollgrid-sync-table tbody tr td:last-of-type {
    border: 1px solid green;
} */

.fc-scrollgrid-section>td {
    border: none !important;
}

.fc-theme-standard th:last-of-type {
    border-right: none;
}

.btn-primary,
a.btn-primary:not([href]):not([tabindex]) {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.table>:not(caption)>*>* {
    background-color: var(--table-bg-color);
    color: var(--table-text-color);
}
.table td .text-secondary {
    color: var(--table-text-secondary-color) !important;
}

.table tr {
    border-color: var(--border-table-color) !important;
}


