@charset "UTF-8";
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
/* Mulish SemiBold */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
/* Mulish Bold */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
:root {
  --header-height: 2rem;
  --nav-width: 100px;
  --normal-font-size: 1rem;
  --z-fixed: 100 ;
}

/*$primary  : #7356f1 !default;*/
/*
0 - 600: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop
1em = 16px
The smaller device rules always should write below the bigger device rules
Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/
.nav-label {
  margin: 10px 30px 0;
  padding: 1.5625rem 0 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  border-top: 1px solid #eaeaea;
  color: #999999;
}
[data-theme-version=dark] .nav-label {
  border-color: #333a54;
}

.nav-label.first {
  border: 0px;
  margin-top: 0px;
}

.nav-badge {
  position: absolute;
  right: 2.8125rem;
  top: 0.625rem;
}

.content-body {
  margin-left: 21rem;
  z-index: 0;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .content-body {
    margin-left: 17rem;
  }
}

.bell img {
  -webkit-animation: ring 8s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 8s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 8s 0.7s ease-in-out infinite;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.deznav {
  width: 19rem;
  padding-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  padding-top: 170px;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.23);
}
@media only screen and (max-width: 1199px) {
  .deznav {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .deznav {
    width: 18rem;
  }
}
.deznav .deznav-scroll {
  position: relative;
  height: 100%;
  overflow: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .deznav {
    width: 17rem;
  }
}
.deznav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.deznav .metismenu {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .deznav .metismenu {
    padding-top: 0;
  }
}
.deznav .metismenu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.deznav .metismenu > li {
  display: flex;
  flex-direction: column;
}
.deznav .metismenu > li a > i {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  height: auto;
  width: auto;
  border-radius: 1.25rem;
  line-height: 1;
  text-align: center;
  transition: all 0.5s;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  .deznav .metismenu > li a > i {
    height: auto;
    width: auto;
    margin-right: 0;
    line-height: 1;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .deznav .metismenu > li a > i {
    font-size: 1.25rem;
    padding: 0 0.75rem 0 0;
    margin-right: 0px;
  }
}
.deznav .metismenu > li > a {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
}
.deznav .metismenu > li > a svg {
  max-width: 24px;
  max-height: 24px;
  height: 100%;
  margin-right: 5px;
  margin-top: -3px;
  color: #0B2A97;
}
.deznav .metismenu > li > a g [fill] {
  fill: #0B2A97;
}
.deznav .metismenu > li:hover > a, .deznav .metismenu > li:focus > a {
  color: #0B2A97;
}
.deznav .metismenu > li:hover > a g [fill], .deznav .metismenu > li:focus > a g [fill] {
  fill: #0B2A97;
}
.deznav .metismenu > li.mm-active > a {
  color: #0B2A97;
}
.deznav .metismenu > li.mm-active > a g [fill] {
  fill: #0B2A97;
}
.deznav .metismenu li {
  position: relative;
}
.deznav .metismenu ul {
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 5px 0;
}
.deznav .metismenu ul a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 16px;
  padding-left: 2rem;
  padding-right: 0px;
}
@media only screen and (max-width: 1400px) {
  .deznav .metismenu ul a {
    padding-left: 3.9rem;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .deznav .metismenu ul a {
    padding-left: 3.5rem;
  }
}
.deznav .metismenu ul a:hover, .deznav .metismenu ul a:focus, .deznav .metismenu ul a.mm-active {
  text-decoration: none;
  color: #0B2A97;
}
.deznav .metismenu a {
  position: relative;
  display: block;
  padding: 0.625rem 1.875rem;
  outline-width: 0;
  color: #7e7e7e;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .deznav .metismenu a {
    padding: 0.625rem 1.25rem;
  }
}
.deznav .metismenu .has-arrow:after {
  width: 0.5rem;
  height: 0.5rem;
  right: 1.875rem;
  top: 48%;
  border-color: inherit;
  transform: rotate(-225deg) translateY(-50%);
}
.deznav .metismenu .has-arrow[aria-expanded=true]:after,
.deznav .metismenu .mm-active > .has-arrow:after {
  transform: rotate(-135deg) translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .nav-header {
    width: 5rem;
  }
}

@media (max-width: 767px) {
  .brand-title {
    display: none;
  }
  .footer {
    padding-left: 0;
  }
  .deznav {
    left: 0;
    top: 5rem;
    padding-top: 1rem;
  }
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu > ul.collapse:not(.in),
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu > ul.collapse:not(.in) {
  height: 252px !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu:hover > a {
  width: calc(70vw + 3.75rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 13.75rem;
  width: 70vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-xl:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-xl:hover > a {
  width: calc(70vw + 3rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-xl:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-xl:hover > ul {
  max-height: 200px;
  width: 70vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-xl:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-xl:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-lg:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-lg:hover > a {
  width: calc(55vw + 3rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-lg:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-lg:hover > ul {
  max-height: 200px;
  width: 55vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-lg:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-lg:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-md:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-md:hover > a {
  width: calc(45vw + 3px);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-md:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-md:hover > ul {
  max-height: 18.75rem;
  width: 45vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-md:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-md:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-sm:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-sm:hover > a {
  width: calc(30vw + 3px);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-sm:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-sm:hover > ul {
  max-height: 18.125rem;
  width: 30vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-sm:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-sm:hover > ul ul a {
  width: 101%;
}

[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li {
  padding: 0 40px 0 40px;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li > a {
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 1.25rem;
  transition: all 0.5s;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  [data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li > a {
    padding: 0 15px 0 15px;
    font-size: 16px;
  }
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li > a .nav-text {
  padding-left: 15px;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li > a img {
  vertical-align: text-top;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li.mm-active > a {
  color: #0B2A97;
  background: rgba(11, 42, 151, 0.1);
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #0B2A97;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li.mm-active > a:before {
  opacity: 1;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li .has-arrow:after {
  right: 2.5rem;
}
@media only screen and (max-width: 1400px) {
  [data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li .has-arrow:after {
    right: 1.5rem;
  }
}
@media only screen and (max-width: 1400px) {
  [data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li {
    padding: 0 15px 0 15px;
  }
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header {
  width: 5rem;
  z-index: 999;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .nav-control .hamburger .line {
  background-color: #0B2A97 !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .copyright,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .add-menu-sidebar {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header {
  padding-left: 6rem;
  width: 100%;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .header {
  padding: 0 0.9375rem;
  padding-right: 5rem;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav {
  width: 5rem;
  overflow: visible;
  position: absolute;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .nav-text {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .slimScrollDiv,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .deznav-scroll {
  overflow: visible !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li {
  position: relative;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li::after {
  position: absolute;
  display: block;
  content: " ";
  opacity: 0;
  background-color: #bdc6e0;
  right: 12px;
  top: 50%;
  z-index: 99;
  transform: rotate(45deg) translate(0px, -50%);
  transition: all 0.5s;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li .nav-text {
  opacity: 0;
  transition: opacity 0.5s;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li a {
  padding: 13px;
  border-radius: 1.25rem;
  margin: 2px 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li a svg {
  max-width: 24px;
  max-height: 24px;
  margin-right: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li a:before {
  content: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul {
  position: absolute;
  left: 5rem;
  top: 0;
  width: 14rem;
  z-index: 1001;
  display: none;
  padding-left: 1px;
  height: auto !important;
  box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
  border-radius: 6px;
  margin-left: 0;
  border: 0;
  background: #fff;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul:after {
  content: "";
  position: absolute;
  background: inherit;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  left: -5px;
  top: 20px;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul {
  left: auto;
  right: 3rem;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul li:hover ul {
  left: 11.8125rem;
  top: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul li:hover ul:after {
  content: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li:hover > ul {
  display: block;
  height: auto;
  overflow: visible;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li:not(.has-submenu) :hover .nav-text {
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 54px;
  background: #bdc6e0;
  padding: 3px 15px;
  border-radius: 10px;
  width: 165px;
  color: #000;
  transition: opacity 0.5s;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li {
  transition: all 0.4s ease-in-out;
  padding: 0 13px;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li > a {
  text-align: center;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li > a.has-arrow:after {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li > a i {
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  margin: 0;
  line-height: 1;
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mm-active > a {
  background: rgba(11, 42, 151, 0.1);
  border-radius: 1.25rem;
  color: #fff;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mm-active > a i {
  color: #fff;
  padding: 0;
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover:nth-last-child(-n+1) > ul {
  bottom: 0;
  top: auto;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover:nth-last-child(-n+1) > ul:after {
  top: unset;
  bottom: 20px;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > a {
  border-radius: 1.25rem;
  background: #0B2A97;
  color: #fff;
}
[data-theme-version=dark][data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > a {
  background: #1e2746;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > a i {
  color: #fff;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul {
  height: auto !important;
  padding: 10px 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul a {
  padding: 6px 20px 6px 20px;
  margin-left: -0.1rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul ul {
  padding: 10px 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul ul a {
  padding: 6px 20px 6px 20px;
  margin-left: -0.1rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu .nav-label,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu .nav-badge {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .content-body {
  margin-left: 5rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .content-body {
  margin-right: 5rem;
  margin-left: auto;
  border: 0;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle + .footer {
  padding-left: 5rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle + .footer {
  padding-left: 0;
  padding-right: 5rem;
}

@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini] .nav-header {
    width: 5rem;
  }
  [data-sidebar-style=mini] .nav-header .nav-control {
    z-index: -1;
  }
  [data-sidebar-style=mini] .nav-header .nav-control .hamburger {
    left: 5rem !important;
  }
  [data-sidebar-style=mini] .nav-header .nav-control .hamburger .line {
    background-color: #B1B1B1 !important;
  }
  [data-sidebar-style=mini] .nav-header .brand-title {
    display: none;
  }
  [data-sidebar-style=mini] .nav-header .hamburger {
    display: none;
  }
  [data-sidebar-style=mini] .header .header-content {
    padding-left: 1.875rem;
  }
  [direction=rtl][data-sidebar-style=mini] .header .header-content {
    padding-right: 1.875rem;
  }
  [data-sidebar-style=mini] .deznav {
    width: 5rem;
    overflow: visible;
    position: absolute !important;
  }
  [data-sidebar-style=mini] .deznav .copyright,
  [data-sidebar-style=mini] .deznav .add-menu-sidebar {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .nav-text {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .slimScrollDiv,
  [data-sidebar-style=mini] .deznav .deznav-scroll {
    overflow: visible !important;
  }
  [data-sidebar-style=mini] .deznav .nav-user {
    padding: 11px;
  }
  [data-sidebar-style=mini] .deznav .nav-user .media-body {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .metismenu li a {
    padding: 0.813rem 0.875rem;
  }
  [data-sidebar-style=mini] .deznav .metismenu li a svg {
    margin-right: 0;
  }
  [data-sidebar-style=mini] .deznav .metismenu li > ul {
    position: absolute;
    left: 5rem;
    top: 2.9375rem;
    width: 11.875rem;
    z-index: 1001;
    display: none;
    padding-left: 1px;
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
    height: auto !important;
    border-radius: 6px;
    background: #fff;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li {
    padding: 2px 15px;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li > a.has-arrow:after {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .metismenu .nav-label,
  [data-sidebar-style=mini] .deznav .metismenu .nav-badge {
    display: none;
  }
  [data-sidebar-style=mini] .content-body {
    margin-left: 5rem;
  }
  [data-sidebar-style=mini] .footer {
    padding-left: 5rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu li:hover > ul {
    display: block;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:nth-last-child(-n+1) > ul {
    bottom: 0;
    top: auto !important;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:nth-last-child(-n+1) > ul:after {
    top: auto;
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:nth-last-child(-n+1) > ul {
    bottom: 0;
    top: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul {
    overflow: visible;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul:after {
    content: none;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul li:hover ul {
    padding: 10px 0;
    width: 13rem;
    left: 13rem;
    top: -10px;
    border: 0;
    margin: 0;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul li:hover ul:after {
    content: none;
  }
  [direction=rtl][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul li:hover ul {
    left: auto;
    right: 13rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mm-active > a {
    background: rgba(11, 42, 151, 0.1);
    color: #fff;
    border-radius: 1.25rem;
  }
  [data-theme-version=dark][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mm-active > a {
    background: #1e2746;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > a {
    background: #0B2A97;
    color: #fff;
    border-radius: 1.25rem;
    position: unset;
  }
  [data-theme-version=dark][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > a {
    background: #1e2746;
  }
  [direction=rtl][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > a .nav-text {
    padding-left: auto;
    padding-right: 1.6875rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul {
    height: auto !important;
    overflow: visible;
    border: 0;
    margin-left: 0;
    left: 5rem;
    width: 13rem;
    border-radius: 12px;
    border: 0;
    padding: 10px 0;
    top: 0;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul:after {
    content: "";
    position: absolute;
    background: inherit;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left: -5px;
    top: 20px;
  }
  [data-theme-version=dark][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul {
    box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
  }
  [direction=rtl][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul {
    left: auto;
    right: 5rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul a {
    padding: 6px 20px 6px 20px;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul a:before {
    content: none;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul a.has-arrow:after {
    right: 1.25rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul ul a {
    padding: 6px 20px 6px 20px;
    margin-left: -1.6px;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul ul a:before {
    content: none;
  }
}
@media only screen and (max-width: 1199px) {
  [data-sidebar-style=mini] .deznav li.mm-active ul {
    height: auto !important;
  }
  [data-sidebar-style=mini] .deznav li a.has-arrow::after {
    transform: rotate(-45deg) translateY(-50%);
  }
}
[data-sidebar-style=overlay] .deznav {
  left: -100%;
}
[direction=rtl][data-sidebar-style=overlay] .deznav {
  left: auto;
  right: -100%;
}

[data-sidebar-style=overlay] .content-body {
  margin-left: 0;
}
[data-sidebar-style=overlay] .nav-header {
  position: absolute;
}
[data-sidebar-style=overlay] .nav-header .hamburger.is-active {
  left: 0;
}
[data-sidebar-style=overlay] .nav-header .hamburger.is-active .line {
  background-color: #0B2A97;
}
[data-sidebar-style=overlay] .menu-toggle .nav-header {
  position: absolute;
  left: auto;
}
[data-sidebar-style=overlay] .menu-toggle .deznav {
  left: 0;
}
[direction=rtl][data-sidebar-style=overlay] .menu-toggle .deznav {
  left: auto;
  right: 0;
}

[data-sidebar-style=overlay] .footer {
  padding-left: 0;
}

[data-sidebar-style=overlay][data-header-position=fixed] .nav-header {
  position: fixed;
}

[data-sidebar-position=fixed][data-layout=vertical] .nav-header {
  position: fixed;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
[data-sidebar-position=fixed][data-layout=vertical] .deznav {
  position: fixed;
}
[data-sidebar-position=fixed][data-layout=vertical] .deznav .deznav-scroll {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
[data-sidebar-position=fixed][data-layout=vertical] .menu-toggle .deznav {
  position: fixed;
}

[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=overlay][data-layout=vertical][data-container=boxed] .deznav {
  position: absolute;
}

.nav-header .logo-abbr {
  display: none;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  [data-sidebar-style=overlay] .nav-header .logo-abbr {
    display: block;
  }
}

.nav-header {
  width: 19rem;
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.2s ease;
  z-index: 5;
  padding-top: 20px;
}
.nav-header .logo-abbr {
  max-width: 52px;
}
@media only screen and (max-width: 575px) {
  .nav-header .logo-abbr {
    max-width: 40px;
  }
}
.nav-header .logo-compact {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-header {
    width: 17rem;
  }
}
.nav-header .brand-logo {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 1400px) {
  .nav-header .brand-logo {
    padding-left: 25px;
    padding-right: 25px;
  }
}
[data-sidebar-style=mini] .nav-header .brand-logo {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .nav-header .brand-logo {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
}
.nav-header .brand-title {
  margin-left: 10px;
  max-width: 120px;
  margin-top: 0px;
}
[data-theme-version=dark] .nav-header .brand-title {
  background-position: 0 120%;
}

@media only screen and (max-width: 1199px) {
  .nav-header {
    width: 5rem;
    height: 5rem;
  }
  .nav-header .brand-title {
    display: none;
  }
}
.menu-toggle .nav-control {
  top: 100px;
  right: -20px;
  transform: rotate(180deg);
}

.nav-control {
  cursor: pointer;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 155px;
  transform: translateY(-50%);
  z-index: 9999;
  font-size: 1.4rem;
  padding: 2px 0.5rem 0;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .nav-control {
    right: -2.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control {
    right: -2.75rem;
  }
}
.hamburger {
  left: 0px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 30px;
  height: 30px;
  z-index: 999;
  background-color: #bdc6e0;
  border-radius: 5px;
}
.hamburger img {
  vertical-align: baseline;
}

.hamburger .line {
  background: #0B2A97;
  display: block;
  height: 3px;
  border-radius: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(1) {
  width: 20px;
}

.hamburger .line:nth-child(2) {
  width: 26px;
}

.hamburger .line:nth-child(3) {
  width: 22px;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger:hover .line {
  width: 26px;
}

/*
    .hamburger.is-active {
      left: 60px;
    }
    */
