/**
* Template Name: NiceAdmin
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Updated: Apr 20 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f6f9ff;
  color: #444444;
  
}
 body.w-bg{ background: #fff !important;}
 .w-20{ width: fit-content !important; display: flex; align-items: center; justify-content: center;}
 .w-bg .urjaLogo{ padding-bottom: 40px;}
a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

.form-control{border: 1px solid #D4D4D4; height: 50px; font-size: 16px; font-weight: 400; line-height: 22px; text-align: left; color: #232323; transition: 0.4s ease-in-out all;}
.form-control:focus, .form-control:hover{border-color: #000;}
.form-control.searchInpt:focus, .form-control.searchInpt:hover{border-color: transparent !important;}
textarea.form-control{height: 80px; font-size: 16px; line-height: 22px;}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 0px 20px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #094464;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #4b4c4e;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

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

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

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@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;
  }
}

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

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

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

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 26px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

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

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

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

.card-body {
  padding: 20px; width: 100%;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

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

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

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

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

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

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

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

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

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: inherit;
  margin-right: 0; width: 75%;
}

.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;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

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

@media (max-width: 1199px) {
  .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: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

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

.header .search-form {
  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 input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

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

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

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

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

.header-nav .nav-profile img {
  max-height: 36px;
}

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

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

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

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 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: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.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: #f6f9ff;
}

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

.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: 16px;
    padding: 10px 20px;
    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: #000; color: #fff;
}
.header-nav .profile .dropdown-item:hover button{color: #fff; background: transparent !important;}
.dropdown-menu-arrow::before{z-index: -1;}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

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

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

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

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
    z-index: 999;
  }
  #main {
    margin-left: 0;
  }
  .toggle-sidebar #main {
    margin-left: 0;
  }
  .toggle-sidebar::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
}

@media (min-width: 1200px) {

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

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

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

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

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

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

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  /* color: #4154f1; */
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  /* color: #4154f1; */
}

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

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

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.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;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  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 .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

