/*-- 1. VARIABLES --*/
/*-- 2. MIXIN --*/
/*-- 3. MEDIA QUERIES --*/
/*-- 4. RESET --*/
html {
  scroll-behavior: smooth; }

body {
  margin: auto;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #282d3e;
  scroll-behavior: smooth;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  background-color: #f1f2f7;
  width: 100%;
  height: 100%; }
  body::-webkit-scrollbar {
    width: 5px; }
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  body::-webkit-scrollbar-thumb {
    background-color: #0c629e;
    outline: 1px solid #0c629e; }

ul {
  margin: 0;
  padding: 0;
  display: block; }

li {
  list-style: none; }

a {
  color: #0c629e; }

a,
a:hover,
a:focus,
button,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  box-shadow: none !important;
  font-family: "Hind Siliguri", sans-serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: normal;
  margin-bottom: 15px; }

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

.inherit {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
  font-weight: inherit;
  display: inherit; }

.bg-primary-light-1 {
  background: #7886d3; }

.bg-primary-light-2 {
  background: #9fa8e0; }

.bg-primary-light-3 {
  background: #d8dcf3; }

.btn-primary {
  color: #ffffff;
  background-color: #0c629e;
  border-color: #0c629e; }

.btn-outline-primary {
  color: #0c629e;
  border-color: #0c629e; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #0c629e;
    border-color: #0c629e; }

@media (min-width: 1025px) {
  .pl-50-md {
    padding-left: 50px; } }
@media (min-width: 767px) {
  .pl-50 {
    padding-left: 50px; }

  .pl-100 {
    padding-left: 100px; } }
.select2-container {
  width: 100% !important;
  z-index: 99999; }
  .select2-container .select2-dropdown {
    border: 0;
    border-radius: 0;
    background-color: #282d3e; }
    .select2-container .select2-dropdown .select2-results .select2-results__option {
      padding: 5px 15px;
      color: rgba(255, 255, 255, 0.7); }
  .select2-container .select2-selection--single {
    height: 100%;
    padding: 5px 15px;
    border-radius: 0;
    border: 1px solid #ced4da;
    background-color: transparent; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      color: black; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 100%;
      top: 0;
      right: 0px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #000000; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0c629e;
  color: #ffffff; }

.fullscreen .fullscreen {
  display: none; }
.fullscreen .exit-fullscreen {
  display: block !important; }

.form-control {
  border-radius: 0 !important; }

.main-body {
  /****
  // START HEADER //
  ****/
  /* Sidebar */
  /****
  // END HEADER //
  ****/
  /***
  // Login //
  ***/ }
  .main-body .main-logo {
    font-weight: 700;
    font-size: 28px;
    text-transform: lowercase;
    letter-spacing: -1px;
    display: flex;
    align-items: left;
    position: relative;
    margin: auto;
    justify-content: left;
    outline: none; }
  .main-body .header-brand-img {
    line-height: 2.5rem;
    vertical-align: middle;
    width: auto; }
  .main-body .main-header {
    height: 80px;
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #e8e8f7;
    z-index: 99;
    width: 100%; }
    .main-body .main-header > .container-fluid {
      padding-left: 25px;
      padding-right: 15px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .main-body .main-header .main-header-left {
      transition: padding-left 0.3s ease;
      display: flex;
      align-items: center; }
      .main-body .main-header .main-header-left .main-header-menu-icon {
        margin-right: 0px;
        display: flex;
        align-items: center;
        border-radius: 10px; }
        .main-body .main-header .main-header-left .main-header-menu-icon .header-menu-icon {
          width: 37px;
          height: 37px;
          padding: 8px;
          fill: #5a6485; }
          .main-body .main-header .main-header-left .main-header-menu-icon .header-menu-icon:hover {
            background: #f1f2f7;
            border-radius: 30%; }
      .main-body .main-header .main-header-left .site-logo {
        display: none; }
    .main-body .main-header .main-header-center {
      transition: padding-left 0.3s ease;
      flex: 1;
      margin: 0 0 0 0.8rem;
      position: relative; }
      .main-body .main-header .main-header-center .form-control {
        border: 1px solid #e8e8f7;
        border-radius: 10px 0px 0px 10px !important;
        transition: none;
        height: 40px;
        border-radius: 0;
        width: auto;
        flex: inherit;
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.8;
        color: #5a6485 !important;
        background-color: #ffffff;
        background-clip: padding-box; }
      .main-body .main-header .main-header-center .search-btn {
        background-color: #0c629e;
        border-radius: 0 10px 10px 0 !important;
        padding: 0.375rem 0.7rem 0.375rem 0.7rem;
        color: #ffffff; }
      .main-body .main-header .main-header-center .login-name h4 {
        font-size: 18px;
        font-weight: 600;
        color: #0c629e; }
      @media (min-width: 1280px) {
        .main-body .main-header .main-header-center .form-control {
          width: 280px !important; } }
    .main-body .main-header .main-header-right {
      display: flex;
      align-items: center; }
      .main-body .main-header .main-header-right .time-wrap-outer {
        display: flex;
        align-items: center;
        margin-right: 30px; }
      .main-body .main-header .main-header-right .time-wrap {
        margin-right: 0px; }
        @media (max-width: 575px) {
          .main-body .main-header .main-header-right .time-wrap {
            display: none; } }
        .main-body .main-header .main-header-right .time-wrap #date {
          font-size: 12px;
          transition: 300ms;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          -moz-transition: 300ms;
          -ms-transition: 300ms; }
          @media (max-width: 767px) {
            .main-body .main-header .main-header-right .time-wrap #date {
              font-size: 11px; } }
        .main-body .main-header .main-header-right .time-wrap #time {
          font-weight: 600;
          color: #0c629e;
          font-size: 18px;
          text-align: right;
          transition: 300ms;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          -moz-transition: 300ms;
          -ms-transition: 300ms; }
          @media (max-width: 767px) {
            .main-body .main-header .main-header-right .time-wrap #time {
              font-size: 16px; } }
      .main-body .main-header .main-header-right .header-search,
      .main-body .main-header .main-header-right .main-header-fullscreen {
        position: relative;
        padding: 0.6rem 0;
        margin: 0 7px; }
      .main-body .main-header .main-header-right .responsive-navbar.navbar .navbar-collapse {
        padding: 0 !important; }
      @media (min-width: 767px) and (max-width: 991px) {
        .main-body .main-header .main-header-right .responsive-navbar.navbar .navbar-collapse.collapse {
          display: block; } }
      .main-body .main-header .main-header-right .header-search .dropdown-menu {
        width: 300px;
        position: absolute;
        top: 50px;
        left: auto;
        right: -10px;
        bottom: auto;
        padding: 0;
        border-color: #e8e8f7;
        border-width: 1px;
        box-shadow: 0 2px 4px rgba(16, 35, 59, 0.15);
        border-radius: 0; }
        .main-body .main-header .main-header-right .header-search .dropdown-menu .main-form-search {
          flex: 1;
          width: 100%;
          position: relative; }
          .main-body .main-header .main-header-right .header-search .dropdown-menu .main-form-search .form-control {
            border-color: #e8e8f7;
            border-width: 1px;
            background-color: #ffffff;
            transition: none;
            height: 40px;
            border-radius: 3px; }
          .main-body .main-header .main-header-right .header-search .dropdown-menu .main-form-search .btn {
            background-color: #0c629e;
            color: #ffffff; }
      .main-body .main-header .main-header-right .header-search.show .dropdown-menu {
        display: block;
        animation-name: fadeIn;
        -webkit-animation-duration: 0.2s;
        -moz-animation-duration: 0.2s;
        -ms-animation-duration: 0.2s;
        -o-animation-duration: 0.2s;
        animation-duration: 0.4s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both; }
      .main-body .main-header .main-header-right .main-header-contact {
        position: relative;
        padding: 0.6rem 0;
        margin: 0 7px; }
        .main-body .main-header .main-header-right .main-header-contact .contact-btn {
          border-radius: 50px;
          padding-left: 25px;
          padding-right: 25px; }
      .main-body .main-header .main-header-right .main-profile-menu {
        position: relative;
        padding: 0.6rem 0;
        margin: 0 7px; }
        .main-body .main-header .main-header-right .main-profile-menu .main-profile-menu-inner {
          align-items: center; }
        .main-body .main-header .main-header-right .main-profile-menu .name {
          margin-left: 15px;
          font-size: 16px; }
        .main-body .main-header .main-header-right .main-profile-menu .main-img-user {
          display: block;
          position: relative;
          width: 32px;
          height: 32px;
          border-radius: 100%; }
          .main-body .main-header .main-header-right .main-profile-menu .main-img-user img {
            border-radius: 10px;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .main-body .main-header .main-header-right .main-profile-menu .dropdown-menu {
          border-radius: 11px;
          top: 48px !important;
          padding-top: 0px;
          position: absolute;
          left: auto;
          right: -10px;
          bottom: auto;
          width: 230px;
          border: 0;
          border-width: 1px;
          box-shadow: 0 2px 4px rgba(16, 35, 59, 0.15); }
          .main-body .main-header .main-header-right .main-profile-menu .dropdown-menu .header-navheading {
            padding: 15px 15px 15px;
            text-align: center;
            background: #0c629e;
            border-radius: 11px 11px 0 0; }
            .main-body .main-header .main-header-right .main-profile-menu .dropdown-menu .header-navheading .main-notification-title {
              font-size: 18px;
              font-weight: 600;
              color: #ffffff;
              margin-bottom: 5px;
              line-height: 1; }
            .main-body .main-header .main-header-right .main-profile-menu .dropdown-menu .header-navheading .main-notification-text {
              color: #ffffff;
              font-size: 13px;
              margin-bottom: 0px; }
          .main-body .main-header .main-header-right .main-profile-menu .dropdown-menu .dropdown-item {
            position: relative;
            padding: 10px;
            height: 38px;
            display: flex;
            align-items: center;
            font-size: 13px;
            color: #5a6485; }
            .main-body .main-header .main-header-right .main-profile-menu .dropdown-menu .dropdown-item i {
              font-size: 16px;
              margin-right: 10px;
              width: 24px;
              text-align: center;
              line-height: 0.9; }
            .main-body .main-header .main-header-right .main-profile-menu .dropdown-menu .dropdown-item + .dropdown-item {
              border-top: 1px solid #e8e8f7; }
            .main-body .main-header .main-header-right .main-profile-menu .dropdown-menu .dropdown-item:hover, .main-body .main-header .main-header-right .main-profile-menu .dropdown-menu .dropdown-item:focus {
              background-color: #f3f7ff; }
          .main-body .main-header .main-header-right .main-profile-menu .dropdown-menu .border-top {
            border-top: 1px solid #e8e8f7 !important; }
        .main-body .main-header .main-header-right .main-profile-menu.show .dropdown-menu {
          display: block;
          animation-name: fadeIn;
          -webkit-animation-duration: 0.2s;
          -moz-animation-duration: 0.2s;
          -ms-animation-duration: 0.2s;
          -o-animation-duration: 0.2s;
          animation-duration: 0.4s;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          -ms-animation-fill-mode: both;
          -o-animation-fill-mode: both;
          animation-fill-mode: both; }
          .main-body .main-header .main-header-right .main-profile-menu.show .dropdown-menu::before {
            content: "";
            width: 13px;
            height: 13px;
            background: #0c629e;
            position: absolute;
            top: -7px;
            right: 21px;
            transform: rotate(45deg); }
      .main-body .main-header .main-header-right .nav-link {
        display: block;
        padding: 0.5rem 1rem; }
        .main-body .main-header .main-header-right .nav-link.icon {
          font-size: 20px;
          color: #5a6485;
          cursor: pointer;
          line-height: 0.9;
          padding: 0;
          border-radius: 50%;
          margin: 0; }
      .main-body .main-header .main-header-right .header-icons {
        height: 36px;
        width: 36px;
        line-height: 20px;
        border-radius: 10px;
        padding: 8px;
        fill: #5a6485;
        color: #5a6485; }
      .main-body .main-header .main-header-right .exit-fullscreen {
        display: none; }
    @media (min-width: 992px) {
      .main-body .main-header {
        position: fixed;
        height: 65px; }
        .main-body .main-header .main-header-left .main-logo {
          display: flex; }
        .main-body .main-header .main-header-center {
          margin: 0 0 0 2rem; }
          .main-body .main-header .main-header-center .responsive-logo {
            display: none; }
        .main-body .main-header .main-header-right .header-search {
          display: none; } }
    @media (max-width: 991px) {
      .main-body .main-header .main-header-center .responsive-logo {
        display: block; }
        .main-body .main-header .main-header-center .responsive-logo .mobile-logo {
          display: block;
          width: auto;
          font-size: 22px;
          font-weight: 600;
          color: #5a6485;
          text-transform: capitalize; }
          .main-body .main-header .main-header-center .responsive-logo .mobile-logo img {
            width: 60px; }
        .main-body .main-header .main-header-center .responsive-logo .mobile-logo-dark {
          display: none; }
      .main-body .main-header .main-header-center .input-group {
        display: none; } }
    @media (max-width: 766px) {
      .main-body .main-header .main-header-center .responsive-logo .mobile-logo {
        text-align: center;
        margin: 0 auto; }
      .main-body .main-header .main-header-right .responsive-navbar.navbar {
        position: relative !important;
        display: -ms-flexbox;
        display: flex;
        top: 65px;
        margin: 0;
        margin-bottom: 0 !important;
        padding: 0; }
        .main-body .main-header .main-header-right .responsive-navbar.navbar .navbar-collapse {
          position: fixed;
          width: 100%;
          background: #ffffff;
          margin-top: 0;
          z-index: 999;
          top: 80px;
          border-bottom: 1px solid #ffffff;
          border-top: 1px solid #f1f2f7;
          padding-left: 1rem;
          padding-right: 0.3rem;
          box-shadow: 0 2px 4px rgba(16, 35, 59, 0.15);
          left: 0;
          right: 0; }
          .main-body .main-header .main-header-right .responsive-navbar.navbar .navbar-collapse .mobile-center {
            justify-content: center; }
      .main-body .main-header .main-header-right .responsive-navbar .dropdown {
        position: initial;
        margin: 0 5px; }
      .main-body .main-header .main-header-right .responsive-navbar .dropdown-menu {
        left: 10px !important;
        margin: 0 auto;
        top: 60px;
        justify-content: center;
        right: 10px;
        width: auto; }
        .main-body .main-header .main-header-right .responsive-navbar .dropdown-menu::before {
          display: none; }
      .main-body .main-header .main-header-right .header-search.dropdown {
        position: initial !important; }
      .main-body .main-header .main-header-right .header-search .dropdown-menu {
        position: absolute !important;
        top: 100% !important; } }
    @media (max-width: 575px) {
      .main-body .main-header .main-header-right .responsive-navbar .dropdown-menu {
        top: 50px !important; } }
  .main-body .modal .modal-dialog .modal-content .modal-header h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: auto; }
  .main-body .modal .modal-dialog .modal-content .modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 15px; }
  .main-body .modal .modal-dialog .modal-content .modal-body {
    padding: 30px 30px; }
    .main-body .modal .modal-dialog .modal-content .modal-body .input-group .form-label {
      width: 100%;
      font-weight: 600; }
    .main-body .modal .modal-dialog .modal-content .modal-body .btn-success {
      width: 100%;
      border-radius: 0;
      padding: 10px 15px;
      letter-spacing: 2px; }
  .main-body .side-header {
    transition: padding-left 0.3s ease; }
    @media (min-width: 992px) {
      .main-body .side-header {
        position: fixed;
        width: 100%;
        z-index: 99 !important;
        border-bottom: 1px solid #e8e8f7;
        box-shadow: -4px 4px 20px 0px rgba(188, 188, 201, 0.09);
        padding-left: 300px; }
        .main-body .side-header .main-logo {
          color: inherit;
          margin-right: 0;
          font-size: 1.25rem;
          white-space: nowrap;
          font-weight: 600;
          padding: 0;
          transition: 0.3s opacity;
          line-height: 2.9rem;
          text-align: center;
          text-align: center; } }
  .main-body .main-menu {
    background: #282d3e;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .main-body .main-sidebar {
    width: 300px;
    flex-direction: column;
    flex-shrink: 0;
    border-right: 0;
    transform: translateX(-300px);
    visibility: hidden;
    transition: all 0.4s;
    transition: left 0.3s ease, width 0.3s ease; }
    .main-body .main-sidebar .main-sidebar-header {
      flex-shrink: 0;
      height: 64px;
      align-items: center; }
      .main-body .main-sidebar .main-sidebar-header .sidemenu-logo {
        background: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        border-right: 1px solid rgba(90, 100, 133, 0.15) !important;
        padding: 11.5px 21px;
        justify-content: center; }
        .main-body .main-sidebar .main-sidebar-header .sidemenu-logo .desktop-logo {
          display: block;
          color: #ffffff;
          font-size: 22px;
          width: 160px;
          text-align: center;
          font-weight: 500;
          text-transform: capitalize; }
        .main-body .main-sidebar .main-sidebar-header .sidemenu-logo img {
          margin: 0 auto;
          width: auto; }
        @media (max-width: 991px) {
          .main-body .main-sidebar .main-sidebar-header .sidemenu-logo {
            padding: 0 !important; }
            .main-body .main-sidebar .main-sidebar-header .sidemenu-logo .main-logo {
              display: none; } }
      .main-body .main-sidebar .main-sidebar-header .icon-logo,
      .main-body .main-sidebar .main-sidebar-header .desktop-logo {
        display: none; }
    .main-body .main-sidebar.side-menu .header-brand-img {
      margin-top: 0 !important;
      outline: 0; }
    .main-body .main-sidebar.side-menu .nav-item {
      transition-duration: 0.25s;
      margin: 6px 0; }
      .main-body .main-sidebar.side-menu .nav-item.active i.angle {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 12px; }
      .main-body .main-sidebar.side-menu .nav-item.show i.angle {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 12px; }
      .main-body .main-sidebar.side-menu .nav-item.show .nav-sub {
        display: block !important; }
        .main-body .main-sidebar.side-menu .nav-item.show .nav-sub .nav-sub-link {
          transition: all 0.25s; }
          .main-body .main-sidebar.side-menu .nav-item.show .nav-sub .nav-sub-link.sub-with-sub i.angle {
            transform: rotate(0deg); }
        .main-body .main-sidebar.side-menu .nav-item.show .nav-sub .nav-sub-item.show .nav-sub-link.sub-with-sub i.angle {
          transform: rotate(90deg); }
        .main-body .main-sidebar.side-menu .nav-item.show .nav-sub .nav-sub-item.show .sub-nav-sub {
          display: block !important; }
    .main-body .main-sidebar.side-menu i.angle {
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 12px; }
    .main-body .main-sidebar.side-menu .nav-sub {
      display: none; }
    .main-body .main-sidebar.side-menu .sub-nav-sub {
      display: none; }
    .main-body .main-sidebar.side-menu .nav-sub-link {
      transition: all 0.25s; }
    @media (min-width: 992px) {
      .main-body .main-sidebar {
        position: relative;
        display: flex;
        transform: none;
        z-index: 999;
        border-right-width: 1px;
        visibility: visible; }
        .main-body .main-sidebar.side-menu {
          width: 300px; } }
    @media (max-width: 991px) {
      .main-body .main-sidebar {
        z-index: 20; } }
  .main-body .ps {
    overflow: hidden;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto; }
  .main-body .main-sidebar-sticky {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    box-shadow: none; }
  .main-body #slide-left {
    position: absolute;
    left: 20px;
    right: auto; }
  .main-body .main-sidebar-body .nav {
    flex-direction: column;
    padding: 0 15px 0 15px;
    margin: 0 auto;
    justify-content: center;
    margin-top: 0; }
  .main-body .main-sidebar-body .nav-item {
    position: relative;
    display: block; }
    .main-body .main-sidebar-body .nav-item.active .nav-link {
      background-color: #0c629e;
      position: relative;
      z-index: 1;
      margin: 10px auto;
      text-align: center;
      border-radius: 7px;
      margin-left: 0;
      border: 0px solid transparent;
      border-right: 0px;
      width: inherit;
      padding: 9px 0;
      line-height: 1.1; }
    .main-body .main-sidebar-body .nav-item.active .sidemenu-icon,
    .main-body .main-sidebar-body .nav-item.active svg {
      fill: #ffffff;
      background: transparent;
      font-size: 18px;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      color: #ffffff;
      margin-left: 10px; }
    .main-body .main-sidebar-body .nav-item.active .sidemenu-label {
      color: #ffffff;
      transition: margin-left 0.45s ease; }
    .main-body .main-sidebar-body .nav-item.active i {
      color: #ffffff; }
  .main-body .main-sidebar-body .nav-link {
    color: #c9ccdc;
    display: flex;
    align-items: center;
    padding: 4px;
    font-weight: 500;
    font-size: 14px; }
    .main-body .main-sidebar-body .nav-link.with-sub {
      position: relative; }
    .main-body .main-sidebar-body .nav-link .sidemenu-icon,
    .main-body .main-sidebar-body .nav-link svg {
      fill: #c9ccdc;
      font-size: 17px;
      line-height: 0;
      margin-right: 10px;
      width: 20px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #c9ccdc;
      fill: #c9ccdc;
      margin-left: 4px; }
  .main-body .main-sidebar-body .sidemenu-label {
    transition: margin-left 0.45s ease; }
  .main-body .main-sidebar-body .nav-sub {
    list-style: none;
    padding: 0;
    margin-left: 1.5rem; }
    .main-body .main-sidebar-body .nav-sub .side-menu-label1 {
      display: none; }
    .main-body .main-sidebar-body .nav-sub .nav-sub-item .nav-sub-link {
      display: flex;
      align-items: center;
      color: #c9ccdc;
      font-size: 13px;
      padding: 8px 0;
      transition: all 0.25s; }
      .main-body .main-sidebar-body .nav-sub .nav-sub-item .nav-sub-link.sub-with-sub {
        position: relative;
        line-height: 2;
        justify-content: flex-start; }
      .main-body .main-sidebar-body .nav-sub .nav-sub-item .nav-sub-link:hover, .main-body .main-sidebar-body .nav-sub .nav-sub-item .nav-sub-link:focus {
        color: #ffffff; }
    .main-body .main-sidebar-body .nav-sub .nav-sub-item.active .nav-sub-link.active {
      color: #ffffff !important; }
    .main-body .main-sidebar-body .nav-sub .nav-sub-item .sub-nav-sub {
      padding: 0 0 0 12px;
      border-left-width: 1px;
      margin-left: 0; }
  .main-body.main-sidebar-hide {
    clear: both; }
    .main-body.main-sidebar-hide .main-sidebar-header .sidemenu-logo .desktop-logo {
      display: none; }
    .main-body.main-sidebar-hide .main-sidebar-header .sidemenu-logo .icon-logo {
      display: block; }
    @media (min-width: 992px) {
      .main-body.main-sidebar-hide .side-header {
        padding-left: 75px; } }
    @media (min-width: 767px) {
      .main-body.main-sidebar-hide .side-menu {
        left: 0;
        width: 80px;
        display: block;
        visibility: visible;
        transform: none; }
        .main-body.main-sidebar-hide .side-menu .header-brand-img {
          margin-top: 0 !important; }
        .main-body.main-sidebar-hide .side-menu i.angle {
          font-size: 12px !important; }
      .main-body.main-sidebar-hide .sidemenu-logo {
        position: fixed;
        z-index: 999;
        width: 80px !important;
        background: #25233c;
        justify-content: center;
        height: 65px;
        padding: 12px; }
      .main-body.main-sidebar-hide .main-sidebar-body .nav-item {
        margin-top: -1px;
        text-align: center;
        margin: 6px 5px; }
        .main-body.main-sidebar-hide .main-sidebar-body .nav-item.show > .nav-sub {
          display: none !important; }
      .main-body.main-sidebar-hide .main-sidebar-body li.active {
        margin: 6px 0; }
        .main-body.main-sidebar-hide .main-sidebar-body li.active .sidemenu-icon,
        .main-body.main-sidebar-hide .main-sidebar-body li.active svg {
          background: #0c629e !important;
          margin-left: 14px; }
      .main-body.main-sidebar-hide .main-sidebar-body li .nav-item.active .nav-link {
        width: inherit;
        transition: margin-left 0.2s ease; }
      .main-body.main-sidebar-hide .main-sidebar-body i.angle {
        display: none; }
      .main-body.main-sidebar-hide .nav-item {
        width: 100%; }
      .main-body.main-sidebar-hide .sidemenu-label {
        display: none;
        font-size: 10px; }
      .main-body.main-sidebar-hide.main-sidebar-open .side-menu .nav-link {
        padding: 4px 0px !important; } }
  @media (min-width: 1025px) {
    .main-body.leftmenu .main-sidebar-body {
      padding: 12px 0px 12px 0px; } }
  @media (min-width: 767px) {
    .main-body.leftmenu .sidemenu-logo {
      position: fixed;
      z-index: 9999;
      width: 300px;
      background: #ffffff;
      transition: left 0.3s ease, width 0.3s ease;
      top: 0; }
    .main-body.leftmenu .main-sidebar-body {
      margin-top: 65px; } }
  @media (max-width: 991px) {
    .main-body.main-sidebar-show .main-sidebar {
      display: flex;
      transform: translateX(0);
      visibility: visible;
      transition: left 0.3s ease, width 0.3s ease; }
    .main-body.main-sidebar-show .side-menu {
      top: 59px !important; } }
  .main-body.main-sidebar-open.main-sidebar-hide .side-menu {
    left: 0;
    width: 300px; }
  .main-body.main-sidebar-open.main-sidebar-hide .sidemenu-label,
  .main-body.main-sidebar-open.main-sidebar-hide .text-icon {
    display: block; }
  @media (min-width: 767px) {
    .main-body.main-sidebar-open.main-sidebar-hide .sidemenu-label {
      font-size: 14px; } }
  .main-body.main-sidebar-open .main-sidebar-header .sidemenu-logo {
    width: 300px !important; }
    .main-body.main-sidebar-open .main-sidebar-header .sidemenu-logo .desktop-logo {
      display: block; }
    .main-body.main-sidebar-open .main-sidebar-header .sidemenu-logo .icon-logo {
      display: none; }
  .main-body.main-sidebar-open .main-sidebar-body i.angle {
    display: block; }
  @media (min-width: 767px) {
    .main-body.main-sidebar-open.main-sidebar-hide .side-menu .nav-link {
      display: flex;
      margin-bottom: 0px; }
    .main-body.main-sidebar-open.main-sidebar-hide .main-sidebar-body .nav-item.show > .nav-sub {
      display: block !important; } }
  .main-body .main-content.side-content {
    transition: none;
    border-radius: 0;
    padding: 0px;
    padding-bottom: 0;
    bottom: 0;
    position: relative;
    height: 100%;
    transition: margin-left 0.3s ease; }
  .main-body .main-content .container-fluid,
  .main-body .main-content .container {
    padding-left: 20px;
    padding-right: 20px; }
  .main-body .main-content .inner-body .page-header {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0 1.5rem;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    margin: 1.8rem 0 1.5rem 0;
    border-radius: 7px; }
    .main-body .main-content .inner-body .page-header .main-content-title {
      color: #5a6485;
      left: 4px;
      font-size: 24px;
      margin-bottom: 5px;
      text-indent: -1px;
      line-height: 1;
      position: relative;
      font-weight: 500;
      text-transform: capitalize; }
    .main-body .main-content .inner-body .page-header .breadcrumb {
      background: none;
      padding-left: 0 !important;
      padding: 0;
      margin-bottom: 0; }
      .main-body .main-content .inner-body .page-header .breadcrumb .breadcrumb-item {
        text-transform: capitalize; }
        .main-body .main-content .inner-body .page-header .breadcrumb .breadcrumb-item a {
          color: #5a6485;
          padding-left: 5px;
          text-transform: capitalize; }
        .main-body .main-content .inner-body .page-header .breadcrumb .breadcrumb-item.active {
          color: #0c629e; }
      @media (max-width: 991px) {
        .main-body .main-content .inner-body .page-header .breadcrumb {
          margin-bottom: 1rem; } }
      @media (max-width: 575px) {
        .main-body .main-content .inner-body .page-header .breadcrumb {
          display: inline-flex; } }
    .main-body .main-content .inner-body .page-header .btn-primary {
      color: #ffffff;
      background-color: #0c629e;
      border-color: #0c629e; }
      .main-body .main-content .inner-body .page-header .btn-primary i {
        color: #ffffff;
        background: #f1f2f7;
        border-radius: 6px;
        padding: 5px;
        line-height: 1.5rem;
        margin-right: 0.6rem;
        background-color: rgba(255, 255, 255, 0.12) !important; }
    @media (max-width: 575px) {
      .main-body .main-content .inner-body .page-header {
        display: block;
        text-align: center; } }
  .main-body .main-content .inner-body .card {
    border-radius: 11px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e8e8f7; }
    .main-body .main-content .inner-body .card.custom-card {
      box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.05);
      margin-bottom: 20px;
      border: 0; }
      .main-body .main-content .inner-body .card.custom-card .card-header {
        padding: 20px 25px !important;
        position: relative;
        margin-bottom: 0;
        background: transparent; }
        .main-body .main-content .inner-body .card.custom-card .card-header:first-child {
          border-radius: 11px 11px 0 0;
          border-bottom: 1px solid #e8e8f7 !important; }
        .main-body .main-content .inner-body .card.custom-card .card-header .card-title {
          margin-bottom: 0 !important;
          font-size: 18px; }
          .main-body .main-content .inner-body .card.custom-card .card-header .card-title .main-content-label {
            color: #5a6485;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 1.2;
            letter-spacing: 0.2px;
            font-size: 15px;
            margin-bottom: 0;
            display: inline-block; }
        .main-body .main-content .inner-body .card.custom-card .card-header .text-muted {
          color: #5a6485 !important; }
          .main-body .main-content .inner-body .card.custom-card .card-header .text-muted i {
            font-size: 16px; }
        .main-body .main-content .inner-body .card.custom-card .card-header .dropdown-menu {
          padding: 0;
          border-width: 1px;
          border-radius: 4px;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 1;
          display: none;
          float: left;
          min-width: 10rem;
          padding: 0.5rem 0;
          margin: 0.125rem 0 0;
          font-size: 0.875rem;
          color: #5a6485;
          text-align: left;
          list-style: none;
          background-color: #ffffff;
          background-clip: padding-box;
          border: 1px solid #e8e8f7;
          border-radius: 11px;
          box-shadow: 0 2px 4px rgba(16, 35, 59, 0.15); }
          .main-body .main-content .inner-body .card.custom-card .card-header .dropdown-menu.show {
            display: block; }
          .main-body .main-content .inner-body .card.custom-card .card-header .dropdown-menu .dropdown-item {
            display: block;
            width: 100%;
            padding: 0.25rem 1.5rem;
            clear: both;
            font-weight: 400;
            color: #5a6485;
            text-align: inherit;
            white-space: nowrap;
            background-color: transparent;
            padding: 8px 15px;
            font-size: 13px;
            border: 0;
            line-height: 1.5; }
      .main-body .main-content .inner-body .card.custom-card .card-body .h-300 {
        height: 300px !important; }
      .main-body .main-content .inner-body .card.custom-card .card-body #downloads-list,
      .main-body .main-content .inner-body .card.custom-card .card-body #donutexample,
      .main-body .main-content .inner-body .card.custom-card .card-body #morrisDonut2 {
        height: 210px; }
      .main-body .main-content .inner-body .card.custom-card .card-body #downloads-list text,
      .main-body .main-content .inner-body .card.custom-card .card-body #donutexample text,
      .main-body .main-content .inner-body .card.custom-card .card-body #morrisDonut2 text {
        font-size: 11px !important;
        font-weight: 500 !important;
        fill: #5a6485; }
      .main-body .main-content .inner-body .card.custom-card .card-body .morris-legends {
        margin-bottom: 0;
        list-style: none;
        padding-left: 0; }
        .main-body .main-content .inner-body .card.custom-card .card-body .morris-legends li {
          display: block;
          float: left;
          width: 50%;
          margin-bottom: 0.9rem; }
          .main-body .main-content .inner-body .card.custom-card .card-body .morris-legends li .legend {
            width: 8px;
            height: 8px;
            display: block;
            border-radius: 2px;
            margin-right: 10px;
            margin-top: 6px; }
    .main-body .main-content .inner-body .card.card-color-box {
      box-shadow: 0 10px 15px 0 rgba(24, 28, 33, 0.2);
      margin-bottom: 30px;
      margin-top: 50px;
      border: 0;
      padding: 30px 15px;
      text-align: center;
      position: relative;
      z-index: 1; }
      .main-body .main-content .inner-body .card.card-color-box::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: -3px;
        width: 70%;
        height: 6px;
        border-radius: 50px;
        margin: 0 auto;
        z-index: -1; }
      .main-body .main-content .inner-body .card.card-color-box.red {
        border-bottom: 6px solid #f44336; }
        .main-body .main-content .inner-body .card.card-color-box.red::after {
          background-color: #f44336; }
      .main-body .main-content .inner-body .card.card-color-box.green {
        border-bottom: 6px solid #19b159; }
        .main-body .main-content .inner-body .card.card-color-box.green::after {
          background-color: #19b159; }
      .main-body .main-content .inner-body .card.card-color-box.blue {
        border-bottom: 6px solid #0370b6; }
        .main-body .main-content .inner-body .card.card-color-box.blue::after {
          background-color: #0370b6; }
      .main-body .main-content .inner-body .card.card-color-box.orange {
        border-bottom: 6px solid #ff9b21; }
        .main-body .main-content .inner-body .card.card-color-box.orange::after {
          background-color: #ff9b21; }
      .main-body .main-content .inner-body .card.card-color-box.purple {
        border-bottom: 6px solid #69359c; }
        .main-body .main-content .inner-body .card.card-color-box.purple::after {
          background-color: #69359c; }
      .main-body .main-content .inner-body .card.card-color-box.tiffany-blue {
        border-bottom: 6px solid #00bab1; }
        .main-body .main-content .inner-body .card.card-color-box.tiffany-blue::after {
          background-color: #00bab1; }
      .main-body .main-content .inner-body .card.card-color-box .icon-box {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
        margin: auto;
        margin-top: -66px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .main-body .main-content .inner-body .card.card-color-box .icon-box i {
          font-size: 20px;
          color: #ffffff; }
        .main-body .main-content .inner-body .card.card-color-box .icon-box.red {
          background-color: #f44336; }
        .main-body .main-content .inner-body .card.card-color-box .icon-box.green {
          background-color: #19b159; }
        .main-body .main-content .inner-body .card.card-color-box .icon-box.blue {
          background-color: #0370b6; }
        .main-body .main-content .inner-body .card.card-color-box .icon-box.orange {
          background-color: #ff9b21; }
        .main-body .main-content .inner-body .card.card-color-box .icon-box.purple {
          background-color: #69359c; }
        .main-body .main-content .inner-body .card.card-color-box .icon-box.tiffany-blue {
          background-color: #00bab1; }
      .main-body .main-content .inner-body .card.card-color-box .title-area {
        margin-top: 20px; }
        .main-body .main-content .inner-body .card.card-color-box .title-area .title {
          font-size: 1.3125rem;
          font-weight: 400; }
    .main-body .main-content .inner-body .card .dataTable {
      padding: 0;
      max-width: 650px;
      margin: 15px auto !important; }
      .main-body .main-content .inner-body .card .dataTable .table-dark {
        --bs-table-bg: #282d3e;
        --bs-table-striped-bg: #282d3e;
        --bs-table-striped-color: #ffffff;
        --bs-table-active-bg: #282d3e;
        --bs-table-active-color: #ffffff;
        --bs-table-hover-bg: #282d3e;
        --bs-table-hover-color: #ffffff;
        color: #ffffff;
        border-color: #e8e8f7; }
      .main-body .main-content .inner-body .card .dataTable tr {
        border: 1px solid #e8e8f7;
        white-space: nowrap; }
      .main-body .main-content .inner-body .card .dataTable th {
        border-bottom-width: 0px;
        outline: none;
        vertical-align: middle;
        padding: 10px 15px;
        line-height: 1.5; }
      .main-body .main-content .inner-body .card .dataTable td {
        border-bottom-width: 0px;
        outline: none;
        vertical-align: middle;
        padding: 15px 15px;
        line-height: 1.5; }
        .main-body .main-content .inner-body .card .dataTable td:first-child {
          border-left: none !important; }
      .main-body .main-content .inner-body .card .dataTable .rate {
        text-align: right; }
      .main-body .main-content .inner-body .card .dataTable .action {
        text-align: center; }
        .main-body .main-content .inner-body .card .dataTable .action a {
          margin: auto; }
        .main-body .main-content .inner-body .card .dataTable .action ul {
          display: block; }
          .main-body .main-content .inner-body .card .dataTable .action ul li {
            display: inline-block;
            padding: 0 5px; }
      .main-body .main-content .inner-body .card .dataTable a {
        width: 30px;
        height: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        padding: 0.35em 0.65em;
        border-radius: 100%;
        color: #ffffff; }
      .main-body .main-content .inner-body .card .dataTable tbody tr.odd {
        --bs-table-accent-bg: #f3f7ff; }
      .main-body .main-content .inner-body .card .dataTable tbody tr:hover {
        --bs-table-accent-bg: #f3f7ff; }
      .main-body .main-content .inner-body .card .dataTable .form-check {
        position: relative;
        text-align: left;
        display: block;
        min-height: 1.35rem;
        padding-left: 1.5em;
        margin-bottom: 0.125rem; }
        .main-body .main-content .inner-body .card .dataTable .form-check .form-check-input[type=checkbox] {
          border-radius: 0.25em; }
        .main-body .main-content .inner-body .card .dataTable .form-check .form-check-input {
          float: left;
          margin-left: -1.5em; }
    .main-body .main-content .inner-body .card .card-body {
      flex: 1 1 auto;
      padding: 25px; }
      .main-body .main-content .inner-body .card .card-body .card-item {
        position: relative; }
        .main-body .main-content .inner-body .card .card-body .card-item .card-item-icon {
          width: 60px;
          height: 60px;
          position: absolute;
          right: 0;
          bottom: 0;
          top: 0;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-icon.bg-green-transparent {
            background-color: rgba(111, 234, 163, 0.12);
            color: #19b159; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-icon.bg-yellow-transparent {
            background-color: rgba(243, 202, 86, 0.12);
            color: #ff9b21; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-icon.bg-blue-transparent {
            background-color: rgba(1, 184, 255, 0.12);
            color: #01b8ff; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-icon.bg-tiffany-blue-transparent {
            background-color: rgba(21, 189, 195, 0.12);
            color: #00bab1; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-icon.bg-red-transparent {
            background-color: rgba(244, 67, 54, 0.12);
            color: #f44336; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-icon.bg-purple-transparent {
            background-color: rgba(105, 53, 156, 0.12);
            color: #69359c; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-icon i {
            font-size: 22px; }
        .main-body .main-content .inner-body .card .card-body .card-item .card-item-title {
          display: flex;
          flex-direction: column;
          margin-bottom: 2rem;
          letter-spacing: 0;
          color: #5a6485; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-title .main-content-label {
            color: #5a6485;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 1.2;
            letter-spacing: 0.2px;
            font-size: 13px; }
        .main-body .main-content .inner-body .card .card-body .card-item .card-item-body {
          display: flex;
          align-items: flex-end;
          justify-content: space-between; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-body .card-item-stat h4 {
            font-size: 1.3125rem;
            font-weight: 400; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-body .card-item-stat small {
            font-size: 85%;
            font-weight: 400;
            text-transform: capitalize;
            color: #5a6485; }
          .main-body .main-content .inner-body .card .card-body .card-item .card-item-body .card-item-stat .badge {
            padding: 5px 6px 4px 6px;
            display: inline-block;
            font-size: 75%;
            font-weight: 500;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 3px;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      .main-body .main-content .inner-body .card .card-body .card-item-footer {
        border-top: 1px solid #e8e8f7;
        margin-top: 25px;
        padding-top: 15px;
        display: block;
        position: relative; }
        .main-body .main-content .inner-body .card .card-body .card-item-footer a {
          display: block;
          text-transform: uppercase; }
        .main-body .main-content .inner-body .card .card-body .card-item-footer span {
          display: block;
          width: 30px;
          height: 30px;
          background: #0c629e;
          text-align: center;
          line-height: 30px;
          border-radius: 100%;
          color: #ffffff;
          position: absolute;
          right: 0;
          top: 11px; }
      .main-body .main-content .inner-body .card .card-body .download-items {
        margin-top: 26px; }
        .main-body .main-content .inner-body .card .card-body .download-items .download-box {
          height: 100%; }
          .main-body .main-content .inner-body .card .card-body .download-items .download-box a {
            border: 1px solid #e8e8f7;
            padding: 30px;
            border-radius: 10px;
            width: 100%;
            display: block;
            text-align: center;
            background-color: #eef7ff;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .main-body .main-content .inner-body .card .card-body .download-items .download-box a .icon {
              margin-bottom: 15px;
              display: block; }
              .main-body .main-content .inner-body .card .card-body .download-items .download-box a .icon svg {
                width: 40px;
                height: 40px;
                fill: #e83d4b; }
            .main-body .main-content .inner-body .card .card-body .download-items .download-box a .title {
              font-size: 16px;
              color: #0c629e;
              font-weight: 600;
              text-align: center;
              display: block; }
    .main-body .main-content .inner-body .card .invoice-two {
      padding: 30px;
      background-color: #fbfbfb; }
      .main-body .main-content .inner-body .card .invoice-two .paci-no {
        margin-bottom: 15px; }
        .main-body .main-content .inner-body .card .invoice-two .paci-no h5 {
          font-size: 18px;
          font-weight: 600; }
          .main-body .main-content .inner-body .card .invoice-two .paci-no h5 span {
            color: #0c629e; }
      .main-body .main-content .inner-body .card .invoice-two .header-logo {
        text-align: center;
        margin-bottom: 30px;
        padding: 15px 0;
        border-top: 1px solid #f5f0f0;
        border-bottom: 1px solid #f5f0f0; }
        .main-body .main-content .inner-body .card .invoice-two .header-logo img {
          max-width: 180px;
          margin: auto; }
      .main-body .main-content .inner-body .card .invoice-two .form-content {
        overflow: hidden; }
        .main-body .main-content .inner-body .card .invoice-two .form-content label {
          font-size: 15px;
          font-weight: 500;
          width: 100%; }
          .main-body .main-content .inner-body .card .invoice-two .form-content label span {
            float: right;
            font-weight: 600;
            direction: rtl; }
        .main-body .main-content .inner-body .card .invoice-two .form-content input {
          border: 1px solid rgba(40, 45, 62, 0.25);
          border-radius: 0;
          padding: 10px 15px;
          color: #282d3e;
          background-color: transparent;
          direction: rtl; }
        .main-body .main-content .inner-body .card .invoice-two .form-content .border-line {
          border-bottom: 1px solid rgba(40, 45, 62, 0.25);
          display: flex; }
        .main-body .main-content .inner-body .card .invoice-two .form-content .content-item {
          border-bottom: 1px solid rgba(40, 45, 62, 0.25);
          height: 45px;
          display: flex;
          align-items: end;
          width: 100%; }
          .main-body .main-content .inner-body .card .invoice-two .form-content .content-item.title {
            font-size: 16px;
            font-weight: 600;
            color: #696969;
            text-align: left;
            border: none; }
            @media (max-width: 991px) {
              .main-body .main-content .inner-body .card .invoice-two .form-content .content-item.title {
                text-align: center;
                justify-content: center; } }
          .main-body .main-content .inner-body .card .invoice-two .form-content .content-item.value {
            font-size: 18px;
            color: #0370b6;
            font-weight: 500;
            text-align: center;
            justify-content: center;
            border: none; }
          .main-body .main-content .inner-body .card .invoice-two .form-content .content-item.title-ar {
            font-size: 16px;
            font-weight: 600;
            color: #696969;
            text-align: right;
            direction: rtl;
            border: none; }
            @media (max-width: 991px) {
              .main-body .main-content .inner-body .card .invoice-two .form-content .content-item.title-ar {
                text-align: center;
                justify-content: center; } }
  .main-body .main-content .accordion .accordion-item {
    border: 1px solid #e8e8f7; }
    .main-body .main-content .accordion .accordion-item .accordion-header {
      margin-bottom: 0; }
      .main-body .main-content .accordion .accordion-item .accordion-header .accordion-button {
        background-color: #eef7ff;
        color: #0c629e;
        font-weight: 700; }
        .main-body .main-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
          color: #0c629e;
          font-weight: 700;
          background-color: #d7e6ff; }
    .main-body .main-content .accordion .accordion-item .accordion-body h5 {
      font-size: 16px;
      font-weight: 700;
      color: #0370b6;
      margin-bottom: 25px; }
  .main-body .main-content .input-group .form-label {
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 14px; }
    .main-body .main-content .input-group .form-label span {
      color: #e83d4b; }
  .main-body .main-content .col-form-label {
    font-weight: 600;
    font-size: 14px; }
  .main-body .main-content .text-left {
    text-align: left; }
  .main-body .main-content .text-right {
    text-align: right; }
  .main-body .main-content .file-uploader .profile-photo {
    width: 150px;
    height: 150px;
    border: 1px solid #e8e8f7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; }
    .main-body .main-content .file-uploader .profile-photo .inner .img-box {
      margin-bottom: 15px; }
    .main-body .main-content .file-uploader .profile-photo .inner .browse {
      border: none;
      box-shadow: none;
      background-color: #0c629e;
      color: #ffffff;
      font-size: 15px;
      text-align: center;
      padding: 10px 15px;
      border-radius: 4px;
      line-height: normal; }
    .main-body .main-content .file-uploader .profile-photo .inner a {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      background-color: #0c629e;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #ffffff;
      font-size: 20px;
      margin: auto;
      margin-bottom: 10px; }
    .main-body .main-content .file-uploader .profile-photo .inner span {
      font-size: 13px;
      text-align: center;
      margin-top: 5px;
      display: block; }
  .main-body .main-content .file-uploader .browse-photo {
    width: 250px;
    height: auto;
    border: 1px solid #e8e8f7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 15px; }
    .main-body .main-content .file-uploader .browse-photo .inner .img-box {
      margin-bottom: 15px;
      border-radius: 0px;
      overflow: hidden;
      position: relative; }
      .main-body .main-content .file-uploader .browse-photo .inner .img-box .close {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #282d3e;
        color: #ffffff;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
    .main-body .main-content .file-uploader .browse-photo .inner .browse {
      border: none;
      box-shadow: none;
      background-color: #0c629e;
      color: #ffffff;
      font-size: 15px;
      text-align: center;
      padding: 5px 25px;
      border-radius: 4px;
      line-height: normal; }
  @media (min-width: 992px) {
    .main-body .main-content.side-content {
      margin-left: 300px; } }
  @media (min-width: 767px) {
    .main-body.main-sidebar-hide .main-content.side-content {
      margin-left: 80px !important; } }
  .main-body .main-signin-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh; }
  @media (min-width: 767px) {
    .main-body .signpages {
      width: 450px;
      border-radius: 6px;
      margin: 5em auto;
      display: flex; } }
  .main-body .signpages .card-body {
    padding: 30px; }
  .main-body .logo {
    margin-bottom: 15px; }
    .main-body .logo img {
      width: 250px; }
  .main-body .form-box {
    text-align: left; }
  .main-body h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px; }
  .main-body p {
    color: #8f8fb1 !important;
    font-weight: 500;
    margin-bottom: 0; }
  .main-body .input-group .form-label {
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 14px; }
  .main-body .input-group input,
  .main-body .input-group select {
    height: 50px;
    width: 100%; }
    .main-body .input-group input.error,
    .main-body .input-group select.error {
      border-bottom: 1px solid #ce2e2e; }
  .main-body .input-group textarea {
    width: 100%; }
    .main-body .input-group textarea.error {
      border-bottom: 1px solid #ce2e2e; }
  .main-body .input-group label {
    width: 100%; }
    .main-body .input-group label.error {
      color: #ce2e2e;
      margin-top: 5px; }
  .main-body .input-group .btn-login {
    width: 100%;
    padding: 10px 30px;
    text-transform: uppercase; }
  .main-body .input-group .btn-outline-secondary {
    border-color: #ced4da; }
  .main-body .form-response-output {
    border: none;
    margin: 0;
    padding: 0;
    color: #dc3232;
    background-color: #f8e9e9;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    padding: 15px; }
  .main-body .sent-response-output {
    border: none;
    margin: 0;
    padding: 0;
    color: #198754;
    background-color: #f0fbf1;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    padding: 15px; }
  .main-body .back-to {
    text-align: center;
    margin-top: 30px; }
    .main-body .back-to a {
      text-transform: uppercase;
      color: #282d3e;
      text-decoration: underline; }
  .main-body a {
    color: #0c629e;
    font-weight: 600; }
  .main-body .card-footer {
    background-color: #ffffff;
    padding: 15px 0; }
  .main-body .modal-header {
    flex-wrap: wrap; }
    .main-body .modal-header h5 {
      font-size: 22px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 5px; }
    .main-body .modal-header p {
      color: #8f8fb1 !important;
      font-weight: 500;
      margin-bottom: 0; }
  .main-body .modal-body {
    text-align: left; }
  .main-body .page-404 {
    padding: 100px 0;
    display: flex;
    align-items: center;
    height: 100vh; }
    .main-body .page-404 .notfound {
      width: 100%;
      text-align: center;
      line-height: 1.4;
      margin: 0px auto; }
      @media (min-width: 992px) {
        .main-body .page-404 .notfound {
          max-width: 550px; } }
      .main-body .page-404 .notfound h1 {
        color: #282d3e;
        font-weight: 700;
        margin: 0;
        font-size: 70px;
        text-align: center; }
      .main-body .page-404 .notfound h2 {
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px; }
      .main-body .page-404 .notfound p {
        font-size: 16px;
        color: #282d3e;
        font-weight: 400;
        margin-bottom: 30px; }
      .main-body .page-404 .notfound a {
        color: #ffffff;
        font-size: 14px; }

/* ###### Chart  ###### */
.main-donut-chart {
  position: relative;
  border-radius: 50%;
  overflow: hidden; }
  .main-donut-chart .slice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .main-donut-chart .chart-center {
    position: absolute;
    border-radius: 50%; }
    .main-donut-chart .chart-center span {
      display: block;
      text-align: center; }

.morris-wrapper-demo {
  height: 200px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .morris-wrapper-demo {
      height: 300px; } }

.morris-donut-wrapper-demo {
  height: 200px; }
  @media (min-width: 576px) {
    .morris-donut-wrapper-demo {
      height: 250px; } }

.chartjs-wrapper-demo {
  height: 250px; }
  @media (min-width: 992px) {
    .chartjs-wrapper-demo {
      height: 300px; } }
  @media (max-width: 349px) {
    .chartjs-wrapper-demo {
      width: 220px; } }

.chartist-wrapper-demo {
  height: 200px; }
  @media (min-width: 767px) {
    .chartist-wrapper-demo {
      height: 300px; } }

.morris-hover.morris-default-style {
  border-radius: 0; }

.chart-donut {
  left: 0;
  position: relative; }

#morrisDonut1 {
  height: 200px;
  width: 200px; }
  #morrisDonut1 svg {
    height: 200px;
    width: 200px;
    font-family: "Hind Siliguri", sans-serif; }

#revenuechart {
  height: 273px !important; }

.flot-chart {
  width: 100%;
  height: 180px; }

.flot-chart1 {
  width: 100%;
  height: 300px; }

.flot-chart-wrapper {
  position: relative;
  margin-left: -16px;
  margin-right: -30px; }

.chart-wrapper {
  position: absolute;
  right: -8px;
  bottom: 5px;
  left: -8px;
  position: relative;
  margin-left: -13px;
  margin-right: -13px; }

#chartBar5 {
  height: 135px; }

.echart-height {
  height: 250px; }

.chart-height1 {
  min-height: 15rem;
  overflow: hidden; }

.chart-height2 {
  height: 16rem;
  overflow: hidden; }

.chart-height3 {
  height: 17rem;
  overflow: hidden; }

.chart-height4 {
  height: 18rem;
  overflow: hidden; }

.chart-height5 {
  height: 20rem;
  overflow: hidden; }

.chart-height6 {
  height: 22rem;
  overflow: hidden; }

.chart-text {
  text-align: center;
  margin: 0 auto; }

.areaChart1,
.areaChart2,
.areaChart3,
.areaChart4 {
  display: block;
  position: relative;
  width: 80px !important;
  height: 50px !important; }

.chart-legEnd {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .chart-legEnd div {
    display: flex;
    align-items: center; }
    .chart-legEnd div + div {
      margin-left: 15px; }
  .chart-legEnd span {
    width: 10px;
    height: 4px;
    display: block;
    margin-right: 5px; }
  @media (min-width: 576px) {
    .chart-legEnd {
      top: -30px;
      left: auto;
      right: 40px; }
      .chart-legEnd span {
        width: 30px;
        margin-right: 8px; }
      .chart-legEnd div + div {
        margin-left: 30px; } }

#bar-chart {
  height: 75px !important; }

.chart-dropshadow2 {
  -webkit-filter: drop-shadow(-6px 12px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(-6px 12px 4px rgba(0, 0, 0, 0.1)); }

#chart svg path#apexcharts-radialbarTrack-0 {
  stroke: transparent; }

/* ###### Chart  ###### */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0c629e;
  border-color: #0c629e; }

.dt-buttons {
  float: left; }
  .dt-buttons .dt-button {
    border: 1px solid #282d3e;
    background-color: transparent;
    padding: 10px 15px;
    line-height: normal; }

.white-popup-block {
  background: #ffffff;
  padding: 50px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative; }
  .white-popup-block h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #0c629e;
    font-weight: 600;
    margin-bottom: 30px; }
  .white-popup-block h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #0c629e;
    font-weight: 600;
    margin-bottom: 15px; }
  .white-popup-block h6 {
    color: #282d3e;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px; }
    .white-popup-block h6 span {
      color: #0c629e; }
  .white-popup-block nav {
    margin-bottom: 30px; }
    .white-popup-block nav .nav-tabs {
      border-radius: 0; }
      .white-popup-block nav .nav-tabs .nav-link {
        border-radius: 0;
        color: #282d3e;
        text-transform: capitalize; }
        .white-popup-block nav .nav-tabs .nav-link.active {
          border-color: #0c629e;
          background-color: #0c629e;
          color: #ffffff; }
  .white-popup-block .form-control,
  .white-popup-block .form-select {
    height: 45px;
    border-radius: 0;
    outline: none;
    box-shadow: none; }
  .white-popup-block .form-check {
    display: flex;
    align-items: center;
    padding: 0; }
    .white-popup-block .form-check .form-check-input {
      margin: 0;
      margin-right: 10px; }
      .white-popup-block .form-check .form-check-input:checked {
        background-color: #0c629e;
        border-color: #0c629e; }
      .white-popup-block .form-check .form-check-input:focus {
        box-shadow: 0 0 0 0.25rem rgba(12, 98, 158, 0.15); }
    .white-popup-block .form-check .form-check-label {
      line-height: normal; }
  .white-popup-block input[type=file] {
    height: auto !important; }
  .white-popup-block .send-btn {
    background-color: #0c629e;
    border-radius: 0;
    border-color: #0c629e;
    padding: 10px 30px; }
    .white-popup-block .send-btn:hover {
      background-color: #282d3e;
      border-color: #282d3e; }

/*# sourceMappingURL=theme-style.css.map */
