:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  /* background: #f6f9ff; */
  background: #fff3cd;
  color: #444444;
}

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

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

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

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 65px;
  padding: 10px 12px 40px 12px;
  transition: all 0.3s;
}

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

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

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

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

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

.back-to-top:hover {
  background: #6776f4;
  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;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  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: left;
  font-size: 15px;
  padding: 5px 10px;
}

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

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

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@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: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);

}

.card-header {
  border-color: #ebeef4;
  background-color: #ebeef4;
  color: #000;
  padding: 15px;
}

.card-header tr td strong {
  font-weight: 500;
}

.card-footer {
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}

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

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

.card-body {
  padding: 0 10px 10px 10px;
}

.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: 12px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
  margin-bottom: 0px;
}

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

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb .breadcrumb-item::before {
  color: #000;
}

.breadcrumb .active {
  color: #333;
  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;
  font-size: 13px;
  font-weight: 500;
  background: #e3e3e3;
  border-right: 1px solid #fff;
}

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

.nav-tabs-bordered .nav-link.active {
  background-color: #0b5ed7;
  color: #fff;
  border-bottom: 0px solid #dc3545;
  /* border-left: 2px solid #dc3545;
  border-right: 2px solid #dc3545; */
}

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

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

.logo img {
  max-height: 45px;
  margin-right: 6px;
}

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

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 65px;
  box-shadow: 0px 4px 40px rgba(39, 32, 120, 0.1);
  /* background-color: #ffc107b5; */
  background-color: rgb(253 207 67);
  padding-left: 10px;
}

.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 {
  height: 40px;
  width: 40px;
  object-fit: cover;
  object-position: center;
}

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

.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: 16px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

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

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

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

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

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

.sidebar .nav-item .badge {
  padding: 5px 5px;
}

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

.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: 0px;
  }
}

@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: -170px;
  }
}

.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: 3px;
}

.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: 12px;
  font-weight: 500;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 5px 0 5px 0px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 14px;
  margin-right: 6px;
  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: 12px;
  font-weight: 500;
  color: #012970;
  transition: 0.3;
  padding: 5px 0 5px 10px;
  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: 0px;
}

.dashboard.procurement_dash .info-card {
  padding-bottom: 0px;
  height: 100%;
}

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

.dashboard .info-card h6 small {
  font-size: 13px;
}

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

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

.dashboard .sales-card .card-icon {
  color: #000;
  background: #f4bb0c;
}

.dashboard .revenue-card .card-icon {
  color: #000;
  background: #f4bb0c;
}

.dashboard .customers-card .card-icon {
  color: #000;
  background: #f4bb0c;
}

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

.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: 10px;
}

.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: 18px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

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

.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: 10px;
  font-size: 12px;
}

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

.profile .profile-overview .label {
  font-weight: 500;
  color: rgb(40 40 40 / 100%);
}

.profile .profile-edit label {
  font-weight: 500;
  color: rgb(40 40 40 / 100%);
}

.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;
  -webkit-animation: animate-loading 1s linear infinite;
  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;
}

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

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

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

@media (max-width: 992px) {
  .dashboard .info-card {
    padding-bottom: 0px;
    height: auto;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 8px 0;
  font-size: 12px;
  transition: all 0.3s;
  border-top: 0px solid #cddfff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
}

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

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

.table>:not(caption)>*>* {
  font-size: 14px;
  padding: 0.2rem 0.3rem;
  border-color: #dee2e6;
  vertical-align: middle;
}

.col-form-label {
  font-size: 12px;
  font-weight: 500
}

.form-control {
  font-size: 12px;
  font-weight: 500;
}

.loginpage {
  background-image: url(../img/loginbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.loginpage::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgb(67 69 68 / 16%);
}

.loginpage .section.register {
  position: relative;
  z-index: 99;
}

.showinactive {
  position: absolute;
  left: 180px;
  top: 15px;
}



.projtable tbody tr td:last-child {
  white-space: nowrap;
}

.dataTable-table>tbody>tr>td {
  vertical-align: middle;
}

.btn-primary {
  padding: 5px 10px;
  font-size: 14px;
  height: 30px;
  line-height: 18px
}

.btn-success {
  padding: 5px 10px;
  font-size: 14px;
  height: 30px;
  line-height: 18px;
}

.modal-header {
  padding: 0.5rem;
  font-size: 15px;
  font-weight: 600;
}

.btn-secondary {
  padding: 5px 10px;
  font-size: 14px;
  height: 30px;
  line-height: 18px;
}

.btn-secondary.icon {
  padding: 1px 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin: 0 2px;
  line-height: 18px;
  height: 24px;
}

.form-label {
  margin-bottom: 0.1rem;
  font-size: 13px;
  font-weight: 500;
}

.modal-body {
  padding: .5rem;
}

fieldset {
  padding: 15px !important;
  background: #ffffff !important;
  border: 1px solid #d3d3d3 !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  margin-bottom: 5px !important;
  position: relative !important;
  margin-top: 10px !important;
}

legend {
  background-color: #fff !important;
  padding: 5px 10px !important;
  position: absolute !important;
  width: auto !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 16px !important;
  letter-spacing: 0.02em !important;
  color: #2c3e50 !important;
  top: -13px !important;
  left: 15px !important;
  margin-bottom: 0 !important;
}

.form-select {
  font-size: 12px;
}

.icon.btn-primary,
.icon.btn-danger,
.icon.btn-success {
  padding: 1px 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin: 0 2px;
  line-height: 18px;
  height: 24px;
}

.icon i {
  margin-right: 0 !important;
}

.modal-title {
  font-size: 14px;
  font-weight: 600;
}

.change-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.change-avatar .profile-img {
  margin-right: 15px;
}

.change-avatar .profile-img img {
  border-radius: 4px;
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.change-avatar .change-photo-btn {
  margin: 0 0 5px;
  width: 150px;
}

.change-photo-btn {
  background-color: #0d6efd;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin: 0 auto;
  padding: 10px 15px;
  position: relative;
  transition: .3s;
  text-align: center;
  width: 220px;
}

.change-photo-btn input.upload {
  bottom: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 99999;
}

span.select2-container {
  z-index: 99;
  width: 100% !important;
}

.avatar-40 {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 0.6rem;
}

.detaillabel {
  font-weight: 500;
  color: rgb(73 75 74);
  font-size: 13px;
  margin-bottom: 3px;
}

.datavalue {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 20px;
}

::-moz-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #DCDFE8;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #000;
  border-radius: 20px;
}

::-moz-scrollbar-thumb {
  background: #000;
  border-radius: 20px;
}

::-moz-scrollbar-thumb:hover {
  background: #000;
  border-radius: 20px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

::-moz-scrollbar {
  width: 4px;
  height: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-thumb {
  width: 4px !important;
}

.scrollbar-track-y {
  width: 4px !important;
}

.p-relative {
  position: relative;
}

.projedit {
  position: absolute;
  right: 10px;
}

.dataTable-top {
  display: none !important;
}

.datefilter {
  position: absolute;
  right: 15px;
  display: flex;
  top: 5px;
  align-items: center;
  font-size: 13px;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
  margin-bottom: 10px;
}

.calendaricon {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 16px;
  color: #000;
}

.error {
  color: red;
  font-size: 14px;
}

.project_lists thead tr th:nth-child(2),
.project_lists thead tr th:nth-child(3) {
  white-space: nowrap;
}

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

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 12px;
}

.dataTables_wrapper .dataTables_length {
  font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.4em 0.5em;
}

.dataTables_wrapper .dataTables_paginate {
  margin-bottom: 4px;
}

.invalid-feedback {
  font-size: 12px;
}

.change-photo-btn:hover {
  background-color: #717ff5 !important;
}

.project_lists thead tr th:nth-child(6),
.project_lists thead tr th:nth-child(3),
.project_lists tbody tr td:nth-child(6),
.project_lists tbody tr td:nth-child(3) {
  white-space: nowrap;
}

table.dataTable thead .sorting_disabled {
  background-image: none !important;
}

.dataTables_filter input:focus-visible {
  outline: #86b7fe auto 0px;
}

.dataTables_wrapper .dataTables_filter input:focus {
  border: 1px solid #86b7fe;
}

.dataTables_wrapper .dataTables_length select:focus-visible {
  outline: #86b7fe auto 1px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  /* border-color: blue; */
  outline: #86b7fe auto 1px;
}

.datepicker {
  transform: translate(0, 3.1em);
}

/*----------------------------------------------
loading
------------------------------------------------*/
#loading {
  background-color: rgb(255 255 255 / 77%);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.loader {
  width: 3em;
  height: 3em;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
    transform: rotateX(-37.5deg) rotateY(45deg);
  }

  50% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }

  100% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
    transform: rotateX(-37.5deg) rotateY(45deg);
  }

  50% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }

  100% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}

