/* .dataTables_paginate,
.dataTables_info,
.dataTables_filter,
.dataTables_length{
  display: none !important;  
} */

/* --- fonts montserrat end --- */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts//Montserrat/static/Montserrat-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/static/Montserrat-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/static/Montserrat-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf");
  font-weight: 700;
}
/* --- fonts montserrat start --- */


/*  */
:root{
    --white: #fff;
    --white-900: #ffffffe6;
    --white-800: #fffc;
    --white-700: #ffffffb3;
    --white-600: #fff9;
    --white-500: #ffffff80;
    --white-400: #fff6;
    --white-300: #ffffff4d;
    --white-200: #fff3;
    --white-100: #ffffff1a;

    --black: #000;
    --black-900: #000000e6;
    --black-800: #000c;
    --black-700: #000000b3;
    --black-600: #0009;
    --black-500: #00000080;
    --black-400: #00000066;
    --black-300: #0000004d;
    --black-200: #0003;
    --black-100: #0000001a;

    --error: #fe6b6b;
    --error-100: rgba(254, 107, 107, 0.1);
  
    --success: #00c28c;
    --success-100: rgb(0, 194, 140, 0.1);
  
    --pending: #FFC107;
    --pending-100: rgba(255, 193, 7, 0.1);


    /* --- --- */
    --ghost-white: #F6F8FA;
    --charcoal-plum: #4C4A54;

    --oxford-blue: #060910;
    --oxford-blue-70: #060910b3;
    --oxford-blue-50: #06091080;
    --oxford-blue-40: #06091066;
    --oxford-blue-10: #0609101a;

    --pale-periwinkle-gray: #D4D7E0;
    --pale-periwinkle-gray-50: #D4D7E080;

    --adiant-orchid: #f66f14;
    --adiant-orchid-60: #f66f1466;
    --adiant-orchid-50: #f66f1480;
    --adiant-orchid-30: #f66f144d;
    --adiant-orchid-20: #f66f1433;
    --adiant-orchid-15: #f66f1426;
    --adiant-orchid-10: #f66f141a;
    --adiant-orchid-09: #f66f1417;

}
/*  */


/* --- Body tag --- */
*:not(.fa, .fas, .lg-icon){
  font-family: "Montserrat", sans-serif !important;
  outline: none !important;
}


/* --- Skeletant Css Start --- */
.skeletant-bx {
  pointer-events: none;
}

.skeletant-design {
  background-color: var(--ghost-white);
  background-image: linear-gradient(45deg, #fbfbfb 30%, #f3f4f6 50%, #fbfbfb 70%);
  background-position: left;
  background-repeat: repeat;
  background-size: 1200px;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: shine-lines 1s infinite linear;
  pointer-events: none;
  border-radius: 10px;
  border: 1px solid var(--pale-periwinkle-gray-50);
}

.sh-47{
  height: 47px;
}

@-webkit-keyframes shine-lines {
  0% {
      background-position: -100px;
  }

  100% {
      background-position: 1100px;
  }
}

@keyframes shine-lines {
  0% {
      background-position: -100px;
  }

  100% {
      background-position: 1100px;
  }
}
/* --- Skeletant Css End --- */


/* --- */
.table-skeletant{
  gap: 5px;
}
/* --- */

body{
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  background-color: var(--ghost-white);
}
/* --- Body tag --- */


/* Login Page css start */
.login-page{
  background-color: var(--ghost-white);
}

.login-page .login-card{
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 0 0 1px var(--pale-periwinkle-gray-50);
  overflow: hidden;
}

.login-page .login-card .login-card-body{
  background-color: transparent;
}

.login-page .login-card .login-box-msg{
  font-size: 18px;
  font-weight: 600;
  color: var(--oxford-blue);
  padding: 0;
  margin-bottom: 20px;
}

.login-page .login-logo-bx img{
  max-width: 260px;
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 25px;
}
/* Login Page css start */


/* --- Header css start --- */
.main-header{
  border: none;
  min-height: 70px;
  box-shadow:none;
  background-color: var(--white);
  border-bottom: 1px solid var(--pale-periwinkle-gray-50);
  position: sticky;
  top: 0;
  padding: 15px;
}

.main-header .mh-brand-link{
  display: none;
}

.main-header .mh-brand-link .mh-main-logo{
  width: 250px;
  height: 40px;
  padding: 0 15px;
  object-position: center;
  object-fit: contain;
}

.main-header .mh-brand-link .mh-logo-icon{
  display: none;
  width: 40px;
  height: 40px;
  object-position: center;
  object-fit: contain;
  margin-left: 15px;
}

.main-header .nav-link:not(:last-child){
  margin-left: 1px;
}

.main-header .nav-link.nav-notification,
.main-header .nav-link.nav-logout{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--oxford-blue-70);
  background-color: var(--ghost-white);
  border: 1px solid var(--pale-periwinkle-gray-50);
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.main-header .nav-link.nav-notification{
  width: 40px;
  height: 40px;
  justify-content: center;
  margin-right: 5px ;
}

.main-header .nav-link.nav-notification .nav-num{
  background: var(--white);
  border-radius: 50px;
  color: var(--adiant-orchid);
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  position: absolute;
  right: 0px;
  top: -3px;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--adiant-orchid);
}

