/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}

:root {
  scroll-behavior: smooth;
  --body-color: #f8f7fa;
  --theme-color: #7367f0;
  --theme-dark: #685dd8;
  --theme-light: #7367f04f;
  --tab-hover: #f6f9ff;
  --black: rgb(0, 0, 0);
  --white: rgb(255, 255, 255);
  --dark-gray: #707070;
  --form-heading-border-color: #D6D6D6;
  --light-gray: #E0E0E0;
  --light-grayplus: #BCBCBC;
  --sidebar-text-color: ##5d596c;
  --sidebar-hover: #f8f8f8;
  --green: #0b8103;
  --yellow: #ffc107;
  --enable: #67bdf0;

}

@font-face {
  font-family: 'poppinslight';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
    url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
    url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsthin';
  src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
    url('../fonts/poppins-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  background: var(--body-color);

}

body,
html {
  font-family: "Poppins", sans-serif !important;
}

.bgGreen {
  background: var(--green);
  color: var(--white);
}

.bgYellow {
  background: var(--yellow);
  color: var(--black);
}

.H_end {
  display: flex;
  justify-content: flex-end;
}

.LR_Align {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.LR_Bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.font16 {
  font-size: 16px;
}

.p5 {
  padding: 3rem;
}

.mr8 {
  margin-right: 8px;
}

.mb3 {
  margin-bottom: 1rem;
}

.mLR1 {
  margin-left: 1px;
  margin-right: 1px;
}

.p5 {
  padding: 3rem;
}

.mr8 {
  margin-right: 8px;
}

.fonts13 {
  font-size: 13px !important;
}

i.fonts13 {
  text-align: right;
}

.hite30 {
  height: 30px;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 71px;
  padding: 16px 30px;
  padding-bottom: 40px;
  transition: all 0.3s;
}


/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
  line-height: normal;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;

}

.form-control.disableInput {
  background-color: #ebebeb;
}

/*-------------------------------------------------------------
#Common Classes
-------------------------------------------------------------*/
ul.errorMessage {
  font-size: 13px;
  color: red;
  list-style: none;
  padding: 0;
  margin: 0;
}

.BtnDetail {
  background: #7367f0;
  padding: 3px 6px;
  font-size: 10px;
  border-radius: 26px;
  color: white;
  font-weight: 700;
}

.success_alert_div {
  width: 98%;
}

.uploaded_document_size {
  width: 70%;
}

.alert-error {
  background: #fff;
  color: red;
}

.AddLink {
  color: white;
  font-size: 13px;
  text-decoration: none;
}

.BtnComon {
  width: auto;
  border-radius: 4px;
  padding: 4px 5px;
  font-size: 12px;
}

.email_logs {
  color: #7367F0;
}


.pagination .page-link.active,
.active>.page-link {
  color: #7367f0 !important;
  background-color: #e7e0ff;
  border-color: #7367f0;
  border-radius: 8px;
}

.pagination .page-link {
  border-radius: 8px;
  padding: 5px 14px;
}

.pagination .page-link {
  color: #7367f0;
}


.email_pagination {
  margin-top: 30px;
  /* margin-left: 210px; */
}

.emailSearch {
  width: 100%;
  display: flex;
  justify-content: end;
}

.emailSearchDesign {
  border-color: #000;
  background: #F3F4F8;
}

.emailEnteries {
  display: flex;
  margin-top: 13px;
  margin-left: 4px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.backOutr {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.document_show_list input.form-check-input {
  border: 1px solid #878787;
}

.lowerCaseEmail {
  text-transform: none !important;
}

.BtnSize15 a {
  font-size: 15px;
}

.email_logs_pagination {
  border-bottom: none;
}

.linkBack {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  background: #3d33ad;
  border-radius: 6px;
  padding: 3px 12px 3px 10px;
  text-decoration: none;
  border: none;
}

.admin_view_btn {
  display: flex;
  justify-content: center;
}

.admin_view_btn .btn {
  width: 100%;
  max-width: 50px;
  height: 50px;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin_view_btn .btn i {
  font-size: 18px;
}

.faLeft {
  margin-right: 2px;
  color: #ffffff;
  font-size: 17px;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--theme-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: var(--white);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--theme-dark);
  color: var(--white);
}


.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}

.form-select:focus {
  box-shadow: none;
}

/* -------------helper classes--------------------- */
.min-h-auto {
  min-height: auto !important;
}

.top42 {
  top: 42px;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }

  #main {
    min-height: calc(100vh - 108px);
  }

}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}


/* Card */
#admin .card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: var(--white);
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.admin-role-form span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.sidebar-nav a.submenu-active {
  background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%) !important;
  border-radius: 8px;
}

.sidebar-nav a.submenu-active i {
  color: white;
}



#sidebar a.submenu-active span,
a.submenu-active span i {
  color: white !important;
}


/* 
.card-body {
  padding: 0 20px 20px 12px;
}
 */


/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}


/***************** Breadcrumbs CSS Start *****************/
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: var(--dark-gray);
  font-weight: 600;
}

.breadcrumb a {
  color: var(--theme-color);
  transition: 0.3s;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .WebWid260 {
    min-width: 16rem;
  }

  .logo {
    width: 233px;
  }

  .footer {
    padding-left: 258px;

  }
}

.logo img {
  height: 60px;
  margin-right: 9px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  background-color: #343a40;
  /* box-shadow: 0 .125rem .25rem rgb(112 112 112); */
  padding-left: 20px;
}

.header .toggle-sidebar-btn {
  font-size: 30px;
  padding-left: 5px;
  cursor: pointer;
  color: rgb(255 255 255);
  margin-top: 5px;
}


/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #fff;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  width: 100%;
  max-width: 26px;
  margin: 0px 6px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
  color: rgb(255 255 255);
}

.header-nav .badge-number {
  position: absolute;
  inset: -3px -4px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 1px 6px;
  background: #dc3545;
  color: white;
  border-radius: 100%;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 14px;
  margin-bottom: 4px;
  color: #919191;
  line-height: 20px;
}

.adminheader li.dropdown-footer a {
  text-decoration: none;
  color: var(--theme-color);
  text-align: center;
}

.adminheader li.dropdown-footer {
  width: 100%;
  text-align: center;
}

.adminheader li.dropdown-header span.badge {
  background: var(--theme-color);
}

.header-nav .notifications .notification-item:hover {
  background-color: var(--tab-hover);
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: var(--tab-hover);
}

.header-nav .profile.ProBell {
  right: -20px !important;
}

.header-nav .profile {
  min-width: 350px;
  padding-bottom: 0;
  top: 8px !important;
}

span.TxtWrap.dropdown-item p {
  text-align: right;
  margin-bottom: 0px;
  font-size: 12px;
  color: black;
  font-style: italic;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: var(--tab-hover);
  color: black;
}

.header .search-bar {
  padding: 0 20px;
  min-width: 320px;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgb(115 103 240 / 10%);
  border: 1px solid rgb(115 103 240 / 40%);
}

.header .search-form {
  width: 100%;
}

.ProBell.dropdown-menu-arrow::before {
  background: #ddd;
}

.header-nav .ProBell {
  padding-top: 0px;
  max-width: 240px;
  right: -20px !important;
}

.ProBell.dropdown-menu-arrow .dropdown-header {
  border-bottom: #ddd solid 1px;
  background: #dddddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul#notificationListing {
  overflow-y: auto;
  max-height: 350px;
  min-height: 125px;
}

ul#notificationListing li.dropdown-footer {
  position: sticky;
  bottom: 0;
}

.TxtWrap {
  white-space: normal;
  width: 100%;
  border-bottom: #ddd solid 1px;

}

.LinkView {
  color: #0d6efd;
  font-size: 13px;
  text-decoration: underline;
}

.ProBell li:nth-child(odd) {
  background: #f9f9f9;
}

.ProBell li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.notify {
  position: absolute;
  top: -8px;
  background: red;
  border-radius: 100%;
  padding: 3px;
  min-width: 15px;
  height: 15px;
  left: 7px;
  z-index: 999;
  font-size: 11px !important;
  font-weight: normal;
  text-align: center;
  line-height: 8px;
}

a.TxtWrap.dropdown-item:active {
  color: #0d6efd;
}

.adminheader .ProBell li.dropdown-footer a {
  text-align: center;
  font-size: 15px;
  color: #7367f0 !important;
  font-weight: 600;
}

.adminheader .ProBell li.dropdown-footer {

  padding: 10px;

}

.table {
  font-family: "Poppins", sans-serif;
}

.header .search-form input {
  border: 0;
  font-size: 16px;
  color: #012970;
  padding: 7px 51px 7px 30px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
  /* position: absolute;
  left: 50px;
  font-size: 20px; */
}

.cross-icon i {
  font-size: 20px;
}

.dnone {
  display: none;
}

.notifi_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bell_icon {
  display: flex;
  align-items: center;
}


.page-link:focus {
  outline: 0;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  width: 16.2rem;
  z-index: 996;
  transition: all 0.3s;
  padding: 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0 .125rem .25rem rgba(165, 163, 174, .3);
  background-color: var(--white);
  top: 0;
}

.sidebar-nav .nav-item span {
  font-weight: normal;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -18rem;
  }

  .cross-icon {
    display: block;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: var(--white);
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 18rem;
  }

}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
    z-index: 996;
  }

  .toggle-sidebar {
    overflow: hidden;
  }

}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -18rem;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 30px;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pL10,
.sidebar-nav li.pL10 {
  padding-left: 10px;
}

.sidebar-nav .nav-item {
  margin-bottom: 8px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  color: #5d596c;
  transition: 0.3s;
  padding: 12px 7px;
  display: flex;
}

.sidebar-nav .nav-link.active {
  background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%);
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, .48);
  color: var(--white);
  border-radius: 8px;
}



.sidebar-nav .nav-link i {
  font-size: 15px;
  margin-right: 8px;
  color: var(--white) !important;
}

a.nav-link.p_link i,
a.nav-link.p_link span {
  font-size: 15px;
  line-height: 15px;
}

ul#sidebar-nav1 i {
  width: 20px;
}

.sidebar-nav .nav-link.active i {
  color: var(--white) !important;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  /*  background: #fff;*/
}



.sidebar-nav .nav-link.active span,
.sidebar-nav .nav-link.active:hover span {
  color: var(--white) !important;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: var(--sidebar-text-color);
  background: var(--sidebar-hover);
  border-radius: 8px;
}


