* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Poppins", sans-serif;
}
:hover {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.header-right {
  width: auto;
  float: right;
  height: auto;
}
.butn {
  display: inline-block;
  margin: 4px 2px;
  font-size: 14px;
  padding-left: 32px;
  padding-right: 32px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bulkupload{
  margin:5px
}

.butn:hover {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}

.search-container {
  position: relative;
  display: inline-block;
  margin: 0px 0px;
  height: 40px;
  width: 40px;
  vertical-align: bottom;
  float: left;
}

.mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.searchbutton {
  position: absolute;
  font-size: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}

.search {
  position: absolute;
  left: 0px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background: #eee;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  font-size: 14px;
  color: #000;
}

.search:focus {
  width: 240px; /* Bar width+1px */
  padding: 0 16px 0 0;
  border: 1px solid #ccc;
}

.expandright {
  left: auto;
  right: 34px; /* Button width-1px */
}

.expandright:focus {
  padding: 0 0 0 16px;
}

.fixed {
  position: fixed;
  margin-top: 0;
  top: 0;
  width: 100%;
  background: #fafafa;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.notification {
  width: auto;
  float: left;
  height: auto;
  margin: 5px 20px 0;
}
.notification:hover {
  opacity: 0.9;
}
.right-dropmenu {
  width: auto;
  float: left;
  height: auto;
  display: flex;
  margin: 0 0 0 20px;
}
.user-name {
  margin: 0 px 0 0;
}
.user-name h4 {
  color: #000000;
  font-size: 17px;
  margin: 0 0 0px 0;
}
.user-name p {
  color: #767474;
  font-size: 12px;
  margin: 0 0 0px 0;
  text-align: left;
}
.user-icon {
  margin: 0 10px 0 0;
}
.dash-dropdown {
  position: relative;
  padding: 7px 0 0 0;
}
.drop {
  background: none;
  border: none;
}
.dash-dropdown .dropdown-toggle::after {
  display: none;
}
.dash-dropdown .dropdown-menu {
  right: 0;
  top: 4px;
}
.dash-dropdown .dropdown-menu li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  padding: 5px 10px;
  display: block;
  border-bottom: 1px dotted #ccc;
}
.dash-dropdown .dropdown-menu li:last-child a {
  border-bottom: 0px dotted #ccc;
}
.dash-dropdown .dropdown-menu li a:hover {
  color: #e64848;
}
.user-icon .dropdown-toggle::after {
  display: none;
}

.head-1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 0 10px;
}
.head-1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 10px;
  font-size: 12px;
}
.head-1 .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #e64848;
}
.head-1 .navbar-light .navbar-nav .nav-link {
  color: #000;
}
.head-1 .navbar {
  padding: 0px;
}
.head-1-right {
  width: auto;
  height: auto;
  float: right;
  margin: 0px 0 0 0;
}
.head-1-right ul {
  padding: 0px;
  margin: 0px;
}
.head-1-right ul li {
  list-style: none;
  width: 32px;
  height: 32px;
  /* background: #382527; */
  /* background-color: white; */
  border: 1px solid #c3d3e2;
  float: left;
  margin: 0 5px 0 0;
  text-align: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-1-right ul li a {
  display: block;
  color: black;
}
.head-1-right ul li:hover {
  color: white !important;
}
.head-1-right ul li img {
  max-height: 20px;
}
.head-1-right ul li:hover {
  background: #ffffff;
  color: black !important;
  border: 2px solid black;
}
.head-1-right ul li a:hover {
  /* background: #ffffff; */
  color: white !important;
}
.head-1 .navbar-light .navbar-nav .nav-link.active {
  background: #e64848;
  color: #fff;
  border-radius: 5px;
}
.head-2 {
  /* position: relative;
	width: 100%;
	height: auto;
	padding:0px 0 ; */
  margin-left: 17%;
  position: relative;
  width: 83%;
  height: auto;
  padding: 0px 0;
}
.head-2 .container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
}

