/**
* 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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  scroll-behavior: smooth;
}

body {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #232323;
  font-size: 14px;
  line-height: 22px;
}

.form-control {
  border: 1px solid #D4D4D4;
  height: 40px;
  font-size: 14px;
  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;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  /* display: none;
  -webkit-appearance: none; */
  background: url(../img/schedule.png) no-repeat right center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

input[type="date"]:disabled::-webkit-calendar-picker-indicator {
  display: block;
  -webkit-appearance: block;
  background: url(../img/schedule.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
  position: relative;
}

/* input[type="date"]{ background: url(../img/schedule.png) no-repeat 90% center; background-size: 20px;} */

/*--------------------------------------------------------------
# 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; */
  font-family: "Open Sans", 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-family: "Open Sans", 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: "Open Sans", 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;
}

.bg-danger {
  background-color: transparent !important;
}

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

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

.logo img {
  max-height: inherit;
  margin-right: 0;
  /* width: 75%; */
  object-fit: contain;
  height: 60px;
  width: 100%;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Open Sans", 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: #a9cf45;
  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;
  }
}*/

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

@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: 400;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  /* 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;  */
  height: auto;
  /* padding: 8px 0px; */
}

.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: 100%;
  margin: 0 auto;
  max-height: inherit;
}

.lognPanel button {
  background: #393a8d !important;
  color: #ffffff !important;
  height: 50px;
}

.lognPanel button:hover {
  background: #a9cf44 !important;
  color: #ffffff !important;
  height: 50px;
}

.lognPanel .small.txtBtn,
.lognPanel .form-check-label {
  font-size: 14px !important;
}

.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: 5px !important;
  border: 1px solid #d4d4d4 !important;
  font-size: 15px !important;
  line-height: 15px !important;

}

.lognFrm input[type="text"],
.lognFrm input[type="email"],
.lognFrm input[type="password"] {
  height: 50px
}

.inPtGp {
  position: relative;
}

.icInpt {
  pointer-events: none;
  position: absolute;
  top: 16px;
  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: 1px solid transparent;
  padding: 10px 25px;
  background: #3d3f94 !important;
  color: #ffffff !important;
  border: 1px solid #3d3f94;
  transition: 0.4s ease-in-out all;
}

.comnBtn:hover {
  background: #a9cf44 !important;
  color: #ffffff !important;
  border: 1px solid transparent;
}

.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 {

  padding: 8px 9px;
  border-right: 2px solid #ececec;
  /* background: #000; */
  /* padding: 0 16px; */
}

.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: flex-end;
  width: 100%;
  padding: 0 50px;
}

.userTxt {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
  text-transform: capitalize;
  padding-left: 0 !important;
  padding-right: 10px;
}

.userTxt span {
  color: #000;
  font-size: 14px !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; */
  top: 80px;
  background: #fff;
  /*background: #EEF9FF;*/
}

#main {
  margin-top: 100px;
}

#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 .nav-link .menuIcon {
  width: 34px;
  min-width: 34px;
  text-align: center;
  margin-right: 10px;
}

#sidebar-nav .nav-item:hover .nav-link,
#sidebar-nav .nav-item.active .nav-link {
  background: #82a720;
  color: #fff;
}

#sidebar-nav .nav-item:hover li .nav-link,
#sidebar-nav .nav-item.active li .nav-link {
  background: none;
  color: #1D1D1D;
}

#sidebar-nav .nav-item:hover .nav-link,
#sidebar-nav .nav-item.active .nav-link.collapsed i {
  color: #fff;
}

#sidebar-nav .nav-item:hover li:hover .nav-link,
#sidebar-nav .nav-item.active li.active .nav-link,
#sidebar-nav .nav-item li.active .nav-link {
  background: #91b929;
  color: #fff;
}

#sidebar-nav .nav-item:hover li .nav-link .iconNav.hide,
#sidebar-nav .nav-item.active li .nav-link .iconNav.hide {
  display: inline-block;
}

#sidebar-nav .nav-item:hover li .nav-link .iconNav.show,
#sidebar-nav .nav-item.active li .nav-link .iconNav.show {
  display: none;
}

#sidebar-nav .nav-item:hover li:hover .nav-link .iconNav.hide,
#sidebar-nav .nav-item.active li.active .nav-link .iconNav.hide {
  display: none;
}