.sidebar-nav .nav-link:hover i {
  color: var(--black) !important;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebarAdmin .logo img {
  height: 71px;
  width: auto !important;
}

.sidebarAdmin a,
.sidebarAdmin a span {
  color: #483c72 !important;
  text-decoration: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.PageHite {
  height: auto;
}

.bgnone {
  background: none !important;
}

.lightxt,
ul#charts-nav a {
  color: #5d596c;
  text-decoration: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav a.nav-link.p_link i {
  font-size: 16px;
}

.sidebar-nav .sub-menu-link li {
  padding-left: 20px;
}

/* .sidebar-nav .submenu a {
  font-size: 12px;
} */

.sidebar-nav .nav-item span.submenuHeading {
  font-weight: normal;
}

.sidebar-nav .nav-link i.font13 {
  font-size: 13px;
}

.sidebar-nav .nav-content .submenu {
  margin-left: 23px;
}

.LeftNav {
  background: transparent;
  height: 80px;
  padding: 10px 10px 0 8px;
}

.t_menu .valid:before {
  display: none;
}

.right-navbar {
  height: 80px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

/*--------------------------------------------------------------
# Dashboard Content CSS start
--------------------------------------------------------------*/

#admin .card {
  background-clip: padding-box;
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, .1);
  margin-bottom: 25px;
  padding: 20px;
}

div#admin h6 {
  font-size: 24px;
}



.mainAdmin .btn-primary {
  color: #fff;
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.mainAdmin .btn-primary:hover {
  color: #fff !important;
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}



.hover-css {
  width: 20px;
}

.role-heading-wrapper a {
  text-decoration: none;
  color: var(--theme-color);
  font-weight: 500;
}

.sidebarAdmin .logo img {
  height: 71px;
  width: auto !important;
}

.mainAdmin {
  margin-top: 70px !important;
}

.mainAdmin a {
  text-decoration: none;
}

.sidebarAdmin a,
.sidebarAdmin a span {
  color: #ffffff !important;
}

.sidebarAdmin .active span {
  color: var(--white) !important;
  line-height: 15px;
}

#admin h4 {
  color: #5d596c
}

#admin .card {
  background-clip: padding-box;
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, .1);
  margin-bottom: 25px;
  margin-top: 40px;
}

.district-wise-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.district-wise-input select.form-group {
  border: 1px solid #adadad;
  width: 100%;
  max-width: 270px;
  height: 35px;
  border-radius: 4px;
  padding: 5px;
  background: transparent;
}

.district-wise-input h3 {
  font-size: 18px;
}

#admin .card-body {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x) !important;

}

#admin .role-img img {
  width: 100%;
  height: 100%;
}

#admin .role-img {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#admin .role-img img {
  width: 100%;
  height: 100%;
  max-width: 30px;
  max-height: 30px;
}

span.refresh-icon {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 22px;
}

#admin .role-img .role-img-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: #c9c8ce;
  font-weight: 500;
}


#admin .role-img.role-img-online:after {
  background-color: #28c76f;
}

#admin .role-img.role-img-offline:after {
  background-color: #a8aaae;
}

#admin .role-img.role-img-away:after {
  background-color: #ff9f43;
}

#admin .role-img.role-img-busy:after {
  background-color: #ea5455;
}

#admin .pull-up {
  transition: all .25s ease;
}

#admin .pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  z-index: 30;
  border-radius: 50%
}

#admin .role-img-xs {
  width: 1.625rem;
  height: 1.625rem;
}

#admin .role-img-xs .role-img-initial {
  font-size: .625rem;
}


#admin .role-img-lg {
  width: 4rem;
  height: 4rem;
}

#admin .role-img-group .role-img:hover {
  z-index: 30;
  transition: all .25s ease;
}

#admin .role-img-group .role-img {
  margin-left: -1.1rem;
}

#admin .role-img-group .role-img:first-child {
  margin-left: 0;
}

.adminheader {
  height: 70px !important;
}

.sidebarAdmin {
  color: #6f6b7d !important;
  width: 18rem;
  font-size: 15px !important;
  padding: 0px 15px;
  background: black;
}

ul.role-list {
  list-style: none;
}

/*Data table start*/
#activitylog td:nth-child(7),
.contentBreak td:nth-child(6) {
  word-break: break-all;
}

.wrapcontent td:nth-child(2),
.wrapcontent td:nth-child(3) {
  word-break: break-all;
}

.dataTable .message-box,
.custom-table .message-box,
.dataTable .dataTables_empty,
#all-users-table .table .dataTable {
  text-align: center !important;
}

#all-users-table .card {
  background-clip: unset;
  box-shadow: none;
  border: none;
  background: none;
}

table#admin_user_datatable th:first-child {
  border-top-left-radius: 5px !important;
}

table#admin_user_datatable th:last-child {
  border-top-right-radius: 5px;
}

table#admin_user_datatable th {
  background: #7367f0;
  color: white !important;
}

tr.dtrg-group.dtrg-start.dtrg-level-0 {
  background: #f3f4f8;
  text-align: center;
}

#all-users-table .table th,
.common_table_card .table-responsive th {
  text-transform: capitalize;
  font-size: .8125rem;
  letter-spacing: 1px;
  padding-top: .88rem;
  padding-bottom: .88rem;
}

#all-users-table .table>:not(caption)>*>* {
  padding: .5rem;
  color: #5d596c;
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  text-align: left;
  font-size: 13px;
}

#admin_user_datatable_wrapper #admin_user_datatable tr:nth-child(even) {
  background-color: #7367f00f !important;
}

.table>:not(caption)>*>* {
  background-color: unset;
}

.faq .table-responsive td {
  white-space: normal;
  font-size: 13px;
}

.faq h5.card-header {
  background: none;
}

.faq .table-responsive th {
  background: #7367f0;
  color: white;
  font-size: 13px;
}

section#slider-manage-table th {
  background: #7367f0;
  color: white;
}

#all-users-table .dropdown-toggle::after {
  display: none;
}

#all-users-table .btn:first-child:active {
  border-color: none;
}

.active-badge {
  background: #dcffd8;
  color: #32bf72;
}

.completed-badge {
  background-color: #dff7e9 !important;
  color: #28c76f !important;
  padding: 8px;
}

.bg-label {
  padding: 5px 10px;
  font-weight: 500;
}

.scheduled-badge {
  background-color: #d9f8fc !important;
  color: #00cfe8 !important;
  padding: 8px;
}

.pending-badge {
  background-color: #fff1e3 !important;
  color: #ff9f43 !important;
  padding: 8px;
}

table.table.custom-table td {
  font-size: 14px;
  font-weight: 400;
}

.top-heading-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.button_wraper {
  background: var(--theme-color);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  height: 40px;
  max-width: 120px;
}

.button_wraper:hover {
  background: var(--theme-dark);
}

.button_wraper a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Admin Role CSS start
--------------------------------------------------------------*/
.multi_btn_wrapper a {
  text-decoration: none;
}

ul.custom_checkbox li a {
  text-decoration: none;
}

.multi_btn_wrapper {
  display: flex;
  gap: .4rem;
}

.form-password-toggle input::-ms-reveal,
.form-password-toggle input::-ms-clear {
  display: none;
}

.multi_btn_wrapper i.bi {
  font-size: .9rem;
}

/* 
.custom_select2::after {
  content: ' ';
  background-image: url(./../img/chevron-down.svg);
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 34%;
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
} */
.custom_select2 .select2.select2-container {
  width: 100% !important;
}

.custom_select2 button.select2-selection__clear {
  height: 32px !important;
}

.custom_select2 span.select2-selection__arrow {
  height: 31px !important;
}

#add-admin-role .card {
  background-clip: padding-box;
  box-shadow: 0 .25rem 1.125rem rgba(75, 70, 92, .1);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

#add-admin-role .form-control {
  display: block;
  width: 100%;
  padding: .422rem .875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6f6b7d;
  appearance: none;
  background-color: var(--white);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #dbdade;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
  font-size: 13px;
}

form#admin_user_register {
  padding: 15px 15px;
}

.admin-btns {
  display: flex;
  justify-content: flex-end;
}

.new-admin-page .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  cursor: text;
  padding-bottom: 6px;
  position: relative;
}

#add-admin-role .input-group-text {
  display: flex;
  align-items: center;
  padding: .422rem .75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6f6b7d;
  text-align: center;
  white-space: nowrap;
  background-color: var(--white);
  border-radius: 0px;
  position: absolute;
  right: 0;
  border-left: 0px;
}

#add-admin-role .form-control:focus,
.form-select:focus {
  border-color: var(--theme-color) !important;
}

#add-admin-role .btn-primary {
  color: var(--white);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

#add-admin-role .btn-label-secondary {
  color: #a8aaae;
  border-color: rgba(0, 0, 0, 0);
  background: #f1f1f2;
}

#add-admin-role .form-control:focus,
#add-admin-role .form-select:focus {
  border-color: var(--theme-color) !important;
}


/*--------------------------------------------------------------
# Login Page CSS start
--------------------------------------------------------------*/

.right-from-block {
  height: 100vh;
}

section.Login-page {
  background: white;
}

.form-control:focus {
  border: var(--theme-color) solid 1px !important;
}

.right-from-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}