.main-header .nav-link.nav-notification.nav99plush .nav-num{
  min-width: 18px;
  width: auto;
  padding: 5px 3px 5px 5px;
  right: -3px;
  top: -5px;
}

.main-header .nav-link.nav-notification .nav-num svg{
  display: none;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  position: relative;
  top: -0.5px;
}

.main-header .nav-link.nav-notification.nav99plush .nav-num svg{
  display: block;
}

.main-header .nav-link.nav-notification svg,
.main-header .nav-link.nav-logout svg{
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  flex-shrink: 0;
}

.main-header .nav-link.nav-logout:hover{
  background-color: var(--oxford-blue-10);
  color: var(--oxford-blue);
}

.main-header .nav-link.nav-notification:hover{
  background-color: var(--oxford-blue-10);
  color: var(--oxford-blue);
}
/* --- Header css end --- */

/* --- Aside Menu Icon Start --- */
.menu-icon-bx {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  background-color: var(--ghost-white);
  border: 1px solid var(--pale-periwinkle-gray-50);
  transition: all 0.3s ease-in-out;
}

.menu-icon-bx:hover{
  background-color: var(--oxford-blue-10);
}

.menu-icon-bx span {
  display: block;
  width: 100%;
  height: 2px;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  opacity: 0.8;
  background-color: var(--oxford-blue-70);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-icon-bx span:nth-child(2) {
  width: 60%;
  margin-right: auto;
}


.menu-icon-bx:hover span,
.menu-icon-bx.active span{
  opacity: 1;
}

.menu-icon-bx.active span:nth-child(1) {
  width: 50%;
  margin-left: auto;
}

.menu-icon-bx.active span:nth-child(2) {
  width: 90%;
}

.menu-icon-bx.active span:nth-child(3) {
  width: 50%;
  margin-right: auto;
}
/* --- Aside Menu Icon End --- */


/* --- */
.content-wrapper > .content {
  padding: 20px 8px;
}
/* --- */

/* --- Breadcrumb Css Start --- */
.breadcrumb-main-bx{
  padding: 15px;
  margin-bottom: -15px;
}

.breadcrumb-bx{   
  display: -webkit-inline-box;   
  display: -webkit-inline-flex;   
  display: -moz-inline-box;   
  display: -ms-inline-flexbox;   
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
    -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: 100%;
}

.breadcrumb-bx .breadcrumb-link{
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  color: var(--oxford-blue-70);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcrumb-bx .breadcrumb-link.breadcrumb-disabled{
  pointer-events: none;
}

.breadcrumb-bx .breadcrumb-link.breadcrumb-active{
  font-weight: 600;
  color: var(--oxford-blue-40);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  pointer-events: none;
  text-decoration: none;
}

.breadcrumb-bx .breadcrumb-link:hover{
  color: var(--adiant-orchid);
  cursor: pointer;
}
/* --- Breadcrumb Css End --- */


/* --- Footer css start --- */
.main-footer{
  background: transparent;
  border-top: none;
}

.main-footer p{
  font-size: 14px;
}

.main-footer p a{
  color: var(--oxford-blue-70);
  transition: all 0.3s ease-in-out;
}

.main-footer p a:hover{
  color: var(--oxford-blue);
  text-decoration: underline;
}
/* --- Footer css end --- */


/* --- Sidebar css start --- */
#sidebar-overlay{
  backdrop-filter: blur(5px);
  transition: all 0.3s ease-in-out;
}

.main-sidebar{
  background-color: var(--white);
  box-shadow:none;
  border-right: 1px solid var(--pale-periwinkle-gray-50);
  overflow: hidden;
}

.main-sidebar .brand-link {
  position: sticky;
  top: 0;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}

.main-sidebar .brand-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  background-color: var(--pale-periwinkle-gray-50);
  height: 1px;
  /* margin: 10px 0; */
  width: calc(100% - 20px);
}