.head-2-menu {
  width: 100%;
  height: auto;
}
.head-2-menu ul {
  padding: 0px;
  margin: 0px;
}
.head-2-menu ul li {
  list-style: none;
  color: #747171;
  float: left;
  margin: 0 25px 0 0;
  display: flex;
}
.head-2-menu ul li a {
  color: #747171;
  text-decoration: none;
  font-size: 12px;
}
.head-2-menu ul li.active a {
  color: #000;
}
.head-2-menu ul li span {
  margin: 0 8px 0 0;
}
.head-2-menu ul li a:hover {
  color: #e64848;
}

.dashboard-container-container {
  display: flex;
  align-items: center;
  gap: 2%;
}

.dashboard-container-icons {
  background: black;
  padding: 5px;
  border-radius: 50%;
}

.result-sec .container {
  margin-bottom: 20px;
}

.result-sec {
  /* margin-left: 12rem;
  width: 85%;
	height: auto;
	padding: 40px 0; */
  /* margin-left: 16%;
	margin-top: 3%;
    width: 81%;
    height: auto;
    padding: 40px 0; */
  margin-left: 15%;
  margin-top: 3%;
  width: 83%;
  height: auto;
  padding: 40px 0;
  background: white;
  padding: 2% 1%;
  padding-top: 2% !important;
  border-radius: 16px;
}
.table-desing th {
  background: #382527;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 20px;
}
.table-desing td {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 20px;
}
.table-desing td a .fa-pencil-square-o {
  color: black !important;
  padding: 8px 5.5px 6px 7px !important;
  background-color: #eeeeee;
  border-radius: 50%;
}
.table-desing td a .fa-trash-o {
  color: black !important;
  padding: 8px !important;
  background-color: #eeeeee;
  border-radius: 50%;
}
.table-desing td a .fa-pencil-square-o:hover {
  color: white !important;
  background-color: #101010;
}
.table-desing td a .fa-trash-o:hover {
  color: white !important;
  background-color: #101010;
}

.tab-setting .drop1 {
  background: #e64848;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #e64848;
  padding: 5px 10px;
}
.tab-setting {
  position: relative;
}
.tab-setting .dropdown-menu {
  right: 0;
  top: 35px;
  min-width: 120px;
}
.tab-setting .dropdown-menu li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  padding: 2px 10px;
  display: block;
  border-bottom: 1px dotted #ccc;
}
.tab-setting .dropdown-menu li:last-child a {
  border-bottom: 0px dotted #ccc;
}
.tab-setting .dropdown-menu li a:hover {
  color: #e64848;
}
.heading h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0 0 0px 0;
}
.table-desing td.action {
  padding: 8px 20px;
}
.list-search {
  /* margin-bottom: 30px; */
  margin-bottom: 9px;
  margin-top: 5px;
  padding: 10px 14px;
  background: #f9f9f9;
  border-radius: 8px;
}
.list-search ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
}
.list-search ul li {
  list-style: none;
  position: relative;
  padding: 0 15px 0 0;
  width: 22%;
}
.list-search ul li span {
  /* position: absolute; */
  right: 0;
  top: 9px;
}
/* .list-search ul li input:placeholder-shown{
  font-size: 15px;
} */
.list-search ul li input {
  width: 100%;
  color: #939393;
  background: transparent;
  height: 42px;
  /* padding: 5px 0; */
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  border: 1px solid #939393;
  border-width: 0 0 1px 0;
  font-size: 12px;
}
.list-search ul li input:focus-visible {
  box-shadow: none;
  outline: none;
}
.list-search ul li:last-child {
  width: 124px;
  display: flex;
  height: 53px;
  align-items: center;
}
.list-search ul li button {
  background: none;
  border: none;
  padding: 10px 0 0 0;
  display: flex;
  /* align-items: center; */
}
.list-search ul li button:hover {
  opacity: 0.5;
}