.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 10px;
  height: 2px;
}

.hamburger.is-active .line:nth-child(2) {
  transform: translateX(0px);
  width: 22px;
  height: 2px;
}

.hamburger.is-active .line:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-4px) rotate(-45deg);
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .brand-title {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .logo-abbr {
  display: block;
}

[data-sidebar-style=mini] .nav-header .logo-abbr {
  display: block;
}

.header {
  height: 7.5rem;
  z-index: 1;
  position: relative;
  padding: 0rem;
  background-color: #fff;
  z-index: 4;
  padding-left: 21rem;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1400px) {
  .header {
    padding-left: 17rem;
  }
}
.header .header-content {
  height: 100%;
  padding-left: 5.3125rem;
  padding-right: 2.4rem;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header .header-content {
    padding-left: 3.75rem;
    padding-right: 0.938rem;
    border-radius: 0;
  }
}
.header .navbar {
  padding: 0;
  height: 100%;
  width: 100%;
}
.header .navbar .navbar-collapse {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header {
    height: 5rem;
  }
}

/* pulse in SVG */
svg.pulse-svg {
  overflow: visible;
}
svg.pulse-svg .first-circle, svg.pulse-svg .third-circle, svg.pulse-svg .second-circle {
  transform: scale(0.3);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
  fill: #0B2A97;
}
svg.pulse-svg .second-circle {
  animation-delay: 1s;
}
svg.pulse-svg .third-circle {
  animation-delay: 2s;
}

/* pulse in CSS */
.pulse-css {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  border-radius: 3.5rem;
  height: 1rem;
  position: absolute;
  background: #FFBC11;
  right: 0px;
  top: 0px;
  width: 1rem;
}
.pulse-css:after, .pulse-css:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.2rem;
  background-color: #FFBC11;
  margin: auto;
  transform: scale(0.3);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}