#sidebar-nav .nav-item:hover li:hover .nav-link .iconNav.show,
#sidebar-nav .nav-item.active li.active .nav-link .iconNav.show {
  display: inline-block;
}

#sidebar-nav .nav-item:hover li.active .nav-link .iconNav.show {
  display: inline-block;
}

#sidebar-nav .nav-item:hover li.active .nav-link .iconNav.hide {
  display: none;
}

#sidebar-nav .nav-item:hover img {
  fill: #ffffff;
  color: #ffffff;
}

#sidebar-nav .nav-item .nav-link.collapsed i {
  color: #1D1D1D;
}

#sidebar-nav .nav-item:hover .nav-link.collapsed i {
  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: 0px;
}

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

.toggle-sidebar .sidebar {
  left: -230px;
  direction: rtl;
  padding-right: 12px;
}

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

.toggle-sidebar #sidebar-nav .nav-item .nav-link {
  padding: 0;
}

.toggle-sidebar #sidebar-nav .nav-item .nav-link span {
  display: none;
}

.toggle-sidebar #sidebar-nav .nav-item:hover .nav-link,
.toggle-sidebar #sidebar-nav .nav-item.active .nav-link {
  background: transparent;
}

.toggle-sidebar .sidebar-nav .nav-item .nav-link .iconNav {
  padding: 10px;
}

.toggle-sidebar .sidebar-nav .nav-item:hover .nav-link .iconNav.show,
.toggle-sidebar .sidebar-nav .nav-item.active .nav-link .iconNav.show {
  background: #000;
  border-radius: 5px;
}

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

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

.dataTables_wrapper .dataTables_filter input {
  border-radius: 5px !important;
  padding: 8px 10px !important;
  padding-left: 45px !important;
  font-size: 14px;
  line-height: 18px;
  margin-left: 10px !important;
  border: 1px solid #D4D4D4 !important;
}

.dataTables_filter input {
  background-size: 15px !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 thead tr th:nth-child(3){width: 82px !important;} */
#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: 0px;
  line-height: inherit;
  border-radius: 5px;
}

/* .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 */
  color: #007521;
  font-size: 13px;
}

.bg-success {
  background-color: transparent !important;
}

.badge.bg-danger {
  /* background: #FFBFBF !important; color: #F92929; border: 1px solid #F92929 */
  color: #F92929;
  font-size: 13px;
}

.badge.bg-bluebx {
  background: #79B0CE !important;
  color: #fff;
}

.card-header.bg-blue {
  background-color: #ffffff !important;
}

.card-header.bg-blue h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}

.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 {
  color: #E97000 !important;
  border-color: #E97000 !important;
  transition: 0.4s ease-in-out all;
}

.ThreeBtns .btn.bi-eye-fill:hover {
  color: #fff !important;
  background-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: #a9cf45 !important;
  border: 1px solid transparent !important;
}

.btn_new {
  background: #000 !important;
  border: none !important;
  color: #ffffff !important;
  min-height: 34px;
  padding: 0px 15px;
}

.btn_new:hover {
  background: #a9cf45 !important;
  color: #fff !important;
}

.iconbt {
  height: 16px;
  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: 14px;
  line-height: 16px;
  color: #000;
  padding-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 13px;
}

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

.frmGrp .form-group {
  position: relative;
}

/* .frmGrp .form-control {position: relative;} */
label.error {
  position: absolute;
  top: 100%;
  z-index: 99;
  line-height: 13px;
  font-size: 11px;
}

.comnBtn.borderBtn {
  background: transparent !important;
  color: #7A7A7A !important;
  border: 1px solid #7A7A7A;
  height: 35px;
  transition: 0.4s ease-in-out all;
}

.comnBtn.borderBtn:hover {
  background: #7A7A7A !important;
  color: #fff !important;
}

.flxfrmGp {
  padding-top: 30px;
}

.strng {
  font-size: 14px;
  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: 16px;
  line-height: 22px;
}

.error {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}

.form-control {
  border-radius: 5px !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;
}

.dataTable tbody tr td:last-child {
  width: auto !important;
  text-align: right !important;
  justify-content: flex-end;
}

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

.btnblue {
  background: #3c4093 !important;
  color: #ffffff !important;
  border-color: #3c4093 !important;
  transition: 0.4s ease-in-out all;
}

.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: 5px !important;
  display: flex;
  align-items: center;
}