.left-image-block {
  background-image: linear-gradient(#7367f000, #2b2659), url(../img/UTDB-conatct-banner.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
}

.btn-color {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.Forgot-text a {
  color: var(--theme-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.Forgot-text {
  display: flex;
  justify-content: end;
}

.right-from-block h3 {
  font-size: 36px;
  font-weight: 700;
}

.right-from-block .form-check-input:focus {
  border-color: var(--theme-color);
}

.right-from-block .form-check-input:checked,
.right-from-block .form-check-input[type=checkbox]:indeterminate {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.form-check-input:focus {
  box-shadow: none;
}

.sidebar-nav .nav-link:hover span {
  color: black !important;
}

.right-from-block .form-control {
  height: 48px;
  border-color: #9b9b9b;
}

.right-from-block .form-select {
  height: 48px;
  border-color: #9b9b9b;
}

.left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  padding: 0px 30px;
}


.left-content h6,
.left-content p,
.left-content * {
  color: white;
}

.left-content h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}

.left-content h1 {
  font-size: 49px;
  font-weight: 700;
  line-height: 58px;
}

.left-content p {
  font-size: 18px;
  line-height: 26px;
  padding-top: 16px;
}

.btn-color {
  color: #fff !important;
  background-color: #685dd8 !important;
  border-color: #685dd8 !important;
}

.left-image-block {
  display: block;
}

h4.index-card-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #7367f0;
}

label.error,
span.error,
div.error,
p.error {
  color: red;
  font-size: 12px;
}

input.error {
  color: black;
}

.admin-error {
  width: 100%;
}

.admin-error .alert.alert-danger {
  background: none;
  border: none;
  padding: 6px 0px;
  color: red;
  height: 15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer#footer {
  bottom: 0;
  background: #9d94f41a;
  border: none;
  position: fixed;
  width: 100%;
  margin-left: 120px;
}

.footer {
  bottom: 0;
  left: 0;
  background: #f1f0ff;
  border: none;
  position: static;
  width: 100%;
  /* margin-left: 150px; */
  /* padding-left: 258px; */

}

.footer .footer-container {
  font-size: 13px;
}

.bar-left-detail h5 {
  margin: 0px 14px;
}

.footer .copyright {
  text-align: center;
  color: var(--black);
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: var(--black);
}

/*--------------------------------------------------------------
# Preview Modal CSS
--------------------------------------------------------------*/

.preview-page-wrapper.p-4 {
  background: white;
}

#all-users-table .members-detail .card {
  box-shadow: none;
}

.Preview-modal .modal-dialog {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.Preview-modal .modal-dialog {
  width: 100%;
  max-width: 1300px;
}

.preview-page-heading h4 {
  text-align: left;
  margin: 0px 0px 30px;
  font-size: 22px;
  font-weight: 700;
}

.preview-left-heading h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

.preview-hind12 {
  font-size: 12px;
  font-weight: 400;
}

.personal-block {
  border-top: 0px solid;
  border-right: 1px solid var(--theme-light);
  border-bottom: 1px solid var(--theme-light);
  border-left: 1px solid var(--theme-light);
  border-radius: 0px 0px 4px 4px;
  padding: 20px 18px;
  margin: 0px 0px 40px;
  height: 100%;
  min-height: 220px;
}

.document-image.me-4 {
  display: flex;
  align-items: center;
}

.personal-block .card-body {
  padding: 0px;
}

.preview-details {
  display: flex;
  justify-content: space-between;
}

span.pwd-eye-block {
  z-index: 5;
}

h6.owner-response {
  font-size: 14px;
  font-weight: 400;
}

.bar-right-detail a {
  font-weight: 700;
  color: #172b85;
  text-decoration: none;
  font-size: 16px;
}

.preview-page-wrapper .form-bar {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-bar {
  background: var(--theme-color);
  height: 46px;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px 0px 0px;
}

form.card.tabs-form {
  border: none;
}

.preview-page-wrapper .card {
  border: none;
}

.form-bar h5 {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  padding: 0px 20px;
  color: var(--white);
}

.modal-body.preview-modal-detail.text-center {
  padding: 20px 40px;
}

.bg-card {
  background: var(--theme-color);
  border-radius: 10px;
  margin: 0px 0px 40px;
}

.preview-documents-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid black;
  border-radius: 4px;
  margin: 20px 0px;
  padding: 10px 10px;
  height: 100%;
  max-height: 60px;
}

select.form_group {
  width: 100%;
  height: 40px;
  max-width: 500px;
  margin-top: 40px;
}

.applicant_status {
  width: 100%;
  display: flex;
  justify-content: start;
}

.form-bottom-btns {
  width: 100%;
  max-width: 200px;
  display: flex;
}

.preview-page-wrapper .card-footer {
  display: flex;
  justify-content: end;
}

.document-name h5 {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.members-detail th {
  font-size: 14px;
  vertical-align: middle;
}

.members-detail .table-responsive tr td {
  font-size: 14px;
}

.preview-cta {
  background: var(--theme-color);
  color: white;
  text-decoration: none;
  margin: 0px 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.preview-cta:hover {
  background: var(--theme-dark);
  color: var(--white);
}

.admin-message-wrapper label.form-label {
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  width: 100%;
}

.admin-message-wrapper {
  margin: 40px 0px 0px;
}

.dlt-btn {
  background: red;
  color: white;
  width: auto;
  text-decoration: none;
}

.Preview-modal .card-footer.p-0 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.dlt-btn:hover {
  background: #cd0303;
  color: white;
}

#homesty-table .dropdown-item.active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--theme-dark);
}


/*--------------------------------------------------------------
Navigation and permission page css
--------------------------------------------------------------*/


#navigation_and_permission .form-control {
  border: none;
  padding: 0px;
}

#all-users-table .table-responsive th {
  background: #7367f0;
  color: white !important;
}

.table-responsive th:first-child {
  border-top-left-radius: 5px;
}

.table-responsive th:last-child {
  border-top-right-radius: 5px;
}

.table-responsivee .user_details th:first-child {
  border-top-left-radius: 0px;
}

.table-responsivee .user_details th:last-child {
  border-top-right-radius: 0px;
}

.table-responsive tr:nth-child(even) {
  background-color: #7367f00f !important;
}

.module-heading h5 {
  font-size: 16px;
  margin-top: 60px;
  font-weight: 600;
}

.module-inner-block .form-group {
  display: block;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-left: 10px;
  padding-bottom: 9px;
  padding-top: 10px;
}

.form-group.curve-border-block {
  background: var(--theme-light-bg);
  border-bottom: 1px solid #d1d1d1;
}

.module-inner-block .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.module-inner-block .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.sub-module-item-block .form-group label {
  font-size: 14px;
  font-weight: 500;
}

.module-inner-block .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #8a8a8a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
}

.module-inner-block .form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--theme-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.module-inner-block {
  padding: 0px 0px;
  border: 1px solid #d1d1d1;
  margin: 30px 0px;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 1px 1px 5px #f2f2f2;
}

.sub-module-inner-block {
  display: flex;
}

.sub-module-inner-block .form-group {
  padding: 0px 40px 0px 10px;
}

.sub-module-item-block .form-group label:before {
  padding: 8px;
}

.sub-module-item-block {

  padding-top: 5px;
}

.sub-module-item-block .form-group input:checked+label:after {
  top: 2px;
  left: 6px;
  width: 6px;
  height: 11px;
}


#navigation_and_permission .form-control {
  border: none;
  padding: 0px;
}

section.inner-page-data {
  padding: 30px 50px;
}

#navigation_and_permission select.my-select.selectpicker {
  width: 100%;
  border-color: #dee2e6;
  border-radius: 4px;
  height: 38px;
  padding: 5px;
}

.form-group.curve-border-block {
  background: var(--theme-light);
  border-bottom: 1px solid #d1d1d1;
}

.en-lable {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.en-lable::after {
  position: absolute;
  content: '*';
  color: red;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Admin List css start
--------------------------------------------------------------*/
div.card-datatable [class*=col-md-] {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.ForgtPaswrdAdmin {
  margin-top: 0px;
  flex-direction: column;
  position: relative;
  align-items: flex-start !important;
}

div.dataTables_wrapper .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.datatable {
  background: white;
  border: 1px solid #ededed;
}

div.card-datatable [class*=col-md-] {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.dataTables_length label {
  display: flex;
  width: 100%;
  max-width: 160px;
  margin-top: 30px;
  align-items: center;
}

select.custom-select {
  margin: 0px 10px;
  width: 100px;
}

li#application_table_previous a {
  color: black;
}

div#all-users-table h5.card-header {
  border: none;
  background: none;
}

.dataTables_filter {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}

.dataTables_wrapper .table>thead {
  vertical-align: middle;
  /* height: 65px; */
  height: auto;

}

.dataTables_filter label {
  display: flex;
  margin: 30px 0px;
  justify-content: center;
  align-items: center;
}

.dataTables_info {
  font-size: 14px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 500;
  color: var(--dark-gray);
}

.dataTables_paginate .pagination {
  display: flex;
  justify-content: end;
  padding: 20px 40px;
}

.dataTables_paginate ul.pagination li {
  margin: 4px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.disabled .page-link {
  background-color: rgba(134, 146, 208, .08);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
  padding: .745rem;
  min-width: calc(2.38155rem + 0px);
  line-height: 1;
  border-radius: 4px;
  border: none;
  background: #7367f0c4;
  color: white;
}

.dataTables_filter input.form-control.form-control-sm {
  margin: 0px 15px;
}

.table-responsive {
  overflow: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.table-responsive.homePageSection {
  overflow: hidden !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* .homePageSection  td {
  max-width: 570px;
} */

section#navigation_and_permission .role-input {
  border: 1px solid #d1d1d1;
  padding: 5px;
  margin: 10px 0px;
  border-radius: 4px;
  height: 40px;
}

.inner-page-data label {
  font-weight: 600;
}

.admin-user-action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin-user-action-btn .delete-icon {
  background: #ff0017;
  border-radius: 5px;
  color: var(--white);
  margin-right: 6px;
  border: 1px solid #fdf2f3;
  height: 28px;
  display: block;
  width: 28px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}

.admin-user-action-btn .eye-icon {
  background: #2389f3;
  border-radius: 5px;
  color: var(--white);
  margin-right: 6px;
  border: 1px solid #fdf2f3;
  height: 28px;
  display: block;
  width: 28px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}

li#admin_user_datatable_previous a {
  color: black;
}

li#admin_user_datatable_next a {
  color: black;
}

.admin-user-action-btn .edit-icon {
  background: #8a67f0d6;
  border-radius: 5px;
  color: var(--white);
  margin-right: 6px;
  border: 1px solid var(--theme-light-bg);
  height: 28px;
  display: block;
  width: 28px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}

/*--------------------------------------------------------------
Payments method block CSS
--------------------------------------------------------------*/
.payment-method-block {
  padding: 20px;
}

.method-detail i {
  color: #7367f0;
  font-size: 28px;
}


.method-detail h5 {

  font-weight: 600;
  margin-top: 6px;
  color: #363636;
  max-width: 90%;
  text-align: right;
  font-size: 16px;
  max-width: 90%;
  text-align: right;
}

.payment-service {
  display: flex;
  justify-content: space-between;
}

.payment-heading h6 {
  color: #363636;
  font-size: 14px;
}

.toggle-wrapper {
  margin-top: 10px;
}

#all-payment-block .card {
  background-clip: padding-box;
  box-shadow: 0 .25rem 1.125rem rgba(75, 70, 92, .1);
  border: none;
  min-height: 170px;
  margin-bottom: 30px;
}

.payment-top-method-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100px;
}


form.payment-form,
.toggle-wrapper,
.method-detail {
  padding: 0 10px;
}

.method-detail {
  background: #EBEDFF;
  display: flex;
  justify-content: space-between;

}

.payment-method-block.card.bg-white {
  padding: 0px;
}

.px10 {
  padding: 0 10px;
}



form.payment-form .form-control {
  border: #ddd dashed 1px;
  font-size: 12px;
}

form.payment-form {
  padding: 0 10px 10px 10px;
}

div#payments-method label {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}

.dashOrange {
  background: #FFF4F0;
}

.dashOrange i {
  color: #FF763B;
}