[direction=rtl] .pulse-css:after, [direction=rtl] .pulse-css:before {
  left: auto;
  right: -0.2rem;
}

@media only screen and (max-width: 1400px) {
  .pulse-css {
    height: 0.5rem;
    width: 0.5rem;
  }
}
@keyframes pulse-me {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
[data-sidebar-style=full] .header,
[data-sidebar-style=overlay] .header {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  [data-sidebar-style=full] .header,
  [data-sidebar-style=overlay] .header {
    width: 100%;
    padding-left: 17rem;
  }
}
@media only screen and (max-width: 1199px) {
  [data-sidebar-style=full] .header,
  [data-sidebar-style=overlay] .header {
    width: 100%;
    padding-left: 5rem;
  }
}

[data-sidebar-style=mini] .header {
  width: 100%;
  padding-left: 5rem;
}

.header-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-left .dashboard_bar {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .header-left .dashboard_bar {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .header-left .dashboard_bar {
    display: none;
  }
}
.header-left input {
  background: #F9F9F9 !important;
  min-width: 170px;
  min-height: 40px;
  color: #B1B1B1 !important;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 16px;
  border-right-width: 0 !important;
  border: 1px solid #ebebeb;
  border-width: 1px;
  font-weight: 300;
}
[direction=rtl] .header-left input {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header-left input:focus, .header-left input:active, .header-left input.active {
  border-color: #ebebeb;
  box-shadow: none;
}
.header-left input::-moz-placeholder {
  color: #B1B1B1;
}
.header-left input::placeholder {
  color: #B1B1B1;
}
.header-left .search_bar {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .header-left .search_bar {
    display: none;
  }
}
.header-left .search_bar .dropdown-menu {
  box-shadow: none;
}
.header-left .search_bar .search_icon {
  background: #F9F9F9 !important;
  height: 56px;
  line-height: 22px;
  padding: 15px 20px 15px 0 !important;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  border: 1px solid #ebebeb;
  border-width: 1px;
  border-left-width: 0;
}
.header-left .search_bar .search_icon i {
  font-size: 24px;
  color: #B1B1B1;
  line-height: 1;
}
@media only screen and (max-width: 1400px) {
  .header-left .search_bar .search_icon {
    height: 41px;
    padding: 8px 15px 8px 0 !important;
  }
  .header-left .search_bar .search_icon svg {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header-left .search_bar {
    position: static;
  }
  .header-left .search_bar .dropdown-menu {
    width: 300px;
    left: -15vw;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .header-left .search_bar .dropdown-menu {
    width: 250px;
    left: -25vw;
  }
}
@media only screen and (max-width: 767px) {
  .header-left .search_bar .dropdown-menu .form-control {
    border-radius: 4px !important;
    width: 100%;
  }
  [direction=rtl] .header-left .search_bar .dropdown-menu {
    right: -98px;
  }
}
.header-left .search_bar .dropdown-menu,
.header-left .search_bar .dropdown-menu.show {
  border: 0px;
  background-color: transparent;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
@media only screen and (min-width: 768px) {
  .header-left .search_bar .dropdown-menu,
  .header-left .search_bar .dropdown-menu.show {
    left: 0;
    top: 0;
    transform: none;
    display: block;
    position: unset;
  }
}

/* classes attached to <body> */
.fc-not-allowed {
  /* override events' custom cursors */
  cursor: not-allowed;
}
.fc-not-allowed .fc-event {
  /* override events' custom cursors */
  cursor: not-allowed;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;
  font-size: 1em;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
  vertical-align: top;
  padding: 0;
}
.fc td {
  vertical-align: top;
  padding: 0;
}
.fc a[data-navlink] {
  cursor: pointer;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #e9edf4;
}

/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

/*
  Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

  These styles only apply when the standard-theme is activated.
  When it's NOT activated, the fc-button classes won't even be in the DOM.
  */
.fc {
  /* reset */
  /* theme */
  /* "primary" coloring */
  /* icons within buttons */
}
.fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 5px;
}
.fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.fc .fc-button:not(:disabled) {
  cursor: pointer;
}
.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.fc .fc-button:hover {
  text-decoration: none;
}
.fc .fc-button:focus {
  outline: 0;
}
.fc .fc-button:disabled {
  opacity: 0.65;
}
.fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
  /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
}
.fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}
.fc .fc-button-group > .fc-button:hover, .fc .fc-button-group > .fc-button:focus, .fc .fc-button-group > .fc-button:active, .fc .fc-button-group > .fc-button.fc-button-active {
  z-index: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}
.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
.fc .fc-toolbar-title {
  font-size: 1.48em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
  /* space between */
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
  /* space between */
}
.fc-direction-rtl .fc-toolbar-ltr {
  /* when the toolbar-chunk positioning system is explicitly left-to-right */
  flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
  /* for abs-positioned elements within */
}
.fc .fc-scroller-liquid {
  height: 100%;
}
.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
  /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
  /* TODO: demonstrate in codepen */
}
.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  /* undo above hack */
  direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #e9edf4;
}

.fc {
  /* stickiness */
}
.fc .fc-scrollgrid {
  /* all tables (self included) */
  width: 100%;
  /* because tables don't normally do this */
  table-layout: fixed;
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0;
}
.fc .fc-scrollgrid table {
  /* all tables (self included) */
  width: 100%;
  /* because tables don't normally do this */
  table-layout: fixed;
  /* inner tables */
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}
.fc .fc-scrollgrid-liquid {
  height: 100%;
}
.fc .fc-scrollgrid-section {
  /* a <tr> */
  height: 1px;
}
.fc .fc-scrollgrid-section > td {
  height: 1px;
  /* needs a height so inner div within grow. better than 0, for firefox */
}
.fc .fc-scrollgrid-section table {
  height: 1px;
  /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
  /* serves as a min-height. harmless */
}
.fc .fc-scrollgrid-section-liquid {
  height: auto;
}
.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
  /* better than `auto`, for firefox */
}
.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}
.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
  border-bottom-width: 0;
}
.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
  /* head keeps its bottom border tho */
}
.fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 2;
  /* TODO: var */
  /* TODO: box-shadow when sticking */
}
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
  /* because border-sharing causes a gap at the top */
  /* TODO: give safari -1. has bug */
}
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
  /* known bug: bottom-stickiness doesn't work in safari */
}
.fc .fc-scrollgrid-sticky-shim {
  /* for horizontal scrollbar */
  height: 1px;
  /* needs height to create scrollbars */
  margin-bottom: -1px;
}

.fc-sticky {
  /* no .fc wrap because used as child of body */
  position: sticky;
}

.fc {
  /* when the harness controls the height, make the view liquid */
}
.fc .fc-view-harness {
  flex-grow: 1;
  /* because this harness is WITHIN the .fc's flexbox */
  position: relative;
}
.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fc .fc-col-header-cell-cushion {
  display: inline-block;
  /* x-browser for when sticky (when multi-tier header) */
  padding: 2px 4px;
}
.fc .fc-bg-event,
.fc .fc-non-business,
.fc .fc-highlight {
  /* will always have a harness with position:relative/absolute, so absolutely expand */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc .fc-non-business {
  background: transparent;
}
.fc .fc-bg-event {
  background: rgba(4, 179, 114, 0.3);
  opacity: 0.3;
}
.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-style: italic;
}
.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
}
.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
}