.cube,
.cube * {
  position: absolute;
  width: 71px;
  height: 71px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sides {
  -webkit-animation: rotate 3s ease infinite;
  animation: rotate 3s ease infinite;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
  transform: rotateX(-37.5deg) rotateY(45deg);
}

.cube .sides * {
  box-sizing: border-box;
  background-color: rgba(0, 132, 255, 0.8);
  border: 5px solid #eaeaea;
}

.cube .sides .top {
  -webkit-animation: top-animation 3s ease infinite;
  animation: top-animation 3s ease infinite;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-transform: rotateX(90deg) translateZ(90px);
  transform: rotateX(90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes top-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }
}

@keyframes top-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }
}

.cube .sides .bottom {
  -webkit-animation: bottom-animation 3s ease infinite;
  animation: bottom-animation 3s ease infinite;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-transform: rotateX(-90deg) translateZ(90px);
  transform: rotateX(-90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes bottom-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }
}

@keyframes bottom-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }
}

.cube .sides .front {
  -webkit-animation: front-animation 3s ease infinite;
  animation: front-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(0deg) translateZ(90px);
  transform: rotateY(0deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes front-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(35px);
    transform: rotateY(0deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(35px);
    transform: rotateY(0deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }
}

@keyframes front-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(35px);
    transform: rotateY(0deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(35px);
    transform: rotateY(0deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }
}

.cube .sides .back {
  -webkit-animation: back-animation 3s ease infinite;
  animation: back-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(-180deg) translateZ(90px);
  transform: rotateY(-180deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes back-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(35px);
    transform: rotateY(-180deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(35px);
    transform: rotateY(-180deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }
}

@keyframes back-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(35px);
    transform: rotateY(-180deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(35px);
    transform: rotateY(-180deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }
}

.cube .sides .left {
  -webkit-animation: left-animation 3s ease infinite;
  animation: left-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(-90deg) translateZ(90px);
  transform: rotateY(-90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes left-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }
}

@keyframes left-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }
}

.cube .sides .right {
  -webkit-animation: right-animation 3s ease infinite;
  animation: right-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(90deg) translateZ(90px);
  transform: rotateY(90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes right-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }
}

@keyframes right-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }
}

.right-sidebar-mini {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 350px;
  right: 0;
  transform: translateX(calc(111% + -2em));
  transition: all 0.5s ease;
}

.right-sidebar-mini .side-right-icon {
  display: none;
}

.right-sidebar-toggle {
  position: absolute;
  margin-left: -44px;
  background: #fff;
  padding: 15px;
  display: inline;
  top: 15%;
  z-index: 99;
  border-radius: 30px 0px 0px 30px;
  box-shadow: -10px 5px 20px rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

.right-sidebar-panel {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  height: 100vh;
  padding: 15px;
  overflow-y: scroll;
}

.right-sidebar {
  transform: translateX(calc(10% + -1em));
}

.right-sidebar .side-left-icon {
  display: none;
}

.right-sidebar .side-right-icon {
  display: block;
}

/* UPDATE VERSION LEAVE AND OTHER MODULES */

.staffleave .badge {
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
}

.daterange {
  position: relative;
}

.daterange i.bi {
  position: absolute;
  right: 6px;
  top: 5px;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  padding-right: 20px;
  background-size: 13px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-link {
  font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.4em 0em;
}

.verders_count.btn-primary {
  padding: 4px 5px;
  font-size: 12px;
  height: 24px;
  line-height: 14px;
  cursor: default
}

.addcircle {
  font-size: 24px;
  margin: 0;
  padding: 0;
  color: #0b5ed7;
}

.editsection {
  position: absolute;
  right: 10px;
}

.cancel {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgb(220 53 69);
  background: transparent;
  border: 0;
  margin-right: 20px;
}

.cancel:hover,
.cancel:focus {
  color: red;
}

.accept {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  background: #0d6efd;
  border-radius: 8px;
  border: 0;
  padding: 10px 20px;
}

.accept:hover,
.accept:focus,
.accept:active {
  background-color: #0b5ed7;
}

table.dataTable th {
  background: #ebf0f3;
}

.select_cat {
  position: absolute;
  width: 150px;
  left: 173px;
  top: 7px;
}



#home_tabs .nav-item #Order-tab {
  /* background-color: #0b5ed7;
  color: #fff; */
  border-radius: 0;
}

#home_tabs .nav-item #rfq-tab {
  /* background-color: #fac858;
  color: #fff; */
  border-radius: 0;
}

#home_tabs .nav-item #offer-tab {
  /* background-color: #ffa500;
  color: #fff; */
  border-radius: 0;
}

#home_tabs .nav-item #po-tab {
  /* background-color: #198754;
  color: #fff; */
  border-radius: 0;
}

table.dataTable thead th {
  font-weight: 500;
  color: #020202;
}

.neworder_btns {
  position: absolute;
  right: 180px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.select_material {
  position: absolute;
  left: 155px;
  width: 180px;
}

.badge {
  font-size: 12px;
  font-weight: 500;
}


.vendors_table_rfq thead tr th:nth-child(1),
.vendors_table_rfq tbody tr td:nth-child(1) {
  width: 8%;
}

.vendors_table_rfq thead tr th:nth-child(2),
.vendors_table_rfq tbody tr td:nth-child(2) {
  width: 8%;
}

.vendors_table_rfq thead tr th:nth-child(3),
.vendors_table_rfq tbody tr td:nth-child(3) {
  width: 75%;
  position: relative;
}

.vendors_table_rfq thead tr th:nth-child(4),
.vendors_table_rfq tbody tr td:nth-child(4) {
  width: 5%;
}

.vendors_table_rfq thead tr th:nth-child(5),
.vendors_table_rfq tbody tr td:nth-child(5) {
  width: 5%;
}

.vendors_table_rfq thead tr th:nth-child(6),
.vendors_table_rfq tbody tr td:nth-child(6) {
  width: 54%;
}

.vendors_table_rfq thead tr th:nth-child(7),
.vendors_table_rfq tbody tr td:nth-child(7) {
  width: 10%;
}



/* Group by Verndor Table CSS Start */

.tableRFQ {
  border: 1px solid #dee2e6;
  width: 100%;
}

/* .tableRFQ thead tr th{
  border-color:#c5c5c5;
  border:1px solid #27ae60;
  font-weight: 500;
  color: #000;
} */

.tableRFQ tbody tr td {
  border: 0px solid #c5c5c5;
  border-right: 1px solid #dee2e6;
}

.tableRFQ tbody tr td:last-child {
  border-right: 0px solid #dee2e6;
}

.tableRFQ tbody tr {
  border-bottom: 0px solid #CCC;
}

/* .tableRFQ tbody tr:nth-child(odd) {
background-color: #cff4fc;
} */

.tableRFQ tbody tr:nth-child(odd) table tbody tr {
  background-color: transparent;
}

/* .tableRFQ tbody tr:nth-child(even){
  background-color: #fff3cd;
} */

.tableRFQ tbody tr:nth-child(even) table tbody tr {
  background-color: transparent;
}

.tableRFQ thead tr th {
  background-color: #27ae60;
  color: #fff;
}

.tableRFQ thead tr th:nth-child(1),
.tableRFQ tbody tr td:nth-child(1) {
  width: 15%;
  padding: 0;
}

.tableRFQ thead tr th:nth-child(2) {
  width: 15%;
}

.tableRFQ thead tr th:nth-child(3) {
  width: 20%;
}

.tableRFQ thead tr th:nth-child(4) {
  width: 15%;
}

.tableRFQ thead tr th:nth-child(5) {
  width: 5%;
}

.tableRFQ thead tr th:nth-child(6) {
  width: 5%;
}

.tableRFQ thead tr th:nth-child(7) {
  width: 5%;
}

.tableRFQ thead tr th:nth-child(8) {
  width: 25%;
}

.tableRFQ tbody tr td:nth-child(2) {
  width: 85%;
  padding: 0;
}

.tableRFQ tbody tr td:nth-child(2) table {
  width: 100%;
}

.tableRFQ tbody tr td:nth-child(2) table tbody tr td:nth-child(1) {
  width: 15%;
  padding-left: 5px;
}

.tableRFQ tbody tr td:nth-child(2) table tbody tr td:nth-child(2) {
  width: 20%;
  padding-left: 5px;
}

.tableRFQ tbody tr td:nth-child(2) table tbody tr td:nth-child(3) {
  width: 15%;
  padding-left: 7px;
}

.tableRFQ tbody tr td:nth-child(2) table tbody tr td:nth-child(4) {
  width: 5%;
  padding-left: 8px;
}

.tableRFQ tbody tr td:nth-child(2) table tbody tr td:nth-child(5) {
  width: 5%;
  padding-left: 7px;
}

.tableRFQ tbody tr td:nth-child(2) table tbody tr td:nth-child(6) {
  width: 5%;
  ;
  padding-left: 10px;
}

.tableRFQ tbody tr td:nth-child(2) table tbody tr td:nth-child(7) {
  width: 25%;
  ;
  padding-left: 10px;
}

.tableRFQ tbody tr td .btn-primary {
  padding: 5px 10px;
  font-size: 13px;
  height: 24px;
  line-height: 13px;
}

.tableRFQ tbody tr td h6 {
  font-size: 15px;
}

/* Group by Verndor Table CSS End */

/* Group by Material Table CSS Start */

.tableRFQ_material {
  width: 100%;
}

.tableRFQ_material thead tr th {
  border-color: #c5c5c5;
  border: 1px solid #4154f1;
  font-weight: 500;
}

.tableRFQ_material thead tr th {
  background-color: #4154f1;
  color: #fff;
}

.tableRFQ_material thead tr th:nth-child(1),
.tableRFQ_material tbody tr td:nth-child(1) {
  width: 7%;
}

.tableRFQ_material thead tr th:nth-child(2),
.tableRFQ_material tbody tr td:nth-child(2) {
  width: 7%;
}

.tableRFQ_material thead tr th:nth-child(3),
.tableRFQ_material tbody tr td:nth-child(3) {
  width: 5%;
}

.tableRFQ_material thead tr th:nth-child(4),
.tableRFQ_material tbody tr td:nth-child(4) {
  width: 5%;
}

.tableRFQ_material thead tr th:nth-child(5),
.tableRFQ_material tbody tr td:nth-child(5) {
  width: 5%;
}

.tableRFQ_material thead tr th:nth-child(6),
.tableRFQ_material tbody tr td:nth-child(6) {
  width: 71%;
}

.vendor_with_price {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.vendor_with_price li {
  display: inline-block;
  background: #fff;
  border: 1px solid #343434;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 60px;
  margin: 3px;
  white-space: nowrap;
}

.vendor_with_price li span {
  display: inline-block;

  padding: 3px 10px;

  border-radius: 30px;
  margin-left: 5px;
  font-size: 12px;
}

.tableRFQ_material tbody tr:nth-child(odd) {
  background-color: #cff4fc;
}

.vendors_table_rfq tbody tr:nth-child(odd) .vendor_with_price li span {
  background: #ffd961;
}


.tableRFQ_material tbody tr:nth-child(even) {
  background-color: #fff3cd;
  color: #000;
}

.vendors_table_rfq tbody tr:nth-child(even) .vendor_with_price li span {
  background: #ffd961;
  color: #000;
}


.tablenewhead thead tr th {
  background: #ebf0f3;
  color: #020202;
  font-weight: 500;
}

#materialListHtml thead tr th:nth-child(1),
#materialListHtml tbody tr td:nth-child(1) {
  width: 40%;
  max-width: 40%;
}

#materialListHtml thead tr th:nth-child(5),
#materialListHtml tbody tr td:nth-child(5) {
  width: 65px;
  max-width: 65px;
}