#filterForm .select2-container .select2-selection--single {
  height: 35px !important;
  padding: .375rem .75rem !important;
  border-radius: 5px !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;
}

form .select2-container--default .select2-selection--multiple {
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  min-height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #232323;
  transition: 0.4s ease-in-out all;
  padding: .375rem .75rem;
}

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


.ThreeBtns .btn.btn-outline-success {
  color: #E97000 !important;
  border-color: #E97000;
}

.ThreeBtns .btn.btn-outline-success:hover {
  background-color: #E97000 !important;
  color: #fff !important;
}

.ThreeBtns .btn.btn-outline-primary {
  color: #00B88C !important;
  border-color: #00B88C !important;
  background-color: #fff !important;
}

.ThreeBtns .btn.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #00B88C !important;
}

#datatable tbody tr td .role-badge {
  min-width: 120px;
}

.section.register {
  background-image: url('../img/main_logo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.setmargin1 {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

#filterForm {
  position: relative;
  z-index: 2;
  max-width: 990px;
}

#filterForm .btnblue {
  background: #3c4093 !important;
  color: #ffffff !important;
  border-color: #3c4093 !important;
  transition: 0.4s ease-in-out all;
  padding: 0px 15px;
  height: 34px;
}

#rejectModal {
  padding: 0px !important;
}

#rejectModal .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 40px);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.modal-backdrop.show {
  width: 100%;
  height: 100%;
}

.modal {}

.modal .modal-content {
  padding: 20px;
}

.modal .modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: none;
  padding: 0px;
}

.modal .modal-header .close {
  border: none;
  background: url(../img/close.png) no-repeat center center #f0f0f0;
  background-size: 12px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 0px;
}

.modal .modal-header .close:hover {
  background-color: #d4d3d3;
}

.modal .modal-body {
  padding: 20px 0px;
}

.modal .modal-body textarea {
  resize: none;
  height: 100px;
}

.modal .modal-footer {
  padding: 0px;
  border: none;
  justify-content: flex-start;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
  border-radius: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  z-index: 5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 7px 0 7px !important;
  margin-left: -4px !important;
  margin-top: -4px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 7px 7px 7px !important;
}

#filterForm.datesetsection1 input.form-control {
  height: 35px;
}

.btnBack {
  position: relative;
  background: transparent !important;
  color: #7A7A7A !important;
  border: 1px solid #7A7A7A;
  height: 35px;
  transition: 0.4s ease-in-out all;
  padding: 5px 23px !important;
  line-height: 22px !important;
}

.btnBack::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 9px;
  background: url(../img/arrow_left.png) no-repeat left top;
  background-size: 8px;
  width: 8px;
  height: 16px;
  opacity: 0.5;
}

.btnBack:hover::before {
  background-image: url(../img/arrow_left1.png);
  opacity: 1;
}


.bgspec-row {
  background: #f1f2f3;
  padding: 10px 0px;
  margin-bottom: 15px;
}

.bgspec-row textarea {
  margin-top: 7px;
}

.backtologin {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

/* 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: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 15px 15px 15px 10px !important;
  }

  #datatable tbody tr td {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 8px;
  }

  .selectSet {
    left: 22%;
    top: 15px;
  }

  #filterForm {
    position: relative;
    z-index: 2;
    max-width: 680px;
  }
}

@media screen and (max-width: 1400px) {
  .toggle-sidebar .sidebar {
    left: -173px;
  }

  .lognPanel .card-body {
    padding: 30px 40px;
  }

  /* .header{height: 90px;
  } */
  .logo img {
    /* width: 75%; */
    width: 100%;
    /* height: 64px; */
  }

  #sidebar {
    top: 79px;
    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: 220px;
  }

  .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: 14px;
    line-height: 14px;
    padding: 15px 30px 15px 10px !important;
  }

  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 8px;
  }

  #datatable tbody tr td {
    font-size: 13px;
    line-height: 16px;
    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%;
  }

  #filterForm.datesetsection1 .col-md-3 {
    width: 28%;
    min-width: 189px;
  }

  #filterForm.datesetsection1 .select2-container {
    min-width: 175px;
  }

  #filterForm.datesetsection1 .select2-container--default .select2-selection--single {
    font-size: 14px;
  }

}