/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event {
  text-decoration: none;
}
a.fc-event:hover {
  text-decoration: none;
}

/* cursor */
.fc-event[href], .fc-event.fc-event-draggable {
  cursor: pointer;
}
.fc-event .fc-event-main {
  position: relative;
  z-index: 0;
}

/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) {
  /* MOUSE */
  opacity: 0.75;
}
.fc-event-dragging.fc-event-selected {
  /* TOUCH */
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event:hover .fc-event-resizer {
  display: block;
}

.fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* dimmer effect */
}
.fc-event-selected .fc-event-resizer {
  display: block;
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}
.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}
.fc-event-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-event-selected:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  /* assume there's a border on all sides. overcome it. */
  /* sometimes there's NOT a border, in which case the dimmer will go over */
  /* an adjacent border, which looks fine. */
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

/* selecting (always TOUCH) */
/* ---------------------------------------------------------------------------------------------------- */
/*
  A HORIZONTAL event
  */
.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}
.fc-h-event .fc-event-main-frame {
  display: flex;
  /* for make fc-event-title-container expand */
}
.fc-h-event .fc-event-time {
  max-width: 100%;
  /* clip overflow on this element */
  overflow: hidden;
}
.fc-h-event .fc-event-title-container {
  /* serves as a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  /* important for allowing to shrink all the way */
}
.fc-h-event .fc-event-title {
  display: inline-block;
  /* need this to be sticky cross-browser */
  vertical-align: top;
  /* for not messing up line-height */
  left: 0;
  /* for sticky */
  right: 0;
  /* for sticky */
  max-width: 100%;
  /* clip overflow on this element */
  overflow: hidden;
}
.fc-h-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

:root {
  --fc-daygrid-event-dot-width: 8px;
}

.fc .fc-popover {
  position: absolute;
  top: 0;
  /* for when not positioned yet */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}
.fc .fc-popover-title {
  margin: 0 2px;
}
.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #e9edf4;
  background: #fff;
}
.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
}

/* help things clear margins of inner content */
.fc-daygrid-day-frame:before,
.fc-daygrid-day-events:before,
.fc-daygrid-event-harness:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-events:after,
.fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table;
}

.fc {
  /* cell top */
  /* day number (within cell top) */
  /* event container */
  /* positioning for balanced vs natural */
  /* event harness */
  /* bg content */
  /* events */
  /* cell bottom (within day-events) */
  /* week number (within frame) */
  /* popover */
}
.fc .fc-daygrid-body {
  /* a <div> that wraps the table */
  position: relative;
  z-index: 1;
  /* container inner z-index's because <tr>s can't do it */
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgb(238, 241, 249);
}
.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
  /* seems to work better than `height` because sets height after rows/cells naturally do it */
}
.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}
.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}
.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
  color: #282f53;
}
.fc .fc-daygrid-day-events {
  margin-top: 1px;
  /* needs to be margin, not padding, so that available cell height can be computed */
}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  /* for containing abs positioned event harnesses */
  min-height: 2em;
  /* in addition to being a min-height during natural height, equalizes the heights a little bit */
}
.fc .fc-daygrid-body-natural {
  /* can coexist with -unbalanced */
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}
.fc .fc-daygrid-event-harness {
  position: relative;
}
.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  /* fallback coords for when cannot yet be computed */
  left: 0;
  /* */
  right: 0;
  /* */
}
.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}
.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}
.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}
.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}
.fc .fc-daygrid-event {
  z-index: 0;
  margin-top: 1px;
}
.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}
.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  margin: 2px 3px 0;
}
.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
@media (max-width: 380px) {
  .fc .fc-daygrid-more-link {
    display: flex;
  }
}
.fc .fc-daygrid-body {
  z-index: 0;
}
.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: #808080;
  color: var(--fc-neutral-text-color, #808080);
}
.fc .fc-more-popover {
  z-index: 8;
}
.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
  /* will cause inner absolute stuff to expand to <td> */
}

.fc-daygrid-event {
  /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative;
  /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px;
  /* dot event needs this to when selected */
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
  font-weight: bold;
  padding: 5px 10px;
}
.fc-daygrid-block-event .fc-event-title {
  padding: 5px 10px;
}

.fc-timeGridWeek-view .fc-daygrid-block-event .fc-event-time,
.fc-timeGridWeek-view .fc-daygrid-block-event .fc-event-title {
  padding: 0px 10px;
}

.fc-timeGridDay-view .fc-daygrid-block-event .fc-event-time,
.fc-timeGridDay-view .fc-daygrid-block-event .fc-event-title {
  padding: 2px 10px;
}

/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  /* important for allowing to shrink all the way */
  overflow: hidden;
  padding: 2px;
}
.fc-daygrid-dot-event:hover, .fc-daygrid-dot-event.fc-event-mirror {
  background: rgba(0, 0, 0, 0.1);
}
.fc-daygrid-dot-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
  margin-left: 6px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
  margin-right: 6px;
}

/*
  A VERTICAL event
  */
.fc-v-event {
  /* resizer (mouse AND touch) */
  /* resizer for MOUSE */
  /* resizer for TOUCH (when event is "selected") */
}
.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}
.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}
.fc-v-event .fc-event-title-container {
  /* a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
  /* important for allowing to shrink all the way */
}
.fc-v-event .fc-event-title {
  /* will have fc-sticky on it */
  top: 0;
  bottom: 0;
  max-height: 100%;
  /* clip overflow */
  overflow: hidden;
}
.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-v-event.fc-event-selected:before {
  /* expand hit area */
  left: -10px;
  right: -10px;
}
.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}
.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc {
  /* slots AND axis cells (top-left corner of view including the "all-day" text) */
  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */
}
.fc .fc-timegrid .fc-daygrid-body {
  /* the all-day daygrid within the timegrid view */
  z-index: 0;
  /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
}
.fc .fc-timegrid-divider {
  padding: 0 0 2px;
  /* browsers get confused when you set height. use padding instead */
}
.fc .fc-timegrid-body {
  position: relative;
  z-index: 0;
  /* scope the z-indexes of slots and cols */
  min-height: 100%;
  /* fill height always, even when slat table doesn't grow */
}
.fc .fc-timegrid-axis-chunk {
  /* for advanced ScrollGrid */
  position: relative;
}
.fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1;
  /* above the now-indicator-container */
}
.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}
.fc .fc-timegrid-slot {
  /* a <td> */
  height: 1.5em;
  border-bottom: 0;
}
.fc .fc-timegrid-slot:empty:before {
  content: " ";
  /* make sure there's at least an empty space to create height for height syncing */
}
.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}
.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}
.fc .fc-timegrid-slot-label {
  vertical-align: middle;
  /* vertical align the slots */
}
.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}
.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
  /* will need liquid-hack in FF */
}
.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  /* vertical align */
  justify-content: flex-end;
  /* horizontal align. matches text-align below */
}
.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  /* limits the width of the "all-day" text */
  flex-shrink: 0;
  /* allows text to expand how it normally would, regardless of constrained width */
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}
.fc .fc-timegrid-col-frame {
  min-height: 100%;
  /* liquid-hack is below */
  position: relative;
}

.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  /* no z-index. children will decide and go above slots */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}
.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-media-screen .fc-timegrid-event-harness {
  position: absolute;
  /* top/left/right/bottom will all be set by JS */
}

.fc {
  /* bg */
  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */
  /* now indicator */
}
.fc .fc-timegrid-col-bg {
  z-index: 2;
  /* TODO: kill */
}
.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}
.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}
.fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}
.fc .fc-timegrid-bg-harness {
  position: absolute;
  /* top/bottom will be set by JS */
  left: 0;
  right: 0;
}
.fc .fc-timegrid-col-events {
  z-index: 3;
  /* child event segs have z-indexes that are scoped within this div */
}
.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
  /* don't let overflow of lines/arrows cause unnecessary scrolling */
  /* z-index is set on the individual elements */
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event {
  /* events need to be root */
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}
.fc-timegrid-event.fc-event-mirror {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}
.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}
.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-condensed .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}
.fc-timegrid-event-condensed .fc-event-time:after {
  content: " - ";
  /* dash surrounded by non-breaking spaces */
}
.fc-timegrid-event-condensed .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-media-screen .fc-timegrid-event {
  position: absolute;
  /* absolute WITHIN the harness */
  top: 0;
  bottom: 1px;
  /* stay away from bottom slot line */
  left: 0;
  right: 0;
}