#selectMat+span.select2-container {
  z-index: 99;
  width: 20% !important;
}

.white_nowrap {
  white-space: nowrap;
}

.select_material+span.select2-container {
  z-index: 99;
  width: 190px !important;
  position: absolute;
  left: 0px;
}

.select_category+span.select2-container {
  position: relative;
  margin-bottom: 10px;
  width: 220px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-left: 3px;
  margin-top: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 15px;
}

input[type='text']::placeholder {
  opacity: .5;
  color: #000;
}


/* Purchase Order */

.invoice-container {
  margin: 15px auto;
  padding: 30px;
  max-width: 850px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}


b,
strong {
  font-weight: 500;
  color: #000;
}

address {
  font-size: 15px;
}

/* Status Start */

.status {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
  display: flex;
  align-items: center;
}

.status span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}

.success span {
  background: #198754;
}

.orange span {
  background: #ffa500;
}

.yellow span {
  background: #fac858;
}

.blue span {
  background: #0b5ed7;
}

.red span {
  background: #dc3545;
}

/* Status End */

.btn.btn-primary.icon img {
  width: 16px;
}

.with-caption img {
  border: 1px solid #000;
}

.rfqTable thead tr th:nth-child(1),
.rfqTable tbody tr td:nth-child(1) {
  white-space: nowrap;
}

.rfqTable thead tr th:nth-child(2),
.rfqTable tbody tr td:nth-child(2) {
  white-space: nowrap;
}



.rfqTable thead tr th:nth-child(9),
.rfqTable tbody tr td:nth-child(9) {
  white-space: normal;
}

.daterange_leave {
  position: absolute;
  left: 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 320px;
}

.daterange_leave label {
  margin-right: 5px;
  font-weight: 500;
}

.leave_filter {
  position: absolute;
  left: 345px;
  width: 120px;
}

.order_daterange {
  position: absolute;
  left: 235px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 300px;
}

.order_daterange i.bx {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 4px;
}

.offer_daterange {
  position: absolute;
  left: 0px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 185px;
}

.offer_daterange i.bx {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 4px;
}

.filter_cat {
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.threedot {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 28px;
}

.rejectbtn {
  padding: 5px 10px;
  font-size: 14px;
  height: 30px;
  line-height: 18px;
  width: 74px;
  margin-top: 10px;
}

.inner-table {
  width: 98%;
  margin-left: 2%;
  border: 1px solid #d7d7d7;

}

.inner-table thead tr th {
  border: 1px solid #d7d7d7;
  background-color: #ebf0f3;
  color: #202020;
  padding: 8px;
}

.inner-table tbody tr td {
  padding: 4px;
}


.sel_all {
  background: transparent;
  color: #4154f1;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 10px;
  /* background: #4154f1;
    color: #fff;
    border: 0;
    padding: 3px 10px;
    border-radius: 3px;
    margin-top: 5px; */
}

.sel_all:hover {
  background: transparent;
  color: #0b5ed7;
}

.De_all {
  background: transparent;
  color: #dc3545;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 0px;
  /* background: #dc3545;
    color: #fff;
    border: 0;
    padding: 3px 10px;
    border-radius: 3px;
    margin-top: 5px; */
}

.De_all:hover {
  background: transparent;
  color: #b02a37;
}

.notes {
  font-style: normal;
  width: 100%;
  min-height: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
}

.table_odd tbody>tr:nth-of-type(odd)>* {
  background-color: #cff4fc;
}

.table_odd tbody>tr:nth-of-type(even)>* {
  background-color: #fff3cd;
}

.table_odd .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #959595;
}

.staffleave tbody tr td:nth-child(4) {
  white-space: nowrap;
}

/* .dataTables_wrapper .dataTables_length{
  display: none;
} */

.reject_resion {
  font-weight: 400;
  background: #dc3545;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 3px;
}

.neworder_list thead tr th:nth-child(6),
.neworder_list tbody tr td:nth-child(6) {
  white-space: normal;
}

.neworder_list tbody tr td:nth-child(1) {
  white-space: nowrap;
}

.rfqTable_list thead tr th:nth-child(1),
.rfqTable_list tbody tr td:nth-child(1) {
  white-space: nowrap;
}


.rfqTable_list tbody tr td:nth-child(6) {
  white-space: nowrap;
}

.rfqTable_list tbody tr td:nth-child(8) {
  white-space: nowrap;
}


.table-striped>tbody>tr:nth-of-type(even)>* {
  background-color: rgb(94 94 94 / 5%);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: #fff !important;
  --bs-table-accent-bg: transprant;
}

.venders_list {
  width: 100%;
  background: #fff;
}

.venders_list span {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;

  margin: 3px;
  border: 1px solid #c3c3c3;
  padding: 2px 10px;
  text-align: center;
  border-radius: 5px;
}


.tab-pane .offer_table thead tr th:nth-child(1),
.tab-pane .offer_table tbody tr td:nth-child(1) {
  width: 2% !important;
}

.tab-pane .offer_table thead tr th:nth-child(2),
.tab-pane .offer_table tbody tr td:nth-child(2) {
  width: 3% !important;
}

.tab-pane .offer_table thead tr th:nth-child(4),
.tab-pane .offer_table tbody tr td:nth-child(4) {
  white-space: nowrap;
}

.tab-pane .offer_table thead tr th:nth-child(5),
.tab-pane .offer_table tbody tr td:nth-child(5) {
  width: 4% !important;
}

.tab-pane .offer_table thead tr th:nth-child(7),
.tab-pane .offer_table tbody tr td:nth-child(7) {
  width: 38% !important;
}

.tab-pane .rfqTable thead tr th:nth-child(3),
.tab-pane .rfqTable tbody tr td:nth-child(3) {
  white-space: nowrap;
  width: 2% !important;
}

.tab-pane .rfqTable thead tr th:nth-child(2),
.tab-pane .rfqTable tbody tr td:nth-child(2) {
  width: 3% !important;
}

.tab-pane .rfqTable thead tr th:nth-child(10),
.tab-pane .rfqTable tbody tr td:nth-child(10) {
  width: 60% !important;
}

table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: none !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #c6c7c8;
}

.bootstrap-select .dropdown-menu {
  max-height: 200px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 30px;
}

.select2-container .select2-selection--single {
  height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 30px;
}