.mb-0{margin-bottom: 0 !important;}
.h100{height: 100%;}
.header{height: 110px; padding: 0;}
.form-check-input:checked{background-color: #094464;}
.form-control:focus, input.form-check-input:focus {color: none; background-color: none; border-color: none; outline: 0; box-shadow: none;}
/* .lognPanel{background: url('../img/login_back.jpg'); background-repeat: no-repeat; background-size: cover;} */
.lognPanel .card{box-shadow: 0px 15px 25px 0px #00000040; border-radius: 20px;}
.lognPanel .card-body{padding: 45px;}
.lognPanel .card-body .logo img{width: 180px; margin: 0 auto; max-height: inherit;}
.TitleTop{padding: 35px 0;}
.TitleTop .card-title{padding: 0; margin-bottom: 0; color: #000; text-transform: capitalize; font-size: 26px !important; font-weight: 500; line-height: 32px; text-align: center;}
.lognFrm .form-label{font-size: 16px; font-weight: 500; line-height: 14px; text-align: left; color: #094464;}
/*.icInpt{position: relative; padding-left: 30px;}*/
.lognFrm input{border-radius: 10px !important; border: 1px solid #d4d4d4 !important; font-size: 15px !important; line-height: 15px !important;}
.inPtGp{position: relative;}
.icInpt{pointer-events: none; position: absolute; top: 12px; left: 10px; z-index: 1; background: url('../img/user.png'); background-repeat: no-repeat; background-size: contain; height: 20px; width: 20px;}
.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {z-index: inherit !important;}
.setPd{padding-left: 45px !important;}
.icInpt.icInptPass{background: url('../img/key.png'); background-repeat: no-repeat; background-size: contain;}
input.form-check-input{border-radius: 2px !important;}
.comnBtn{font-size: 16px; font-weight: 500; line-height: 16px; text-align: center; border: none; padding: 12px 25px; background: transparent !important; color: #000 !important; border: 1px solid #000; transition: 0.4s ease-in-out all;}
.comnBtn:hover{background: #000 !important; color: #fff !important;}
.comnBtn.whtTxt{color: #000 !important;}
.comnBtn.whtTxt:hover{color: #fff !important;}
.whtTxt{color: #fff !important;}
.flxBtn{display: inline-flex; align-items: center;}
.comnBtn .iconbt img{height: 20px; width: auto; padding-right: 10px;}
.txtBtn{font-size: 16px; font-weight: 400; line-height: 14px; text-align: center; color: #232323; transition: 0.4s ease-in-out all;}
.txtBtn:hover{color: #094464;}
.rmbr{font-size: 16px; font-weight: 400; line-height: 14px; color: #5B5B5B;}
.input-group .text-danger{font-size: 14px; line-height: 18px; padding-top: 5px;}
.headerTxt{font-size: 50px; line-height: 50px; margin-bottom: 0; font-weight: 600; color: #fff;}
.headerTxt span{display: block; font-size: 18px; line-height: 18px; color: #fff;}
/* .header .toggle-sidebar-btn{color: #fff;} */
.spBack{background: #000; padding: 0 20px;}
.logo {width: 260px;}
.chngTxt{font-size: 20px; font-weight: 600; line-height: 20px; text-align: left; color: #000000; margin-bottom: 0;}
.header-nav{display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0 50px;}
.userTxt{font-size: 18px; font-weight: 500; line-height: 16px; color: #000; text-transform: capitalize; padding-left: 0 !important; padding-right: 10px;}
.userTxt span{color: #000; font-size: 18px !important; font-weight: 500; line-height: 16px;}
.userTxt::after{position: absolute; top: 3px; right: 0; background-image: url(../img/drop-icon.png); background-size: contain; background-repeat: no-repeat; border: none; height: 15px; width: 15px;}
#sidebar{top: 110px; background: #fff; /*background: #EEF9FF;*/ }
#main{margin-top: 130px;}
#sidebar-nav .nav-item .nav-link{color: #1D1D1D; font-size: 16px; font-weight: 500; line-height: 16px; background: transparent; transition: 0.4s ease-in-out all;}
#sidebar-nav .nav-item:hover .nav-link, #sidebar-nav .nav-item.active .nav-link{background: #000; color: #fff;}
.sidebar-nav .nav-link i{transition: 0.4s ease-in-out all;}
.sidebar-nav .nav-link:hover i{color: #fff;}
.iconNav{padding-right: 10px;}
.sidebar-nav .nav-link .iconNav.show{display: none;}
.sidebar-nav .nav-item:hover .nav-link .iconNav.hide, .sidebar-nav .nav-item.active .nav-link .iconNav.hide{display: none;}
.sidebar-nav .nav-item:hover .nav-link .iconNav.show, .sidebar-nav .nav-item.active .nav-link .iconNav.show{display: inline-block;}
.carBdy{box-shadow: 0px 4px 20px 0px #00000029; border-radius: 10px; padding-bottom: 0 !important;}
.carBdy .card-body .card-title{font-size: 18px; font-weight: 600; line-height: 18px; text-align: left; color: #7A7A7A; padding: 10px 0; margin-bottom: 0;}
.blkTxt h6{font-size: 30px; font-weight: 700; line-height: 30px; text-align: left; color: #1D1D1D;}
.diffBxRw .diffBx .carBdy .card-body .card-icon{padding: 12px;}
.diffBxRw .diffBx:first-child .carBdy .card-body .card-icon{background: #4154F1;}
.diffBxRw .diffBx:nth-child(2) .carBdy .card-body .card-icon, .diffBxRw .diffBx:nth-child(3) .carBdy .card-body .card-icon, .diffBxRw .diffBx:nth-child(11) .carBdy .card-body .card-icon{background: #F15641;}
.diffBxRw .diffBx:nth-child(10) .carBdy .card-body .card-icon{background: #0E940C;}
.diffBxRw .diffBx:nth-child(4) .carBdy .card-body .card-icon{background: #7B23BF;}
.diffBxRw .diffBx:nth-child(5) .carBdy .card-body .card-icon{background: #0BA4AE;}
.diffBxRw .diffBx:nth-child(6) .carBdy .card-body .card-icon{background: #F141EA;}
.diffBxRw .diffBx:nth-child(7) .carBdy .card-body .card-icon{background: #FF7A00;}
.diffBxRw .diffBx:nth-child(8) .carBdy .card-body .card-icon{background: #007DC3;}
.diffBxRw .diffBx:nth-child(9) .carBdy .card-body .card-icon{background: #86B500;}
.diffBxRw .diffBx:last-child .carBdy .card-body .card-icon{background: #A80101;}
.dropUl{padding-top: 0; right: -13% !important; min-width: 180px !important;}
@media (min-width: 1200px) {
  .toggle-sidebar .sidebar {left: -300px;}
  .toggle-sidebar #main, .toggle-sidebar #footer {margin-left: 0;}
}
.clickSlick{text-align: right;}
.clickSlick .toggle-sidebar-btn{font-size: 20px; cursor: pointer; border: 1px solid #000; border-radius: 50%; height: 35px; width: 35px; display: flex; align-items: center; justify-content: center; color: #000; margin: 0 0 20px auto; transform: rotate(180deg)}
.toggle-sidebar .clickSlick .toggle-sidebar-btn{margin: 0 4px 10px auto; transform: rotate(0deg);}

@media (max-width: 1199px) {
  .clickSlick{text-align: left; padding-left: 15px;}
  .clickSlick .toggle-sidebar-btn{margin: 0 auto 20px 0;}
}
.dataTables_wrapper .dataTables_filter input{border-radius: 10px !important; padding: 9px !important; padding-left: 45px !important; font-size: 14px; line-height: 18px; margin-left: 10px !important; border: 1px solid #D4D4D4 !important;}
#datatable{padding-top: 12px; width: 100% !important;}
#datatable thead tr th{/*background: #EEF9FF;*/ background: #f1f1f1; font-size: 15px; line-height: 18px; font-weight: 600; padding: 15px 30px 15px 15px !important;}
/*#datatable thead tr th::before, #datatable thead tr th::after{display: none;}*/
#datatable tbody tr td{font-size: 15px; line-height: 18px; padding: 15px 8px; font-weight: 400; vertical-align: middle;}
table.dataTable th, table.dataTable td{box-sizing: inherit !important;}
table.dataTable tbody tr, table.dataTable tbody tr.odd{background: #fff !important; transition: 0.4s ease-in-out all;}
table.dataTable tbody tr td, table.dataTable tbody tr.odd td{background: inherit !important;}
table.dataTable tbody tr:hover, table.dataTable tbody tr.odd:hover{background: #f5f5f5 !important;}
.badge{padding: 5px 8px; width: 100%; line-height: inherit; border-radius: 5px; line-height: 1.1;
  max-width: 60px !important; display: flex; align-items: center; justify-content: center;
}
.flexTbl .badge{width: 100%;}
.badge.bg-info{color: #1691B9; background: #ACEBFF !important; border: 1px solid #1691B9;}
.badge.bg-warning{background: #FFF387 !important; color: #8E820F !important; border: 1px solid #8E820F}
.badge.bg-success{background: #4CFB7D !important; color: #007521; border: 1px solid #007521}
.badge.bg-danger{background: #FFBFBF !important; color: #F92929; border: 1px solid #F92929}
.badge.bg-bluebx{background: #79B0CE !important; color: #fff;}
.ThreeBtns{display: flex; justify-content: flex-end;}
.ThreeBtns .btn{margin: 0 3px; border-radius: 50% !important;}
.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-bg-type: rgba(255,255,255) !important;}
.ThreeBtns .btn.bi-eye-fill{background-color: #E97000 !important; border-color: #E97000 !important; color: #ffffff !important; transition: 0.4s ease-in-out all;}
.ThreeBtns .btn.bi-eye-fill:hover{background: #fff !important; color: #E97000 !important;}
.ThreeBtns .btn.bi-pencil-square{background-color: #00B88C !important; border-color: #00B88C !important; color: #fff !important; transition: 0.4s ease-in-out all;}
.ThreeBtns .btn.bi-pencil-square:hover{color: #00B88C !important; background: transparent !important;}
.ThreeBtns .btn.bi-trash-fill{background-color: #dc3545 !important; border-color: #dc3545 !important; color: #fff !important; transition: 0.4s ease-in-out all;}
.ThreeBtns .btn.bi-trash-fill:hover{color: #dc3545 !important; background: transparent !important;}
.greenBtn{background: #000 !important; padding: 9px 20px !important; font-weight: 600 !important; color: #fff !important; border-radius: 5px !important; transition: 0.4s ease-in-out all;}
.greenBtn:hover{background: #4b4c4e !important;}
.iconbt{height: 20px; width: auto; padding-right: 5px;}
.btn-export {
  background: transparent !important;
  padding: 9px 20px !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  color: #000 !important;
  font-weight: 600 !important;
  transition: 0.4s ease-in-out all !important;
}

.btn-export:hover{border: 1px solid #000 !important;}
.btn-search{background: transparent !important; border: none !important;}
.searchBx{padding-right: 0 !important; border-right: none !important; background: transparent !important; border: 1px solid transparent; border-color: transparent !important;}
.searchInpt{padding-left: 5px !important; border-left: none !important; border: 1px solid transparent;}
.hoverFld{border: 1px solid #d4d4d4; color: #5B5B5B; font-weight: 400; max-width: 130px; border-radius: 10px; transition: 0.4s ease-in-out all;}
.hoverFld:hover{border-color: #000;}
.iconBtSm{padding-right: 0; height: 18px;}
.dt-buttons{display: flex; align-items: center;}
.dataTables_filter input{position: relative; color: #000 !important; background-image: url(../img/search.png) !important; background-position: 15px center !important; color: #5B5B5B; padding-left: 45px !important; background-repeat: no-repeat !important; outline: none; transition: 0.4s ease-in-out all;}
.dataTables_filter input:hover{border-color: #000 !important;}
.dt-button{position: relative; margin: 0 15px !important;}
/*.dt-button:first-child{margin-right: 20px;}
.dt-button:first-child::before{content: ''; position: absolute; top: 0; bottom: 0; right: 0; background: #D4D4D4; height: 100%; width: 1px;}*/
.dt-button:last-child{margin-right: 0 !important;}
#datatable_filter{padding-top: 0px;}
/*.dataTables_wrapper .dataTables_paginate .paginate_button.current{background: #EEF9FF !important; color: #000 !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color: #fff !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background: #094464 !important; color: #fff !important; border-radius: 5px !important;}*/
#datatable_info{font-size: 16px; line-height: 16px; color: #000; padding-top: 15px;}
#datatable_paginate{padding-top: 10px;}
#orderModalLabel{color: #000; font-size: 24px; line-height: 24px; font-weight: 800;}
.modal-dialog .modal-content .modal-header .btn-close{background-size: 35%;}
.modalBdy p{font-size: 16px; line-height: 16px;}
.modalBdy .prfImg img{height: auto; object-fit: contain; width: auto; border-radius: 20px; padding: 10px 0 15px; max-width: 200px; display: block;}
.modalBdy .timeline-item .bg-secondary{background: transparent !important; padding: 0; color: #000;}
.topText .card-title{font-size: 20px; font-weight: 600; line-height: 20px; margin-bottom: 0; padding: 0; text-align: left; color: #000000;}
.card-body.topText{padding: 0;}
.card-body.topText .comnBtn{margin-bottom: 0 !important;}
.cardPdd{padding: 15px; position: relative;}
.cardPdd::before{position: absolute; content: ''; top: 75px; left: 0; right: 0; background: #D9D9D9; height: 1px; width: 100%;}
.flexBdy{display: flex; align-items: center; justify-content: space-between;}
.frmGrp{padding-top: 40px;}
.comnBtn.borderBtn{background: transparent !important; color: #7A7A7A !important; border: 1px solid #7A7A7A; transition: 0.4s ease-in-out all;}
.comnBtn.borderBtn:hover{background: #7A7A7A !important; color: #fff !important;}
.flxfrmGp{padding-top: 30px;}
.strng{font-size: 18px; font-weight: 600; line-height: 18px;}
.frmGrp .form-control{margin-top: 10px;}
.flxfrmGp .flxLbl{margin-top: 10px; display: flex; align-items: center; flex-wrap: wrap;}
.flxLbl label {flex: 0 0 16.66%; max-width: 16.66%; margin-bottom: 20px; color: #232323; text-transform: capitalize; font-size: 18px; font-weight: 400; line-height: 18px; text-align: left;}
.mt50{margin-top: 35px;}
.flxfrmGp.minGp{padding-top: 20px;}
.hg100{height: 100px !important;}
.comnBtn.blkBtn{background: #4b4c4e !important; color: #fff !important; transition: 0.4s ease-in-out all;}
.comnBtn.blkBtn:hover{background: #000 !important;}
.dullColor{color: #7a7a7a; margin-bottom: 15px;}
.flexClm{display: flex; flex-direction: column; color: #1D1D1D; font-weight: 500;}
.mxwdthMax{max-width: max-content;}
.mxSet{max-width: 450px;}
.profile-card{background: transparent !important; box-shadow: none !important;}
.profile .cardPdd::before{top: 60px;}
.profile .frmGrp {padding-top: 30px;}
/*.profile-card{padding: 20px 30px !important; box-shadow: none !important; text-align: left !important; justify-content: flex-start; align-items: flex-start !important;}
.profile .profile-card h2{margin-bottom: 15px; font-size: 30px; line-height: 30px; color: #094464;}
.profile .profile-card i{color: #094464;}*/
.navTbs{padding-top: 25px; border-bottom: none;}
.navTbs .nav-item .nav-link{background: transparent; color: #7a7a7a; border-radius: 10px; padding: 0; margin-bottom: 10px; border: none; font-size: 18px; line-height: 26px; font-weight: 600;}
.tbCnt form{/*background: #eef9ff;*/ background: #f1f1f1; padding: 40px; border-radius: 10px; max-width: 580px;}
.tbCnt form label{text-align: left; font-size: 16px; line-height: 24px; display: flex; align-items: center; padding-bottom: 0;}
.txtLft{text-align: left !important;}
.toggle-password{color: #7a7a7a !important; transition: 0.4s ease-in-out all;}
.toggle-password:hover{color: #000 !important;}
.toggle-password.me-3{margin-right: 1.25rem !important; margin-top: 7px;}
.toggle-password.me-3 {font-size: 20px; margin-right: 1.25rem !important; margin-top: 5px;}
.toggle-password.me-3.meZro{margin-top: 0;}
.antherGrp .form-control {margin-top: 0;}
.midTxt{margin: 0; padding: 15px 0 12px; font-size: 25px; line-height: 35px; font-weight: 900; color: #7A7A7A;}
.profile .profile-card .flexBdy h2{margin-bottom: 0;}
.frmGrp .navTbs {padding-top: 10px;}
.dltModal .dltTxt{font-size: 20px; line-height: 20px; margin-bottom: 0; font-weight: 800; color: #000;}
#signed_pod, #file{border: none; padding: 20px 30px; height: inherit; background: #f3f3f3;}
.form-group{margin-bottom: 20px;}
.frmGrpMt{margin-top: 50px; margin-bottom: -20px;} 
.mbZero{margin-bottom: 0;}
.error{font-size: 14px; line-height: 14px;}
.fullWd{width: 100%;}
.fullWd .btn-link{width: 100%; text-align: left;}
.invalid-feedback{margin-top: 10px;}
.verfy{font-size: 14px; padding: 10px;}
.mobileShow{display: none;}
.flexClm{font-size: 18px; line-height: 22px;}
.error{display: block; width: 100%; font-size: 12px; line-height: 20px;}
.form-control{border-radius: 10px !important;}
/*.toggle-password.me-3{margin-top: 0;}*/
.dataTable thead tr th:first-child{width: 50px !important; text-align: center !important;}
.dataTable tbody tr td:first-child{width: 50px !important; text-align: center !important;}
/*.dataTable thead tr th:nth-child(2){width: 220px !important;}
.dataTable tbody tr td:nth-child(2){width: 220px !important;}*/
.dataTable thead tr th:last-child{width: 100px !important;
  /* text-align: right !important; */
}
.dataTable tbody tr td:last-child{width: auto !important;  justify-content: flex-end;
  /* text-align: right !important; */
}
.ThreeBtns .btn{height: 27px; width: 27px; display: flex; align-items: center; justify-content: center;}
.ThreeBtns .btn::before{font-size: 15px;}
.mobileAnther .select2-container--default .select2-selection--single .select2-selection__clear{height: auto !important; padding-top: 3px !important;}
.centerTxt{text-align: center !important;}
.flexCntr{display: flex; align-items: center; padding-bottom: 0;}
.setEye{position: absolute; top: 18px; right: 15px;}
.dashboard {padding: 0px 3px;}
.diffBxRw .diffBx {padding: 0 10px !important;}
.diffBxRw .diffBx .card {margin-bottom: 20px;}
.pddLftStLow{padding-left: 8.5%;}
.pddLftSt{padding-left: 17%;}
.pddLftStHigh {padding-left: 44%;}
.profile .cardPdd {padding: 20px 15px 15px;}
.dataTable tbody tr td.dataTables_empty{text-align: center !important;}
.noMbLg{margin-bottom: 0;}
.txtDngr{background: transparent !important; border: none; padding: 0; color: red !important; transition: 0.4s ease-in-out all;}
.txtDngr:hover{color: #000 !important; background: transparent !important;}
.imgSml{width: 150px;}
#selectedIdPdf, #selected_pdf_zip, #selectedId{border-color: #000;}
.pdfIcn{height: 30px; width: 30px; object-fit: contain;}
.saveId{position: absolute; top: 17.5%; z-index: 14; left: 30.5%; background: #000; border-color: #000; color: #fff; transition: 0.4s ease-in-out all;}
.saveId:hover{background: #fff; color: #000; border-color: #000;}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{background: #fff; color: #000; border-color: #000;}
.downloadSec{
  align-items: flex-start;
}
.downloadButton{background: #000 !important; color: #fff !important; display: block; margin-left: 17px; border: none; font-size: 14px; line-height: 20px; transition: 0.5s ease-in-out all;}
.downloadButton:hover{
  background: #0dcaf0 !important;
}
.blkBtn{background: #fff !important; color: #000 !important; border: 1px solid #000 !important; border-radius: 10px !important; display: block; margin-left: 20px; border: none; font-size: 14px; line-height: 20px; padding: 8px 20px !important; transition: 0.5s ease-in-out all;}
.blkBtn:hover{
  background: #000 !important; color: #fff !important;
}
.flxBtns{display: flex; align-items: center; justify-content: flex-end;}
.flxBtns .blkBtn.mrgLftZro{margin-left: 0;}
.flxBtns .blkBtn img{object-fit: contain; height: 20px; transition: 0.5s ease-in-out all;}
.flxBtns .blkBtn .iconbt.shw{display: none;}
.flxBtns .blkBtn:hover .iconbt.hde{display: none;}
.flxBtns .blkBtn:hover .iconbt.shw{display: inline-block;}
#datatable .form-check{min-height: auto !important; margin-bottom: 0 !important;}
.selectWdh .select2.select2-container{width: 450px !important;}
.paddRts{padding: 5px 0 20px; display: flex; flex-wrap: wrap;}
#datatable th img{object-fit: contain;}

.scrollOvr{overflow-x: scroll; padding-bottom: 10px;}
.scrollOvr::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.scrollOvr::-webkit-scrollbar
{
  width: 3px; height: 5px;
  background-color: #F5F5F5;
}

.scrollOvr::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #949ba7;
}

.select2-container .select2-selection--single{height: 40px !important; padding: .375rem .75rem !important; border-radius: 10px !important; display: flex; align-items: center;}
.select2-container .select2-selection--single .select2-selection__rendered{padding-right: 0 !important; padding-left: 0 !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 40px !important; width: 40px !important;}

.selectSet{position: absolute; left: 17%; top: 20px; z-index: 1; display: flex;}
.flxSlct{width: 250px !important;}
.selectSet .select2{width: auto !important;}
.selectSet .select2-selection{width: 250px; border-radius: 10px !important; font-size: 14px; line-height: 18px; margin-left: 0 !important; border: 1px solid #D4D4D4 !important;}
.selectSet .select2-container--default .select2-selection--single .select2-selection__arrow{right: -5px !important;}
.selectSet .select2-container .select2-dropdown{width: 250px !important;}

.SuBtn{padding: 8px 20px; margin-left: 10px; font-size: 14px; line-height: 22px; background: #000; color: #fff; cursor: pointer; border: 1px solid #000; border-radius: 5px; transition: 0.4s ease-in-out all;}
.SuBtn:hover{color: #000; background: #fff; border-color: #000;}

.flxTpBdy{display: flex; align-items: center; justify-content: flex-end; border-bottom: 1px solid #e1e1e1; padding-bottom: 15px; margin-bottom: 15px;}
.flxTpBdy .select2{width: 300px !important; margin-right: 20px;}
#datatable_length .select2{width: 100px !important;}
#viewModal .modal-dialog{max-width: 65% !important;}
#viewModalLabel {color: #000; font-size: 24px; line-height: 24px; font-weight: 800;}
#datatable_filter{display: flex; flex-direction: row-reverse; float: right !important; padding-top: 0 !important; align-items: center;}
#datatable_filter label{display: flex; align-items: center;}
#datatable_filter label > input{float: right;}

.cke_notification.cke_notification_warning{display: none !important;}

/* responsive css */
@media screen and (max-width: 1800px) {
  .selectSet{left: 18%;}
}
@media screen and (max-width: 1700px) {
  .selectSet{left: 19.5%;}
}
@media screen and (max-width: 1600px) {
  .selectSet{left: 20.8%;}
}
@media screen and (max-width: 1550px) {
.card-body {padding: 15px;}
.carBdy .card-body .card-title {font-size: 16px; line-height: 16px;}
.dashboard .info-card h6 {font-size: 25px;}
.dashboard .card-icon {font-size: 30px; width: 55px; height: 55px;}
.flxLbl label {flex: 0 0 25%; max-width: 25%; font-size: 16px; line-height: 16px;}
.saveId {top: 23%; z-index: 14; left: 38.5%;}
#datatable thead tr th {background: #f1f1f1; font-size: 12px; line-height: 16px; font-weight: 600; padding: 15px 30px 15px 10px !important;}
#datatable tbody tr td {font-size: 12px; line-height: 16px; padding: 10px 8px;}
    .selectSet{left: 22%; top: 15px;}
}
@media screen and (max-width: 1400px) {
   .toggle-sidebar .sidebar{left: -173px;}
   .lognPanel .card-body{padding: 30px 40px;}
   .header{height: 90px;}
   .logo img{width: 75%;}
   #sidebar{top: 90px; width: 240px; padding: 12px;}
   .logo {width: 200px;}
   #main {margin-top: 110px;}
   .saveId {top: 21.4%; z-index: 14; left: 36.5%;}
    #main, #footer {margin-left: 240px;}
   .lognPanel .card-body .logo img{width: 180px;}
   .dashboard{padding: 0 5px;}
   .diffBxRw .diffBx{padding: 0 8px !important;}
   .diffBxRw .diffBx .card{margin-bottom: 15px;}
   .TitleTop{padding: 25px 0;}
   .TitleTop .card-title{font-size: 22px !important; line-height: 26px;}  
   .lognFrm .form-label{font-size: 14px; line-height: 12px;}
   .icInpt{height: 15px; width: 15px;}
   .setPd{padding-left: 35px !important;}
   .comnBtn{padding: 12px 20px; font-size: 16px; line-height: 16px;}
   .txtBtn{font-size: 14px; line-height: 12px;}
   .rmbr{font-size: 14px; line-height: 12px;}
   .input-group .text-danger{font-size: 12px; line-height: 16px;}
   .headerTxt{font-size: 50px; line-height: 50px; margin-bottom: 0;}
   .headerTxt span{display: block; font-size: 18px; line-height: 18px;}
   .chngTxt{font-size: 18px; line-height: 18px;}
   .header-nav{padding: 0 40px;}
   .userTxt{font-size: 16px; line-height: 14px; padding-right: 5px;}
   .userTxt span{font-size: 16px !important; line-height: 14px;}
   #sidebar-nav .nav-item .nav-link{font-size: 14px; line-height: 14px;} 
   .btn-export{padding: 9px 15px !important;}
   .carBdy .card-body .card-title{font-size: 16px; line-height: 16px;}
   .blkTxt h6{font-size: 24px; line-height: 24px;}
   .card-body {padding: 15px;}
   #main {margin-top: 105px; padding: 0px 15px;}
   .comnBtn.flxBtn{font-size: 14px; line-height: 14px;}
   #datatable thead tr th{font-size: 12px; line-height: 12px; padding: 15px 30px 15px 10px !important;}
   table.dataTable tbody th, table.dataTable tbody td{padding: 8px;}
   #datatable tbody tr td{font-size: 10px; line-height: 14px; padding: 8px 10px;}
   #datatable_info{font-size: 12px; line-height: 14px;}
   .dataTables_wrapper .dataTables_paginate .paginate_button{font-size: 12px; line-height: 14px;}
   #datatable_filter{padding-top: 6px;}
   #orderModalLabel{font-size: 20px; line-height: 20px;}
   .modalBdy p{font-size: 14px; line-height: 20px; margin-bottom: 12px;}
   .cardPdd{padding: 15px;}
   .cardPdd::before{top: 70px;}
   .topText .card-title{font-size: 18px; line-height: 18px;}
   .flxfrmGp {padding-top: 10px;}
   .frmGrp{padding-top: 40px;}
   .form-control{font-size: 14px; line-height: 20px; height: 40px;}
   .flxLbl label {flex: 0 0 25%; max-width: 25%; margin-bottom: 15px; font-size: 14px; line-height: 14px;}
   .mt50{margin-top: 30px;}
   .flxfrmGp.minGp{padding-top: 10px;}
   .strng{font-size: 14px; font-weight: 600; line-height: 14px;}
   .tbCnt form{padding: 30px;}
   .tbCnt form label{font-size: 14px; line-height: 22px;}
   .profile .cardPdd::before {top: 55px;}
   .profile .profile-card h2 {font-size: 18px; line-height: 18px;}
  .profile .profile-card h3 {font-size: 16px;}
  .navTbs .nav-item .nav-link{font-size: 16px; line-height: 24px; margin-bottom: 10px;}
  .frmGrp{padding-top: 30px;}
  .profile .frmGrp {padding-top: 30px;}
   .timeline-item{font-size: 14px; padding-left: 50px !important;}
   .modalBdy .prfImg img{max-width: 175px;}
   textarea.form-control{height: 70px; padding: 15px; font-size: 14px; line-height: 20px;}
   .header-nav .profile .dropdown-item {font-size: 14px; padding: 10px 15px;}
   .dullColor{margin-bottom: 8px;}
   .flexClm{font-size: 14px; line-height: 18px;}
   /*.flxLbl label{font-size: 16px; line-height: 16px;}*/
    .toggle-password.me-3{font-size: 15px;}
    .iconbt {height: 18px;}
    .greenBtn{padding: 9px 15px !important;}
    .midTxt {padding: 10px 0 10px; font-size: 22px; line-height: 32px;}
    .dataTable thead tr th:last-child{width: 150px !important; 
      /* text-align: right !important; */
    }
    .selectSet{left: 24%; top: 20px;}
    #viewModalLabel {font-size: 20px; line-height: 20px;}
}
@media screen and (max-width: 1366px) {
   .saveId{top: 19.5%; z-index: 14; left: 38%;}
}
@media screen and (max-width: 1200px) {
    .flxLbl label {flex: 0 0 33.33%; max-width: 33.33%;}
    .flxLbl label {font-size: 16px; line-height: 16px;}
    .logo {width: 170px;}
    .logo img {width: 85%;}
    #datatable thead tr th{padding: 15px 23px 15px 10px !important;}
    #sidebar-nav .nav-item .nav-link{font-size: 12px; line-height: 12px; padding: 10px 12px;}
    .saveId {top: 23%; z-index: 14; left: 40%; font-size: 14px; line-height: 20px;}
    #datatable thead tr th {font-size: 10px; line-height: 10px;}
    #datatable tbody tr td {font-size: 10px; line-height: 14px; padding: 8px 8px;}
    .selectSet {left: 26.8%;}
}
@media screen and (max-width: 1199px) {
    .TitleTop .card-title {font-size: 18px !important; line-height: 18px;}
    .lognPanel .card-body {padding: 20px 30px;}
    .lognPanel .card-body .logo img {width: 160px;}
    .headerTxt {font-size: 45px; line-height: 45px;}
    .headerTxt span {font-size: 16px; line-height: 16px;}
    .strng.col-sm-1.col-form-label, .strng.col-sm-2.col-form-label{width: 15%;}
    #datatable tbody tr td {font-size: 12px; line-height: 16px;}
    #datatable thead tr th {padding: 10px 30px 10px 10px !important;}
    .pddLftStLow {padding-left: 15%;}
    .pddLftSt {padding-left: 15%;}
    .imgSml {width: 150px;}
    .logo {width: 170px;}
    .logo img {width: 85%;}
    #datatable thead tr th{padding: 15px 23px 15px 10px !important;}
    #sidebar-nav .nav-item .nav-link{font-size: 12px; line-height: 12px; padding: 10px 12px;}
    .saveId {top: 23%; z-index: 14; left: 40%; font-size: 14px; line-height: 20px;}
    #datatable thead tr th {font-size: 10px; line-height: 10px;}
    #datatable tbody tr td {font-size: 10px; line-height: 14px; padding: 8px 8px;}
}

@media screen and (max-width: 1024px){
   #datatable_filter{padding-top: 10px;}
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
  .card-body{padding: 10px 8px;}
    #datatable thead tr th {font-size: 10px; line-height: 12px; padding: 10px 24px 10px 8px !important; vertical-align: middle;}
    #datatable tbody tr td {font-size: 10px; line-height: 12px; padding: 10px 4px;}
    .ThreeBtns .btn{height: 18px; width: 18px; margin: 0 0 0 3px; display: flex; align-items: center; justify-content: center;}
    .ThreeBtns .btn::before{font-size: 10px;}
    .pddLftSt {padding-left: 21%;}
    .pddLftStLow {padding-left: 21%;}
    .cardPdd::before {top: 70px;}
    .logo {width: 150px;}
    .logo img {width: 100%;}
    #datatable thead tr th{padding: 15px 23px 15px 10px !important;}
    #sidebar-nav .nav-item .nav-link{font-size: 12px; line-height: 12px; padding: 10px 12px;}
    .saveId {top: 31.5%; z-index: 14; right: 25%; left: inherit;}
    #datatable thead tr th {font-size: 8px; line-height: 8px;}
    #datatable tbody tr td {font-size: 8px; line-height: 12px; padding: 8px 6px;}
    .pdfIcn {height: 20px; width: 20px;}
    .clickSlick .toggle-sidebar-btn {font-size: 16px; height: 30px; width: 30px;}
    .dataTables_wrapper .dataTables_filter input {padding-left: 45px !important; font-size: 12px; line-height: 16px; margin-right: 0 !important; margin-left: -12px !important; width: 100%;}
   .dataTables_filter > label{width: 100%; max-width: 350px;}
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .card-body {padding: 10px 8px;}
    .carBdy .card-body .card-title {font-size: 13px; line-height: 18px;}
    .dashboard .info-card h6 {font-size: 22px;}
    #datatable_wrapper > div.dt-buttons {float: left !important;}
    .dt-buttons{margin-bottom: 10px;}
    .flxLbl label {flex: 0 0 50%; max-width: 50%;}
  .strng.col-sm-1.col-form-label, .strng.col-sm-2.col-form-label{width: 20%;}
    #datatable_filter{float: inherit !important; text-align: center !important;}
    #datatable_wrapper > div.dt-buttons {float: inherit !important; justify-content: center;}
    .greenBtn{padding: 9px !important;}
}

@media screen and (max-width: 992px) {
/*   .dataTables_wrapper .dataTables_filter input {margin-left: -5px !important;}*/
#sidebar{ top:0}
.sidebar-nav{ padding-top: 50px;}
    .scrollOvr {padding-top: 0px;}
    .selectSet {left: 0; right: 0; margin: auto; display: flex; align-items: center; justify-content: center; position: relative;}
    .downloadButton{margin-left: 10px; font-size: 12px; line-height: 18px;}
    .flxTpBdy{justify-content: center; padding-top: 5px;}
    .blkBtn{font-size: 12px; line-height: 18px; padding: 6px 16px !important;}
    .scrollOvr .dataTables_wrapper .top{display: flex; flex-direction: column; align-items: center;}
    .scrollOvr .dataTables_wrapper .top .dataTables_length{margin-bottom: 10px;}
    .scrollOvr .dataTables_wrapper .top .dataTables_filter{margin-bottom: 25px;}
    .scrollOvr .dataTables_wrapper .top .blkBtn{margin-left: 0 !important;}
}

@media screen and (max-width: 991px) {
   .diffBx.col-md-4 {width: 50%; margin: 0 auto;}
  #datatable_wrapper > div.dt-buttons {float: left !important;}
  .dt-buttons{margin-bottom: 10px;}
  .flxLbl label {flex: 0 0 50%; max-width: 50%;}
  .strng.col-sm-1.col-form-label, .strng.col-sm-2.col-form-label{width: 20%;}
    #datatable_filter{float: inherit !important; text-align: center !important;}
    #datatable_wrapper > div.dt-buttons {float: inherit !important; justify-content: center;}
    .greenBtn{padding: 9px !important;}
    .modal.show .modal-dialog {max-width: 600px;}
    .pddLftStHigh {padding-left: 35%;}
    .paddRts{padding-left: 10px; padding-right: 10px;}
    .paddRts button{margin: 0;}
  .paddRts button:first-child{margin-right: 10px;}
}

@media screen and (max-width: 768px) {
    .header-nav {padding: 0px 25px;}
    .carBdy .card-body .card-title {font-size: 14px; line-height: 18px;}
    .dashboard .card-icon {font-size: 25px; width: 50px; height: 50px;}
    .chngTxt {font-size: 16px; line-height: 16px;}
    .userTxt {font-size: 14px; line-height: 14px;}
    .userTxt span {font-size: 14px !important; line-height: 14px;}
    .dashboard .info-card h6 {font-size: 20px;}
    .dt-button {margin: 0 7px !important; padding-left: 10px !important; padding-right: 10px !important; font-size: 12px !important;}
  .iconbt {height: 15px; padding-right: 3px;}
  .hoverFld {max-width: 120px;}
    .mobileHide{display: none;}
    .mobileShow{display: inline-block; font-weight: 500;}
    .flexTbl{display: flex; flex-direction: column; margin: 0 auto 20px; border-radius: 10px; max-width: 350px;}
    table.dataTable tbody tr, table.dataTable tbody tr.odd{/*background: #eef9ff !important;*/ background: #f1f1f1 !important; transition: 0.4s ease-in-out all;}
    table.dataTable tbody tr:hover, table.dataTable tbody tr.odd:hover{background: #f1f1f1 !important;}
    .flexTbl td{font-size: 14px !important; border-bottom-color: #dfdfdf; line-height: 18px !important; padding: 12px 10px !important; background: inherit !important;}
    .flexTbl td:first-child{border-radius:0;}
    .flexTbl td:last-child{border-bottom: none; border-radius: 0;}
    .flexClm {font-size: 12px; line-height: 16px;}
    .strng {font-size: 15px; line-height: 19px;}
    .topText .card-title {font-size: 18px; line-height: 18px;}
    .cardPdd {padding: 18px;}
    .cardPdd::before {top: 70px;}
    .comnBtn {padding: 10px 20px; font-size: 14px; line-height: 14px;}
    .frmGrp {padding-top: 40px;}
    .flxLbl label {font-size: 14px; line-height: 14px;}
    .form-group {margin-bottom: 15px;}    
    .mt50 {margin-top: 20px;}
  .strng.col-sm-1.col-form-label, .strng.col-sm-2.col-form-label{width: 25%;}
  #datatable_info{width: 100%; margin: 0 auto; text-align: center;}
  #datatable_paginate {padding-top: 20px; width: 100%; margin: 0 auto; text-align: center;}
  .profile .profile-card h2 {font-size: 20px; line-height: 20px;}
  .profile .profile-card h3 {font-size: 14px;}
  .navTbs .nav-item .nav-link {margin-bottom: 10px; font-size: 18px; line-height: 26px;}
  .tbCnt form {padding: 20px; max-width: 400px;}
  .mobileAnther .row.mb-3{margin-bottom: 0 !important;}
  .mobileAnther .row .col-md-4, .mobileAnther .row .col-md-6{margin-bottom: 10px; width: 100%;}
  .midTxt {padding: 15px 0 10px; font-size: 20px; line-height: 30px;}
  .dataTable thead tr th:first-child{width: inherit !important; text-align: left !important;}
  .dataTable tbody tr td:first-child{width: inherit !important; text-align: left !important;}
  .dataTable thead tr th:last-child{width: inherit !important; text-align: left !important;}
  .dataTable tbody tr td:last-child{width: inherit !important; text-align: left !important;}
  .ThreeBtns{justify-content: flex-start;}
  .centerTxt{text-align: left !important;}    
  .diffBxRw .diffBx {padding: 0 7px !important;}
  .pddLftStLow {padding-left: 26%;}
  .pddLftSt {padding-left: 26%;}
  .pddLftStHigh {padding-left: 36%;}
  .logo img {width: 175px;}
  .mblmb-1{margin-top: 10px;}
  .flexTbl .badge{width: auto;}
    #signed_pod, #file {padding: 15px 20px; font-size: 12px;}
    /*#datatable {padding-top: 70px;}*/
    .dataTables_wrapper .dataTables_filter input{margin-right: 0 !important;}
    .saveId {display: none;}
    .dskhde{display: none;}
    .paddRts{margin: 0 auto; justify-content: center; padding: 0 0 20px;}
    .scrollOvr {overflow-x: inherit;}
    .flxTpBdy{flex-direction: column; justify-content: center; padding-bottom: 5px; margin-bottom: 20px;}
    .flxBtns{flex-direction: column; justify-content: center; margin-top: 15px;}
    .blkBtn{margin-left: 0; margin-bottom: 15px;}
    .flxTpBdy .select2 {margin-right: 0;}
    .dataTables_wrapper .dataTables_filter input{margin-left: 0 !important;}
    table.dataTable tbody tr{display: flex !important; flex-direction: column !important; padding-bottom: 10px; border-bottom: 1px solid #c9c9c9 !important;}
    table.dataTable tbody tr td{border: none !important;}
    #datatable tbody tr td {font-size: 14px; line-height: 18px; padding: 8px 8px;}
}

@media screen and (max-width: 767px) {
   .pddLftStHigh {padding-left: 0%;}
   .logo img {width: 175px;}
}

@media screen and (max-width: 600px) {
    .mxWD450{max-width: 400px;}
    .logo {width: auto;}
    .headerTxt {font-size: 40px; line-height: 40px;}
    .headerTxt span {font-size: 14px; line-height: 14px;}
    .sidebar{width: 250px; left: -250px;}
    #sidebar-nav .nav-item .nav-link {font-size: 14px; line-height: 14px; padding: 10px 15px;}
    .toggle-sidebar .sidebar {left: 0;}
    .diffBx.col-md-4{width: 100%; max-width: 375px; margin: 0 auto;}
    #main {margin-left: 0;}
    .toggle-sidebar #main {margin-left: 0;}
    .flexClm {font-size: 14px; line-height: 18px;}
    .flexClm .strng {font-size: 16px; line-height: 20px;}
    .cardPdd::before {top: 70px;}
    .frmGrp {padding-top: 30px;}
    .strng.col-sm-1.col-form-label, .strng.col-sm-2.col-form-label {width: inherit;}
    .trackOdr{padding-top: 15px;}
    .timeline-item{margin: 15px 0; font-size: 13px; padding-left: 45px !important;}
    .timeline-item .badge {font-size: 0.75rem !important;}
    .profile .cardPdd::before {top: 60px;}
    .pddLftStLow {padding-left: 0;}
    .pddLftSt {padding-left: 0;}
    .spBack{padding: 0 10px;}
    .logo img {width: 150px;}
    .header-nav{padding: 0 15px;}
    .saveId {top: 40%; left: 50%;}
    #datatable_filter {padding-top: 0;}
}

@media screen and (max-width: 575px) {
  .paddRts{flex-direction: column;}
  .paddRts button:first-child{margin-right: 0; margin-bottom: 10px;}
  .paddRts button{margin: 0; font-size: 12px; line-height: 18px;}
}

@media screen and (max-width: 470px) {
    .mxWD450{max-width: 320px;}
    .comnBtn {font-size: 12px; line-height: 12px; padding: 10px 15px;}
    .lognPanel{height: 100%;}
    .header-nav{justify-content: center;}
    .header-nav .chngTxt{display: none;}
    .userTxt {font-size: 14px; line-height: 14px;}
    .userTxt span {font-size: 14px !important; line-height: 14px;}
    .userTxt::after {top: 2px; height: 12px; width: 12px;}
    .card-body {padding: 20px;}
    .dropUl{min-width: 150px !important;}
    .header-nav .profile .dropdown-item {font-size: 12px; padding: 9px 12px;}
    #datatable_wrapper > div.dt-buttons {flex-direction: column; justify-content: center; width: 100%;}
    .dt-button{margin: 0 0 7px !important;}
    .dt-button:last-child {margin-right: inherit !important;}
    .dataTables_wrapper .dataTables_filter input{width: 100%; background-size: 15px; padding-left: 40px !important;} 
    .table-striped>tbody>tr:nth-of-type(odd)>*, .table-striped>tbody>tr:nth-of-type(odd)>*{background: inherit !important;}
    .dataTables_wrapper .dataTables_paginate .paginate_button{font-size: 12px;}
    .flexBdy{flex-direction: column; justify-content: flex-start; align-items: flex-start;}
    .pull-left, .pull-right{margin-bottom: 15px;}
    .cardPdd::before {top: 95px;}
    .frmGrp {padding-top: 20px;}
    .flexClm {font-size: 12px; line-height: 16px;}
    .frmGrp .form-control {margin-top: 5px;}
    .flxLbl label {flex: 0 0 100%; max-width: 100%;}
    .form-group {margin-bottom: 15px;}
    .mt50 {margin-top: 15px;}
    .modalBdy .timeline-item .bg-secondary {width: 100%; text-align: left; margin-top: 5px;}
    .dt-button.input-field.btn-search{padding-left: 0 !important; padding-right: 0 !important;}
    .hoverFld {max-width: 100%;}
    .flexTbl td {font-size: 12px !important; line-height: 16px !important; padding: 12px 10px !important;}
    .dataTables_wrapper .dataTables_filter input{font-size: 14px;}
    #datatable_paginate span{width: 100%; display: block; margin: 10px 0;}
    .profile .cardPdd::before {top: 85px;}
    .frmGrp .navTbs {padding-top: 0;}
    .navTbs .nav-item .nav-link {margin-bottom: 5px; font-size: 16px; line-height: 24px;}
    .tbCnt form {padding: 10px;}
    .mobileAnther{padding-top: 15px;}
    .form-control {font-size: 12px; padding: 10px; line-height: 18px;}
    #signed_pod, #file{padding: 15px 20px;}
    textarea.form-control {height: 100px; padding: 10px; font-size: 12px; line-height: 18px;}
    .dltModal .dltTxt {font-size: 18px; line-height: 18px;}
    .TitleTop .card-title {font-size: 17px !important; line-height: 22px;}
    .TitleTop {padding: 20px 0;}
    /*.lognPanel .card-body .logo img {width: 130px;}*/
    #main{margin-top: 105px; padding: 0px 12px;}
    #main > .row > .col-lg-12, #main > .section > .row > .col-lg-12{padding-left: 0.75rem !important; padding-right: 0.75rem !important;}
    .card-body{padding: 10px;}
    .card {margin-bottom: 15px;}
    .strng {font-size: 14px; line-height: 18px;}
    .profile .frmGrp {padding-top: 15px;}
    .profile .cardPdd {padding: 15px 15px 15px;}
    .cardPdd {padding: 10px;}
    .modalBdy .prfImg img {max-width: 130px;}
    .spBack{padding: 0;}
    .logo img {width: 175px; margin: 0;}
    .saveId {left: 48%;}
    .selectWdh .select2.select2-container{width: 300px !important;}
    .selectSet{flex-direction: column;}
    .SuBtn {margin-top: 15px; margin-left: 0; font-size: 12px; line-height: 20px;}
    .flxTpBdy .select2 {width: 240px !important;}
    #datatable tbody tr td {font-size: 12px; line-height: 16px; padding: 6px;}
    .dataTables_length label{font-size: 13px;}
    #datatable_length .select2 {width: 80px !important;}
}

@media screen and (max-width: 480px) {
    .logo img {width: 150px;}
}

.flxClmRvrs{display: flex; flex-direction: column-reverse;}