@media screen and (max-width: 1200px) {
  .toggle-sidebar .sidebar {
    left: -143px;
  }

  .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%; */
    /* height: 63px; */

  }

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

  #sidebar {
    width: 210px;
  }

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

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

  #main {
    margin-left: 300px;
  }

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

  /*.saveId{top: 15%; left: 49%;}*/
  .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;
  }

  #sidebar {
    width: 210px;
  }

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

  .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%;
    height: 61px;
  }

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

  #sidebar {
    width: 190px;
  }

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

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

  #sidebar-nav .nav-item .nav-link {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 8px;
  }

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

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

  .dataTables_filter>label {
    width: 100%;
    max-width: 350px;
  }

  .setmargin1 {
    margin-top: -62px;
  }

  .setmargin1 .dataTables_filter>label {
    max-width: 220px;
  }

  form.datesetsection1 .form-label {
    font-size: 13px;
  }

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

  form.datesetsection1 .btn {
    font-size: 13px;
  }

  .btn_new {
    min-height: 34px;
  }
}

@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;}*/
  .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;
  }

  .setmargin1 {
    margin-top: 0px;
  }

  .datesetsection1 .col-md-3 {
    width: 33.33%;
  }

  form.datesetsection1 .form-label {
    font-size: 13px;
  }

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

@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; */
    /* height: 60px; */
  }

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

  #datatable_filter {
    flex-direction: row;
  }

  #datatable_filter label {
    margin: 0px auto;
  }
}

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

  /* .logo img {width: 175px;} */
  .datesetsection1 .col-md-3 {
    width: 100%;
    margin-bottom: 15px;
  }

  .datesetsection1 .col-md-3.align-items-end {
    align-items: center !important;
    justify-content: center;
    margin-bottom: 0px !important;
  }

  #datatable_filter label {
    margin: 0px auto;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #sidebar {
    top: 63px;
  }

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

  #sidebar-nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 14px;
  }

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

  .diffBx.col-md-4 {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }

  #main {
    margin-left: 250px;
  }

  .sidebar {
    left: -185px;
    width: 250px;
    direction: rtl;
    padding-right: 12px;
  }

  #sidebar-nav .nav-item .nav-link span {
    display: none;
  }

  .sidebar-nav .nav-item .nav-link .iconNav {
    padding: 10px;
    width: 42px;
    margin-bottom: 5px;
  }

  #sidebar-nav .nav-item .nav-link {
    padding: 0;
  }

  .sidebar-nav .nav-item:hover .nav-link .iconNav.show,
  .sidebar-nav .nav-item.active .nav-link .iconNav.show {
    background: #000;
    border-radius: 5px;
  }

  #sidebar-nav .nav-item:hover .nav-link,
  #sidebar-nav .nav-item.active .nav-link {
    background: transparent;
  }

  .clickSlick {
    display: none;
  }

  #main {
    margin-left: 65px;
  }

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

  #sidebar {
    width: 250px;
  }

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

  form.datesetsection1 .btn-warning {
    font-size: 14px;
  }

  .btn_new {
    min-height: 35px;
  }
}

@media screen and (max-width: 380px) {
  .userTxt {
    font-size: 12px;
    line-height: 12px;
  }

  .userTxt span {
    font-size: 12px !important;
    line-height: 12px;
  }
}

@media screen and (max-width: 330px) {
  .header {
    padding-left: 3px;
  }

  .logo img {
    width: 143px;
  }

  .header-nav {
    padding: 0px 8px;
  }

  .userTxt {
    font-size: 10px;
    line-height: 10px;
  }

  .userTxt span {
    font-size: 10px !important;
    line-height: 10px;
  }

  .userTxt::after {
    height: 10px;
    width: 10px;
  }

  .header-nav .dropdown {
    padding-right: 10px;
  }
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
  line-height: 1.1em !important;
  height: 35px !important;
}

.certificate-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.info-table td,
.info-table td,
.info-table th {
  border: 1px solid black;
  padding: 8px;
  font-size: 14px;
  text-align: left;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Open Sans", sans-serif;
}