.dashGreen {
  background: #F1FFF3;
}

.dashGreen i {
  color: #4EAE5F;
}

.dashRuby {
  background: #FFF4F4;
}

.dashRuby i {
  color: #EE4653;
}

.dashBlue {
  background: #F4F9FF;
}

.dashBlue i {
  color: #5D9CEC;
}

.saveOuter {
  width: 100%;
  text-align: right;
  padding: 0px;
  margin-top: 10px;
}

.mr5 {
  margin-right: 5px;
}

.saveBtn {
  padding: 2px 7px;
  border-radius: 4px;

}

/*----------------------------Slider management-------------------*/

/*Datatable*/
#adminUser th {
  padding: 14px;
  font-family: "Poppins", sans-serif;
  /* border: 1px solid #3a4a5b;
  background: #263544;
  color: #fff; */
}

section#slider-manage-table .card {
  background-clip: padding-box;
  box-shadow: 0 .25rem 1.125rem rgba(75, 70, 92, .1);
  border: none;
  border-radius: 8px;
}

section#slider-manage-table .table-responsive {
  overflow-x: auto;
  border-radius: 8px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 10px;
  border-bottom: 1px solid #e1e1e1;
  --bs-border-width: 0.2px;
  --bs-border-style: solid;
  --bs-border-color: #f9f6f6;
  font-size: 13px;
}

table.dataTable>thead>tr>th {
  border-bottom: 1px solid #e1e1e1;
}

table.dataTable.no-footer {
  border-bottom: 0px;
}

.table {
  font-family: "Poppins", sans-serif;
}

.adminUser .breadcrumb {
  font-family: "Poppins", sans-serif;
}

div#adminUser_length {
  margin-bottom: 15px;
}

/* .admin-user {
  padding: 20px;

} */
.admin-user {
  padding: 14px;

}

.section-title h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #e5e5e5;
}

.dataTables_length label,
.dataTables_filter label {
  font-size: 13px;
  color: #222;
  font-family: "Poppins", sans-serif;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #e5e5e5;
  margin-left: 5px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 10px;
  font-size: 14px;
  text-transform: unset;
}

td.noUpperCase {
  text-transform: none !important;
}

.dataTables_wrapper .dataTables_info {
  font-size: 13px;
  color: #222;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
}

div#district-pending-table_length,
.dataTables_length>label {
  padding: 0 1rem 0.5rem;
}

.TableFilter {
  border-bottom: #2B00D5 solid 1px;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: flex;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: #efefef;
  border: 1px solid #efefef;
  color: #00aeef !important;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 15px
}

.admin-user-image {
  width: 100%;
  border-radius: 100px;
  max-width: 100px;
}


.deletebanner .fa-trash {
  color: #dc3545;
}

.admin-user-action-btn i.bi.bi-trash3:hover {
  background-color: #dc3545;
  color: var(--white);
}

.admin-user-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-user-action-btn i.bi.bi-pencil:hover {
  background-color: var(--theme-dark);
  color: #ffff;
}

.form-check-input:checked {
  background-color: #7367f0;
  border-color: #7367f0;
}

input.form-check-input.flexSwitchCheckChecked {
  width: 40px;
  height: 20px;
}

.table-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px 50px;
  align-items: center;
}

.dataTables_paginate ul.pagination li {
  margin: 15px 4px;
}

div.dataTables_paginate ul.pagination .page-item.disabled .page-link {
  background-color: rgba(134, 146, 208, .08);
  color: var(--black);
}

div.dataTables_paginate ul.pagination .page-link {
  padding: .745rem;
  min-width: calc(2.38155rem + 0px);
  line-height: 1;
  border-radius: 4px;
  border: none;
  background: var(--theme-color);
  color: var(--white);
}

/* ================ The Timeline ================ */
.adminLogs {
  background: rgb(230, 230, 230);
  border-radius: 5px;
  padding: 10px;
}

.adminLogs .timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.adminLogs .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80, 80, 80);
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

  z-index: 5;
}

.adminLogs .timeline li {
  padding: 1em 0;

}

.adminLogs .timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.adminLogs .direction-l {
  position: relative;
  width: 47%;
  float: left;
  text-align: right;
}

.adminLogs .direction-r {
  position: relative;
  width: 48%;
  float: right;
}

.adminLogs .flag-wrapper {
  position: relative;
  display: inline-block;

  text-align: center;
}

.adminLogs .flag {
  position: relative;
  display: inline;
  background: rgb(248, 248, 248);
  padding: 6px 10px;
  border-radius: 5px;

  font-weight: 600;
  text-align: left;
}

.adminLogs .direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.adminLogs .direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.adminLogs .direction-l .flag:before,
.adminLogs .direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -30px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255, 80, 80);
  z-index: 10;

}

.adminLogs .direction-r .flag:before {
  left: -22px;
}

.adminLogs .direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.adminLogs .direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.adminLogs .time-wrapper {
  display: inline;

  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}

.adminLogs .direction-l .time-wrapper {
  float: left;
}

.adminLogs .direction-r .time-wrapper {
  float: right;
}

.adminLogs .time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}

.adminLogs .desc {
  margin: 1em 0.75em 0 0;

  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.adminLogs .direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

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

  .adminLogs .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .adminLogs .timeline li {
    padding: 2em 0;
  }

  .adminLogs .direction-l,
  .adminLogs .direction-r {
    float: none;
    width: 100%;

    text-align: center;
  }

  .adminLogs .flag-wrapper {
    text-align: center;
  }

  .adminLogs .flag {
    background: rgb(255, 255, 255);
    z-index: 15;
  }

  .adminLogs .direction-l .flag:before,
  .adminLogs .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
  }

  .adminLogs .direction-l .flag:after,
  .adminLogs .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 8px;
    pointer-events: none;
  }

  .adminLogs .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .adminLogs .direction-l .time-wrapper {
    float: none;
  }

  .adminLogs .direction-r .time-wrapper {
    float: none;
  }

  .adminLogs .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245, 245, 245);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);

    z-index: 15;
  }

  .adminLogs .direction-l .desc,
  .adminLogs .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;

    z-index: 15;
  }

}

@media screen and (max-width: 500px) {
  .request_button {
    width: 55px;
    height: 26px !important;
    text-align: center !important;
    font-size: 11px;
  }
}



@media screen and (min-width: 400px) and (max-width: 660px) {

  .adminLogs .direction-l .desc,
  .adminLogs .direction-r .desc {
    margin: 1em 4em 0 4em;
  }

}

/*------------------------
# Slider popup
--------------------------*/
.slider-edit-modal .modal-dialog {
  width: 100%;
  max-width: 1050px;
  margin: 50px auto;
}

.page-top-headings {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}

.dropzone {
  width: 100%;
  position: relative;
  padding: 1.5rem;
  cursor: pointer;
  border-radius: .5rem;
}

.light-style .dropzone {
  border: 2px dashed #dbdade;
}

.dz-message {
  font-weight: 500;
  text-align: center;
  border: 1px dashed #dee2e6;
  padding: 40px;
  border-radius: 8px;
  margin: 0px 0px;
}

.slider-edit-modal .modal-body {
  padding: 25px;
}

/*--------------------------------------------------------------
# Notification page CSS start
--------------------------------------------------------------*/
ul.template-list li {
  padding: 12px 20px;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 11px;
  margin: 0px 30px;
  word-break: break-word;
}

ul.template-list {
  list-style: none;
  padding-left: 0;
}

ul.template-list a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 500;
}

ul.template-list li.even {
  background: #7367f026;
}

button.btn.btn-label-secondary.waves-effect {
  color: #a8aaae;
  border-color: rgba(0, 0, 0, 0);
  background: #f1f1f2;
}

/* ul.template-list.hoverLink li.activeLink a {
  color: var(--theme-color);
  font-weight: bold;
} */
ul.template-list.hoverLink li.activeLink {
  background: #ededed;
  margin: 0px;
  padding-left: 40px;
  padding-right: 50px;

}

/*--------------------------------------------------------------
# SMS Css start
--------------------------------------------------------------*/

p.form-top-subtext {
  color: #939393;
}

.form-label {
  margin-bottom: .3rem;
  font-weight: 500;
}

#sms-page .card {
  background-clip: padding-box;
  box-shadow: 0 .25rem 1.125rem rgba(75, 70, 92, .1);
  min-height: 600px;
}

.inner-services {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
Payments method block CSS
--------------------------------------------------------------*/
.payment-method-block {
  padding: 20px;
}

/* .method-detail i {
  color: #7367f0;
  font-size: 28px;
} */



.payment-service {
  display: flex;
  justify-content: space-between;
}

.payment-heading h6 {
  color: #363636;
  font-size: 16px;
}


#all-payment-block .card {
  background-clip: padding-box;
  box-shadow: 0 .25rem 1.125rem rgba(75, 70, 92, .1);
  border: none;
  min-height: 200px;
  margin-bottom: 30px;
}

.payment-top-method-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 80px;
}


/*--------------------------------------------------------------
Viewstate Page CSS
--------------------------------------------------------------*/
#viewstate-page .card {
  background-clip: padding-box;
  box-shadow: 0 .25rem 1.125rem rgba(75, 70, 92, .1);
  min-height: 700px;
}

.state-action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.state-action-btn button.btn.edit-btn {
  padding-right: 8px;
}


/*--------------------------------------------------------------
Viewstate Page CSS
--------------------------------------------------------------*/
#all-users-table table#table1 tbody tr td {
  border-bottom: none !important;
}

table#district-report-table thead tr th:nth-child(1) {
  width: 80px;
}

table#table1 tbody tr td:nth-child(1) {
  width: 320px;
}

table#district-report-table thead tr th:nth-child(2) {
  width: 200px;
}

table#table1 tbody tr td:nth-child(2) {
  width: 100px;
}

table#district-report-table thead tr th:nth-child(3) {
  width: 320px;
}

table#table1 tbody tr td:nth-child(3) {
  width: 230px;
}

table#district-report-table thead tr th:nth-child(4),
table#table1 tbody tr td:nth-child(4) {
  width: 100px;
}

table#district-report-table thead tr th:nth-child(5),
table#table1 tbody tr td:nth-child(5) {
  width: 100px;
}

table#district-report-table thead tr th:nth-child(6),
table#table1 tbody tr td:nth-child(6) {
  width: 100px;
}

/******************************* Register Page css**********************/
#register-backend .element_toggle {
  justify-content: flex-start;
  align-items: center;
  line-height: normal;
}

.card-heading-wrapper .element_toggle {
  border: none;
  padding-bottom: 0px;
}

.input-width {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  gap: 1rem;
}