.dashboard-wrapper {
  background-color: #ffffff;
  border-radius: 16px;
  /* padding: 20px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.dashboard-border {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 12px 0;
}
.get-data {
  padding: 8px 20px !important;
  color: black;
  border: 1px solid #c3d3e2 !important;
  background: white !important;
  border-radius: 5px;
  font-size: 12px;
}

.search-icon {
  margin-right: 8px;
}
.eirsearch {
  padding: 8px 20px !important;
  color: #0f3659;
  background: #f9f9f9 !important;
  border-radius: 8px;
  font-size: 10spx;
  border: 3px solid #c3d3e2;
}
.get-data:hover {
  background: black !important;
  color: white;
  border: 1px solid #c3d3e2 !important;
  opacity: 1 !important;
}
.actn a {
  color: #000;
  text-decoration: none;
}
.actn a:hover {
  color: #e64848;
}
.pop-inp {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
.pop-inp select {
  width: 100%;
  height: 42px;
  border: 1px solid #eeeeee;
  background: #eeeeee;
  padding: 5px 10px;
  font-size: 12px;
}
.pop-model h5 {
  color: #000000;
  font-size: 14px;
}
.pop-btn {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
.b-close {
  border: 1px solid #382527;
  background: #fff;
  color: #382527;
  font-size: 12px;
}
.b-close:hover {
  background: #e64848;
  border: 1px solid #e64848;
  color: #fff;
}
.b-update {
  background: #382527;
  color: #fff;
  font-size: 12px;
}
.b-update:hover {
  background: #e64848;
  color: #fff;
}
footer {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  color: #000;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  color: #e64848;
}

/* styles.css */

/* Basic reset */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  height: 100vh;
  background: #f0f1f7;
}

.sidenavhr {
  background: white;
  /* height: 4px; */
  color: white;
  border: 2px solid;
  color: white;
  margin: 2% 0;
}

/* Sidebar styling */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 80px; /* Collapsed width */
  background-color: #f8f9fa;
  overflow-y: auto;
  transition: width 0.3s ease;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  padding-top: 50px; /* Space for toggle button */
}

/* Sidenav Heading */
.nav-heading {
  color: #fff;
  font-size: 22px;
}

/* Default sidebar styling */
/* .sidebar {
    width: 200px; 
    height: 100vh; 
    background-color: #0E1328;
    position: fixed; 
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: width 0.3s ease;
	z-index: 1;
} */
.sidebar {
  width: 200px;
  margin-top: -4vh;
  height: 108vh;
  background-color: #0e1328;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden; /* Hides horizontal scrollbar */
  overflow-y: auto; /* Allows vertical scrolling */
  transition: width 0.3s ease;
  z-index: 1;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
.sidebar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.sidebar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* Collapsed sidebar styling */
.sidebar.collapsed {
  width: 60px; /* Adjust as needed */
}

.sidebar .sidebar-toggle {
  /* background-color: #343a40;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    width: 100%; */
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  background: #0e1328;
  text-align: center;
  width: 100%;
}

/* Sidebar navigation styling */
/* Hide scrollbar but keep scrolling functionality */
.sidebar .navbar-nav {
  padding-left: 0;
  width: 100%;
  padding: 0 7%;
  overflow-y: scroll; /* Enable vertical scrolling */
  margin-bottom: 18%;
  scrollbar-width: none; /* For Firefox */
}

.sidebar .navbar-nav::-webkit-scrollbar {
  width: 0px; /* Hide scrollbar for WebKit browsers */
  background: transparent; /* Optional: Hide background */
}

.sidebar .nav-item {
  width: 100%;
}
/* .sub-menu .nav-item{
  list-style-type: circle !important;
  list-style: circle;
  color: white;
  margin-left: 9%;


} */
/* .sub-menu {
  font-family: 'Title Medium/Font';
} */

.sidebar .nav-link {
  /* color: white;
    padding: 10px;
    display: block;
    text-decoration: none; */
  color: white;
  font-size: 15px;
  padding: 4px 6px;
  display: block;
  margin: 4px 0px;
  text-decoration: none;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}

.sidebar .nav-link.active {
  background-color: #495057;
  align-items: center;
}

/* Content area styling */
.content {
  margin-left: 250px; /* Space for the sidebar */
  padding: 15px;
  /* Adjust width to fill the remaining space */
  width: calc(100% - 250px);
  transition: margin-left 0.3s ease;
}

/* Adjust content margin when sidebar is collapsed */
.sidebar.collapsed + .content {
  margin-left: 60px; /* Same as collapsed sidebar width */
}

.styles-div {
  display: flex;
}

/* Ensure the content adjusts smoothly when sidebar is expanded or collapsed */
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidebar.collapsed {
    width: 100%;
  }

  .content {
    margin-left: 0;
    padding: 15px;
  }
}