pre {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.info-table td {
  background-color: #f6f5f5;
}

.footer {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  background-color: #f2f2f2;
  border-top: 2px solid black;
  margin-top: 20px;
}

.footerSec {
  margin-top: 30px;
}

.detailspage .flexClm strong {
  font-size: 14px;
  margin-bottom: 5px;
}

.fnt20 {
  font-size: 20px;
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.templatetable table tr th {
  background: #f1f1f1;
  font-size: 14px;
  font-weight: 600;
}

.templatetable table tr td {
  font-size: 14px;
}

.form-label {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 20px;
}

.form-label strong {
  font-weight: 600 !important;
  color: #7a7a7a;
}

.mt-15 {
  margin-top: 20px;
}

.mt0 {
  padding-top: 0px !important;
}

.btn {
  border-radius: 5px !important;
}

.searchFilter button {
  height: 40px;
  width: 100px;
}
.searchFilter{margin-top:10px;}
.searchFilter .row{margin-left:-5px!important; margin-right: -5px!important;}
.searchFilter .col-md-3, .searchFilter .col-md-2{padding:0px 5px!important}
.repeatRow {
  background: #f7f7f7;
  padding: 10px 0px
}

.pagetitle {
  font-size: 18px;
  top: 20px;
  font-weight: 600;
  position: absolute;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Open Sans", sans-serif;
}

.headerBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 78%;
  height: 50px;

}

.headerBox #filterForm {
  margin-bottom: 15px !important;
}

.headerBox .pagetitle {
  font-size: 18px;
  top: 0px;
  /* font-family: "Poppins", sans-serif; */
  font-weight: 600;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.posrelative {
  position: relative !important;
  top: 0px;
  color: #000000;
}


.timeline {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 4px solid #9e9e9e;
}

.timeline-entry {
  position: relative;
  margin-bottom: 50px;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: -38px;
  top: 4px;
  animation: blink 1.5s infinite;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

@keyframes blink {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }

  70% {
    transform: scale(1.3);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.dot-blue {
  background-color: #54c083;
}

.dot-red {
  background-color: #ff4c51;

}

.dot-green {
  background-color: #d1ad0c;
}

.timeline-content {
  margin-bottom: 25px;
}

.timeline-content h4 {
  margin: 0;
  font-size: 20px;
}

.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  margin-left: 10px;
}

.badge-blue {
  /* background-color: #17c1e8;
  color: white; */

  background: #ddf6e8;
  color: #28c76f;
  border: 1px solid #afe7c7;

}

.badge-red {
  background-color: #ffe2e3;
  color: #ff4c51;
  border: 1px solid #f3cbcc;
}

.badge-green {
  background-color: #f7ebb5;
  color: #d1ad0c;
  border: 1px solid #e7d894;
  box-shadow: 0 0 12px rgba(223, 231, 163, 0.4);

}

.dot-draft {
  background-color: #00bad1;
}

.badge-draft {
  background-color: #d6f4f8;
  color: #00bad1;
  border: 1px solid #8aced6;
  box-shadow: 0 0 12px rgba(223, 231, 163, 0.4);

}

.dot-review {
  background-color: #7367f0;
}

.badge-green-underreview {
  background-color: #e9e7fd;
  color: #7367f0;
  border: 1px solid #c2beec;

}

.timeline-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999;
}

.timeline-comment {
  font-size: 14px;
  color: #666;
  margin-top: 5px;

}

.timeline-comment i {
  margin-right: 6px;
  color: #555;
}

@media screen and (max-width: 768px) {
  .timeline-date {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 5px;
  }

  .headerBox {
    flex-direction: column;
  }

  .summary-card {
    margin-bottom: 10px;
  }

  .nav-content.collapse.show .nav-item span {
    display: block !important;
  }
}

.topText .pull-right .btn {
  height: 35px;

}

#filterForm .col-md-4,
#filterForm .col-md-3 {
  padding: 0px 5px !important;
}

.bgspec-row .form-label {
  margin-bottom: 0px !important;
}

.addMore {
  background: #82a720 !important;
  border-color: #82a720 !important;
}

.frmgrp .select2-container .select2-selection--single {
  height: 40px !important;
}

.approved {
  background: #ddf6e8;
  color: #28c76f;
  border: 1px solid #afe7c7;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 5px;
}

.rejected {
  background: #ffe2e3;
  color: #ff4c51;
  font-weight: 600;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #f3cbcc;
  white-space: nowrap;
}

.pending {
  background: #f7ebb5;
  color: #d1ad0c;
  font-weight: 600;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #e7d894;
  white-space: nowrap;
}

.review {
  background: #e9e7fd;
  color: #7367f0;
  font-weight: 600;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #c2beec;
  white-space: nowrap;
}