.main-sidebar .brand-link .asm-main-logo{
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 70px;
  padding: 15px;
  object-position: center;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.main-sidebar .brand-link .asm-logo-icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 74px;
  height: 70px;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.main-sidebar .brand-link img.asm-logo-icon{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.sidebar-collapse .main-sidebar:hover .brand-link .asm-logo-icon,
.sidebar-collapse .main-sidebar .brand-link .asm-main-logo{
  opacity: 0;
  visibility: hidden;
}

.sidebar-collapse .main-sidebar:hover .brand-link .asm-main-logo,
.sidebar-collapse .main-sidebar .brand-link .asm-logo-icon{
  opacity: 1;
  visibility: visible;
}

.main-sidebar .smb-link-separator {
  background-color: var(--pale-periwinkle-gray-50);
  height: 1px;
  margin: 10px 0;
  width: 100%;
}

@supports not (-webkit-touch-callout:none) {
  .layout-fixed .wrapper .sidebar {
    height: calc(100vh - 70px) !important;
  }
}

.nav-sidebar .nav-item > .nav-link{
  color: var(--oxford-blue-70);
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  height: 44px;
  transition: all 0.3s ease-in-out;
}

.nav-sidebar .nav-item > .nav-link p{
  white-space: nowrap;
}

.nav-sidebar .nav-item > .nav-link svg{
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  flex-shrink: 0;
  position: relative;
  top: -1px;
}

.nav-sidebar .nav-item > .nav.nav-treeview{
  position: relative;
  margin-top: 10px;
}

.nav-sidebar .nav-item > .nav.nav-treeview::after{
  background-color: var(--pale-periwinkle-gray-50);
  content: " ";
  height: 1px;
  position: absolute;
  top: -5px;
  width: calc(100%);
}

.nav-sidebar .nav-item .nav-link p > svg{
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  flex-shrink: 0;
  position: absolute;
  top: 13px;
  right: 10px;
  transform: rotate(-90deg);
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}

.nav-sidebar .nav-item.menu-is-opening .nav-link p > svg{
  transform: rotate(0deg);
}

.nav-sidebar .nav-item > .nav-link:hover{
  background-color: var(--black-100);
  color: var(--oxford-blue);
}

.nav-sidebar .nav-item > .nav-link.active{
  background-color: var(--adiant-orchid-10);
  color: var(--oxford-blue);
}

@media screen and (max-width:991px) {
  .main-sidebar{
    margin-left: 0px !important;
    transform: translateX(calc(-100% - 15px));
    transition: all 0.3s ease-in-out;
  }
  .sidebar-open .main-sidebar{
    transform: translateX(0);
  }
}
/* --- Sidebar css end  --- */



/* --- Dashboard Page Css Start --- */
.dashboard-link-row{
  row-gap: 15px;
}

.dashboard-link-item{
position: relative;
background-color: var(--white);
border-radius: 10px;
display: block;
border: 1px solid var(--pale-periwinkle-gray-50);
border-left: 3px solid var(--adiant-orchid);
padding: 15px;
padding-right: 50px;
height: 100%;
box-shadow: 0px 0px 15px -5px var(--black-100);
transition: all 0.3s ease-in-out;
}

.dashboard-link-item .dli-label{
color: var(--oxford-blue-70);
font-weight: 600;
font-size: 14px;
}

.dashboard-link-item .dli-data{
color: var(--oxford-blue);
font-weight: 600;
font-size: 18px;
}

.dashboard-link-item .dli-icon{
position: absolute;
right: 5px;
bottom: 10px;
width: 40px;
height: 40px;
padding: 4px;
color: var(--black-200);
transition: all 0.3s ease-in-out;
}

.dashboard-link-item .dli-icon svg{
width: 100%;
height: 100%;
object-position: center;
object-fit: contain;
}

.dashboard-link-item:hover .dli-icon{
color: var(--oxford-blue);
}
/* --- Dashboard Page Css End --- */






























/* --- Common Card Css Start --- */
.content .container-fluid .row div > .card{
  background-color: var(--white);
  border-radius: 12px;
  position: relative;
  box-shadow: 0 0 0 1px var(--pale-periwinkle-gray-50);
}

.content .container-fluid .row div > .card .card-body{
  padding-top: 0;
}

.content .container-fluid .row div > .card .card-header{
  color: var(--oxford-blue);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--pale-periwinkle-gray-50);
  margin-bottom: 15px;
}

.content .container-fluid .row div > .card .card-header::after{
  content: none;
}
/* --- Common Card Css End --- */


/* --- Common table design css start --- */
.content .container-fluid .row div > .card table.table-responsive{
  border: 1px solid var(--pale-periwinkle-gray-50);
  border-radius: 10px;
  overflow: hidden;
  overflow-x: auto;
}

.content .container-fluid .row div > .card table{
  margin: 0;
  width: 100% !important;
  border-collapse: initial;
  border-spacing: 0 5px;
}

.content .container-fluid .row div > .card table tbody tr{
  background: none;
}

.content .container-fluid .row div > .card table thead tr th,
.content .container-fluid .row div > .card table tbody tr td,
.content .container-fluid .row div > .card table{
  border: none;
  color: var(--oxford-blue);
}

.content .container-fluid .row div > .card table thead tr th{
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  position: relative;
  background-image: none !important;
  white-space: nowrap;
}

.content .container-fluid .row div > .card table thead tr th .th-sort-icons{
  display: inline-flex;
  flex-direction: column;
  margin-left: 2px;
  position: relative;
  top: -2px;
  color: var(--black-200);
  transition: all 0.3s ease-in-out;
}

.content .container-fluid .row div > .card table thead tr th:nth-child(1) .th-sort-icons{
  display: none;
}

.content .container-fluid .row div > .card table thead tr th:hover .th-sort-icons{
  color: var(--oxford-blue-70);
}

.content .container-fluid .row div > .card table thead tr th .th-sort-icons svg{
  width: 11px;
  height: 11px;
}

.content .container-fluid .row div > .card table thead tr th .th-sort-icons svg:nth-child(1){
  margin-bottom: -2px;
}

.content .container-fluid .row div > .card table thead tr th .th-sort-icons svg:nth-child(2){
  margin-top: -2px;
}

.content .container-fluid .row div > .card table thead tr th.sorting_asc .th-sort-icons svg:nth-child(1),
.content .container-fluid .row div > .card table thead tr th.sorting_desc .th-sort-icons svg:nth-child(2){
  color: var(--adiant-orchid);
}

.content .container-fluid .row div > .card table tbody tr td{
  background-color: #fbfbfb;
  padding: 8px 15px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: var(--pale-periwinkle-gray-50);
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
}

.content .container-fluid .row div > .card table tbody tr td img{
  width: 34px !important;
  height: 34px !important;
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--pale-periwinkle-gray-50);
}