.fc {
  /* line */
  /* arrow */
}
.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}
.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  /* vertically center on top coordinate */
  border-style: solid;
  border-color: red;
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  /* triangle pointing right. TODO: mixin */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  /* triangle pointing left. TODO: mixin */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f6f6fb;
}

.fc-theme-standard .fc-list {
  border: 1px solid #e9edf4;
}

.fc {
  /* message when no events */
  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */
  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */
}
.fc .fc-list-empty {
  background-color: #f6f6f9;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* vertically aligns fc-list-empty-inner */
}
.fc .fc-list-empty-cushion {
  margin: 5em 0;
}
.fc .fc-list-table {
  width: 100%;
  border-style: hidden;
  /* kill outer border on theme */
}
.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}
.fc .fc-list-sticky .fc-list-day > * {
  /* the cells */
  position: sticky;
  top: 0;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  /* for when headers are styled to be transparent and sticky */
}
.fc .fc-list-table th {
  padding: 0;
  /* uses an inner-wrapper instead... */
}
.fc .fc-list-table td {
  padding: 8px 14px;
}
.fc .fc-list-day-cushion {
  padding: 8px 14px;
}
.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
  /* clear floating */
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: #f7f8f9;
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

.fc-direction-ltr .fc-list-day-side-text {
  float: right;
}

.fc-direction-rtl .fc-list-day-text {
  float: right;
}
.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

/* make the dot closer to the event title */
.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
  /* whole row will seem clickable */
}

.fc-list-event.fc-event {
  background: transparent;
  color: #282f53;
}

.fc {
  /* shrink certain cols */
  /* reset <a> styling */
  /* underline link when hovering over any part of row */
}
.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}
.fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none;
}
.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
  color: inherit;
  /* natural color for navlinks */
}

#external-events {
  padding: 1rem;
  border: 1px solid #e9edf4;
  text-align: left;
}
#external-events h4 {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
#external-events .fc-event {
  margin: 5px 0;
  cursor: move;
  padding: 8px;
  border: 0;
}
#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}
#external-events p input {
  margin: 0;
  vertical-align: middle;
}

@media (min-width: 1366px) {
  #external-events {
    margin-top: 3.5rem;
  }
}
@media (max-width: 1366px) {
  #external-events {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .fc .fc-toolbar {
    display: inline-block;
  }
  .fc .fc-toolbar-title {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 10px;
    display: contents;
  }
  .fc-toolbar-chunk {
    margin-bottom: 10px;
  }
  .fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 0px;
  }
}
@media (max-width: 320px) {
  .fc .fc-toolbar-title {
    font-size: 16px;
    display: contents;
  }
}
.fc-theme-standard th {
  padding: 15px;
}

.fc-event {
  border: 0px solid #6259ca !important;
}

.fc-theme-standard .fc-list-day-cushion .fc-list-day-text,
.fc-theme-standard .fc-list-day-cushion .fc-list-day-side-text {
  color: #0d0c22 !important;
  font-weight: 500;
}

.fc-event-dragging {
  padding: 8px;
}

.fc-list-table td {
  border: 0;
}

#calendar2 .fc-scrollgrid.fc-scrollgrid-liquid thead {
  border-bottom: 0;
}
#calendar2 .fc-scrollgrid.fc-scrollgrid-liquid thead tr {
  border-bottom: 0;
}
#calendar2 .fc-scrollgrid.fc-scrollgrid-liquid thead tr td {
  border-bottom: 0 !important;
}

.fc-col-header thead th {
  padding: 15px;
}

.fc-theme-standard th {
  padding: 0;
}

.rtl .fc-toolbar-rtl .fc-toolbar-chunk .fc-button-group .fc-prev-button .fc-icon,
.rtl .fc-toolbar-rtl .fc-toolbar-chunk .fc-button-group .fc-next-button .fc-icon {
  transform: rotate(180deg);
}

@media screen and (max-width: 600px) {
  .fc .fc-toolbar {
    display: block;
  }
  .fc-col-header thead th {
    padding: 15px 0;
  }
}
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  overflow: hidden;
}

body {
  font-family: "Mulish", sans-serif !important;
  background-color: #F7FAFF;
  font-size: 14px;
}

a {
  text-decoration: none;
}

.form-control {
  font-size: 14px;
}

select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.bold {
  font-family: "Mulish";
  font-weight: 700;
}

.light {
  font-family: "Mulish";
  font-weight: 300;
}

.btn-primary {
  background-color: #19378E;
}

.btn {
  font-size: 14px;
}

.login-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image: url(../img/form-right-image.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  overflow: hidden;
}
.login-area .btn-primary {
  display: block;
  background-color: #19378E;
  padding: 10px;
  font-weight: 300;
}
.login-area .input-area {
  position: relative;
  padding: 0px 25px;
}
.login-area .input-area .nav-tabs {
  justify-content: space-around;
  margin-bottom: 20px;
  border: none;
  position: relative;
  align-items: center;
}
.login-area .input-area .nav-tabs .nav-item {
  width: 50%;
  border: 0px;
}
.login-area .input-area .nav-tabs .nav-item .nav-link {
  background-color: transparent !important;
  border: none;
  color: #ccc;
  cursor: pointer;
  padding: 0.5rem 0px;
  text-align: center;
  border-bottom: 2px solid #D8D8D8;
}
.login-area .input-area .nav-tabs .nav-item .active {
  color: #19378E;
  border-bottom-color: #19378E;
}
.login-area .input-area .tab-content #signup {
  max-height: calc(100vh - 270px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.login-area .input-area .tab-content .tab-pane {
  width: 100%;
}
.login-area .input-area .checkbox-area {
  background-color: #fff;
}
.login-area .input-area .checkbox-area .form-check-input[type=checkbox] {
  padding: 10px;
  border-radius: 3px;
}
.login-area .input-area .reset-password a {
  color: #252525;
  font-weight: 300;
  font-size: 14px;
  text-decoration-color: #737373 !important;
  padding: 0px 0px 5px 0px;
}
.login-area .input-area .form-check .form-check-input[type=text] {
  background-color: #fff;
}
.login-area .input-area .form-check label {
  vertical-align: bottom;
  font-size: 12px;
  padding-left: 5px;
}
.login-area .input-area .logo {
  margin-bottom: 15px;
}
.login-area .input-area .logo img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.login-area .input-area input[type=text],
.login-area .input-area input[type=email],
.login-area .input-area input[type=password],
.login-area .input-area textarea,
.login-area .input-area select {
  background-color: #F5F6FA;
  padding: 10px;
  border-radius: 3px;
}
.login-area .input-area input[type=text]::-moz-placeholder, .login-area .input-area input[type=email]::-moz-placeholder, .login-area .input-area input[type=password]::-moz-placeholder, .login-area .input-area textarea::-moz-placeholder, .login-area .input-area select::-moz-placeholder {
  opacity: 0.9;
  font-size: 14px;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.6784313725);
}
.login-area .input-area input[type=text]::placeholder,
.login-area .input-area input[type=email]::placeholder,
.login-area .input-area input[type=password]::placeholder,
.login-area .input-area textarea::placeholder,
.login-area .input-area select::placeholder {
  opacity: 0.9;
  font-size: 14px;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.6784313725);
}
.login-area .input-area select {
  margin-top: 1px;
}
.login-area .input-area input[type=file] {
  display: none;
}
.login-area .input-area .custom-file-upload {
  background-color: #F5F6FA;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.6784313725);
  border: 1px solid #ced4da;
}
.login-area .input-area .custom-file-upload:hover {
  background-color: #e4e5f0;
}
.login-area .input-area .custom-file-upload:active {
  background-color: #d3d4e1;
}
.login-area .input-area #file-name {
  margin-left: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6784313725);
}
.login-area .password-input {
  position: relative;
}
.login-area .password-input .btn-primary {
  display: block;
  background-color: #19378E;
  padding: 15px;
  font-weight: 300;
}
.login-area .password-input a {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #000;
}
.login-area .password-input a i {
  font-size: 14px;
}

.confrim-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image: url(../img/confrim-signup-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.confrim-signup .btn-primary {
  display: block;
  background-color: #19378E;
  padding: 15px;
  font-weight: 300;
}
.confrim-signup .input-area {
  position: relative;
  margin-bottom: 200px;
}
.confrim-signup .input-area .content h1 {
  font-size: 48px;
}
.confrim-signup .input-area .logo {
  margin-bottom: 50px;
}
.confrim-signup .input-area .logo img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.reset-password-confrim .content p {
  font-size: 14px;
  font-weight: 200;
}

.header {
  list-style: none;
  position: relative;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  transition: 0.5s;
  background-color: #fff;
  z-index: 1 !important;
  box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.23);
}
.header .header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.header .header_img img {
  width: 40px;
}
.header .notifications img {
  width: 30px;
}
.header .user-dropdown img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
  border: 1px solid #ccc;
  margin-right: 5px;
}