/* Ensure that the content does not hide behind the sidebar */
.dashboard-wrapper {
  margin-left: 0; /* Reset margin for dashboard wrapper */
  transition: margin-left 0.3s ease; /* Smooth transition for margin changes */
}

.sidebar.collapsed + .content .dashboard-wrapper {
  margin-left: 60px; /* Adjust for collapsed sidebar */
}

.sidebar:not(.collapsed) + .content .dashboard-wrapper {
  margin-left: 250px; /* Adjust for expanded sidebar */
}

.login-sec {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-inner {
  width: 993px;
  min-height: 400px;
  padding: 30px 30px 30px 10px;
  box-shadow: 0px 2px 10px #ccc;
  height: auto;
}
.login-left {
  width: 50%;
  height: 400px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(164, 164, 164, 0.4);
}
.login-right {
  width: 50%;
  height: 100%;
  float: left;
  padding: 30px 0 0 30px;
}
.login-dv {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid rgba(164, 164, 164, 0.5);
  border-radius: 30px;
  position: relative;
  margin: 25px 0;
  display: flex;
}
span.nme {
  background: #fff;
  position: absolute;
  top: -11px;
  font-size: 14px;
  left: 20px;
  color: #000;
}
.log-icon {
  margin: 15px 10px 0 10px;
  position: relative;
}
.log-icon:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 29px;
  height: 25px;
  width: 2px;
  background: rgba(164, 164, 164, 0.5);
}
.login-dv input {
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  max-width: 80%;
  padding: 0 0 0 5px;
}
.login-dv input:focus-visible {
  outline: none;
}
.login-right h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.login-right h4 {
  font-size: 14px;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.password-container {
  position: relative;
}

.eye-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #666;
}

.eye-icon:hover {
  color: #000;
}


.login-dv-submit {
  width: 100%;
  height: auto;
  display: flex;
  gap: 5px;
  padding: 5px;
}
.login-dv-submit input {
  width: 100%;
  height: 50px;
  background: #382527;
  border: 1px solid #382527;
  border-radius: 30px;
  color: #fff;
}
.login-dv-submit input:hover {
  background: #e64848;
  border: 1px solid #e64848;
}
.login-dv-submit a {
  width: 100%;
  height: 50px;
  background: #382527;
  border: 1px solid #382527;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 10px 0 0 0;
}
.login-dv-submit a:hover {
  background: #e64848;
  border: 1px solid #e64848;
}