.content .container-fluid .row div > .card table tbody tr td:first-of-type{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left-width: 1px;
}

.content .container-fluid .row div > .card table tbody tr td:last-of-type{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right-width: 1px;
}


.content .container-fluid .row div > .card table tbody tr td .common-action-btn{
  font-size: 12px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: var(--oxford-blue);
  background-color: transparent;
  border: 1px solid var(--pale-periwinkle-gray-50);
  transition: all 0.3s ease-in-out;
  margin: 0 3px;
}

.content .container-fluid .row div > .card table tbody tr td .common-action-btn svg{
  width: 18px;
  height: 18px;
}

.content .container-fluid .row div > .card table tbody tr td .common-action-btn:focus,
.content .container-fluid .row div > .card table tbody tr td .common-action-btn:hover{
  color: var(--adiant-orchid);
  background-color: var(--adiant-orchid-10);
  border-color: var(--adiant-orchid);
}

.content .container-fluid .row div > .card table tbody tr td .common-action-btn[title="Delete"]:focus,
.content .container-fluid .row div > .card table tbody tr td .common-action-btn[title="Delete"]:hover{
  color: var(--error);
  background-color: var(--error-100);
  border-color: var(--error);
}

.content .container-fluid .row div > .card table tbody tr td .common-action-btn.cab-green:focus,
.content .container-fluid .row div > .card table tbody tr td .common-action-btn.cab-green:hover{
  color: var(--success);
  background-color: var(--success-100);
  border-color: var(--success);
}