.filter_vendor {
  position: absolute;
  left: 0;
  width: 220px;
}

.dataTables_processing.card {
  margin-bottom: 0px !important;
  box-shadow: none !important;
  background: transparent !important;
}

.count-date-column {
  width: 5% !important;
  max-width: 5% !important;
  white-space: nowrap;
}

.name-column {
  width: 15% !important;
  max-width: 15% !important;
  white-space: nowrap;
}

.rfqTableDash thead tr th:nth-child(1),
.rfqTableDash body tr td:nth-child(1) {
  width: 3% !important;
}

.rfqTableDash thead tr th:nth-child(5),
.rfqTableDash body tr td:nth-child(5) {
  width: 3% !important;
}

.rfqTableDash thead tr th:nth-child(9),
.rfqTableDash body tr td:nth-child(9) {
  width: 3% !important;
}

.rfqTableDash thead tr th:nth-child(11),
.rfqTableDash body tr td:nth-child(11) {
  width: 3% !important;
}

.rfqTableDash thead tr th:nth-child(3),
.rfqTableDash body tr td:nth-child(3) {
  width: 3% !important;
}

.rfqTableDash thead tr th:nth-child(4),
.rfqTableDash body tr td:nth-child(4) {
  width: 4% !important;
}

.neworder_table thead tr th:nth-child(9),
.neworder_table body tr td:nth-child(9) {
  white-space: nowrap;
  width: 10% !important;
}

.no_wrap {
  white-space: nowrap;
}

.action_width {
  width: 10% !important;
}

.vendors_table_rfq thead tr th:nth-child(1),
.vendors_table_rfq body tr td:nth-child(1) {
  width: 8% !important;
}

.vendors_table_rfq thead tr th:nth-child(2),
.vendors_table_rfq body tr td:nth-child(2) {
  width: 2% !important;
}

.vendor-select-error .invalid-feedback {
  position: absolute;
  bottom: 5px;
  left: 100px;
}

.vendor-select-error label.error {
  position: absolute;
  bottom: 5px;
  left: 100px;
  font-size: 12px;
}



.tablenewheadquote thead tr th:nth-child(1),
.tablenewheadquote body tr td:nth-child(1) {
  width: 15% !important;
}

.tablenewheadquote thead tr th:nth-child(2),
.tablenewheadquote body tr td:nth-child(3) {
  width: 6% !important;
}

.tablenewheadquote thead tr th:nth-child(3),
.tablenewheadquote body tr td:nth-child(3) {
  width: 10% !important;
}

.tablenewheadquote thead tr th:nth-child(4),
.tablenewheadquote body tr td:nth-child(4) {
  width: 8% !important;
}


/* tablePO */

.tablePO {
  border: 1px solid #dee2e6;
  width: 100%;
}

.tablePO tbody tr td {
  border: 0px solid #c5c5c5;
  border-right: 1px solid #dee2e6;
}

.tablePO tbody tr td:last-child {
  border-right: 0px solid #dee2e6;
}

.tablePO tbody tr {
  border-bottom: 0px solid #dee2e6;
}

.tablePO tbody tr:nth-child(odd) table tbody tr {
  background-color: transparent;
}

.tablePO tbody tr:nth-child(even) table tbody tr {
  background-color: transparent;
}

.tablePO thead tr th {
  background: #ebf0f3;
  color: #020202;
  font-weight: 500;
}

.tablePO thead tr th:nth-child(1),
.tablePO tbody tr td:nth-child(1) {
  width: 13%;
  padding: 0.4rem 0.3rem;
  vertical-align: top;
}

.tablePO thead tr th:nth-child(2),
.tablePO tbody tr td:nth-child(2) {
  width: 14%;
  vertical-align: top;
}

.tablePO thead tr th:nth-child(3),
.tablePO tbody tr td:nth-child(3) {
  width: 10%;
  vertical-align: top;
}

.tablePO thead tr th:nth-child(4) {
  width: 10%;
}

.tablePO thead tr th:nth-child(5) {
  width: 4%;
}

.tablePO thead tr th:nth-child(6) {
  width: 12%;
}

.tablePO thead tr th:nth-child(7) {
  width: 37%;
}


.tablePO tbody tr td:nth-child(4) {
  width: 63%;
  padding: 0;
}

.tablePO tbody tr td:nth-child(4) table {
  width: 100%;
}

.tablePO tbody tr td:nth-child(4) table tbody tr {
  border-bottom: 1px solid #dee2e6;
}

.tablePO tbody tr td:nth-child(4) table tbody tr:last-child {
  border-bottom: 0px solid #dee2e6;
}

.tablePO tbody tr td:nth-child(4) table tbody tr td:nth-child(1) {
  width: 10%;
  padding: 5px 5px 5px 7px;
  border-right: 0;
}

.tablePO tbody tr td:nth-child(4) table tbody tr td:nth-child(2) {
  width: 4%;
  padding: 5px 5px 5px 7px;
  border-right: 0;
}

.tablePO tbody tr td:nth-child(4) table tbody tr td:nth-child(3) {
  width: 12%;
  padding: 5px 5px 5px 7px;
  border-right: 0;
}

.tablePO tbody tr td:nth-child(4) table tbody tr td:nth-child(4) {
  width: 37%;
  padding: 5px 5px 5px 7px;
}

.tablePO tbody tr td .btn-primary {
  padding: 5px 10px;
  font-size: 13px;
  height: 24px;
  line-height: 13px;
}

.tablePO tbody tr td h6 {
  font-size: 15px;
}


.tablePO tbody tr:nth-of-type(even) {
  background-color: rgb(94 94 94 / 5%);
}



.siteofc {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 18px;
}

.card-title1 {
  padding: 10px 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
}

.track-overview {
  font-size: 14px;
}