.frm {
  margin: 0 0 10px 0;
}
.frm-btn {
  /* margin: 0 0 10px 0;
  text-align: right; */
  gap: 19px;
  margin: 0 0 10px 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.frm-btn input {
  /* background: #e64848;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  border: 1px solid #fff; */
  background: white;
  color: black;
  border-radius: 5px;
  margin-bottom: 1%;
  padding: 7px 30px;
  /* height: 36px; */
  /* border: 1px solid #fff; */
  border: 1px solid #c3d3e2;
}
.frm-btn input:hover {
  background: #382527;
  color: white;
}

.list-search ul li select {
  width: 100%;
  height: 42px;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 0 0 1px 0;
  background: transparent;
  font-size: 12px;
}

/* Added shantanu */
.frm-btn a {
  /* background: #e64848;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  border: 1px solid #fff;
  text-decoration: none; */
  background: white;
  color: black;
  /* height: 36px; */
  border-radius: 5px;
  margin-bottom: 1%;
  text-decoration: none;
  padding: 7px 30px;

  /* border: 1px solid #fff; */
  border: 1px solid #c3d3e2;
}
.frm-btn a:hover {
  background: #382527;
  color: white;
}

/* for datatable */
.buttons-collection {
  padding: 0 !important;
  border-radius: 5px !important;
  background: #e64848 !important;
}
.dt-down-arrow {
  display: none;
}
div.dt-button-collection {
  width: auto !important;
  top: 6.0125px !important;
  /* left: 1031.6px !important; */
  left: 80% !important;
}
.buttons-html5 img {
  /* background: #e64848; */

  border-color: #382527;
}
.buttons-html5 img:hover {
  background: #382527;

  border-color: #e64848;
}
.select2-container .select2-selection--single {
  height: 34px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
}

.modal-title {
  font-size: 16px !important;
}
.dataTables_info,
.dataTables_paginate {
  font-size: 12px !important;
}

/* select menu */
.list-search ul li .bootstrap-select .dropdown-menu li a span.text {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
.bootstrap-select .dropdown-menu li {
  width: 100% !important;
}
.list-search
  ul
  li
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
  height: 42px;
  margin-bottom: 2.5% !important;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  border: 1px solid #939393;
  border-width: 0 0 1px 0;
}
.bootstrap-select .dropdown-menu li {
  padding: 0 0px 0 0;
}
.list-search ul li .bootstrap-select .dropdown-toggle:focus {
  background-color: transparent !important;
  border-color: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.list-search ul li .bs-searchbox .form-control {
  border-width: 1px !important;
  padding: 0 10px;
}
.list-search ul li .bootstrap-select .dropdown-menu {
  min-width: 100% !important;
  width: 100% !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 12px;
  color: #939393;
}
.list-search ul li .bootstrap-select .dropdown-menu li a span.text {
  font-size: 12px;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: relative !important;
}
.pop-inp .bootstrap-select .dropdown-menu li a span.text {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
.pop-inp .bootstrap-select .dropdown-menu li {
  width: 100% !important;
}
.pop-inp
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 0 0 1px 0;
}
.pop-inp .bootstrap-select .dropdown-menu li {
  padding: 0 0px 0 0;
}
.pop-inp .bootstrap-select .dropdown-toggle:focus {
  background-color: transparent !important;
  border-color: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.pop-inp .bs-searchbox .form-control {
  border-width: 1px !important;
  padding: 0 10px;
}
.pop-inp .bootstrap-select .dropdown-menu {
  min-width: 100% !important;
  width: 100% !important;
}

.login-new-line {
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 12px;
}
.login-new-line p a {
  color: #a92140;
  text-decoration: none;
}
.login-new-line p a:hover {
  color: #e64848;
}
.error-message {
  width: 100%;
  height: auto;
  margin: -19px 0 0 0;
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #ff0a0a;
}
.success-message {
  width: 100%;
  height: auto;
  margin: -19px 0 0 0;
  padding: 0 0 0 10px;
  font-size: 12px;
  color: green;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100% !important;
}
.remove-me {
  color: red;
}
/* Role page */
.permissionPanel h4 {
  font-size: 14px;
  /* color: #e64848; */
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  line-height: 30px;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.chkSubpanel {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
}
.frm label {
  margin-top: 1.5%;
}
.ck1 {
  border-radius: 8px;

  background: #fafafa;
  margin: 7px 0 10px -22px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.chkAccess {
  width: 50%;
  height: auto;
  float: left;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #e64848;
  background-color: #e64848;
  box-shadow: none;
}

/* dashboard */
.dashboard {
  width: 100%;
  height: auto;
}
.dashboard ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dashboard ul li {
  /* list-style: none;
	width: 9%;
	height: auto;
	padding: 15px;
	background: #f9f9f9;
	border-left: 5px solid #E64848;
	margin: 0 0 20px 0;
	border-radius: 0 10px 10px 0; */
  list-style: none;
  width: 18.5%;
  height: auto;
  padding: 15px;
  background: transparent;
  /* border-left: 5px solid #E64848; */
  margin: 0 0 22px 0;
  border-radius: 16px;
  border: 2px solid #000000;
}
.dashboard ul li p {
  /* margin: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #151D48; */
  margin: 10px;
  font-size: 19px;
  font-weight: 800;
  color: #151d48;
}
.dashboard ul li h4 {
  font-size: 17px;
  margin: 10px;
  color: #828282;
}
.dashboard ul li a {
  text-decoration: none;
}
.tripno {
  width: auto !important;

  /* Profile Container */
  .profile-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }

  /* Profile Header */
  .profile-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  /* Profile Image */
  .profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
  }

  .profile-image img {
    width: 100%;
    height: auto;
  }

  /* Profile Info */
  .profile-info h2 {
    margin: 0;
    font-size: 24px;
  }

  .profile-info p {
    margin: 5px 0 0;
    color: #666;
  }

  /* Profile Actions */
  .profile-actions {
    margin-left: auto;
  }

  .profile-actions .btn {
    padding: 10px 20px;
    font-size: 16px;
  }

  /* Personal Information Section */
  .personal-info {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
  }

  .personal-info h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* Form Group */
  .form-group {
    margin-bottom: 15px;
  }

  .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  /* Form Actions */
  .form-actions {
    margin-top: 20px;
  }

  .form-actions .btn {
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 10px;
  }

  .form-actions .btn-secondary {
    background-color: #ccc;
    color: #333;
  }
  height: auto !important;
}
.tripno a {
  /* background: #e64848; */
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .dashboard ul li {
    width: 48%;
  }
}

/* .table-desing tr th {
  background-color: white !important;
  color: #7c7c7c !important;
  border: 1px solid #f8f9fa;
  border-left: none;
  font-size: 17px;
  border-right: none;
}
.table-desing tr td {
  background-color: white !important;
  color: black !important;
  border: 1px solid #f8f9fa;
  border-left: none;
  font-size: 15px;
  box-shadow: none !important;
  margin: 5px 0 !important;
  border-right: none;
}
.odd td {
  background-color: white !important;
  color: black !important;
  border: 1px solid #f8f9fa;
  border-left: none;
  border-right: none;
}
.table-desing table {
    border-collapse: separate; 
    border-spacing: 0 10px; 
} */

/* 
.table-desing table {
	margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing:0 5px !important
}

.table-desing tr th {
    background-color: white !important;
    color: #7c7c7c !important;
    border: 1px solid #f8f9fa;
    font-size: 17px;
}

.table-desing tr td {
    background-color: white !important;
    color: black !important;
    font-size: 15px;
	border: 1px solid #f8f9fa;
	box-shadow: none !important;
} */

.table-desing table {
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0 15px !important;
  margin-top: -2% !important;
}
.table-desing tr {
  border: none !important;
}
.table-desing tr th {
  font-family: "Poppins";
  font-weight: 400 !important;

  background-color: white !important;
  color: #7c7c7c !important;
  font-size: 17px;
  border: none !important;
}

.table-desing tr td {
  font-weight: 500 !important;
  font-family: "Poppins";
  background-color: white !important;
  color: black ;
  font-size: 15px;
  border-top: 2px solid #f8f9fa !important;
  border-bottom: 2px solid #f8f9fa !important;
  border-left: none !important ;
  border-right: none !important ;
  box-shadow: none !important;
}

.table-desing tr td:first-child {
  border-left: 2px solid #f8f9fa !important;
  border-right: none !important ;
  border-radius: 8px !important;
}

.table-desing tr td:last-child {
  border-right: 2px solid #f8f9fa !important;
  border-left: none !important ;
  border-radius: 8px !important;
}

.odd td {
  background-color: white !important;
  color: black ;
  border: 1px solid #f8f9fa;
}

/*  */
.sidebar .navbar-nav .sub-menu {
  display: none;
  padding-left: 20px;
  list-style: none;
}

.sidebar .navbar-nav .sub-menu.collapsed {
  display: block;
}



.sidebar .nav-link.active {
  font-weight: bold;
}

.sidebar.collapsed .sub-menu {
  display: none !important;
  /* margin-left: 1%; */
}

.arrow {
  font-size: 12px;
  margin-left: 5px;
}

.export-container {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: white;
  border-radius: 7px;

  border: 1px solid #c3d3e2;
}
.export-container p {
  margin: 0;
}

.dt-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1%;
}
.export-add {
  display: flex;
  gap: 57px;
}
/* .exprot-add {} */


.heading h2 {
  font-size:  20px; 
}
.container-title-add-exprot {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  color: #0f3659;
  font-family: "Poppins";
  align-items: center;
  width: 100%;
}
.container-title-add-exprot ul,
#buttonsul {
  display: flex;
  gap: 10px;
}
.container-title-add-exprot ul a,
#buttonsul a {
  text-decoration: none !important;
}
.container-title-add-exprot ul p,
#buttons div p {
  margin: 0;
  /* color: #0f3659; */
  font-size: 16px;
}
.container-title-add-exprot h2 {
  font-size: 20px;
  margin: 0;
}