/* === */
.content .container-fluid .row div > .card table.table-style-2 tbody tr{
  display: flex;
  align-items: center;
  white-space: wrap;
  border-radius: 10px;
  border: 1px solid var(--pale-periwinkle-gray-50);
  background-color: #fbfbfb;
  margin-bottom: 8px;
  padding: 5px 0;
}

.content .container-fluid .row div > .card table.table-style-2 tbody tr:last-child{
  margin-bottom: 0px;
}

.content .container-fluid .row div > .card table.table-style-2 tbody tr th{
  width: 160px;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--oxford-blue-70);
  border: none;
  font-weight: 600;
  padding: 8px 15px;
}

.content .container-fluid .row div > .card table.table-style-2 tbody tr td{
  display: flex;
  align-items: center;
  white-space: wrap;
  border-radius: 0;
  border: none;
  background: none;
}

.content .container-fluid .row div > .card table.table-style-2 tbody tr td img{
  width: 100px !important;
  height: 100px !important;
  border-radius: 5px;
}
/* --- Common table design css end --- */




/* --- Common tabel filter css start --- */
.dataTables_length label{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: var(--oxford-blue);
  font-weight: 600 !important;
}


/* === */
.dataTables_filter label{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: var(--oxford-blue);
  font-weight: 600 !important;
}

/* === */
.content .container-fluid .row div > .card .card-body .dataTables_info{
  font-size: 14px;
  color: var(--oxford-blue);
  font-weight: 500;
}