.card-heading-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}

.card-heading-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted var(--theme-dark);
  align-items: center;
  margin-bottom: 1rem;
}

.filed-title span {
  color: var(--theme-dark);
}

.input-width {
  flex-wrap: nowrap;
}

/* CSS end*/

/* admin  style*/
/* .nav-link:not(.collapsed) .fa-angle-down {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
} */

.sidebarAdmin .sidebar-nav .nav-content a {
  padding: 10px 11px 10px 33px;
}

.sidebarAdmin .sidebar-nav a.nav-link.submenu_link {
  padding: 16px 11px 16px 38px;
}

.sidebarAdmin .sidebar-nav .nav-link {
  align-items: center;
}

.faq .table-responsive td {
  border-bottom-color: #beaeff;
}

.custom_card .form-check {
  font-size: 13px;
}

.custom_card .form-control {
  font-size: 13px;
}

.common_table_card #admin_user_datatable_wrapper #admin_user_datatable tr:nth-child(even) {
  background-color: #fff !important;
}

.common_table_card div#admin_user_datatable_length,
.common_table_card div#application_table_length_length,
.common_table_card div#district-report-table_length {
  padding: 0 1rem 0.5rem;
}

.common_table_card #all-users-table .table>:not(caption)>*>* {
  border-color: #2B00D5;
  color: black;
}

.common_table_card #all-users-table1 .table>:not(caption)>*>* {
  border-color: #2B00D5;
  color: black;
  padding-left: 14px;
}

.homePageSection tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 292px;
}

.common_table_card .table-responsive tr:nth-child(even) {
  background-color: #fff !important;
}

.common_table_card select.form-control {
  appearance: auto;
}

.common_table_card .dataTables_paginate .pagination {
  padding: 0 1rem;
  margin-bottom: 0;
}

.common_table_card .admin-filter-select .form-control {
  width: 100%;
  max-width: 250px;
}

.common_table_card .admin-filter-select {
  justify-content: end;
}

.common_table_card .dataTables_filter label {
  margin: 0;
  position: relative;
  gap: .4rem;
}

.common_table_card .dataTables_length label {
  margin: 0;
  text-transform: capitalize;

}

.common_table_card .dataTables_wrapper .dataTables_info {
  margin-top: 0;
}

.common_table_card .dataTables_wrapper .dataTables_paginate {
  margin-top: 0;
}

.common_table_card div#application_table_length {
  padding: 0 1rem;
}

.common_table_card .dataTables_filter {
  padding: 0 1rem;
}

.common_table_card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  padding: 0.5rem 0;
  overflow: hidden;
}

.common_table_card #all-users-table .table-responsive th {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 600;
}

.common_table_card #all-users-table .table-responsive thead th:first-child {
  padding-left: 1rem;
}

.custom_table_outer table thead th:first-child {
  padding-left: 1rem !important;
}

.custom_table_outer table tbody tr td:first-child {
  padding-left: 1rem !important;
}

.common_table_card #all-users-table .table-responsive tbody tr td:first-child {
  padding-left: 1rem;
}

.common_table_card table {
  border: none;
}

.common_table_card .table-responsive {
  overflow: hidden;
}


.img_preview {
  padding: 1rem;
  background-color: #ebebeb;
  border-radius: 8px;
  display: inline-flex !important;
  font-size: 1.6rem;
}

.img_preview img {
  height: 63px;
  object-fit: contain;
  width: 100px;
}

.edit-village.me-2 {
  cursor: pointer;
}

span.delete-village.deletebanner i {
  cursor: pointer;
}

.menu_itm {
  line-height: normal;
}

.menu_itm .btn-close {
  background-size: 40%;
}

.menu_itm img,
.menu_itm svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.fav_icon_preview img {
  height: 30px;
  width: 30px;
}

img.banner_img {
  height: 40px;
  width: 100px;
  border-radius: 6px;
  object-fit: cover;
}

table#adminUser td {
  border-bottom-color: #beaeff;
}

.decoration_none {
  text-decoration: none;
}

.dashboard_header_c select {
  appearance: auto;
}

.dashboard_header_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  margin-bottom: .7rem;
}

.application_card {
  background-color: #E1E4FF;
  border-radius: 10px;
  padding: .8rem;
}

.record_main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.record_main .chart_card_itm:nth-child(1) {
  background-color: #FFECEB;
}

.record_main .chart_card_itm:nth-child(2) {
  background-color: #EBEDFF;
}

.record_main .chart_card_itm:nth-child(3) {
  background-color: #DFEDFF;
}

.application_card_header {
  display: flex;
  align-items: center;
  gap: .3rem;
  margin-bottom: .4rem;
}

.application_card_header * {
  font-size: 14px;
}

.square_icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .4rem;
  height: 48px;
  width: 48px;
  border-radius: 8px;
  padding: .7rem;
}

.square_icon_wrapper img {
  width: 100%;
}

.application_card_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .3rem;
}

.bg_primary {
  background-color: #7367f0;
}

.add-link-btn {
  background-color: #0b8103;
  color: white;
}

.dlt-btn-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 24px;
}

.application_card_body h3 {
  font-size: 22px;
  font-weight: 700;
}

.dashboard_header_c h5 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.small_card_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 1rem;
}

.bg_PUMPKIN {
  background-color: #FF763B;
}

.bg_samphireGreen {
  background-color: #4EAE5F;
}

.bg_vineyardAutumn {
  background-color: #EE4653;
}

.bg_featherStar {
  background-color: #5D9CEC;
}

i.smallcard_icon {
  font-size: 2rem;
}

.small_card_wrapper .application_card_body {
  align-items: flex-start;
}

.chart_card_itm_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .3rem;
}

.chart_card_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.chart_card_itm_header_right_data h3 {
  font-size: 23px;
  font-weight: 600;
  text-align: right;
}

.chart_card_itm {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 0px #dbdbdb;
}


.chart_card_itm_body {
  padding: .8rem;

}

.charht_card_itm_footer img {
  width: 100%;
}

/* end */

/* custom checkbox */

.custom_checkbox .switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 24px;
}

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

.custom_checkbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.custom_checkbox .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.custom_checkbox input:checked+.slider {
  background-color: var(--theme-color);
}

.custom_checkbox input:focus+.slider {
  box-shadow: 0 0 1px var(--enable);
}

.custom_checkbox input:checked+.slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

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

.custom_checkbox .slider.round:before {
  border-radius: 50%;
}

.element_toggle {
  justify-content: space-between;
  padding-bottom: .5rem;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: .5rem !important;
}

.custom_card_header {
  display: flex;
  gap: .4rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #cecece;
  margin-bottom: .5rem;
  padding-left: .8rem;
  padding: .5rem;
  padding-bottom: .5rem;
  align-items: center;
}

.custom_card th,
.custom_card td {
  font-size: 13px;
  text-transform: capitalize;
}

.custom_card .card-body {
  padding: .3rem .8rem .8rem;
}

.custom_card_header * {
  margin-bottom: 0;
}

.custom_card_header h6 {
  font-size: 15px;
}

.custom_card_header img {
  height: 21px;
  object-fit: contain;
}

/* .card_feild_main_itm {
  min-width: 50%;
  max-width: 50%;
  font-size: 12px;
  line-height: normal;
  padding-left: 2px;
} */
.card_feild_main_itm {
  font-size: 12px;
  line-height: normal;
  padding-left: 2px;
  text-transform: capitalize;
}

.card_feild_main {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.card_feild_main_itm strong {
  font-weight: 700;
  color: #000;
  line-height: 14px;
  display: inline-block;
}

.custom_card_grey {
  background-color: #edecfc;
}

.custom_table thead {
  background-color: #7367f0;
}

.custom_table thead th {
  color: #fff;
}

ul.custom_checkbox li {
  list-style: none;
  position: relative;

}

ul.custom_checkbox li::before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: -23px;
  top: 5px;
  background-image: url('../img/circle_check_solid.svg');
  background-size: contain;
  background-position: center;
}

.fc_primary {
  color: #7367f0;
}

.bg_primary {
  background-color: #7367f0;
}


.detail_card_c {
  /* border-top: 3.5rem solid #7367F0; */
  /* border-bottom: .4rem solid #7367F0; */
  box-shadow: 0 5px 0 #7367F0;
}

.user_card_h {
  height: 100%;
}

img.detail_card_user_img {
  height: 75px;
  justify-content: center;
  display: flex;
  width: 100%;
}

.detail_card_c .card-body {
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
}

.detail_card_desc p {
  color: #3426CA;
  font-weight: 600;
  line-height: normal;
}

.view-user-detail .right-card-left-details p {
  width: 40%;
}

.detail_card_header h3 {
  font-size: 20px;
}

.detail_card_desc {
  font-size: 14px;
}

.user_card_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-card-desc.mt-0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #e2dfff;
  gap: 0.4rem;
}

.passwordPage {

  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #e2dfff;
  gap: 0.4rem;
}

.detail_card_header {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  /* border-bottom: 1px solid #d2d2d2; */
}

.col-md-6.detail_card_desc {
  margin-bottom: clamp(0.2rem, 2.5vw, 0.5rem);
}


/*--------------------------------------------------------------
# Delete Popup CSS
--------------------------------------------------------------*/

.popup-dlt-icon i {
  font-size: 42px;
  color: red;
}

.popup-dlt-icon p {
  color: black;
}

.delete-popup .modal-dialog {
  margin: 15% auto;
}

/*--------------------------------------------------------------
# Email log page pagination css
--------------------------------------------------------------*/

.pagination-block {
  /* display: flex;
  justify-content: center; */
  padding: 0 1rem;
}

.pagination-block .pagination li:first-child {
  margin-right: auto;
}

.pagination-block .pagination li span:first-child {
  border: 1px solid #D0D5DD;
  background-color: #fff !important;
  color: #707070 !important;

}

.pagination-block .pagination .page-link {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
}

.pagination-block .email_logs {
  color: #b7b7b7;
}

li.page-item.active span.page-link {
  border: 1px solid #7367f0;
  color: #7367f0 !important;
}

.pagination-block .pagination li:last-child {
  margin-left: auto;
}

/* 
.pagination-block .pagination li a:last-child {
  border: 1px solid #D0D5DD;
  background-color: #fff !important;
  color: #707070 !important;
} */

/*--------------------------------------------------------------
# Timeline CSS Start
--------------------------------------------------------------*/

.timeline-steps {
  display: flex;
  justify-content: space-between;
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 1rem;
  text-align: center;
}


.inner-circle.p-green {
  background-color: #19A851;
  border: 1px solid #008300;
}