.container-title-add-exprot .exprot-containerdiv,
#buttons div,
.exprot-containerdiv {
  display: flex;
  align-items: center;
  /* gap: 8px; */
  padding: 4px 13px;
  border-radius: 7px;
  border: 1px solid #c3d3e2;
}
.exprot-containerdiv p {
  margin: 0;
}

.container-title-add-exprot ul img,
#buttons img {
  width: 17px !important;
  height: 17px !important;
}

.dt-button {
  background: transparent !important;
  border: none !important;
  color: white !important;
  cursor: none !important;
}
.buttons-collection {
  background: transparent !important;
  border: none;
  color: white;
  cursor: none;
}

.searchbutton {
  /* font-size: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 5px;
  display: flex;
  border: 2px solid #C3D3E2;
  padding: 3px 5px; */

  font-size: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  gap: 5px;
  color: #0f3659;
  display: flex;
  border: 2px solid #c3d3e2;
  padding: 4px 8px;
}
.searchbutton p {
  margin: 0;
  font-size: 18px;
}
.searchbutton:hover {
  color: white;
  background-color: black;
}

.displayflex {
  display: flex;
  text-align: center;
  width: 100%;
}
.displayflex li {
  width: 40% !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* profile */

.profileimage {
  align-items: center;
  display: flex;
  gap: 5%;
  padding: 0 2%;
  margin-top: 3%;
}
#changeExprot div.dt-button-collection {
  top: -11% !important;
  left: 83% !important;
}
#changeExprotTrip div.dt-button-collection {
  top: -16% !important;
  left: 83% !important;
}
#changeExprotSoaFM div.dt-button-collection {
  top: 1% !important;
  left: 83% !important;
}
#changeExprotEIR .dt-button-collection {
  top: -11% !important;
  left: 83% !important;
}
#changeExprotEIRACH .dt-button-collection {
  top: -35% !important;
  left: 83% !important;
}
#changeExprotDrive .dt-button-collection {
  top: -11% !important;
}