.track-overview .label {
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

div.dataTables_processing {
  z-index: 99 !important;
}

.neworder_table thead tr th:nth-child(6),
.neworder_table tbody tr td:nth-child(6) {
  width: 28px !important;
}

.rfqTableDash thead tr th:nth-child(11),
.rfqTableDash tbody tr td:nth-child(11) {
  width: 2% !important;
  max-width: 3% !important
}

.selectvend tbody tr td:nth-child(1) .form-check.d-flex .invalid-feedback {
  margin-left: 5px;
}

.newmaterial_table.newmaterial_list thead tr th:nth-child(1),
.newmaterial_table.newmaterial_list tbody tr td:nth-child(1) {
  width: 20px !important;
}

.newmaterial_table.newmaterial_list thead tr th:nth-child(3),
.newmaterial_table.newmaterial_list tbody tr td:nth-child(3) {
  width: 8% !important;
}

.neworder_table.neworder_list thead tr th:nth-child(1),
.neworder_table.neworder_list tbody tr td:nth-child(1) {
  width: 1% !important;
}

.neworder_table.neworder_list thead tr th:nth-child(2),
.neworder_table.neworder_list tbody tr td:nth-child(2) {
  width: 2% !important;
  white-space: nowrap;
}

.neworder_table.neworder_list thead tr th:nth-child(3),
.neworder_table.neworder_list tbody tr td:nth-child(3) {
  width: 2% !important;
}

.neworder_table.neworder_list thead tr th:nth-child(4),
.neworder_table.neworder_list tbody tr td:nth-child(4) {
  width: 15% !important;
}

.neworder_table.neworder_list thead tr th:nth-child(5),
.neworder_table.neworder_list tbody tr td:nth-child(5) {
  width: 15% !important;
}

.neworder_table.neworder_list thead tr th:nth-child(6),
.neworder_table.neworder_list tbody tr td:nth-child(6) {
  width: 7% !important;
}

.neworder_table.neworder_list thead tr th:nth-child(7),
.neworder_table.neworder_list tbody tr td:nth-child(7) {
  width: 35% !important;
}

.neworder_table.neworder_list thead tr th:nth-child(8),
.neworder_table.neworder_list tbody tr td:nth-child(8) {
  width: 10px !important;
  white-space: nowrap;
}

.rfqTable.rfqTable_list thead tr th:nth-child(4),
.rfqTable.rfqTable_list tbody tr td:nth-child(4) {
  width: 150px !important;
}

.rfqTable.rfqTable_list thead tr th:nth-child(5),
.rfqTable.rfqTable_list tbody tr td:nth-child(5) {
  width: 150px !important;
}


.offer_table_list thead tr th:nth-child(1),
.offer_table_list tbody tr td:nth-child(1),
.offer_table_list thead tr th:nth-child(6),
.offer_table_list tbody tr td:nth-child(6),
.offer_table_list thead tr th:nth-child(5),
.offer_table_list tbody tr td:nth-child(5) {
  white-space: normal;
}

.offer_table.offer_table_list thead tr th:nth-child(3),
.offer_table.offer_table_list tbody tr td:nth-child(3) {
  white-space: nowrap;
}

.offer_table.offer_table_list thead tr th:nth-child(7),
.offer_table.offer_table_list tbody tr td:nth-child(7) {
  width: 30px !important;
}

.offer_table_list thead tr th:nth-child(6),
.offer_table_list tbody tr td:nth-child(6) {
  width: 30% !important;
}

.offer_table.offer_table_list thead tr th:nth-child(1),
.offer_table.offer_table_list tbody tr td:nth-child(1) {
  width: 5px !important;
  max-width: 8% !important;
}

.offer_table.offer_table_list thead tr th:nth-child(2),
.offer_table.offer_table_list tbody tr td:nth-child(2) {
  width: 5px !important;
  max-width: 8% !important;
}

.offer_table.offer_table_list thead tr th:nth-child(3),
.offer_table.offer_table_list tbody tr td:nth-child(3) {
  width: 10px !important;
  max-width: 10% !important;
}

.offer_table.offer_table_list thead tr th:nth-child(8),
.offer_table.offer_table_list tbody tr td:nth-child(8) {
  width: 10px !important;
  max-width: 12% !important;
}

.offer_table.offer_table_list thead tr th:nth-child(9),
.offer_table.offer_table_list tbody tr td:nth-child(9) {
  width: 10px !important;
  max-width: 15% !important;
}


.tab-pane .po_table tbody tr td:nth-child(3),
.tab-pane .po_table tbody tr td:nth-child(5),
.tab-pane .po_table tbody tr td:nth-child(6),
.tab-pane .po_table tbody tr td:nth-child(7),
.tab-pane .po_table tbody tr td:nth-child(10) {
  white-space: nowrap;
}

.tab-pane .po_table tbody tr td:nth-child(10) .d-inline-block {
  display: flex !important;
  white-space: nowrap;
}

.tab-pane .po_table thead tr th:nth-child(2),
.tab-pane .po_table tbody tr td:nth-child(2) {
  width: 35px !important;
}

.tab-pane .po_table thead tr th:nth-child(3),
.tab-pane .po_table tbody tr td:nth-child(3) {
  width: 65px !important;
  white-space: nowrap;
}

.tab-pane .po_table thead tr th:nth-child(7),
.tab-pane .po_table tbody tr td:nth-child(7) {
  width: 70px !important;
  white-space: nowrap;
}

.tab-pane .po_table thead tr th:nth-child(9),
.tab-pane .po_table tbody tr td:nth-child(9) {
  width: 60px !important;
  white-space: nowrap;
}

.tab-pane .po_table thead tr th:nth-child(10),
.tab-pane .po_table tbody tr td:nth-child(10) {
  width: 40px !important;
  white-space: nowrap;
}

.tab-pane .po_table thead tr th:nth-child(12),
.tab-pane .po_table tbody tr td:nth-child(12) {
  width: 80px !important;
  white-space: nowrap;
}

.po_table_list thead tr th:nth-child(3),
.po_table_list tbody tr td:nth-child(3),
.po_table_list thead tr th:nth-child(5),
.po_table_list tbody tr td:nth-child(5),
.po_table_list thead tr th:nth-child(6),
.po_table_list tbody tr td:nth-child(6),
.po_table_list thead tr th:nth-child(7),
.po_table_list tbody tr td:nth-child(7),
.po_table_list thead tr th:nth-child(9),
.po_table_list tbody tr td:nth-child(9),
.po_table_list thead tr th:nth-child(10),
.po_table_list tbody tr td:nth-child(10) {
  white-space: nowrap;
}

.po_table.po_table_list thead tr th:nth-child(2),
.po_table.po_table_list tbody tr td:nth-child(2) {
  width: 35px !important;
}

.po_table.po_table_list thead tr th:nth-child(3),
.po_table.po_table_list tbody tr td:nth-child(3) {
  width: 52px !important;
  white-space: nowrap;
}

.po_table.po_table_list thead tr th:nth-child(7),
.po_table.po_table_list tbody tr td:nth-child(7) {
  width: 70px !important;
  white-space: nowrap;
}

.po_table.po_table_list thead tr th:nth-child(9),
.po_table.po_table_list tbody tr td:nth-child(9) {
  width: 60px !important;
  white-space: nowrap;
}

.po_table.po_table_list thead tr th:nth-child(10),
.po_table.po_table_list tbody tr td:nth-child(10) {
  width: 40px !important;
  white-space: nowrap;
}

.po_table.po_table_list thead tr th:nth-child(12),
.po_table.po_table_list tbody tr td:nth-child(12) {
  width: 80px !important;
  white-space: nowrap;
}

.vendors.table-bordered thead tr th:nth-child(1),
.vendors.table-bordered tbody tr td:nth-child(1) {
  width: 30px !important;
  white-space: nowrap;
}

.vendors.table-bordered thead tr th:nth-child(2),
.vendors.table-bordered tbody tr td:nth-child(2) {
  width: 20% !important;
  white-space: nowrap;
}

.vendors.table-bordered thead tr th:nth-child(3),
.vendors.table-bordered tbody tr td:nth-child(3) {
  width: 20% !important;
  white-space: nowrap;
}

.vendors.table-bordered thead tr th:nth-child(4),
.vendors.table-bordered tbody tr td:nth-child(4) {
  width: 150px !important;
}

.vendors.table-bordered thead tr th:nth-child(6),
.vendors.table-bordered tbody tr td:nth-child(6) {
  width: 20% !important;
}

.vendors.table-bordered thead tr th:nth-child(5),
.vendors.table-bordered tbody tr td:nth-child(5) {
  width: 80px !important;
  white-space: nowrap;
}

.vendors.table-bordered thead tr th:nth-child(7),
.vendors.table-bordered tbody tr td:nth-child(7),
.vendors.table-bordered thead tr th:nth-child(8),
.vendors.table-bordered tbody tr td:nth-child(8) {
  width: 40px !important;
  white-space: nowrap;
}

.tab-pane .neworder_table thead tr th:nth-child(1),
.tab-pane .neworder_table tbody tr td:nth-child(1) {
  width: 30px !important;
}

.tab-pane .neworder_table thead tr th:nth-child(2),
.tab-pane .neworder_table tbody tr td:nth-child(2) {
  width: 30px !important;
}

.tab-pane .neworder_table thead tr th:nth-child(3),
.tab-pane .neworder_table tbody tr td:nth-child(3) {
  width: 3% !important;
}

.tab-pane .neworder_table thead tr th:nth-child(4),
.tab-pane .neworder_table tbody tr td:nth-child(4) {
  white-space: nowrap;
  width: 60px !important;
}

span.address {
  display: block;
  width: 150px;
  float: right;
}

.bidrecive thead tr th:nth-child(1),
.bidrecive tbody tr td:nth-child(1) {
  width: 10%;
}

.bidrecive thead tr th:nth-child(2) {
  width: 15%;
}

.bidrecive thead tr th:nth-child(3) {
  width: 6%;
}

.bidrecive thead tr th:nth-child(4) {
  width: 14%;
}

.bidrecive thead tr th:nth-child(5) {
  width: 11%;
}

.bidrecive thead tr th:nth-child(6) {
  width: 30%;
}

.bidrecive thead tr th:nth-child(7) {
  width: 14%;
}

.bidrecive tbody tr td:nth-child(2) {
  width: 90%;
  padding: 0;
}

.bidrecive tbody tr td:nth-child(2) table tbody tr td:nth-child(1) {
  width: 15%;
  padding: 5px 7px;
}

.bidrecive tbody tr td:nth-child(2) table tbody tr td:nth-child(2) {
  width: 6%;
  padding: 5px 7px;
}

.bidrecive tbody tr td:nth-child(2) table tbody tr td:nth-child(3) {
  width: 14%;
  padding: 5px 7px 5px 10px;
}

.bidrecive tbody tr td:nth-child(2) table tbody tr td:nth-child(4) {
  width: 11%;
  padding: 5px 7px 5px 20px;
}

.bidrecive tbody tr td:nth-child(2) table tbody tr td:nth-child(5) {
  width: 30%;
  padding: 5px 7px 5px 6px;
}

.bidrecive tbody tr td:nth-child(2) table tbody tr td:nth-child(6) {
  width: 14%;
  word-break: break-all;
  padding: 5px 7px;
  border-left: 1px solid #dee2e6;
}

.bidrecive tbody tr td:nth-child(2) table tbody tr td:nth-child(6) a {
  display: block;
  min-width: 130PX;
  max-width: 134px;
  margin-bottom: 10px;
  font-size: 13PX;
  line-height: 18PX;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.bidrecive tbody tr td:nth-child(2) table tbody tr {
  border-bottom: 1px solid #dee2e6;
}

.bidrecive tbody tr td:nth-child(2) table tbody tr:last-child {
  border-bottom: 0px solid #dee2e6;
}


.bidrecive tbody tr:nth-of-type(even) {
  background-color: rgb(94 94 94 / 5%);
}

.bidrecive tbody tr:nth-child(even) table tbody tr {
  background-color: transparent;
}

.bidrecive tbody tr:nth-child(odd) table tbody tr {
  background-color: transparent;
}

.remove_document {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.remove_document a {
  font-size: 13px;
  color: #000;
  padding: 7px 10px;
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.remove_document a.remove {
  background: #dc3545;
  border-radius: 24px;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  margin-left: 10px;
}

.remove_document a.remove img {
  width: 15px;
  height: 15px
}

.material-select .invalid-feedback {
  position: relative;
  top: 0;
  width: auto;
  left: -25px;
}

.vendor-selects .invalid-feedback {
  position: absolute;
  top: 60px;
  width: auto;
}

.vendor-selects-view .invalid-feedback {
  position: relative;
  top: 0px;
  width: auto;
}

.documnet-level {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}

.fw-600 {
  font-weight: 600;
}

.tax-field .input-group-text {
  padding: 0.28rem 0.3rem;
  border-radius: 0;
}

.file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.file-upload .file-select {
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #FFFFFF;
  /*overflow: hidden;*/
  position: relative;
}

.file-upload .file-select .invalid-feedback {
  font-size: 12px;
  margin-top: 5px;
  line-height: 14px;
}

.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 37px;
  line-height: 40px;
}

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select:hover {
  border-color: #34495e;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

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

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.whitnowrap {
  white-space: nowrap;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

table.table-bordered.dataTable th {
  white-space: nowrap;
}

.items-center {
  align-items: center;
}

.w-full {
  width: 100%;
}

.flex-inline {
  display: inline-flex;
}

.avatar {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 9999px;
}

.rounded-full {
  border-radius: 9999px;
}

.w-10 {
  width: 2.5rem;
}

.h-10 {
  height: 2.5rem;
}

.avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.w-\[calc\(100\%_-_52px\)\] {
  width: calc(100% - 52px);
}

.text-title {
  color: #1f2f3e;
}

.font-semibold {
  font-weight: 500;
}

.text-xs {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.025rem;
  margin-bottom: 0;
}

.white-nowrap {
  white-space: nowrap;
}

.user-managers {
  /* border: 1px solid #ddd;
    padding: 4px 6px;
    border-radius: 8px;
    margin: 3px 2px 3px 0; */
  border: 0px solid #ddd;
  padding: 4px 0px;
  border-radius: 8px;
  margin: 3px 0px 3px 5px;
}

.user-managers:first-child {
  margin-left: 0;
}

.min-height {
  min-height: calc(100vh - 170px);
}

.fw-700 {
  font-weight: 700;
}

.add_proj {
  position: absolute;
  right: 0;
  top: 6px;
  height: 28px;
}

.include_pro {
  position: absolute;
  left: 0;
  top: 10px;
}

#project_lists_filter label {
  margin-right: 55px;
  margin-top: 6px;
  margin-bottom: 0;
}

#project_lists_filter label input {
  margin-bottom: 0;
}


.approve-reject button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 3px;
}

.approve-reject button img {
  width: 24px;
}



@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    position: static
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 10px 10px 10px
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    transition: .3s;
    position: relative
  }



  .navbar a .icon,
  .navbar a:focus .icon {
    width: 20px;
    height: 20px;
    color: #009bd9
  }

  .navbar .active,
  .navbar .active:focus,
  .navbar a:hover,
  .navbar li:hover>a {
    color: #ef0a0a
  }

  .navbar .active a {
    color: #ef0a0a
  }

  .navbar .nav-categories ul {
    position: absolute;
    top: 60px;
    min-width: 130px;
    /* left: 12px;
      right: 12px; */
    padding: 10px;
    height: auto;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(2, 59, 109, .1);
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    display: block;
  }

  .navbar .nav-categories ul li {
    display: flex;
    flex: 0 20%;
    align-items: center;
    padding: 7px 5px
  }

  .navbar .nav-categories ul a {
    padding: 0;
    color: #023b6d;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500
  }

  .navbar .nav-categories ul a:hover {
    color: #4154f1;
  }

  .navbar .nav-categories ul a.active {
    color: #4154f1;
    font-weight: 500;
  }

  .navbar .nav-categories ul .icon {
    color: #009bd9;
    width: 18px;
    height: 18px
  }

  .navbar .nav-categories ul span {
    color: #999;
    font-size: 13px;
    font-weight: 400
  }

  .navbar .nav-categories:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: .2s
  }

  .navbar .memberarea .icon {
    margin: 2px 5px 0 0
  }

  .mobile-nav-hide,
  .mobile-nav-show {
    display: none
  }
}