.inner-circle.p-yellow {
  background: #FFF3B5;
  border: 1px solid #ebcb28;
}

.inner-circle.p-yellow i {
  color: black;
  font-size: 20px;
}

.inner-circle.p-grey {
  background: #b3b3b3;
  border: 1px solid #7e7e7e;
}

.timeline-content p {
  color: #7C7C7C;
  font-weight: 500;
  font-size: 12px;
}

.timeline-steps .timeline-step:not(:last-child):after {
  content: "";
  display: block;
  border-top: .25rem Solid #7367f03b;
  width: 18rem;
  position: absolute;
  left: 36px;
  top: 1.3125rem;
  z-index: -1;
  /* max-width: 570px; */
}

;
/* max-width: 570px; */



/* .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: .25rem dotted #3b82f6;
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: .3125rem
  } */


.timeline-steps .timeline-content {
  width: 100%;
  text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 3rem;
  width: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* background-color: #3b82f6; */
}

/* .timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #3b82f6;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: .5;
  position: absolute;
} */
.inner-circle i {
  color: white;
}

.timeline-wrapper {
  margin-bottom: 30px;
}

.timeline-content h5 {
  font-weight: 700;
  font-size: 13px;
}



/*--------------------------------------------------------------

--------------------------------------------------------------*/
.NotifyPage {
  padding: 10px 0px;
  border-bottom: 1px solid #e2dfff;
}

.roles-and-permission .form-group input {
  width: 18px;
  height: 18px;
}

.permission-left-tab .nav-pills .nav-link {
  background: #7367f0;
  color: white;
  border-radius: 2px;
  margin: 2px 0px;
}


/*--------------------------------------------------------------
# Rekha CSS 21/05/2024
--------------------------------------------------------------*/

.Save-btn-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 17px;
}

.mainAdmin .role-wrapper label {
  font-size: 16px !important;
  font-weight: 600;
}

div#role-input label {
  font-size: 16px !important;
}

.admin-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h5.mb-3.admin-border {
  background: var(--theme-color);
  padding: 15px;
  color: white;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}

img.admin-img {
  max-width: 50px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: .5px solid #e9e9e9;
  background-color: #e9e9e9;
}

.admin-block-border {
  border: 1px solid #7367f0;
  border-radius: 8px;
  padding: 8px 16px;
}

@media screen and (max-width : 767px) {
  .document_list.Mob_dBlock {
    display: block !important;
  }

  .btn-wrapper-position {
    order: -1;
  }

  #main {
    min-height: calc(100vh - 147px);
  }

  .common_table_card .dataTables_paginate .pagination {
    flex-wrap: wrap;
  }

  .common_table_card .dataTables_paginate ul.pagination li {
    margin: 4px !important;
  }


}

/*--------------------------------------------------------------
# New-pages media Query start
--------------------------------------------------------------*/
/* @media screen and (max-width : 1660px) {

  .timeline-steps .timeline-content {
    width: 14rem;
    text-align: center;
  }
} */

@media screen and (max-width : 1600px) {
  /* .table-responsive {
    overflow-y: auto;
    width: 100%;
  } */

  #all-users-table .table>:not(caption)>*>* {
    padding: 0.6rem 1rem;
    font-size: 13px;
  }
}

@media screen and (max-width : 1366px) {
  .left-content h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .email_pagination {
    margin-top: 30px;
    /* margin-left:0px; */
  }


}

@media screen and (max-width : 1192px) {
  .left-content h1 {
    font-size: 42px;
    line-height: 49px;
  }

  .right-from-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }

  .email_pagination {
    margin-top: 30px;
    /* margin-left: 70px; */
  }
}



@media (max-width: 1199px) {
  .footer {
    position: static;
  }

  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: var(--white);
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 70px;
    visibility: visible;
    opacity: 1;
  }

  .footer {

    margin-left: 0px;
  }

  #main {
    padding: 20px;
  }

  .header .toggle-sidebar-btn.hamBurgr {
    margin-left: 25px;
    font-size: 24px;
  }
}

@media screen and (max-width : 1024px) {
  .left-content h1 {
    font-size: 40px;
    line-height: 49px;
  }

  .right-from-block {
    max-width: 375px;

  }

  .Preview-modal .modal-dialog {
    width: auto;
    max-width: unset;
    margin: 30px 30px;
  }
}

@media (max-width: 1023.98px) {

  .dataTables_wrapper .row:nth-child(2)>.col-sm-12 {
    width: 100%;
    overflow: auto;
  }

  .common_table_card .dataTables_paginate .pagination {
    margin-top: .7rem;
  }

  .common_table_card .dataTables_filter label {
    width: 100%;
  }

}

@media screen and (max-width : 992px) {
  .M_wid20 {
    width: 20%;
  }

  .detail_card_c .M_wid20 {
    min-width: 20%;
  }
}

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

  .input-width {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 1rem;
  }

  .table-responsive {
    overflow: hidden !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .table-responsive.noScroll {
    overflow: hidden !important;
  }

  .email_pagination {
    margin-top: 30px;
    /* margin-left: 10px; */
  }

}

@media screen and (max-width : 767px) {
  .dataTables_wrapper .row:first-child>.col-md-6 {
    width: 50%;
  }

  .linkBack {
    margin-bottom: 16px;
  }

  .dataTables_length {
    margin-bottom: 0rem;
    padding-bottom: 0 !important;
  }

  .notifi_wrapper {
    display: block;
  }

  .notifi_right_wrapper {
    text-align: end;
  }

  .bell_icon {
    display: flex;
    align-items: baseline;
  }

  .user_card_h {
    height: unset;
  }

  .left-content {
    padding: 60px 30px;
  }

  .district-wise-input {
    display: block;
    width: 100%;
    text-align: left;
  }

  .input-width {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }

  .district-wise-input select.form-group {
    max-width: 310px;
    margin-top: 10px;
  }

  .border-light-subtle {
    height: 100vh;
  }

  .dataTables_filter {
    justify-content: start;
  }

  .dataTables_paginate .pagination {
    justify-content: start;
    padding: 20px 0px;
  }

  .logo img {
    max-height: 48px;
    margin-right: 0px;
  }

  .left-image-block {
    display: none;
  }

  .right-from-block {
    height: unset;
  }

  .right-from-block {
    align-items: start;
    margin: 50px auto;
  }

  .left-content h1 {
    font-size: 34px;
    line-height: 40px;
  }

}

@media screen and (max-width : 576px) {
  /* .common_table_card .table-responsive {
    overflow: auto;
  } */

  .custom_tabs_wrapper .nav-tabs .custom_card_header {
    justify-content: center;
  }

  .dataTable .message-box,
  .custom-table .message-box,
  .dataTable .dataTables_empty,
  #all-users-table .table .dataTable {
    text-align: left !important;
  }

  /* .custom_tabs_wrapper .nav-tabs {
    flex-wrap: nowrap;
  } */

  .custom_tabs_wrapper .custom_card_header h6 {
    font-size: 12px !important;
  }

  .input-width {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }

  .custom_tabs_wrapper .nav-tabs .nav-link {
    padding: 8px;
  }
}



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

  .header .search-form button {
    margin-left: -30px;
    left: 43px;
    font-size: 20px;
    top: -1px;
  }

  .header .search-form input {
    padding: 7px 6px 7px 30px;
    font-size: 13px;
  }

  .header .toggle-sidebar-btn {
    font-size: 34px;
  }

  .header .search-bar {
    padding: 10px 10px;
  }

  .search-bar i.bi.bi-search {
    font-size: 12px;
  }

  ul.d-flex.align-items-center.pe-5 {
    padding-right: 0px !important;
  }

}

@media screen and (max-width : 400px) {
  .dataTables_wrapper .row:first-child>.col-md-6 {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width : 380px) {
  .BtnComon {

    padding: 2px 2px;
    font-size: 10px;
  }

  .dataTables_wrapper .row:first-child>.col-md-6 {
    width: 50%;
    margin-top: 10px;
  }
}

@media screen and (max-width : 360px) {
  header#header.adminheader {
    flex-wrap: wrap;
    height: auto !important;
  }

  header#header.adminheader .LeftNav {
    height: auto;
    margin-top: 5px;
    width: 95% !important;
  }

  header#header.adminheader nav.header-nav.ms-auto.right-navbar {
    height: auto;
  }

  header#header.adminheader nav.header-nav.ms-auto.right-navbar {
    padding: 0px 0 10px 0 !important;
  }

  .dataTables_wrapper .row:first-child>.col-md-6 {
    width: 100%;
    margin-top: 10px;
  }
}

/* data table ui */

a.submenu-active {
  background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%) !important;
  border-radius: 8px;
}

#sidebar a.submenu-active span,
a.submenu-active span i {
  color: white !important;
}

.common_table_card table tr th {
  letter-spacing: normal !important;
}

.admin-role-form label.error {
  color: red;
  font-size: 12px;
  padding: 4px 0px;
}

li.previous#admin_user_datatable_previous a,
li.next#admin_user_datatable_next a {
  color: #ffffff;
}

li.previous.disabled#admin_user_datatable_previous a,
li.next.disabled#admin_user_datatable_next a {
  color: #000000;
}

.admin-select #district-error {
  position: absolute;
  top: 37px;
  left: 0;
}

.text-bg-success {
  color: #fff !important;
  /* background-color: #8a67f0d6 !important; */
}

.text-bg-danger {
  color: #fff !important;
  background-color: #ff0017 !important;
}

.user-gender span.badge.rounded-pill.text-bg-success {
  width: 100%;
  height: 28px;
  max-width: 115px;
  line-height: 21px;
  margin-top: 9px;
}

.user-gender span.badge.rounded-pill.text-bg-danger {
  width: 100%;
  height: 28px;
  max-width: 115px;
  line-height: 21px;
  margin-top: 9px;
}

.user-gender span.badge.rounded-pill.text-bg-warning {
  width: 100%;
  height: 28px;
  max-width: 115px;
  line-height: 21px;
  margin-top: 9px;
}

.user-gender span.badge.rounded-pill.text-bg-secondary {
  width: 100%;
  height: 28px;
  max-width: 115px;
  line-height: 21px;
  margin-top: 9px;
}

.dataTables_wrapper .row:nth-child(3) .col-sm-12.col-md-7 {
  width: 100%;
}

.common_table_card .dataTables_paginate .pagination {
  justify-content: center;
}

.common_table_card .dataTables_paginate .pagination li:first-child {
  margin-right: auto;
}

.common_table_card .dataTables_paginate .pagination li:last-child {
  margin-left: auto;
}

.dashboard_feilds_c select.form-select,
.dashboard_feilds_c .form-control {
  font-size: 13px;
}