.menu-title.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: 0.3s;
}

#main-wrapper {
  overflow: scroll;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav {
  padding-top: 120px;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .main {
  padding-left: 5rem;
}
[data-sidebar-style=full][data-layout=vertical] .header .nav-control {
  display: none;
}

.event-table {
  border: 1px solid #8F9BB3;
  border-radius: 10px;
  color: #8F9BB3;
}
.event-table .table {
  margin-bottom: 0px;
}
.event-table .table tr td {
  padding: 10px;
  color: #8F9BB3;
  font-family: "Mulish";
  font-weight: 300;
}
.event-table .table tr .baslik,
.event-table .table tr .metin {
  border-right: 1px solid #8F9BB3;
}
.event-table .table tr .baslik span {
  font-size: 12px;
}
.event-table .table tr:nth-child(n+2) {
  border-top: 1px solid #8F9BB3;
}

[data-sidebar-style=mini] .main {
  padding-left: 5rem;
}
[data-sidebar-style=mini] .header .nav-control {
  display: none;
}
[data-sidebar-style=mini] .deznav {
  padding-top: 110px;
}
[data-sidebar-style=mini] .deznav .metismenu li a i {
  display: none;
}
[data-sidebar-style=mini] .deznav .has-submenu .submenu:not(.mm-show) {
  display: none;
}
[data-sidebar-style=mini] .deznav .nav-control {
  display: none;
}

[data-sidebar-style=overlay] .main {
  padding-left: 0;
}

[data-sidebar-style=overlay] .header .nav-control {
  margin-left: 20px;
  position: unset;
  transform: unset;
  padding: unset;
  flex: 1;
}
[data-sidebar-style=overlay] .header .nav-control .hamburger {
  background-color: unset;
}
[data-sidebar-style=overlay] .deznav .nav-control {
  display: none;
}

.metismenu li ul .submenu-title {
  padding-left: 10px;
}

.calendar-area .fc-header-toolbar {
  padding: 0px 10px;
}
.calendar-area .fc-col-header thead th {
  padding: 5px 15px;
}
.calendar-area a.fc-event {
  border-radius: 10px;
  width: 15px;
  height: 15px;
  color: transparent;
}
.calendar-area a.fc-event .fc-event-title {
  visibility: hidden;
  /* hides event title */
}
.calendar-area div.fc-content-skeleton > table > tbody > tr {
  display: inline-block;
}
.calendar-area .fc .fc-daygrid-day-top {
  justify-content: center;
}
.calendar-area .fc .fc-daygrid-day-events {
  text-align: center;
}
.calendar-area .fc .fc-daygrid-event-harness {
  display: inline-block;
}

.main {
  padding-left: 19rem;
  background-color: #F7FAFF;
  transition: margin-left 0.6s ease-out;
  height: calc(100vh - 70px);
  margin-top: 70px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main {
    padding-left: 17rem;
  }
}
.main .top-seller-card,
.main .stock-card {
  height: 325px !important;
}
.main .table-sticky-scroll {
  height: 265px;
  overflow: auto;
}
.main .table-sticky-scroll thead {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}
.main .main-content {
  padding: 20px 2% 0;
}
.main .main-content .card {
  height: 475px;
  width: 100%;
  box-shadow: 0px 3px 20px rgba(98, 98, 98, 0.25);
  border-radius: 8px !important;
  overflow: hidden;
}
.main .main-content .card .nav {
  width: 100%;
  margin-left: -2.6rem;
  margin-right: -2.6rem;
}
.main .main-content .card .nav .nav-item {
  width: 50%;
  text-align: center;
}
.main .main-content .card .nav .nav-item .nav-link {
  color: #8F9BB3;
}
.main .main-content .card .nav .nav-item .nav-link.active {
  background-color: unset;
  border: unset;
  border-bottom: 2px solid #19378E;
  color: #19378E;
}
.main .main-content .card .card-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.main .main-content .card .card-top-area .choose-date {
  position: relative;
}
.main .main-content .card .card-top-area .choose-date i {
  position: absolute;
  right: 8px;
  bottom: 16px;
  font-weight: 300;
}
.main .main-content .card .card-top-area .choose-date input {
  width: 120px;
  padding: 10px;
  background: #F4F5F9;
  font-family: "Mulish";
  font-weight: 600;
  font-size: 20px;
  border: unset;
  border-radius: 10px;
}
.main .main-content .card .chart-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  background-color: #F4F5F9;
  padding: 5px;
  border-radius: 10px;
}
.main .main-content .card .chart-btn a {
  margin-left: 10px;
  font-size: 17px;
  color: #8F9BB3;
  padding: 0px 10px !important;
}
.main .main-content .card .chart-btn a.active {
  background-color: #fff;
}
.main .main-content .card .graph-area {
  width: 100%;
  margin-top: 20px;
}
.main .main-content .card .graph-area img {
  width: 85%;
  margin-left: 50px;
}
.main .main-content .card-header {
  background-color: unset;
  border: unset;
}
.main .main-content .card-header .card-title {
  color: #19378E;
  margin-top: 10px;
  font-size: 17px;
}
.main .main-content .card-body {
  padding-top: unset;
}
.main .main-content .card-body .product-table thead th {
  border: unset !important;
  font-family: "Mulish";
  font-weight: 600;
}
.main .main-content .card-body .product-table td {
  font-style: normal;
  font-family: "Mulish";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  vertical-align: middle;
  padding: 10px;
}
.main .main-content .card-pass {
  height: 665px !important;
}
.main .main-content .card-pass .table-responsive {
  padding: 0px 10px;
}
.main .main-content .card-pass .table-responsive table tr {
  border-bottom: 1px solid #ccc;
}
.main .main-content .card-pass .table-responsive table tr td {
  vertical-align: middle;
}
.main .main-content .card-pass .table-responsive table tr td h6 {
  font-size: 13px;
  margin-bottom: 0px;
}
.main .main-content .card-pass .table-responsive table tr td p {
  margin-bottom: 0px;
  font-size: 12px;
}
.main .main-content .card-pass .icon-box {
  border: 1px solid rgba(0, 115, 255, 0.25);
  border-radius: 10px;
  padding: 7px;
  display: inline-block;
}
.main .main-content .card-pass .icon-box svg {
  color: #0073FF;
  vertical-align: text-top;
}
.main .main-content .card-pass .process {
  text-align: left;
}
.main .main-content .card-pass .process p {
  color: #888888;
  font-size: 14px;
}
.main .main-content .card-pass .past-price {
  padding: 0px;
  font-size: 18px;
  color: #0073FF;
}
.main .main-content .card-pass .gray-past-price {
  color: #8F9BB3;
}
.main .main-content .calendar-card .card .card-body {
  padding: 0;
}
.main .main-content .calendar-card .calendar-container {
  padding: 0px !important;
  margin-top: 0px;
  background-color: unset;
}
.main .main-content .calendar-card .calendar-container .calendar .event-buttons {
  display: none;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #ccc;
  margin-top: 9px;
}
.main .main-content .calendar-card .calendar-container .calendar .event-buttons #add-button {
  position: unset;
}
.main .main-content .calendar-card .calendar-container .calendar .frame {
  border-bottom: 1px solid #ccc;
}
.main .main-content .calendar-card .calendar-container .calendar .has-info .bullets {
  display: block;
  margin: -10px;
  margin-left: -5px;
}
.main .main-content .calendar-card .calendar-container .calendar .has-info .bullets .bullet {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.main .main-content .calendar-card .calendar-container .calendar .has-info .bullets .blue {
  background-color: #3BDAFF;
}
.main .main-content .calendar-card .calendar-container .calendar .has-info .bullets .yellow {
  background-color: #FFE15D;
}
.main .main-content .calendar-card .calendar-container .active-month {
  font-family: "Mulish";
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
  margin: 0px;
  border-top: 1px solid #ccc;
}
.main .main-content .calendar-card .calendar-container .table-date {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 14px;
  padding: 7.5px;
}
.main .main-content .calendar-card .calendar-container .other-month-first-4 {
  opacity: 0.5;
}
.main .main-content .calendar-card .table-informations-area .badge-blue {
  background-color: #3BDAFF;
}
.main .main-content .calendar-card .table-informations-area .badge-yellow {
  background-color: #FFE15D;
}
.main .main-content .calendar-card .table-informations-area .badge-danger {
  background-color: #dc3545;
}
.main .main-content .calendar-card .table-informations-area .badge {
  border-radius: 100% !important;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: bottom;
}
.main .main-content .calendar-card .table-informations-area .badge p {
  color: #8F9BB3;
  font-family: "Mulish";
  font-weight: 300;
  font-size: 18px;
  margin-bottom: unset;
  margin-left: 5px;
}
.main .main-content .calendar-card .table-informations-area .badge .circle {
  opacity: 0;
}

.product-content {
  padding: 20px 2% 0;
}
.product-content.invoice #dataTable_wrapper .dataTables_filter {
  display: inline-block;
  width: 100%;
}
.product-content table td {
  vertical-align: middle;
}
.product-content .dataTables_wrapper .top {
  padding: 10px 20px;
}
.product-content .dataTables_wrapper .dataTables_length {
  width: 50%;
  display: none;
}
.product-content .dataTables_wrapper .dataTables_filter {
  display: inline-block;
  width: 100%;
}
.product-content .dataTables_wrapper .dataTables_paginate ul.pagination {
  justify-content: center;
  margin: 20px;
}
.product-content .dataTables_wrapper .paginate_button a {
  background-color: transparent;
  border: none;
  color: #8F9BB3;
}
.product-content .dataTables_wrapper .paginate_button.active a {
  color: #19378E;
}
.product-content .dataTables_wrapper .paginate_button.previous {
  margin: 0px 10px;
}
.product-content .dataTables_wrapper .paginate_button.previous a {
  border: 1px solid #19378E;
  color: #19378E;
  border-radius: 100%;
}
.product-content .dataTables_wrapper .paginate_button.next {
  margin: 0px 10px;
}
.product-content .dataTables_wrapper .paginate_button.next a {
  border: 1px solid #19378E;
  color: #19378E;
  border-radius: 100%;
}