@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: .3s;
    z-index: 9997
  }

  .navbar>ul {
    position: absolute;
    inset: 0;
    padding: 0px 0;
    margin: 0;
    background: rgba(255, 255, 255, .9);
    border-top: 1px solid #ddd;
    overflow-y: auto;
    transition: .3s;
    z-index: 9998;
    list-style: none;
    display: flex;
    flex-direction: column
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #023b6d;
    white-space: nowrap;
    transition: .3s
  }

  .navbar a .icon,
  .navbar a:focus .icon {
    width: 20px;
    height: 20px;
    color: #4154f1;
    margin-left: 4px
  }

  .navbar .active,
  .navbar .active:focus,
  .navbar a:hover,
  .navbar li:hover>a {
    color: #4154f1
  }

  .navbar .memberarea .icon {
    margin: 2px 6px 0 0
  }

  .navbar .nav-search-form {
    display: none
  }

  .navbar .nav-categories {
    position: relative
  }

  .navbar .nav-categories ul {
    padding: 0 15px 0 25px;
    background: #fff;
    transition: .2s;
    display: none
  }

  .navbar .nav-categories ul li {
    display: flex;
    align-items: center;
    padding: 8px
  }

  .navbar .nav-categories ul a {
    padding: 0;
    color: #023b6d;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500
  }

  .navbar .nav-categories ul a:hover {
    color: #4154f1
  }

  .navbar .nav-categories ul a.active {
    font-weight: 500;
    color: #4154f1
  }

  .navbar .nav-categories ul .icon {
    color: #4154f1;
    width: 18px;
    height: 18px
  }

  .navbar .nav-categories ul span {
    color: #999;
    font-size: 13px;
    font-weight: 400
  }

  .navbar .nav-categories .nav-categories-active {
    display: block
  }

  .mobile-nav-toggle {
    margin: 0px 0px 0 0px;
    font-size: 30px;
    color: #000;
  }

  .mobile-nav-toggle .icon {
    color: rgba(255, 255, 255, .7);
    transition: .5s;
    z-index: 9999;
    width: 24px;
    height: 24px
  }

  .mobile-nav-active {
    overflow: hidden
  }

  .mobile-nav-active .navbar {
    right: 0
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 60px 0 0 0;
    background: rgba(255, 255, 255, .8);
    z-index: 9996
  }
}

.single-template h1 {
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #023b6d;
  font-weight: 500;
  background: #fff;
  font-family: Poppins, sans-serif
}

.single-template picture img {
  border: 1px solid #e2ebf5
}

.single-buttons {
  padding: 20px 0;
  display: flex
}

.single-buttons a {
  padding: 12px 5px;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 500;
  transition: .25s;
  background: #035195;
  color: #fff;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 0 10px
}

.single-buttons a .icon {
  width: 20px;
  height: 20px;
  margin-right: 4px
}

.single-buttons a:hover {
  background: #0364b8;
  box-shadow: 0 6px 15px 0 rgba(2, 59, 109, .25)
}

.single-buttons a.template-demo {
  background-color: #009bd9;
  margin: 0 10px 0 0
}

.single-buttons a.template-demo:hover {
  background: #00a6e8
}

.template-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex
}

.template-details li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid #e2ebf5;
  background: #f9fbfd;
  margin: 0 10px 0 0
}

.template-details li:last-child {
  margin: 0 0 0 10px
}

.template-details strong {
  color: #023b6d;
  font-size: 14px;
  font-weight: 500
}

.template-details span {
  font-size: 14px
}

.template-details a {
  color: #0364b8
}


.rfq-form-submit {
  background-image: url(../img/form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 120px;
  padding: 20px;
}

.managers {
  background-image: url(../img/manager.png);
  background-repeat: no-repeat;
  background-size: 13px;
  display: inline-block;
  margin-right: 3px;
  width: 13px;
  height: 13px;
}

.navbar li:hover>a span.managers,
.navbar li.active>a span.managers {
  background-image: url(../img/manager-hover.png);

}

.procurement01 {
  background-image: url(../img/procurement.png);
  background-repeat: no-repeat;
  background-size: 15px;
  display: inline-block;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}

.navbar li:hover>a span.procurement01,
.navbar li.active>a span.procurement01 {
  background-image: url(../img/procurement-hover.png);

}

.deny-button-class {
  display: inline-block !important;
}

.tax-field .input-group-append .input-group-text {
  height: 32px;
}



.cardnew {
  margin-bottom: 10px;
  border: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 5px;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  background: #fff;
  position: relative;
  border: 1px solid #fff3cd;
}

.cardnew .card-header {
  background-color: transparent;
  padding: 15px;
  border-bottom: 1px solid #ecf3fa;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.cardnew .card-header.card-no-border {
  border-bottom: none !important;
}

.cardnew .card-header h5:not(.mb-0),
.cardnew .card-header h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: capitalize;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  color: #260944;
}