/* === */
.content .container-fluid .row div > .card .card-body .dataTables_paginate{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous{
  color: var(--oxford-blue-70) !important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 8px;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{
  background: var(--oxford-blue-10) !important;
  color: var(--oxford-blue) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled{
  pointer-events: none;
  opacity: 0.5;
}

.dataTables_wrapper .dataTables_paginate span{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button{
  height: 35px;
  min-width: 35px;
  border-radius: 35px;
  padding: 0 10px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border: none;
  color: var(--oxford-blue-70) !important;
  background: var(--ghost-white);
  border: 1px solid var(--pale-periwinkle-gray-50);
  transition: all 0.3s ease-in-out;
  margin: 0;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button:active,
.dataTables_wrapper .dataTables_paginate span .paginate_button:not(.current):hover{
    background: var(--adiant-orchid-10) !important;
    color: var(--oxford-blue) !important;
    border-color: var(--adiant-orchid) !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate span .paginate_button.current{
    background: var(--oxford-blue) !important;
    border-color: var(--oxford-blue) !important;
    color: var(--white) !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover{
    background: var(--adiant-orchid) !important;
    border-color: var(--adiant-orchid) !important;
    color: var(--white) !important;
    box-shadow: none !important;
}



@media screen and (max-width:576px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button.next,
  .dataTables_wrapper .dataTables_paginate .paginate_button.previous{
    display: none;
  }
}
/* --- Common tabel filter css End --- */


/* --- .dataTables_wrapper .dataTables_processing --- */
.dataTables_wrapper .dataTables_processing{
  display: none !important;
  margin-left: inherit;
  margin-top: inherit;
  padding: 15px 10px 10px;
  left: 0;
  top: 40px;
  border-radius: 10px;
  height: calc(100% - 40px);
  justify-content: center;
  align-items: center;
  background: var(--ocford-blue-10);
  color: var(--oxford-blue);
  backdrop-filter: blur(10px);
  z-index: 1;
}
/* --- .dataTables_wrapper .dataTables_processing --- */


/* --- Common File Upload Item Css Start --- */
.upload-document-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  gap: 10px;
  border-radius: 8px;
  background-color: var(--ghost-white);
  border: 1px solid var(--pale-periwinkle-gray-50);
}

.upload-document-item .udi-img-bx{
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.upload-document-item .udi-img-bx img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.upload-document-item .udi-data-bx{
  flex: auto;
}

.upload-document-item .udi-data-bx .udi-data-name{
  font-size: 14px;
  font-weight: 600;
  color: var(--oxford-blue);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}

.upload-document-item .udi-data-bx .udi-data-type-size{
  font-weight: 600;
  color: var(--oxford-blue-70);
  font-size: 12px;
  margin-top: 3px;
}

.upload-document-item .udi-icon-bx{
  cursor: pointer;
  position: relative;
  color: var(--oxford-blue-70);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
}

.upload-document-item .udi-icon-bx::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color:var(--black-100);
  transform: scale(0);
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in-out;
}

.upload-document-item .udi-icon-bx:active,
.upload-document-item .udi-icon-bx:hover{
  color: var(--oxford-blue);
}

.upload-document-item .udi-icon-bx:hover::after{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.upload-document-item .udi-icon-bx svg{
  position: relative;
  z-index: 1;
}

.upload-document-item .udi-icon-bx.udi-delete:active,
.upload-document-item .udi-icon-bx.udi-delete:hover{
  color: var(--error);
}

.extra-upload-document-img{
  max-width: 80px;
  margin-top: 10px;
  border: 1px solid var(--pale-periwinkle-gray-50);
  background-color: var(--ghost-white) !important;
  border-radius: 10px;
}

/* --- Common File Upload Item Css End --- */



/* --- Common Button Css Start --- */
.common-btn-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--oxford-blue);
  font-weight: 500;
  letter-spacing: 1px;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.common-btn-item span {
  white-space: nowrap;
}

.common-btn-item svg {
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.cbi-small {
  font-size: 12px;
  height: 32px;
  min-width: auto;
  padding: 0 10px;
}

.common-btn-item.cbi-fill {
  color: var(--white);
  border-color: var(--oxford-blue);
  background-color: var(--oxford-blue);
}

.common-btn-item.cbi-outline {
  color: var(--oxford-blue);
  border-color: var(--oxford-blue);
}

@media only screen and (min-width: 768px) {

  .common-btn-item.cbi-fill:hover {
      color: var(--white);
      border-color: var(--adiant-orchid);
      background-color: var(--adiant-orchid);
  }

  .common-btn-item.cbi-outline:hover {
      color: var(--white);
      background-color: var(--oxford-blue);
      border-color: var(--oxford-blue);
  }

}

@media only screen and (max-width: 392px) {

  .common-btn-item {
      font-size: 12px;
      height: 32px;
      min-width: auto;
      padding: 0 10px;
  }

}







/* --- */
.alert ul{
  padding: 0;
  padding-left: 10px;
  margin: 0;
}

.alert.alert-danger{
  color: var(--error);
  border-color: var(--error);
  background-color: var(--error-100);
}

.alert.alert-success{
  color: var(--success);
  border-color: var(--success);
  background-color: var(--success-100);
}

.alert ul li{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.alert ul li:last-child{
  margin-bottom: 0px;
}
/* --- */



/* --- Close Btn Css Start --- */
.close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--oxford-blue);
  padding: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.close-icon:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media screen and (min-width:700px) {
  .close-icon:hover {
      background-color: var(--ghost-white);
  }
}

@media screen and (max-width:700px) and (min-width:0px) {
  .close-icon:active {
      background-color: var(--ghost-white);
  }
}
/* --- Close Btn Css End --- */



/* --- --- */
.badge{
  text-transform: capitalize;
  background: transparent;
  border: 1px solid white;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.badge.badge-primary{
  color: var(--success);
  border-color: var(--success);
}

.badge.badge-primary:hover{
  color: var(--white);
  background: var(--success);
}

.badge.badge-danger{
  color: var(--error);
  border-color: var(--error);
}

.badge.badge-danger:hover{
  color: var(--white);
  Background: var(--error);
}
/* --- --- */



/* --- Boot Modal Start --- */
.swal2-container,
.modal{
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal.fade.zoom .modal-dialog{
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

.modal.zoom.show .modal-dialog {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.swal2-container .swal2-popup,
.custom-content .modal-content,
.modal-content.custom-content{
  background-color: var(--white);
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px
}

.cc-mw396px .modal-content,
.custom-content.cc-mw396px .modal-content{
  max-width: 396px;
  margin: auto;
}

.custom-modal-header{
  position: -webkit-sticky;
  position: sticky;
  padding: 20px 15px 20px;
}

.custom-modal-header .cmh-lable{
  color: var(--oxford-blue);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.custom-modal-header .cmh-lable.small-cmh-lable{
  color: var(--oxford-blue-70);
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  text-align: center;
}

.swal2-container .swal2-popup .swal2-html-container,
.custom-modal-header .cmh-sub-lable{
  color: var(--oxford-blue-70);
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

.swal2-container .swal2-popup .swal2-html-container{
  color: var(--oxford-blue);
  margin-top: 0px;
}

.custom-modal-btns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}

.swal2-container .swal2-popup .swal2-confirm{
  border-radius: 50px;
  margin-top: 0px;
  background-color: transparent;
  box-shadow: none;
  color: var(--oxford-blue);
  border: 1px solid var(--oxford-blue);
  padding: 6px 6px;
  min-width: 80px;
  transition: all 0.3s ease-in-out;
}

.swal2-container .swal2-popup .swal2-confirm:hover{
  color: var(--white);
  background-color: var(--oxford-blue);
}
/* --- Boot Modal End --- */


/* --- Switch css start --- */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--oxford-blue-70);
  background-color: transparent;
  border: 1px solid var(--oxford-blue-50);
  -webkit-transition: .4s;
  transition: .4s;
}


.slider:hover {
  border-color: var(--adiant-orchid);
  background-color: var(--adiant-orchid-10);
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 50%;
  transform: translateY(50%);
  background-color: var(--oxford-blue-70);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:hover:before {
  background-color: var(--adiant-orchid);
}

input:checked + .slider {
  border-color: var(--adiant-orchid);
  background-color: var(--adiant-orchid-10);
}

input:checked + .slider:before {
  background-color: var(--adiant-orchid);
  -webkit-transform: translateY(50%) translateX(19px);
  -ms-transform: translateY(50%) translateX(19px);
  transform: translateY(50%) translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* --- Switch css end --- */


@media screen and (max-width: 991px) {
  .main-header .mh-brand-link{
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_length, 
  .dataTables_filter {
      float: none;
      text-align: left;
  }
  
  .dataTables_length label, 
  .dataTables_filter label {
      justify-content: flex-start;
  }
}

@media screen and (max-width: 576px) {
  .content .container-fluid .row div > .card table.table-style-2 tbody tr{
    flex-direction: column;
    align-items: inherit;
  }

  .content .container-fluid .row div > .card table.table-style-2 tbody tr th{
    padding-bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .main-header .mh-brand-link .mh-main-logo{
    width: 200px;
  }
  .nav-item .nav-link .nav-label{
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .main-header .mh-brand-link .mh-main-logo{
    display: none;
  }
  .main-header .mh-brand-link .mh-logo-icon{
    display: block;
  }
}