.invoice-detail-modal tfoot tr th:nth-child(2) {
  color: #8F9BB3;
  margin-left: 10px;
  font-size: 18px;
}

.account-main .nav-tabs .nav-link {
  border: unset;
  background-color: unset;
}
.account-main .nav-tabs .nav-link:focus {
  border: unset;
}
.account-main .nav-tabs .nav-link.active {
  background-color: unset;
  border: unset;
  border-bottom: 1px solid #19378E;
}
.account-main .tab-content .tab-pane {
  width: 100%;
}
.account-main .tab-content .tab-pane .payment-info .payment-info-title {
  color: #19378E;
}
.account-main .tab-content .tab-pane .payment-info p {
  color: #8F9BB3;
  text-align: center;
}
.account-main .tab-content .tab-pane .package-card .package-infos .form-group {
  position: relative;
  padding: 10px 20px;
  border-radius: 8px;
}
.account-main .tab-content .tab-pane .package-card .package-infos .form-group select {
  width: 150px;
  border-radius: 20px;
  color: #8F9BB3;
}
.account-main .tab-content .tab-pane .package-card .package-infos i {
  position: absolute;
  top: 30px;
  right: 30px;
}
.account-main .tab-content .tab-pane .package-card .package-infos .price-info {
  margin-bottom: 15px;
}
.account-main .tab-content .tab-pane .package-card .package-infos .price-info p {
  margin-bottom: unset;
  font-size: 40px;
}
.account-main .tab-content .tab-pane .package-card .package-infos .price-info span {
  display: block;
  font-size: 14px;
  margin-top: -10px;
  text-align: left;
  font-family: "Mulish";
  font-weight: 300;
}
.account-main .tab-content .tab-pane .package-card .credit-card img {
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.account-main .tab-content .tab-pane .package-card .button-area button {
  width: 200px;
}
.account-main .tab-content .tab-pane .package-card .button-area a {
  display: block;
  color: #8F9BB3;
  margin-top: 10px;
}
.account-main input {
  border-radius: 8px;
}
.account-main input::-moz-placeholder {
  color: #8F9BB3;
  font-family: "Mulish";
  font-weight: 300;
}
.account-main input::placeholder {
  color: #8F9BB3;
  font-family: "Mulish";
  font-weight: 300;
}
.account-main .button-area button {
  padding: 10px 20px;
  background-color: #19378E;
  color: #fff;
  border-radius: 8px;
  font-family: "Mulish";
  font-weight: 300;
}
.account-main .card {
  height: auto !important;
}
.account-main .card .login-infos {
  margin-top: 20px;
}
.account-main .card .login-infos .login-info-title {
  font-family: "Mulish";
  font-weight: 300;
}
.account-main .card .login-infos .sub-info {
  display: flex;
  align-items: center;
  font-family: "Mulish";
  font-weight: 300;
  margin-top: 10px;
}
.account-main .card .login-infos .sub-info span {
  background: darkblue;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  margin-right: 5px;
}
.account-main .card .login-infos .sub-info i {
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
.account-main .card .add-user .add-user-title {
  font-family: "Mulish";
  font-weight: 300;
}

.deznav .metismenu li.mm-active a i {
  transition: 0.3;
  transform: rotate(180deg);
}

.cash-box .card {
  height: auto !important;
}
.cash-box .card .card-title {
  font-size: 1em;
}
.cash-box .card .card-content {
  position: relative;
}
.cash-box .card .card-content .card-body {
  padding: 1.4rem 1.7rem;
  overflow: hidden;
}
.cash-box .card .card-content .card-body .cash-info {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 8%;
}
.cash-box .card .card-content .card-body .cash-info span i {
  font-size: 2em;
  padding: 6px 10px;
  border-radius: 50%;
  background: #F8F8FA;
  box-shadow: 0px 0px 4px rgba(25, 55, 142, 0.25);
  color: #19378E;
}
.cash-box .card .card-content .card-body .cash-info .cash-process a {
  color: #8F9BB3;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.cash-box .card .card-content .card-body .progress {
  overflow: visible;
}
.cash-box .card .card-content .card-body .progress .progress-bar.progress-label {
  position: relative;
  overflow: visible;
  background-color: #002388;
  border-radius: 1rem;
  box-shadow: none;
}
.cash-box .card .card-content .card-body .progress .progress-bar.progress-label:before {
  content: attr(aria-valuenow) "%";
  position: absolute;
  left: 0px;
  bottom: -26px;
  color: #495057;
  font-size: 0.8rem;
}

.apexcharts-toolbar {
  z-index: 0 !important;
}

@media (max-width: 1400px) {
  .deznav .metismenu li a {
    padding: 15px 15px !important;
  }
}
@media (max-width: 1200px) {
  .login-area,
  .confrim-signup {
    background-image: unset;
    overflow: hidden;
    overflow-y: auto;
  }
  .login-area .input-area,
  .confrim-signup .input-area {
    max-width: 100%;
    margin-bottom: unset;
  }
}
@media screen and (max-width: 1300px) and (max-height: 700px) {
  .login-area .input-area {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .login-area .input-area .logo {
    margin-bottom: unset;
  }
  .login-area .input-area .logo img {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .header_img {
    width: 40px;
    height: 40px;
  }
  .header_img img {
    width: 45px;
  }
  .l-navbar {
    left: 0;
    padding: 1rem 1rem 0 0;
  }
  .body-pd {
    padding-left: calc(var(--nav-width) + 188px);
  }
}
.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  color: #8F9BB3;
  margin: 0 10px;
  font-size: 17px;
}
.nav-tabs .nav-link.active {
  border-bottom-width: 2px;
  border-color: transparent transparent #19378E;
  background-color: transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.form-label {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 1px;
}

/* total width */
::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
}

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

::-webkit-scrollbar-thumb:hover {
  background-color: #878787;
  border: 0px solid #f4f4f4;
}

.report-filter-area {
  position: absolute;
  width: 100%;
  top: 10px;
}

.create-invoice .card {
  height: unset !important;
}
.create-invoice .customer-select {
  width: 100%;
}
.create-invoice .form-control {
  color: #828282;
  border-color: #e0e0e0;
}
.create-invoice .select2-container {
  width: 100% !important;
}
.create-invoice .select2-container--default .select2-selection--single {
  height: unset;
  padding: 0.375rem 0.75rem;
  border: 1px solid #e0e0e0;
}
.create-invoice .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  color: #828282;
}
.create-invoice .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.create-invoice .product-table {
  color: #828282;
  font-size: 12px;
}
.create-invoice .product-table .form-control {
  padding: 5px;
  font-size: 12px;
}
.create-invoice .product-table th {
  font-weight: 600;
}
.create-invoice .product-table .product-name select,
.create-invoice .product-table .product-name .select2-container {
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: block;
}
.create-invoice .product-table .removeButton {
  background: transparent;
  border: none;
  color: red;
}

.expenses-filter {
  position: absolute;
  width: calc(100% - 300px);
  left: 15px;
  top: 25px;
}

.customer-detail-area {
  padding: 15px 0px;
}

.customer-detail-area a {
  text-decoration: none;
}

.customer-left-menu ul {
  list-style: none;
  padding: 5px;
  margin-bottom: unset;
}

.customer-left-menu ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  border-radius: 1.25rem;
  padding: 15px 20px;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
}

.customer-left-menu ul li a img {
  margin-right: 10px;
}

.customer-left-menu ul li a.active {
  color: #0B2A97;
  /* background-color: #e9ecef; */
}

.customer-left-menu ul li a:hover {
  color: #0B2A97;
  background-color: #f1f1f1;
}

.detail-page .detail-card-area .card {
  padding: 30px 100px 30px 30px;
}

.customer-detail-area.payment .dataTables_wrapper .top {
  padding: 20px;
}

.stock-detail-area {
  padding: 15px 0px;
}
.stock-detail-area .card-infos .first-card-infos,
.stock-detail-area .card-infos .second-card-infos {
  border: 1px solid #ccc;
  padding-left: 5px;
  width: 100%;
}
.stock-detail-area .card-infos h5 {
  border-bottom: 1px solid rgba(204, 204, 204, 0.6156862745);
  width: 100%;
  padding: 5px 0px 5px 0px;
}

.customer-detail-area.customer-detail-area .dataTables_wrapper .top {
  display: flex;
  justify-content: space-between;
}

.btn-table {
  text-align: center;
  display: inline-block;
  border: none;
  background: transparent;
  color: #8F9BB3;
  text-decoration: none;
}
.btn-table:hover {
  color: #002388;
}
.btn-table i {
  display: block;
}

.btn-xsm {
  font-size: 0.8em;
}

.w-fix {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.btn-custom-info {
  text-decoration: none !important;
  border: none !important;
  background: transparent !important;
  color: #8F9BB3 !important;
  width: 90px;
  line-height: 15px;
  padding: 0;
  max-height: 50px;
  vertical-align: middle;
}

.cloumn-truncate {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.responsive-table {
  table-layout: fixed;
}

.flex-width {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#invoice-upload #drop-zone {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: background-color 0.3s;
}
#invoice-upload #drop-zone:hover {
  background-color: #e9e9e9;
}
#invoice-upload #file-list {
  margin-top: 20px;
}
#invoice-upload #file-list div {
  background-color: #e9e9e9;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  text-align: left;
}