.cardnew .card-header h5 small {
  font-size: .85rem;
  margin-left: 3px;
  font-weight: 600;
}

.cardnew .card-body {
  flex: 1 1 auto;
}

.cardnew .card-body {
  padding: 15px;
  background-color: transparent;
}

.cardnew .count-student .school-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.cardnew .count-student .school-wrapper .school-body .right-line {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cardnew .count-student .school-wrapper .school-body img {
  width: calc(62px + 8 * (100vw - 320px) / 1600);
  position: relative;
}

.cardnew .count-student .school-wrapper .school-body .right-line img {
  width: 100%;
  height: 100%;
}

.widget-hover:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}

.cardnew:hover {
  box-shadow: 0 0 40px rgba(8, 21, 66, 0.05);
}

.txt-secondary {
  color: #f73164 !important;
}

.cardnew-header h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.txt-warning {
  color: #FFAA05 !important;
}

.txt-success {
  color: #54BA4A !important;
}

.txt-dark {
  color: #000 !important;
}

.f-light {
  color: #333;
  opacity: 0.8;
}

.row.row-flex .card {
  height: 100%;
  margin-bottom: 0;
}

.staffleave thead tr th:nth-child(2),
.staffleave tbody tr td:nth-child(2),
.staffleave thead tr th:nth-child(3),
.staffleave tbody tr td:nth-child(3),
.staffleave thead tr th:nth-child(4),
.staffleave tbody tr td:nth-child(4) {
  width: 50px !important;
  max-width: 110px !important;
}

.pagestaffleve.staffleave thead tr th:nth-child(2),
.pagestaffleve.staffleave tbody tr td:nth-child(2) {
  width: 10% !important;
  max-width: 12% !important;
}

.pagestaffleve.staffleave thead tr th:nth-child(1),
.pagestaffleve.staffleave tbody tr td:nth-child(1) {
  width: 10% !important;
  max-width: 12% !important;
}

.pagestaffleve.staffleave thead tr th:nth-child(6),
.pagestaffleve.staffleave tbody tr td:nth-child(6) {
  width: 20% !important;
  max-width: 20% !important;
}


.pagestaffleve.staffleave thead tr th:nth-child(3),
.pagestaffleve.staffleave tbody tr td:nth-child(3),
.pagestaffleve.staffleave thead tr th:nth-child(4),
.pagestaffleve.staffleave tbody tr td:nth-child(4),
.pagestaffleve.staffleave thead tr th:nth-child(5),
.pagestaffleve.staffleave tbody tr td:nth-child(5) {
  width: 5% !important;
  max-width: 5% !important;
  white-space: nowrap;
}

.pagestaffleve.staffleave thead tr th:nth-child(7),
.pagestaffleve.staffleave tbody tr td:nth-child(7),
.pagestaffleve.staffleave thead tr th:nth-child(8),
.pagestaffleve.staffleave tbody tr td:nth-child(8) {
  width: 5% !important;
  max-width: 5% !important;
  white-space: nowrap;
}

.projecttable thead tr th:nth-child(2),
.projecttable tbody tr td:nth-child(2),
.projecttable thead tr th:nth-child(3),
.projecttable tbody tr td:nth-child(3),
.projecttable thead tr th:nth-child(4),
.projecttable tbody tr td:nth-child(4) {
  width: 50px !important;
  max-width: 110px !important;
}


.rfqTable.rfqTableDash thead tr th:nth-child(10),
.rfqTable.rfqTableDash tbody tr td:nth-child(10) {
  width: 3% !important;
  max-width: 3% !important;
}

.rfqTable.rfqTableDash thead tr th:nth-child(9),
.rfqTable.rfqTableDash tbody tr td:nth-child(9) {
  white-space: nowrap;
  width: 3% !important;
  max-width: 3% !important;
}

.rfqTable.rfqTableDash thead tr th:nth-child(5),
.rfqTable.rfqTableDash body tr td:nth-child(5) {
  width: 2% !important;
  max-width: 2% !important;
}

.rfqTable.rfqTableDash thead tr th:nth-child(1),
.rfqTable.rfqTableDash body tr td:nth-child(1) {
  width: 1% !important;
  max-width: 1% !important;
  min-width: 30px !important;
}

.rfqTable.rfqTableDash thead tr th:nth-child(4),
.rfqTable.rfqTableDash body tr td:nth-child(4),
.rfqTable.rfqTableDash thead tr th:nth-child(5),
.rfqTable.rfqTableDash body tr td:nth-child(5) {
  width: 15% !important;
}


.box-header {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-width: 1px;
  border-bottom-color: rgb(243 243 243);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0;
  font-weight: 500;
}

.box-header {
  display: flex;
}

.box-header .badge {
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.box-title {
  position: relative;
  margin-inline-end: auto;
  font-size: 1rem;
  font-weight: 500;
  color: rgb(51 51 53);
}

.box-title::before {
  position: absolute;
  position: absolute;
  content: "";
  top: 0.15rem;
  inset-inline-start: -0.65rem;
  height: 1.3rem;
  width: 0.2rem;
  background-color: #fbab1d;
  border-radius: 0.5rem;
}


.clockTime .table-scrollable {
  max-height: 19vh;
  overflow-y: auto;
  overflow-x: auto;
}


.projectondash .table-scrollable {
  max-height: 35vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.clockTime .table-scrollable table,
.projectondash .table-scrollable table {
  width: 99% !important;
}


.procurment-dashbord .tab-content .tab-pane .table-scrollable {
  max-height: 57.8vh;
  min-height: 57.8vh;
  overflow-y: auto;
  overflow-x: auto;
}

.mt--26 {
  margin-top: -26px;
}

.procurment-dashbord .tab-content .tab-pane .dataTables_wrapper .dataTables_filter input[type="search"] {
  width: 156px;
}

.merger-note{
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  color: #606060;
}

@media (min-height: 1081px) {


  .row.row-flex .card.procurment-dashbord {
    min-height: calc(100vh - 220px);
  }

  .procurment-dashbord .tab-content .tab-pane .table-scrollable {
    max-height: 73vh;
    min-height: 73vh;
  }

  .clockTime .table-scrollable {
    max-height: 30.5vh;
    overflow-y: auto;
    overflow-x: auto;
  }


  .projectondash .table-scrollable {
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

}

.role-permission td {
  font-size: 13px;
  padding: 5px 3px;
}

.role-permission tr td:first-child {
  max-width: 180px;
  width: 180px;
}

.form-switch .form-check-input {
  cursor: pointer;
}

#project_lists thead tr th:nth-child(1),
#project_lists tbody tr td:nth-child(1) {
  width: 5% !important;
  max-width: 5% !important;
  white-space: normal !important;
}

#project_lists thead tr th:nth-child(3),
#project_lists tbody tr td:nth-child(3) {
  width: 14% !important;
  max-width: 14% !important;
  white-space: normal !important;
}

#project_lists thead tr th:nth-child(4),
#project_lists tbody tr td:nth-child(4) {
  width: 15% !important;
  max-width: 15% !important;
  white-space: normal !important;
}

#project_lists thead tr th:nth-child(6),
#project_lists tbody tr td:nth-child(6) {
  width: 20% !important;
  max-width: 20% !important;
  white-space: normal !important;
}

#project_lists thead tr th:nth-child(7),
#project_lists tbody tr td:nth-child(7) {
  width: 5% !important;
  max-width: 5% !important;
}

.search-dd-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  border: 0;
  border-left: 1px solid #ddd;
  height: 29.6px;
  width: 32px;
}

.dataList {
  padding: 10px 5px;
  list-style-type: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 2px;
  max-height: 200px;
  overflow-y: auto;
}

.dataListItem {
  font-size: 13px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
  padding: 5px 10px;
  background-color: #fff;
}

.dataListItem.active {
  background-color: #0d6efd;
  color: #fff;
}

.dataListItem:hover {
  background-color: #f4f4f4;
}


#roletable thead tr th:nth-child(1),
#roletable tbody tr td:nth-child(1) {
  width: 5px !important;
  max-width: 5% !important;

}

#roletable thead tr th:nth-child(1):before,
#roletable thead tr th:nth-child(1):after {
  display: none;
}

#roletable thead tr th:nth-child(4),
#roletable tbody tr td:nth-child(4) {
  width: 6px !important;
  max-width: 10% !important;
}

#roletable.projtable.table-bordered.newrole_table thead tr th:nth-child(1),
#roletable.projtable.table-bordered.newrole_table tbody tr td:nth-child(1) {
  width: 38px !important;
  max-width: 5px !important;
}

.newmaterial_table thead tr th:nth-child(1),
.newmaterial_table tbody tr td:nth-child(1) {
  width: 5px !important;
  max-width: 8% !important;
}