.main.mainAdmin .form-label,
.main.mainAdmin label,
.dashboard_feilds_c label {
  font-size: 13px !important;
  line-height: normal;
}

div#admin_user_datatable_length>label:nth-child(1),
#application_table_length>label:nth-child(1),
#district-pending-table_length>label:nth-child(1),
#district-report-table_length>label:nth-child(1) {
  padding-left: 0px;
}

.common_table_card .table-responsive th,
.common_table_card .table-responsive td {
  /* white-space: normal; */
  font-size: 13px;
  width: auto !important;
  font-size: 13px !important;
  color: #000 !important;
}

.common_table_card .table-responsive th {
  text-transform: capitalize;
}

.common_table_card .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #4B6387;
  padding: .375rem .75rem;
  padding-left: 1.8rem;
  background-color: #F3F4F8;
  position: relative;
  margin-right: 0;
  border-radius: 8px;
  margin-left: 0;

}

/* .common_table_card .dataTables_wrapper .dataTables_filter label{
  width: 100%;
} */

.common_table_card .dataTables_paginate .pagination li:first-child a.page-link::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(./../img/left_arrow.svg);
  display: inline-block;
  background-repeat: no-repeat;
}

.common_table_card .dataTables_paginate .pagination li:last-child a.page-link::after {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(./../img/right_arrow.svg);
  display: inline-block;
  background-repeat: no-repeat;

}

.common_table_card .dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
  font-size: 13px !important;
}

.common_table_card .dataTables_wrapper div.dataTables_paginate .pagination a.page-link {
  border: 1px solid #D0D5DD;
  background-color: #fff !important;
  color: #707070 !important;
  padding: .6rem .9rem;
  border-radius: 8px;
}

.common_table_card .dataTables_wrapper div.dataTables_paginate .pagination .next.disabled a.page-link {
  background-color: #fff !important;
  border-color: #D0D5DD;
}

.common_table_card .dataTables_wrapper a.page-link {
  display: flex;
  gap: .5rem;
}

.common_table_card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.common_table_card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background-color: transparent;
  border: none;
}

.common_table_card .dataTables_filter label i {
  position: absolute;
  left: 12px;
  z-index: 2;
}

/*Border Class*/
.BorderTheme th,
.BorderTheme td {
  border-bottom: #2B00D5 solid 1px;
}

a#export_print {
  color: white;
}


/* .common_table_card .badge.text-bg-success {
  background-color: #ECFDF3 !important;
  color: #198754 !important;

}

.common_table_card .badge.text-bg-warning {
  color: #d5a000 !important;
  background-color: #fff6da !important;
}

.common_table_card .badge.text-bg-danger {
  background-color: #ffd8dc !important;
  color: #ff0017 !important;
} */

.common_table_card .badge {
  text-transform: capitalize;
}

.common_table_card .dataTables_wrapper div.dataTables_paginate .pagination li.paginate_button.page-item.active a {
  background-color: #E7E0FF !important;
  color: #2B00D5 !important;
}

.main.mainAdmin .error {
  font-size: 86% !important;
}

.main.mainAdmin .form-label,
.main.mainAdmin label {
  font-size: 13px !important;
  line-height: normal;

}

.main.mainAdmin .form-control,
.main.mainAdmin input {
  font-size: 13px !important;
}

.main.mainAdmin .form-select,
.main.mainAdmin .form-select {
  font-size: 13px !important;
}

.download_header {
  justify-content: space-between;
  margin-bottom: .3rem;
  gap: .5rem;
  align-items: center;
}

.download_file_dropdown li {
  font-size: 13px;
}

.main .content-wrapper .custom_table_outer table thead tr th,
#all-users-table .table-responsive th {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 600;
}

.main .content-wrapper .custom_table_outer {
  border: 1px solid #b7b7b7;
  border-radius: 8px;
}

.table.custom_table {
  font-size: 13px;
}

.document_list_itm {
  font-size: 13px;
}

/* detail page design */
.custom_tabs_wrapper .custom_card_header h6 {
  font-size: 13px;
}

.custom_tabs_wrapper div#nav-tabContent {
  border: 1px solid #dee2e6;
  border-top: none;
  background-color: #edecfc !important;
}

.custom_tabs_wrapper .nav-tabs,
.custom_tabs_wrapper .nav-tabs .nav-link {
  /* background-color: #edecfc; */
  color: #000;
  border-radius: 0;
  border-color: #dee2e6;
  background-color: #f8f7fa;
}

.custom_tabs_wrapper .nav-tabs .nav-link.active {
  background-color: #edecfc;
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
}

.document_list_itm {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  justify-content: space-between;
  width: 100%;
  padding: .4rem;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background-color: #efefef;
  margin-bottom: 0.5rem;
}

.detailcount {
  color: #7367f0;
  font-weight: bold;
}

.document_show_list {
  /* border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; */
  margin-top: 20px;
}

.document_list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}

.remark_wrapper {
  padding-top: 15px;
}


.document_list_itm a {
  text-decoration: none;
}

.room_details_datatable .dataTables_wrapper {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  padding: 1rem 0rem;
  overflow: hidden;
}

.custom_datatable th {
  font-size: 13px;
}

.room_details_datatable .pagination {
  justify-content: center;
}


.room_details_datatable .pagination .previous {
  margin-right: auto;
}

.room_details_datatable .pagination .next {
  margin-left: auto;
}


.room_details_datatable .dataTables_length {
  padding: 0 1rem 1rem;
}

.room_details_datatable .dataTables_filter i {
  position: absolute;
  left: 10px;
}

.room_details_datatable .dataTables_filter input.form-control.form-control-sm {
  margin: 0px 15px 0 0;
}

.room_details_datatable .dataTables_filter label {
  position: relative;
}

.room_details_datatable .dataTables_filter input {
  border: 1px solid #4B6387;
  padding: .375rem .75rem;
  padding-left: 1.8rem;
  background-color: #F3F4F8;
  margin-right: 0;
  border-radius: 8px;
  margin-left: 0;
}

.Payment_slip_check_outer {
  padding: .5rem;
  display: inline-flex;
  margin: auto;
  background-color: #dbdbdb;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #00a900;
  font-size: 1.2rem;
}

.Payment_slip_check_outer i {
  line-height: 0;
}

.Payment_slip_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

.Payment_slip_body_itm {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
}

.Payment_slip_body {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.Payment_slip {
  font-size: 12px;
  padding: .5rem;
  background-color: #efefef;
  height: 100%;
  border-radius: 4px;
}

.custom_table th:not(:last-child) {
  border-right: 1px solid #c7c7c7;
}

.custom_table th:not(:last-child) {
  border-right: 1px solid #c7c7c7;
}

.custom_table td {
  border: 1px solid #c7c7c7;
}

.custom_table.no_border td {
  border-left: none;
}

.roles-and-permission .roles-and-permission .form-group input {
  width: 18px;
  height: 18px;
}

.roles-and-permission .permission-left-tab .nav-pills .nav-link {
  background: #7367f02e;
  color: black;
  border-radius: 4px;
  margin: 3px 0px;
  padding: 8px 10px;
  border: 1px solid #d1ccff;
  min-width: 260px;
  text-align: left;
}

.roles-and-permission .permission-left-tab .nav-pills .nav-link.active {
  background: #7367f0;
  color: white;
  border: 1px solid #7367f0;
}

.permission-right-tab {
  width: 100%;
}

.roles-and-permission .form-group input {
  width: 20px;
  height: 20px;
}

/* section.roles-and-permission {
  background: white;
  padding: 20px;
  box-shadow: 1px 1px 10px #7367f033;
  border-radius: 8px;
} */

.loginMainErrorDiv {
  background-color: rgb(246, 174, 174);
  padding: 14px !important;
  font-size: 14px;
  border-radius: 8px;
  height: 45px;
  color: rgb(129, 21, 21) !important;
  margin-bottom: 30px !important;
}

@media screen and (max-width : 1024px) {
  .roles-and-permission .permission-left-tab .nav-pills .nav-link {
    min-width: 210px;
    text-align: left;
  }
}

@media screen and (max-width : 991px) {
  div#user_right_card .left-card-desc.mt-0 {
    display: block;
    margin-bottom: 5px;
  }
}

@media screen and (max-width : 767px) {
  .roles-and-permission .permission-left-tab .nav-pills .nav-link {
    min-width: 160px;
    text-align: left;
    font-size: 14px;
    padding: 8px 8px;
  }

  section.roles-and-permission {
    overflow-x: scroll;
    width: 100%;
  }
}

/*--------------------------------------------------------------
Admin Role list css
--------------------------------------------------------------*/
.purple-table #all-users-table .table-responsive th {

  color: #000000 !important;
  font-weight: bold;
}

.purple-table #all-users-table .table>:not(caption)>*>* {
  border-color: #c7c7c7;
}

.purple-table #all-users-table .table>:not(caption)>*>* {
  padding: 0.6rem 0.6rem;
}

.purple-table #admin_user_datatable_wrapper #admin_user_datatable tr:nth-child(even) {
  background-color: #7367f00f !important;
}

.purple-table .dataTables_wrapper .table>thead {
  vertical-align: middle;
  height: unset;
}

.purple-table {
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Rekha CSS 20/05/2024
--------------------------------------------------------------*/

.configuration-page .configuration-left-tab .nav-pills .nav-link {
  background: #7367f02e;
  color: black;
  border-radius: 4px;
  margin: 3px 0px;
  padding: 8px 10px;
  border: 1px solid #d1ccff;
  text-align: left;
  font-size: 14px;
  width: max-content;
}

.configuration-page .configuration-left-tab .nav-pills .nav-link.active {
  background: var(--theme-color);
  color: white;
  position: relative;
}

.configuration-page .configuration-left-tab .nav-pills .nav-link.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--theme-color);
  position: absolute;
  top: 7px;
  right: -16px;
  transform: rotate(0deg);
}

.configuration-page .configuration-block .nav-pills {
  flex-direction: column;
}



.add-role-page {
  background: white;
  padding: 20px;
  box-shadow: 1px 1px 10px #7367f033;
  border-radius: 8px;
}

section.configuration-page {
  background: white;
  box-shadow: 1px 1px 10px #7367f033;
  border-radius: 8px;
}

.configuration-left-tab .card {
  background: #edecfc;
}

.configuration-block {
  padding: 20px;
}