.deznav {
  z-index: 99;
}

.nav-header {
  z-index: 999;
}

.menu-toggle .nav-header {
  z-index: 997 !important;
}

.modal {
  z-index: 9999;
}

.modal-backdrop {
  z-index: 9998;
}

#invoice_table,
#uts_table,
#invoice_table .form-control {
  font-size: 12px;
}

.table-sm-p {
  min-height: 100%;
  word-wrap: break-word;
  margin-bottom: 0px;
  display: flex;
  overflow-x: hidden;
  align-items: center;
}

.table-sm-container {
  height: 50px;
  overflow-y: auto;
}

.table-max-width {
  max-width: attr(data-width);
}

.uts-tag {
  float: right;
  margin-top: -15px;
  display: inline-block;
  padding: 5px;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #002388;
}

.pricing__item {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #3ca3fc -1.09%, #00060c 175.27%);
  padding: 50px 40px;
  border-radius: 20px;
}

.pricing__item .item-shape {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -1;
}

.pricing__item ul {
  padding: 40px 0;
}

.pricing__item ul li {
  color: #fff;
}

.pricing__item ul li:not(:last-child) {
  margin-bottom: 20px;
}

.pricing__item .pricing-head {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(227, 227, 227, 0.4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.pricing__item .pricing-head h2 {
  color: #fff;
}

.pricing__item .pricing-head h2 span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.pricing__item .pricing-icon {
  width: 94px;
  height: 90px;
  text-align: center;
  line-height: 90px;
}

.pricing__item .pricing-icon img {
  transition: 1s;
}

.pricing__item:hover .item-shape {
  animation: bobble 2s ease-in-out infinite alternate;
}

.pricing__item:hover .pricing-icon img {
  transform: rotateY(-360deg);
}

.pricing-area .btn-one {
  background: #2dcee8;
}

.project-three-area {
  padding-bottom: 240px;
  padding-top: 240px;
  margin-top: -120px;
}

.project-three__item .case__content {
  text-align: center;
}

.project-three__item .case__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  right: unset;
}

.sticky-table-wrapper {
  max-height: 300px;
  overflow: auto;
  border-collapse: collapse;
}
.sticky-table-wrapper .sticky-table-head {
  position: sticky;
  top: 0;
  background-color: #fff;
}
.sticky-table-wrapper .sticky-table-head::before {
  content: "";
  position: absolute;
  background: #000;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 2px;
}

.ticket-card {
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.ticket-status {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.ticket-status.open {
  background-color: rgba(52, 195, 143, 0.2);
  color: #34c38f;
}
.ticket-status.in_progress {
  background-color: rgba(241, 180, 76, 0.2);
  color: #f1b44c;
}
.ticket-status.closed {
  background-color: rgba(244, 106, 106, 0.2);
  color: #f46a6a;
}

.ticket-priority {
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
}
.ticket-priority.low {
  background-color: rgba(50, 58, 70, 0.2);
  color: #323a46;
}
.ticket-priority.medium {
  background-color: rgba(241, 180, 76, 0.2);
  color: #f1b44c;
}
.ticket-priority.high {
  background-color: rgba(244, 106, 106, 0.2);
  color: #f46a6a;
}

.ticket-chat .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
.ticket-chat .chat-day-title .title {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 6px 24px;
  font-size: 13px;
  color: #6c757d;
}
.ticket-chat .chat-day-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e9ecef;
  left: 0;
  right: 0;
  top: 10px;
}
.ticket-chat .chat-message {
  margin-bottom: 20px;
}
.ticket-chat .chat-message .message-content {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  max-width: 80%;
  margin-bottom: 5px;
}
.ticket-chat .chat-message .message-content:before {
  content: "";
  position: absolute;
  top: 10px;
  border: 5px solid transparent;
}
.ticket-chat .chat-message.left .message-content {
  background-color: #f8f9fa;
  margin-right: auto;
}
.ticket-chat .chat-message.left .message-content:before {
  left: -10px;
  border-right-color: #f8f9fa;
}
.ticket-chat .chat-message.right .message-content {
  background-color: rgba(85, 110, 230, 0.1);
  margin-left: auto;
}
.ticket-chat .chat-message.right .message-content:before {
  right: -10px;
  border-left-color: rgba(85, 110, 230, 0.1);
}
.ticket-chat .chat-message.right .message-meta {
  text-align: right;
}
.ticket-chat .chat-message .message-meta {
  font-size: 12px;
  color: #6c757d;
  margin-top: 4px;
}
.ticket-chat .chat-message .message-meta .sender-name {
  font-weight: 600;
  margin-right: 8px;
}
.ticket-chat .chat-message .message-meta .message-time {
  opacity: 0.8;
}

.ticket-reply-box {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  margin-top: 20px;
}
.ticket-reply-box textarea {
  border: none;
  resize: none;
}
.ticket-reply-box textarea:focus {
  box-shadow: none;
}
.ticket-reply-box .reply-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
}

.ticket-info-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.ticket-info-card .info-header {
  padding: 16px;
  border-bottom: 1px solid #e9ecef;
}
.ticket-info-card .info-header h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.ticket-info-card .info-body {
  padding: 16px;
}
.ticket-info-card .info-body .info-item {
  margin-bottom: 16px;
}
.ticket-info-card .info-body .info-item:last-child {
  margin-bottom: 0;
}
.ticket-info-card .info-body .info-item label {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 4px;
}
.ticket-info-card .info-body .info-item .value {
  font-weight: 500;
}

.ticket-table th {
  font-weight: 600;
  background-color: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
}
.ticket-table td {
  vertical-align: middle;
}
.ticket-table td .ticket-subject {
  color: #495057;
  font-weight: 500;
}
.ticket-table td .ticket-subject:hover {
  color: #556ee6;
}
.ticket-table td .company-name {
  font-size: 13px;
  color: #6c757d;
}
.ticket-table .action-btn {
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 4px;
}
.ticket-table .action-btn i {
  margin-right: 4px;
}

.notifications-container .dropdown-item.active,
.notifications-container .dropdown-item:active {
  background-color: #f8f9fa;
  color: #212529;
}
.notifications-container .notification-item p {
  width: 100%;
  word-wrap: break-word;
  overflow: inherit;
  word-break: break-all;
  white-space: normal;
  font-size: 13px;
}
.notifications-container .notification-item h6 {
  font-size: 14px;
  font-weight: 600;
}
.notifications-container .notification-item small {
  float: right;
  font-size: 11px;
  color: #6c757d;
}

.swal2-container {
  z-index: 99999;
}/*# sourceMappingURL=style.css.map */