.newmaterial_table thead tr th:nth-child(3),
.newmaterial_table tbody tr td:nth-child(3) {
  width: 5px !important;
  max-width: 3% !important;
}

.rfqTable.rfqTable_list thead tr th:nth-child(1),
.rfqTable.rfqTable_list tbody tr td:nth-child(1) {
  width: 5px !important;
  max-width: 8% !important;
}

.neworder_table.neworder_list thead tr th:nth-child(1),
.neworder_table.neworder_list tbody tr td:nth-child(1) {
  width: 5px !important;
  max-width: 8% !important;
}

.datatable.vendors thead tr th:nth-child(1),
.datatable.vendors tbody tr td:nth-child(1) {
  width: 5px !important;
  max-width: 8% !important;
}

.staffTable thead tr th:nth-child(1),
.staffTable tbody tr td:nth-child(1) {
  width: 5px !important;
  max-width: 8% !important;
}

.staffTable thead tr th:nth-child(7),
.staffTable tbody tr td:nth-child(7) {
  width: 5px !important;
  max-width: 4% !important;
}

.staffTable thead tr th:nth-child(2),
.staffTable tbody tr td:nth-child(2) {
  width: 5px !important;
  max-width: 3% !important;
}

.staffTable thead tr th:nth-child(8),
.staffTable tbody tr td:nth-child(8) {
  width: 10px !important;
  max-width: 10% !important;
}

.project_lists thead tr th:nth-child(1),
.project_lists tbody tr td:nth-child(1) {
  width: 5px !important;
  max-width: 8% !important;
}

.project_lists thead tr th:nth-child(8),
.project_lists tbody tr td:nth-child(8) {
  width: 10px !important;
  max-width: 10% !important;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  z-index: 99 !important;
}

.rfq-vendor-price-edit {
  margin-left: auto !important;
  /* background: transparent; */
  border: 0;
  /* color: #0d6efd; */
  padding: 0;
  font-size: 15px;
  margin-left: 5px;
}

.datepicker-orient-bottom {
  margin-top: 15px;
}

.comment-show {
  display: block;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  margin-top: 3px;
}

.document-show {
  display: block;
  min-width: 240px;
  max-width: 250px;
  margin-bottom: 10px;
  font-size: 13PX;
  line-height: 18PX;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#bidNew tr:hover {
  background-color: #ebf0f3;
}

.row-border.order-column thead tr th:nth-child(1),
.row-border.order-column tbody tr td:nth-child(1) {
  width: 300px !important;
}

.row-border.order-column thead tr th:nth-child(1),
.row-border.order-column thead tr th:nth-child(2) {
  background-color: #ebf0f3 !important;
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  width: auto !important;
  max-width: none !important;
  min-width: auto !important;
}

.row-border.order-column thead tr th:nth-child(2),
.row-border.order-column tbody tr td:nth-child(2) {
  width: 100px !important;
  max-width: 100px !important;
  min-width: 100px !important;
}

.row-border.order-column th,
.row-border.order-column td {
  border-color: #b6b6b6 !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  border-bottom: 1px solid #b6b6b6 !important;
}


table.dataTable {
  margin: 0 !important;
}

table.dataTable tbody tr:hover>.dtfc-fixed-start,
table.dataTable tbody tr:hover>.dtfc-fixed-end {
  background-color: #ebf0f3 !important;
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 0px solid rgba(0, 0, 0, 0.3) !important;
}

.emailCard {
  background-clip: padding-box;
  box-shadow: 0 .25rem 1.125rem rgba(75, 70, 92, .1);
  position: relative;
  min-width: 0;
  border-radius: 0.375rem;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f2f5f6;
}

.border-end {
  border-right: 1px solid #dbdade !important;
}

.app-email-sidebar {
  position: relative;
  height: 100%;
  max-height: calc(100% - 55px);
  margin-top: 5px;
  overflow-y: auto;
  background-color: rgba(242, 245, 248, 0.97);
  width: 100%;
  z-index: 4;
  flex-basis: 16.25rem;
  transition: all .2s;
}

.h-100 {
  height: 100%;
}

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

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.email-filter-folders li:first-child {
  margin-top: 0;
}

.email-filters {
  overflow: hidden;
}


.email-filters li a {
  border-left: 3px solid #fff;
}

.email-filters li a {
  text-decoration: none;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  max-width: 300px;
  background-color: #fff;
  margin: 7px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 5px 10px;
  box-shadow: 0 7px 4px 0 rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  display: flex;
  overflow: hidden;
  font-size: 13px;
}

.bowtie-aux_title {
  text-align: center !important;
  color: #fff !important;
  font-size: 14px !important;
  opacity: 0.95 !important;
  padding: 10px 20px 8px !important;
  box-sizing: border-box !important;
  position: relative;
  width: 100%;
  background: #0b5ed7;
  font-weight: 500;
}

.email-filters li:hover {
  box-shadow: 0 5px 22px -3px rgba(0, 0, 0, 0.1);
  transform: scale(1.03);
}

.email-filter-folders li.active a,
.email-filter-folders li.active:hover a {
  border-left: 3px solid rgb(253 207 67);
}

.email-filters li a>span {
  font-weight: 500;
}

.email-title {
  display: flex;
  background-color: #f7f7f7;
  padding: .4rem .5rem;
  border-bottom: 1px solid #dbdade !important;
  border-top: 1px solid #dbdade !important;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}


.replayemail button.btn-primary,
.replybox.replyForm button.btn-primary {
  font-size: 12px;
  padding: 3px 5px;
}

.replayemail button.btn-primary img {
  width: 18px !important;
}

.emailGroup {
  list-style-type: none;
  margin-top: 0px;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}

.emailGroup li {
  border-bottom: 1px solid #dbdade;
  padding: .3rem 1rem;
  transition: all .15s ease-in-out;
  cursor: pointer;
  /* background-color: #fff; */
  width: 100%;
}

.emailSub {
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  word-break: break-all;
}

.emailDesc {
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 20px;
  word-break: break-all;
  margin-top: 0px;
}

.emailtime {
  display: block;
  font-size: 13px;
  color: rgb(0 0 0 / 80%);
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  margin-top: 0px;
}

.emailGroup li.replayemail {
  padding-left: 50px;
  background-color: rgb(255 193 7 / 13%);
}

.replybox {
  width: 100%;
  margin-top: 10px;
}

.message-body-show {
  display: block;
  width: calc(100%);
  cursor: pointer;
  margin-left: 6px;
}

.chat-window1 {
  display: none;
  width: 150px;
  height: 90px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 9999999;
  position: fixed;
  bottom: 120px;
  right: 20px;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
}

.internal {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.internal li {
  width: 100%;
  padding: 8px;
  margin-bottom: 0px;
}

#extenalMessages {
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
}

.email-title .toggle-icon {
  transition: all 0.5s;
}

.email-title .toggle-icon.collapsed {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.send-email-div {
  width: 100%;
  height: 38px;
  background: #fff;
}

#extenalMessagesList {
  max-height: calc(100% - 38px);
  overflow-y: auto;
}

.fs-22{
  font-size: 22px;
}

#notificationDropdown:hover{
  color: #000!important;
}

.navbar li:hover>a#notificationDropdown{
  color: #000!important;
}

#notification-count{
  position: absolute;
    width: 20px;
    height: 20px;
    top: -2px;
    right: -4px;
    padding: 2px 2px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.notificationbox{
  width: 350px;
  box-shadow: 0px 4px 25px 0px rgba(156, 156, 156, .25);
  background-color: white;
  border-radius: .5rem;
  padding: .6rem .5rem !important;
  transition: .8s;
}

.notihead{
  font-weight: 700;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    border-bottom: 1px solid #f1f1f4;
    padding-bottom: 9px;
}
.noNotifi{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.notifi-list{
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block!important;
  max-height: 300px;
    overflow-y: auto;
}

.notifi-list li{
width: 100%;
padding:8px 0;
border-bottom: 1px dashed #dbdfe9;
}

.notifi-list li:last-child{
  border-bottom: 0;
}
.notiTitle{  
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  display: flex;
  align-items: center;
  gap:10px;
 flex-wrap: nowrap; 
}

.titel-notifi-text{
  width: calc(100% - 65px);
  overflow: hidden;
  white-space: normal;
}

.orderID{
  font-size: 15px !important;
    font-weight: 500;
    line-height: 20px;
    background-color: #e2efff;
    color: #1b84ff;
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.8rem;
    border-radius: 5px;
}

.notiTime{
  padding-top: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.63);
}

.noti-content{
  display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.9);
    width: 200px;
    white-space: normal;
    padding-top: 3px;
    width: 100%;
}

.fs-16{
 font-size: 16px;
}

.notifi-list li a{
  background: #fff;
    padding: 8px 10px;
    border-radius: 5px;
}

.notifi-list li a:hover,
.notifi-list li a:focus{
  background: #f3f3f3;
  padding: 8px 10px!important;
  color:#000;
}