.heading-border {
  background: #7367f0;
  padding: 8px 14px;
  border-radius: 8px 8px 0px 0px;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

p.form-top-subtext {
  color: #000000;
  font-weight: 600;
}

.opt-main-wrapper {
  display: flex;
  justify-content: space-between;
}

.otp-inner-block .toggle-lable {
  color: #7367f0;
  font-weight: 600;
  font-size: 14px;
}

section.configuration-page .configuration-left-tab .configuration-form-wrapper input {
  background: #ffffff;
  border: 1px solid #848484;
  /* height: 38px; */
}

section.configuration-page .configuration-left-tab .configuration-form-wrapper .form-select {
  border: 1px solid #848484;
  background-color: #ffffff;
  /* height: 38px; */
}

.configuration-form-tab {
  width: 100%;
}

img.admin-signature-img {
  width: 95px;
  height: 60px;
  object-fit: contain;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

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

  .TabFlexWrap {
    flex-wrap: wrap;
  }

  .mb3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width : 767px) {
  .configuration-block {
    padding: 20px;
    flex-direction: column;
  }

  .opt-main-wrapper {
    display: block;
    margin-bottom: 20px;
  }

  #v-pills-tab .flex-column {
    flex-direction: row;
  }

  .configuration-page .configuration-block .nav-pills {
    display: flex;
    flex-wrap: unset;
    flex-direction: row;
  }

  .configuration-page .configuration-left-tab .nav-pills .nav-link {
    margin: 20px 4px;
    padding: 6px 5px;
    font-size: 11px;
    width: 100%;
    max-width: max-content;
  }

  .configuration-page .configuration-left-tab .nav-pills .nav-link.active::after {

    transform: rotate(90deg);
    left: -50%;
    position: absolute;
    right: -50%;
    margin: auto;
    bottom: -46%;
    top: auto;
  }
}

@media screen and (max-width : 730px) {
  .btnSmall {
    font-size: 14px;
    padding: 5px;
  }
}

/* @media screen and (max-width : 426px) {
  .configuration-page .configuration-left-tab .nav-pills .nav-link.active::after {
    top: 46px;
    transform: rotate(90deg);
    left: 63px;
  }
} */

/* The message box is shown when the user clicks on the password field */
#message {
  display: none;
  background: #029e9d14;
  color: var(--black);
  position: relative;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
}

.messagSmall small,
.messagSmall .error {
  font-size: 12px !important;
  display: block;
}

#message small {
  padding: 2px 40px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: var(--success) !important;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: var(--danger);
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

.admin_validation .valid {
  color: #008700 !important;
}

.admin_validation .invalid {
  color: #ed0000 !important;
}

.admin_validation .valid:before,
.admin_validation .invalid:before {
  left: -9px;

}


#message.admin_validation small {
  padding: 2px 8px !important;
}

div#message small#length {
  font-size: 13px;

}

.logo_fields .valid {

  color: var(--success) !important;
  padding-left: 0px;
}

small,
.small {
  font-size: 1em;
}

/* .custom_select2 .select2-selection__arrow {
  visibility: hidden;
} */

.custom_select2 .select2-container .select2-selection--single {
  height: 32px;
}

.custom_select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  font-size: 13px;
}

.uplaoed_img_preview {
  width: 37px;
  min-width: 37px;
  max-width: 37px;
  height: 37px;
  max-height: 37px;
}

/* footer dynamic */

.add-more {
  cursor: pointer;
  background: var(--green);
  color: var(--white);
}

.FooterSectionOutr {
  display: flex;
  align-items: start;
}

.FooterSection {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #0b8103;
  width: 112px;
  text-align: center;
  border-radius: 4px;
  padding: 2px 6px;
  color: white;
  font-size: 13px;
}

.FooterSectionDelete {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bb2d3b;
  width: 112px;
  text-align: center;
  border-radius: 4px;
  padding: 2px 6px;
  color: white;
  font-size: 13px;
  margin: 10px 0;
}


.spaceBetwen {
  display: flex;
  justify-content: space-between;
}

.bordrTheme {
  border: #d2ceff solid 1px;
  border-radius: 5px;
}

.bordr {
  border-radius: 5px;
  border: #ddd solid 1px;
}

.secHalf {
  width: 50%;
  border-radius: 5px;
  border: #ddd solid 1px;
}

.mr15 {
  margin-right: 15px;
}

.SecHeading {
  font-size: 15px;
  margin-bottom: 0px;
  color: #7367f0;
  font-weight: bold;
}

.NavBtn button {
  font-size: 15px;
}

.Ptilte,
.main.mainAdmin label.Ptilte {
  font-size: 18px !important;
  color: rgb(33, 37, 41) !important;
  font-weight: 700 !important;
}

.PtitLight {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 500 !important;
}

.PtilteAdmin {
  font-size: 24px !important;
  color: rgb(33, 37, 41) !important;
  font-weight: 700 !important;
}

.edit-btn.mb-3 a {
  font-size: 14px;
  padding: 4px 7px;
}

.viewBtn {
  font-size: 13px !important;
  padding: 5px 8px !important;
  border-radius: 0.375rem !important;
}

a.nav-link.p_link.collapsed i.fa.fa-angle-down.ms-auto {
  rotate: 0deg;
  padding-left: 5px;
}

a.nav-link.p_link i.fa.fa-angle-down.ms-auto {
  rotate: 180deg;
}

.sidebar-nav a.nav-link.p_link i.fa-solid.fa-circle {
  font-size: 6px;
}

.nav-content .nav-link i.fa-solid.fa-circle {
  font-size: 6px;
}




.viewBtn:hover {
  color: white;
}

.AlignTop {
  align-items: flex-start;
}

@media only screen and (max-width: 600px) {
  .FooterSectionOutr {
    flex-wrap: wrap;
  }

  .TabMtop15 {
    margin-top: 15px;
  }

  .MobMRight {
    margin-right: 0px;
  }

  .secHalf {
    width: 100%;
  }

  .btnSmall {
    font-size: 15px;
    padding: 3px;
    margin-bottom: 5px;
  }


}

@media only screen and (max-width: 520px) {
  .right-card-left-details {
    display: block !important;
  }
}

.add-btn-pdf {
  display: flex;
  justify-content: end;
}

/* ========================== */
@media only screen and (max-width: 390px) {
  .customNavTab div#nav-tab button {
    padding: 8px 3px;
  }
}

.mainAdmin span.pwd-eye-block {
  top: 6px;
}


.mainAdmin span.pwd-eye-block.top42 {
  top: 46px;
}

#message .valid {
  color: #008000 !important;
}

#message .invalid {
  color: #ff0000 !important;
}

.add-link-btn:hover {
  background: #0b8103;
  color: white;
}

.pdf_add_wrapper {
  margin-bottom: 15px;
}

.mainAdmin .select2-container .select2-selection--single {
  height: 34px !important;
  font-size: 13px;
}

.mainAdmin .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}

.mainAdmin .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.mainAdmin .select2-container--default .select2-selection--single {
  border-color: #dbdade;
}


/* CSS specific to iOS devices */

@supports (-webkit-touch-callout: none) {

  .common_table_card #all-users-table .table-responsive th:last-child,
  .common_table_card.custom_log_table table.table th:last-child {
    padding-right: 1.5rem;
  }

  .common_table_card #all-users-table .table-responsive tbody tr td:last-child,
  .common_table_card.custom_log_table table.table th:last-child {
    padding-right: 1.5rem;
  }
}

/* CSS specific to iOS devices ends */

.custom_log_table table {
  margin-top: .5rem;
}

.custom_log_table .dataTables_length label {
  margin-left: 0.6rem;
}

.custom_log_table .dataTables_paginate ul.pagination li {
  margin: 7px 4px;
}

.custom_log_table .dataTables_wrapper .dataTables_info {
  margin-top: 4px;
  margin-bottom: 4px;
}

.custom_log_table table.dataTable tbody tr td:first-child {
  border-left: 0;
}

.custom_log_table table.dataTable tbody tr td:last-child {
  border-right: 0;
}

.custom_log_table table tbody.table-group-divider tr:nth-child(even) {
  background-color: #7367f00f;
}

/* to hide tooltip icons  */
i.bi.bi-question-circle {
  display: none;
}

/* to hide tooltip icons ends  */
.visible {
  appearance: auto;
}

.appearance-visible {
  appearance: auto;
}

img.configuration-icons {
  height: 20px;
  object-fit: contain;
}

.active_list {
  display: block;
  background-color: #7367f0;
  color: #fff !important;

}

.active_list>li {
  border-bottom: 0 !important;
}

.scroll_required {
  overflow: hidden !important;
  overflow-x: auto !important;
}

.scroll_required select.form-select,
.scroll_required .form-control {
  min-width: 90px !important;
}

.vAlignT {
  vertical-align: top;
}

.common_table_card .dt-bootstrap4.no-footer .row:first-child {
  align-items: center !important;
}

.dataTables_wrapper .row:nth-child(2)>.col-sm-12 {
  width: 100%;
  overflow: auto;
}

.sidebarAdmin .nav-item {
  cursor: pointer;
}

.custom-swal-container .swal2-popup {
  position: relative;
}

.pointer_cursor {
  cursor: pointer;
}

.custom-swal-container button.swal2-close {
  font-size: 23px;
  /* background-color: #ff0000; */
  color: #363636;
}

/* .custom-swal-container button.swal2-close:hover {
  border: 1px solid #ff0000;
  background-color: #fff;
  color: #ff0000;
} */

.custom-swal-container .swal2-close:focus {
  box-shadow: none;
}

/* Dynamic Logo css */

/* For Desktop */
.desktop-logo {
  display: block;
}

.mobile-logo {
  display: none;
}

.bg-disabled,
.bg-disabled:focus {
  background-color: #eee;
}

/* For Mobile */
@media (max-width: 768px) {
  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }
}


/* FOR FIXING PASSWORD EYE POSITION */

span.pwd-eye-block {
  position: absolute;
  right: 5px;
}


#password_show_hide_new {
  position: absolute;
  right: 15px;
}

#password_show_hide_confirm {
  position: absolute;
  right: 15px;
}

/*Add Button*/

span.AddSec {
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}

a.addSecLink {
  width: auto;
  padding: .5rem;
  background: #198754;
  border-radius: 4.5px;
  color: white;
  font-size: 16px;
  text-decoration: none;
}

@media (max-width: 520px) {
  .p5 {
    padding: 1rem;
  }

  .backOutr {

    flex-direction: column;
  }

  a.linkBack {
    margin: 10px 0;
  }

  .linkBack+.BtnSize15 a {
    font-size: 15px;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width : 480px) {
  .sub-module-inner-block {
    display: block;
  }

  .document_list {
    display: block !important;
  }
}

#commonTableGrid td,
#commonTableGrid th {
  background: #fff !important;
  border-bottom: #2B00D5 solid 1px;
}

.uppercase-input {
  text-transform: uppercase !important;
}