#changeExprotnn .dt-button-collection {
  top: -13% !important;
  left: 83% !important;
}

/* table filter */
th::after,
th::before {
  opacity: 0 !important;
}

.exprot-containerdiv {
  padding: 4px 13px !important;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    color: #0f3659; /* Default text color */
  }
  

.exprot-containerdiv:hover,
.head-1-right ul li:hover {
  background-color: black;
  color: white; /* Text color on hover */
}

.exprot-containerdiv img {
  margin-right: 8px;
  width: 17px !important;
  height: 17px !important;

}

.exprot-containerdiv p {
  margin: 0;
  color: inherit; /* Inherit color from parent div */
}
.exprot-containerdiv:hover img,
.head-1-right ul li:hover img,
.PopupExprot:hover img {
  filter: grayscale(1) brightness(0) invert(1);
  display: block;
}

.buttons-excel {
  margin-top: -9px;
}

.textfields-eirmodel {
  width: 460px;
  height:40px;
  border-radius: 6px;
  padding: 5px; 
  border: 1px solid #ccc;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #eeeeee; 
}


.buttons-csv {
  margin-top: -9px;
}

/* popuo */
.PopupExprot {
  display: flex;
  color: black;
  align-items: center;
  gap: 5px;
}
.PopupExprot img {
  width: 30px;
  color: black;
  filter: brightness(0) invert(0);
}
.PopupExprot p {
  margin: 0;
}
.PopupExprot:hover,
.PopupExprot:hover p {
  background-color: #000;
  padding: 8px 13px;
  border-radius: 6px;
  color: white;
  cursor: pointer;
}

.horizantal {
  border: 2px solid #e4e4e4;
  margin-left: -2%;
  margin-right: -2%;
}

.dt-buttons {
  height: 0;
}

.table-desing {
  border-top: 1px solid #E4E4E4;
  margin-top: 1%;
  padding-top: 1%;
  margin-left: -2%;
  margin-right: -4%;
  padding-left: 2% !important;
  padding-right: 3% !important;
}

.alert {
  transition: opacity 0.5s ease-out; 
  opacity: 1;
}

.alert.fade-out {
  opacity: 0;
}

.dataTables_scrollHead{
  padding-top: 20px;
}
/* .changemargin .dataTables_scrollHeadInner{
  margin-top: 10px;
} */
