* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

/**************************/
/* body */
/*************************/

body {
  box-sizing: border-box;
  font-family: "Roboto";
  font-size: 16px;
  overflow-x: hidden;
  background-color: #fafafa;
  user-select: none;
}

a {
  text-decoration: none;
}

a {
  display: inline-block;
}

.text-heading {
  color: #000000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: #ffffff !important;
  color: #ffffff !important;
}

input:-webkit-autofill {
  color: #fff !important;
}

.btn {
  font-size: 14px;
}

.primary-btn {
  --bs-btn-color: #000;
  --bs-btn-bg: #90ae42;
  --bs-btn-border-color: #9bbf42;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #708b2b;
  --bs-btn-hover-border-color: #90ba26;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #708b2b;
  --bs-btn-active-border-color: #90ba26;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(144, 186, 38, 0.125);
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}

::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f7f7f7;
}

::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  width: 8px;
  background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #08b2c9;
  border-radius: 10px;
}

/****************************/
/* Side-bar Menu start  */
/***************************/

.sidebar-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 250px;
  z-index: 999;
  transition: 0.5s;
}

.sidebar-menu.toggle-sidemenu-area {
  width: 70px;
}

.sidebar-menu:hover.toggle-sidemenu-area {
  width: 250px;
}

.sidebar-menu .side-header {
  background: #ffffff;
  /* padding: 0 20px; */
  border-bottom: 1px solid #f2f4f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100%;
  transition: 0.5s;
}

.sidebar-menu.toggle-sidemenu-area .side-header {
  padding: 0 10px;
}

.sidebar-menu .side-header .brand-logo img {
  width: 140px;
  height: 55px;
}

.sidebar-menu .side-header .brand-logo span {
  font-size: 24px;
  font-weight: 700;
  color: #7a7a7a !important;
  margin-left: 10px;
  transition: 0.5s;
}

.sidebar-menu .side-header .burger-toggle {
  cursor: pointer;
  transition: 0.5s;
}

.sidebar-menu:hover.toggle-sidemenu-area .side-header .burger-toggle {
  opacity: 1;
  visibility: visible;
}

.sidebar-menu .side-header .burger-toggle-responsive {
  cursor: pointer;
  transition: 0.5s;
}

.sidebar-menu.toggle-sidemenu-area .side-header .burger-toggle {
  opacity: 0;
  visibility: hidden;
}

.sidebar-menu.toggle-sidemenu-area .side-header .brand-logo span {
  opacity: 0;
  visibility: hidden;
}

.sidebar-menu:hover.toggle-sidemenu-area .side-header .brand-logo span {
  opacity: 1;
  visibility: visible;
}

.sidebar-menu .side-header .burger-toggle span {
  height: 1px;
  width: 25px;
  background: #7a7a7a;
  display: block;
  margin: 6px 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-menu .side-header .burger-toggle.active span.top-line {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.sidebar-menu .side-header .burger-toggle.active span.middle-line {
  opacity: 0;
}

.sidebar-menu .side-header .burger-toggle.active span.bottom-line {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  margin-top: 5px;
}

.sidebar-menu .side-header .burger-toggle-responsive.active span.top-line {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.sidebar-menu .side-header .burger-toggle-responsive.active span.middle-line {
  opacity: 0;
}

.sidebar-menu .side-header .burger-toggle-responsive.active span.bottom-line {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  margin-top: 5px;
}

.sidebar-menu .side-header .burger-toggle-responsive span {
  height: 1px;
  width: 25px;
  background: #7a7a7a;
  display: block;
  margin: 6px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sidebar-menu .side-body {
  max-height: calc(100% - 70px);
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 8px 10px 0 rgb(183 192 206 / 10%);
  box-shadow: 0 8px 10px 0 rgb(183 192 206 / 10%);
  background: #ffffff;
  overflow: hidden;
}

.sidebar-menu .side-body .sidebody-nav {
  padding: 20px 0;
  list-style-type: none;
  margin-bottom: 0;
}

[data-sidebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.sidebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.sidebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.sidebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.sidebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
}

.sidebar-content:after,
.sidebar-content:before {
  content: " ";
  display: table;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link {
  color: #7e7e7e;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-item
  .nav-link {
  color: #7e7e7e;
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  transition: all 0.5s;
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link.collapsed-nav-link {
  position: relative;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .sidemenu-nav-second-level {
  list-style-type: none;
  padding-left: 60px;
  margin-bottom: 0;
}

.sidebar-menu.toggle-sidemenu-area
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level {
  padding-left: 50px;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link:hover {
  background-color: #fff;
  color: #000;
  padding-left: 20px;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link.active {
  background-color: #fff;
  color: #000;
  padding-left: 20px;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .nav-link.collapsed-nav-link::after {
  content: "\f054";
  position: absolute;
  right: 35px;
  top: 18px;
  color: #7e7e7e;
  transition: 0.5s;
  font-family: "fontawesome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
}

.sidebar-menu.toggle-sidemenu-area
  .side-body
  .sidebody-nav
  .nav-item
  .nav-link.collapsed-nav-link::after {
  content: "\f054";
  position: absolute;
  right: 35px;
  top: 18px;
  color: #7e7e7e;
  transition: 0.5s;
  font-family: "fontawesome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  opacity: 0;
}

.sidebar-menu.toggle-sidemenu-area:hover
  .side-body
  .sidebody-nav
  .nav-item
  .nav-link.collapsed-nav-link::after {
  content: "\f054";
  position: absolute;
  right: 15px;
  top: 18px;
  color: #7e7e7e;
  transition: 0.5s;
  font-family: "fontawesome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  opacity: 1;
}

.sidebar-menu.toggle-sidemenu-area:hover
  .side-body
  .sidebody-nav
  .nav-item
  .nav-link.collapsed-nav-link:hover::after {
  color: #000;
}

.sidebar-menu.toggle-sidemenu-area:hover
  .side-body
  .sidebody-nav
  .nav-item
  .nav-link.collapsed-nav-link.active::after {
  color: #000;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .nav-link.collapsed-nav-link.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .nav-link.collapsed-nav-link:hover::after {
  color: #000;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .nav-link.collapsed-nav-link:hover::after {
  color: #000;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .nav-link.collapsed-nav-link.active::after {
  color: #000000;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link.active::before {
  width: 3px;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link.active::before {
  width: 3px;
  background-color: #000000;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link.active {
  background-color: #08b2c9;
  color: #08b2c9;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link:hover {
  background-color: #08b2c9;
  color: #000000;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link.active {
  background-color: #08b2c9;
  color: #000000;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.5s;
  background: #000;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link:hover::before {
  width: 3px;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link .nav-icon {
  color: #7a7a7a;
  transition: 0.5s;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: 0px;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link .nav-icon img {
  width: 30px;
  height: 100%;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link.active .nav-icon {
  color: #000;
}

/* .sidebar-menu .side-body .sidebody-nav .nav-item.mm-active .nav-link .nav-icon {
  color: #90ae42;
} */

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link:hover .nav-icon {
  transform: rotateY(-180deg);
  color: #000;
}

.sidebar-menu .side-body .sidebody-nav .nav-item .nav-link .nav-title {
  transition: 0.5s;
  font-weight: 700;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-title {
  transition: 0.5s;
  font-size: 14px;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link::before {
  background: #7e7e7e;
  content: "";
  height: 0.125rem;
  left: -20px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  transition: all 0.5s;
  width: 0.375rem;
}

.sidebar-menu.toggle-sidemenu-area
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link::before {
  background: #7e7e7e;
  content: "";
  height: 0.125rem;
  left: -20px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  transition: all 0.5s;
  width: 0px;
}

.sidebar-menu.toggle-sidemenu-area:hover
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link::before {
  background: #7e7e7e;
  content: "";
  height: 0.125rem;
  left: -20px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  transition: all 0.5s;
  width: 0.375rem;
}

.sidebar-menu.toggle-sidemenu-area:hover
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link:hover {
  background-color: #fff;
  color: #000;
  padding-left: 20px;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link:hover:before {
  width: 1.25rem;
  background-color: #000;
}

.sidebar-menu
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link.active:before {
  width: 1.25rem;
  background-color: #000;
}

.sidebar-menu.toggle-sidemenu-area
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link.active:before {
  width: 0px;
  background-color: #000;
}

.sidebar-menu.toggle-sidemenu-area:hover
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link.active:before {
  width: 1.25rem;
  background-color: #000;
}

.sidebar-menu.toggle-sidemenu-area:hover
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link:hover:before {
  width: 1.25rem;
  background-color: #000;
}

.sidebar-menu.toggle-sidemenu-area:hover
  .side-body
  .sidebody-nav
  .nav-item
  .sidemenu-nav-second-level
  .nav-link:hover:before {
  width: 1.25rem;
  background-color: #000;
}

.sidebar-menu.toggle-sidemenu-area
  .side-body
  .sidebody-nav
  .nav-item
  .nav-link
  .nav-title {
  display: none;
}

.sidebar-menu:hover.toggle-sidemenu-area
  .sidebody-nav
  .nav-item
  .nav-link
  .nav-title {
  display: inline-block;
}

/****************************/
/* Side-bar Menu end  */
/***************************/

/****************************/
/* Main-page content start  */
/***************************/

.page-content {
  transition: 0.5s;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 90px;
  padding-right: 30px;
  padding-left: 280px;
}

.page-content.hide-sidemenu-area {
  padding-left: 85px;
}

.top-navbar.navbar.top-sticky {
  position: fixed;
  top: 0;
  left: 250px;
  z-index: 99;
  box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 7%);
  background: #ffffff !important;
  width: calc(100% - 250px);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.top-navbar.navbar.top-sticky.toggle-navbar-area {
  left: 55px;
  width: calc(100% - 55px);
}

.top-navbar.navbar .burger-toggle-responsive {
  cursor: pointer;
  transition: 0.5s;
}

.top-navbar.navbar .burger-toggle-responsive span {
  height: 1px;
  width: 25px;
  background: #7a7a7a;
  display: block;
  margin: 6px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.top-navbar.navbar .nav-search-form {
  position: relative;
  width: 300px;
}

.top-navbar.navbar .nav-search-form .form-control {
  height: 45px;
  border-radius: 30px;
  background-color: #eef5f9;
  border: none;
  color: #7a7a7a;
  padding: 0 15px 0 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  font-size: 14px;
  font-weight: 400;
}

.top-navbar.navbar .nav-search-form label {
  display: block;
  margin-bottom: 0;
  position: absolute;
  left: 15px;
  top: 12.3px;
  font-size: 14px;
  color: #a8a8a8;
}

/* navbar-left start */

.top-navbar.navbar .left-nav {
  position: relative;
  top: 4px;
}

.top-navbar.navbar .nav-item {
  margin-left: 15px;
}

.top-navbar.navbar .nav-item:first-child {
  margin-left: 0;
}

.top-navbar.navbar .left-nav .nav-item .nav-link {
  font-size: 16px;
}

.top-navbar.navbar .nav-item .nav-link {
  padding: 0;
  color: #525f80;
  font-weight: 500;
}

.top-navbar.navbar .left-nav .nav-item .nav-link:hover {
  color: #90ae42;
}

.top-navbar.navbar .nav-item.apps-box .nav-link {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.top-navbar.navbar .nav-item.dropdown .dropdown-menu {
  max-width: 280px;
  position: absolute;
  right: 0;
  left: auto;
  border-radius: 2px;
  margin-top: 20px;
  border: none;
  display: block;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
  background-color: #ffffff;
}

.top-navbar.navbar .nav-item.apps-box .dropdown-menu {
  width: 350px;
  max-width: 350px;
  border-radius: 5px 5px 0 0;
  right: auto;
  padding: 0;
  left: 0;
}

.top-navbar.navbar .nav-item.dropdown .dropdown-menu.show {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}

.top-navbar.navbar .nav-item.apps-box .dropdown-menu .dropdown-header {
  border-radius: 5px 5px 0 0;
  background-color: #2962ff;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 7px;
}

.top-navbar.navbar .nav-item.apps-box .dropdown-menu .dropdown-header span {
  font-size: 13px;
  font-weight: 600;
}

.top-navbar.navbar
  .nav-item.apps-box
  .dropdown-menu
  .dropdown-header
  span.edit-btn {
  cursor: pointer;
}

.top-navbar.navbar .nav-item.apps-box .dropdown-menu .dropdown-body {
  padding: 10px 5px;
}

.top-navbar.navbar
  .nav-item.apps-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 8px 10px;
}

.top-navbar.navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #7a7a7a;
  padding: 5px 15px;
  position: relative;
  font-size: 15px;
}

.top-navbar.navbar
  .nav-item.apps-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  span {
  margin-top: 8px;
  font-weight: 600;
}

.top-navbar.navbar .nav-item.apps-box .dropdown-menu .dropdown-footer {
  text-align: center;
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
}

.top-navbar.navbar
  .nav-item.apps-box
  .dropdown-menu
  .dropdown-footer
  .dropdown-item {
  color: #2962ff !important;
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto;
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 600;
}

/* navbar-left end */

/* navbar-right start */

.top-navbar.navbar .right-nav {
  margin-left: 20px;
}

.top-navbar.navbar .nav-item .nav-link.bx-fullscreen-btn {
  font-size: 16px;
  position: relative;
  cursor: pointer;
  top: -1px;
  margin-right: 5px;
}

.top-navbar.navbar .nav-item.language-switch-nav-item .nav-link {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.top-navbar.navbar .nav-item .nav-link img {
  width: 30px;
  margin-right: 3px;
}

.top-navbar.navbar .nav-item.language-switch-nav-item .nav-link img {
  width: 25px;
  margin-right: 3px;
  position: relative;
  top: -2px;
  border-radius: 2px;
}

.top-navbar.navbar .nav-item .nav-link .fa-chevron-down {
  font-size: 14px;
  position: relative;
  display: inline-block;
  top: -1px;
  margin-left: 2px;
  color: #525f80;
}

.top-navbar.navbar .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  color: #7a7a7a;
  background-color: transparent;
  background-color: #f8f9fa;
}

.top-navbar.navbar .nav-item.language-switch-nav-item.dropdown .dropdown-menu {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.top-navbar.navbar
  .nav-item.language-switch-nav-item.dropdown
  .dropdown-menu
  .dropdown-item {
  padding: 5px 20px;
  font-size: 14.5px;
}

.top-navbar.navbar
  .nav-item.language-switch-nav-item.dropdown
  .dropdown-menu
  .dropdown-item
  img {
  width: 27px;
  border-radius: 2px;
}

.top-navbar.navbar .dropdown-toggle::after {
  display: none !important;
}

.top-navbar.navbar .nav-item.message-box .nav-link {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.top-navbar.navbar .nav-item .message-btn {
  font-size: 20px;
  position: relative;
  margin-right: 7px;
}

.top-navbar.navbar .nav-item .message-btn i {
  position: relative;
  top: -1px;
}

.top-navbar.navbar .nav-item .nav-link .badge.bg-primary {
  background: #2962ff;
  animation: pulse-primary 2s infinite;
  box-shadow: 0 0 0 rgb(41 98 255 / 90%);
}

.top-navbar.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: -2px;
  right: -7px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 9px;
  line-height: 12px;
}

.top-navbar.navbar .nav-item.dropdown .dropdown-menu {
  max-width: 280px;
  position: absolute;
  right: 0;
  left: auto;
  border-radius: 2px;
  margin-top: 20px;
  border: none;
  display: block;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
  background-color: #ffffff;
}

.top-navbar.navbar .nav-item.message-box .dropdown-menu {
  width: 350px;
  max-width: 350px;
  border-radius: 5px 5px 0 0;
  padding: 0;
}

.top-navbar.navbar .nav-item.message-box .dropdown-menu .dropdown-header {
  border-radius: 5px 5px 0 0;
  background-color: #2962ff;
  color: #ffffff;
  padding-left: 15px;

  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 7px;
}

.top-navbar.navbar .nav-item.message-box .dropdown-menu .dropdown-header span {
  font-size: 13px;
  font-weight: 600;
}

.top-navbar.navbar
  .nav-item.message-box
  .dropdown-menu
  .dropdown-header
  span.clear-all-btn {
  cursor: pointer;
}

.top-navbar.navbar .nav-item.message-box .dropdown-menu .dropdown-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-navbar.navbar
  .nav-item.message-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item {
  padding: 7px 15px;
}

.figure {
  display: inline-block;
}

.top-navbar.navbar
  .nav-item.message-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  .figure
  img {
  width: 35px;
  height: 35px;
}

.top-navbar.navbar
  .nav-item.message-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  .content {
  width: 285px;
  padding-left: 12px;
}

.top-navbar.navbar
  .nav-item.message-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  .content
  span {
  color: #7a7a7a;
  margin-bottom: 2px;
  font-size: 14.5px;
  font-weight: 600;
}

.top-navbar.navbar
  .nav-item.message-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  .content
  .sub-text {
  font-size: 12.5px;
  color: #686868;
}

.top-navbar.navbar
  .nav-item.message-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  .content
  .time-text {
  font-size: 13px;
  color: #686868;
}

.top-navbar.navbar .nav-item.message-box .dropdown-menu .dropdown-footer {
  text-align: center;
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
}

.top-navbar.navbar
  .nav-item.message-box
  .dropdown-menu
  .dropdown-footer
  .dropdown-item {
  color: #2962ff !important;
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto;
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 600;
}

.top-navbar.navbar .nav-item.notification-box .nav-link {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.top-navbar.navbar .nav-item .notification-btn {
  font-size: 20px;
  position: relative;
  margin-right: 7px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.top-navbar.navbar .nav-item .notification-btn i {
  position: relative;
  top: -1px;
  animation: ring 4s 0.7s ease-in-out infinite;
}

.top-navbar.navbar .nav-item .nav-link .badge.bg-secondary {
  background: #08b2c9;
  animation: pulse-secondary 2s infinite;
  box-shadow: 0 0 0 rgb(255 0 10 / 90%);
}

.top-navbar.navbar .nav-item.notification-box .dropdown-menu {
  width: 350px;
  max-width: 350px;
  border-radius: 5px 5px 0 0;
  padding: 0;
}

.top-navbar.navbar .nav-item.notification-box .dropdown-menu .dropdown-header {
  border-radius: 5px 5px 0 0;
  background-color: #08b2c9;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 7px;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-header
  span {
  font-size: 13px;
  font-weight: 600;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-header
  span.mark-all-btn {
  cursor: pointer;
}

.top-navbar.navbar .nav-item.notification-box .dropdown-menu .dropdown-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item {
  padding: 7px 15px;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  background: #f7f7f7;
  text-align: center;
  color: #08b2c9;
  transition: 0.5s;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  .icon
  i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  .content {
  padding-left: 15px;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  .content
  span {
  color: #7a7a7a;
  margin-bottom: 1px;
  font-size: 14.5px;
  font-weight: 600;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item
  .content
  p {
  font-size: 12px;
  color: #686868;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item:hover
  .icon {
  background-color: #08b2c9;
  color: #000000;
}

.top-navbar.navbar .nav-item.notification-box .dropdown-menu .dropdown-footer {
  text-align: center;
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-footer
  .dropdown-item {
  color: #08b2c9 !important;
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto;
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 600;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item:nth-child(2):hover
  .icon {
  background-color: #08b2c9;
  color: #000000;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item:nth-child(2)
  .icon {
  background: #f7f7f7;
  color: #08b2c9;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item:nth-child(3):hover
  .icon {
  background-color: #08b2c9;
  color: #000000;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item:nth-child(3)
  .icon {
  background: #f7f7f7;
  color: #08b2c9;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item:nth-child(4):hover
  .icon {
  background-color: #08b2c9;
  color: #000000;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item:nth-child(4)
  .icon {
  background: #f7f7f7;
  color: #08b2c9;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item:nth-child(5):hover
  .icon {
  background-color: #08b2c9;
  color: #000000;
}

.top-navbar.navbar
  .nav-item.notification-box
  .dropdown-menu
  .dropdown-body
  .dropdown-item:nth-child(5)
  .icon {
  background: #f7f7f7;
  color: #08b2c9;
}

.top-navbar.navbar .profile-nav-item .nav-link {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.top-navbar.navbar .profile-nav-item .menu-profile .name {
  color: #7a7a7a;
  display: inline-block;
  position: relative;
  top: 2px;
  font-weight: 600;
}

.top-navbar.navbar .profile-nav-item .menu-profile img {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 0;
  margin-left: 5px;
  object-fit: cover;
  border: 3px solid #08b2c9;
}

/* .top-navbar.navbar .profile-nav-item.dropdown .dropdown-menu {
  padding: 15px 15px 10px;
  min-width: 230px;
} */

.top-navbar.navbar .profile-nav-item.dropdown .dropdown-menu .dropdown-header {
  padding: 0;
  /* border-bottom: 1px solid #f2f4f9; */
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-header
  .figure {
  position: relative;
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-header
  .figure
  img {
  width: 80px;
  height: 80px;
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-header
  .name {
  display: block;
  color: #7a7a7a;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 700;
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-header
  .email {
  color: #686868;
}

.top-navbar.navbar .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-body
  .nav-item {
  margin-left: 0;
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-body
  .nav-item
  .nav-link {
  color: #7a7a7a;
  padding: 5px 15px 5px 38px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.top-navbar.navbar .profile-nav-item.dropdown .dropdown-menu .dropdown-footer {
  margin: 10px -15px 0;
  padding: 10px 15px 0;
  border-top: 1px solid #eeeeee;
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-footer
  ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-footer
  .nav-item
  .nav-link {
  color: red;
  padding: 5px 15px 5px 38px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-body
  .nav-item
  .nav-link
  i {
  color: #686868;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 16px;
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-footer
  .nav-item
  .nav-link
  i {
  color: red;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 16px;
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-body
  .nav-item
  .nav-link:hover
  i {
  transform: rotateY(-180deg);
}

.top-navbar.navbar
  .profile-nav-item.dropdown
  .dropdown-menu
  .dropdown-footer
  .nav-item
  .nav-link:hover
  i {
  transform: rotateY(-180deg);
}

/* navbar-right end */

/* Breadcrumb-area start */

.page-content-crumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 5px;
  /* margin-top: 92px; */
  margin-bottom: 10px;
}

.breadcrumb-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.breadcrumb-area h1 {
  margin-bottom: 0;
  position: relative;
  color: #7a7a7a;
  padding-right: 12px;
  font-size: 20px;
  font-weight: 700;
}

.breadcrumb-area h1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background: #cecece;
}

.breadcrumb-area .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.breadcrumb-area .breadcrumb .item {
  color: #606060;
  margin-right: 7px;
  position: relative;
  font-size: 15px;
}

.breadcrumb-area .breadcrumb .item a {
  display: inline-block;
  color: #08b2c9;
}

/* breadcrumb area end */

/* Main-content start */

.dash-card-box {
  margin-bottom: 30px;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  background-color: #ffffff;
  padding: 25px 12px 25px 75px;
  border-radius: 5px;
  position: relative;
}

.dash-card-box .icon-box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgb(231, 228, 228);
  box-shadow: 1px 5px 24px 0 rgba(231, 228, 228 / 15%);
  position: absolute;
  left: 14px;
  top: 47%;
  transform: translateY(-47%);
  text-align: center;
  font-size: 38px;
  color: #ffffff;
}

.col-lg-3:nth-child(2) .dash-card-box .icon-box {
  background-color: #e7e4e4;
  box-shadow: 1px 5px 24px 0 rgba(231, 228, 228 / 15%);
}

.col-lg-3:nth-child(3) .dash-card-box .icon-box {
  background-color: #e7e4e4;
  box-shadow: 1px 5px 24px 0 rgba(231, 228, 228 / 15%);
}

.col-lg-3:nth-child(4) .dash-card-box .icon-box {
  background-color: #e7e4e4;
  box-shadow: 1px 5px 24px 0 rgba(231, 228, 228 / 15%);
}

.dash-card-box .icon-box i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #000000;
}

.dash-card-box .icon-box i img {
  width: 32px;
  height: 100%;
}

.dash-card-box .sub-title {
  color: #a3a3a3;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}

.dash-card-box h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.dash-card-box h3 .badge {
  line-height: initial;
  border-radius: 0;
  color: #13bb37;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}

.dash-card-box .progress-list {
  margin-top: 8px;
}

.dash-card-box .progress-list .bar-inner {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #d1d1d1;
}

.dash-card-box .progress-list .bar-inner .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: #e1000a;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.col-lg-3:nth-child(2) .dash-card-box .progress-list .bar-inner .bar {
  background: #13bb37;
}

.col-lg-3:nth-child(3) .dash-card-box .progress-list .bar-inner .bar {
  background: #ff4b00;
}

.col-lg-3:nth-child(4) .dash-card-box .progress-list .bar-inner .bar {
  background: #4788ff;
}

.dash-card-box .progress-list p {
  color: #a3a3a3;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 13px;
}

.display-card {
  background-color: #ffffff;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  border: none;
  border-radius: 5px;
  padding: 25px;
}

.display-card .card-header {
  background-color: #ffffff;
  border-radius: 0;
  margin-bottom: 25px;
  padding: 0;
  border: none;
}

.display-card .card-header h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.display-card .card-header .dropdown .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #727e8c;
  font-size: 22px;
  line-height: 15px;
}

.display-card .card-header .dropdown .dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  margin-top: 35px !important;
  display: block;
  top: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: unset !important;
  left: auto !important;
  right: 0 !important;
}

.display-card .card-header .dropdown .dropdown-menu.show {
  margin-top: 25px !important;
  opacity: 1;
  visibility: visible;
}

.display-card .card-header .dropdown .dropdown-menu .dropdown-item {
  color: #7a7a7a;
  padding: 5px 15px 5px 36px;
  position: relative;
  font-size: 14px;
}

.display-card .card-header .dropdown .dropdown-menu .dropdown-item i {
  color: #686868;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 16px;
}

.display-card .card-header .dropdown .dropdown-toggle::after {
  display: none;
}

.footer-area {
  padding-bottom: 25px;
  padding-top: 25px;
  position: fixed;
  left: 250px;
  z-index: 9;
  bottom: 0;
  background: #fff;
  width: calc(100% - 250px);
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 7%);
  /* 0px 15px 10px -15px rgb(0 0 0 / 7%) */
}

.charts-mb {
  margin-bottom: 66px;
}

.footer-area p {
  font-size: 15px;
  margin-bottom: 0;
  color: #686868;
}

.footer-area p i {
  position: relative;
  top: 2px;
}

.footer-area p a {
  display: inline-block;
  color: #686868;
}

.footer-area p a:hover {
  color: #e1000a;
  text-decoration: none;
}

.footer-area.toggle-navbar-area {
  left: 55px;
  width: calc(100% - 55px);
}

/**************************/
/* login-start */
/*************************/

.login-wrapper {
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #f6f7fb;
}

.login-wrapper.wrapper-img {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(../img/loginNew.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-wrapper .d-table {
  width: 100%;
  height: 100%;
}

.login-wrapper .d-table-cell {
  vertical-align: middle;
}

.login-wrapper .login-form {
  max-width: 480px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  /* background: rgb(209 203 203 / 40%);
  backdrop-filter: blur(8px); */
  box-shadow: 0px 2px 56px -2px rgb(0 0 0 / 75%);
}

.brand-logo {
  position: relative;
  display: table;
  width: 100%;
  height: 90px;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 0;
}

.brand-logo figure {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.brand-logo figure img {
  max-height: 180px;
  max-width: 240px;
  margin: 0px auto;
}

.login-wrapper .login-form .brand-logo span {
  font-size: 24px;
  font-weight: 700;
  color: #fff !important;
  margin-left: 10px;
  transition: 0.5s;
}

.login-wrapper .login-form form {
  margin-top: 25px;
}

.login-wrapper .login-form form .form-group {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.login-wrapper .login-form form .form-group .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #adadad;
  padding: 0 0 0 32px;
  color: #2a2a2a;
  height: 45px;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 500;
}

.login-wrapper .login-form form .form-group .form-control::placeholder {
  color: #a1a1a1;
  transition: 0.5s;
}

.login-wrapper .login-form form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #2a2a2a;
}

.login-wrapper .login-form form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: 0.5s;
  background: #08b2c9;
}

.login-wrapper
  .login-form
  form
  .form-group
  .form-control:focus
  + .label-title::before {
  width: 100%;
}

.login-wrapper .login-form form .form-group .label-title i {
  position: absolute;
  left: 9px;
  transition: 0.5s;
  top: 9px;
  font-size: 22px;
  color: #08b2c9;
}

.login-wrapper
  .login-form
  form
  .form-group
  .form-control:focus
  + .label-title
  i {
  top: -22px;
}

.login-wrapper .login-form form .form-group .form-control:focus {
  padding-left: 5px;
  box-shadow: none;
}

.login-wrapper .login-form form .form-group .remember-forgot {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.login-wrapper .login-form form .form-group .checkbox-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.login-wrapper .login-form form .form-group .checkbox-box {
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
  padding-left: 25px;
  color: #fff;
}

.login-wrapper .login-form form .form-group .remember-forgot .forgot-password {
  color: #fff;
  text-decoration: none !important;
}

.login-wrapper .login-form form .form-group .checkbox-box .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  overflow: hidden;
  background-color: #eeeeee;
  transition: 0.5s;
}

.login-wrapper
  .login-form
  form
  .form-group
  .checkbox-box
  input:checked
  ~ .checkmark {
  background-color: #08b2c9;
}

.login-wrapper .login-form form .form-group .checkbox-box .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  overflow: hidden;
  background-color: #000;
  transition: 0.5s;
  border-radius: 5px;
}

.login-wrapper .login-form form .form-group .checkbox-box .checkmark:after {
  content: "\f00c";
  position: absolute;
  display: none;
  left: 1px;
  top: -4.5px;
  color: #000;
  font-size: 17px;
  font-family: "fontawesome";
}

.login-wrapper
  .login-form
  form
  .form-group
  .checkbox-box
  input:checked
  ~ .checkmark:after {
  display: block;
}

.login-wrapper .login-form form .login-btn {
  padding: 12px 35px 11px;
  border-radius: 30px;
  border: none;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #08b2c9;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
}

.login-wrapper .login-form form p {
  margin-top: 20px;
  color: #fff;
}

.login-wrapper .login-form form p a {
  text-decoration: none !important;
  color: #08b2c9;
}

/**************************/
/* login-end */
/*************************/

/********************************/
/* Notification page css start */
/******************************/

.notification {
  margin-bottom: 74px;
}

.notification .notification-card {
  margin-bottom: 30px;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  background-color: #ffffff;
  padding: 25px 25px 25px 25px;
  border-radius: 5px;
  position: relative;
}

.notification .notification-card .notification-card-body .content {
  width: 100%;
  padding-left: 15px;
}

.notification .notification-card .notification-card-body .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background: #f7f7f7;
  text-align: center;
  color: #08b2c9;
  transition: 0.5s;
}

.notification .notification-card .notification-card-body .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.notification
  .notification-card
  .notification-card-body
  .content
  .content-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notification
  .notification-card
  .notification-card-body
  .content
  .content-heading
  h6 {
  color: #7a7a7a;
  margin-bottom: 1px;
  font-size: 18px;
  font-weight: 600;
}

.notification
  .notification-card
  .notification-card-body
  .content
  .content-heading
  span {
  font-size: 12px;
  color: #686868;
}

.notification
  .notification-card
  .notification-card-body
  .content
  .content-detail
  p {
  width: 900px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7a7a;
}

.notification .notification-card .notification-card-body:hover .icon {
  background-color: #08b2c9;
  color: #000000;
}

.notification .notification-card:nth-child(2) .notification-card-body .icon {
  background: #f7f7f7;
  color: #08b2c9;
}

.notification
  .notification-card:nth-child(2)
  .notification-card-body:hover
  .icon {
  background-color: #08b2c9;
  color: #000000;
}

.notification .notification-card:nth-child(3) .notification-card-body .icon {
  background: #f7f7f7;
  color: #08b2c9;
}

.notification
  .notification-card:nth-child(3)
  .notification-card-body:hover
  .icon {
  background-color: #08b2c9;
  color: #000000;
}

/******************************/
/* Notification page css end */
/****************************/

/******************************/
/* Edit-Profile page css start */
/****************************/

.profile-edit {
  margin-bottom: 70px;
}

.profile-edit .profile-edit-card {
  margin-bottom: 30px;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  background-color: #ffffff;
  padding: 25px 25px 25px 25px;
  border-radius: 5px;
  position: relative;
}

.profile-edit .profile-edit-card .profile-edit-content .form-group {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.profile-edit
  .profile-edit-card
  .profile-edit-content
  .form-group
  .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #7a7a7a;
}

.profile-edit
  .profile-edit-card
  .profile-edit-content
  .form-group
  .label-title
  i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 9px;
  font-size: 18px;
  color: #e1000a;
}

.profile-edit
  .profile-edit-card
  .profile-edit-content
  .form-group
  .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: 0.5s;
  background: #e1000a;
}

.profile-edit
  .profile-edit-card
  .profile-edit-content
  .form-group
  .form-control {
  border-radius: 0;
  padding: 0 0 0 32px;
  color: #7a7a7a;
  height: 45px;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 400;
  background: transparent;
}

.profile-edit
  .profile-edit-card
  .profile-edit-content
  .form-group
  .form-control:focus {
  box-shadow: none;
}

.profile-edit
  .profile-edit-card
  .profile-edit-content
  .form-group
  .edit-img-label {
  border: 1px dashed #7a7a7a;
}

.profile-edit
  .profile-edit-card
  .profile-edit-content
  .form-group
  .edit-profile-img {
  min-height: 93px !important;
  height: 93px !important;
  border-radius: 5px;
}

.profile-edit .profile-edit-card .profile-edit-content .profile-group {
  position: relative;
  width: fit-content;
}

.profile-edit .profile-edit-card .profile-edit-content .form-group .cancel-btn {
  position: absolute;
  background-color: #fff;
  border: none;
  z-index: 10;
  line-height: 2px;
  top: -12px;
  right: -9px;
}

.btn-cancel {
  position: absolute;
  background-color: #fff;
  border: none;
  z-index: 10;
  line-height: 2px;
  top: -12px;
  right: -9px;
}

.btn-cancel i {
  color: #e1000a;
  font-size: 20px;
}

.profile-edit
  .profile-edit-card
  .profile-edit-content
  .form-group
  .cancel-btn
  i {
  color: #e1000a;
  font-size: 20px;
}

.profile-edit .profile-edit-card .profile-edit-content .edit-btns {
  text-align: end;
}

.profile-edit
  .profile-edit-card
  .profile-edit-content
  .edit-btns
  .edit-profile-btn {
  color: #fff;
  background-color: #e1000a;
  border-color: #e1000a;
}

/******************************/
/* Edit-Profile page css end */
/****************************/

/******************************/
/* Message-Board page start */
/****************************/

.chat-content-area {
  margin-bottom: 84px;
}

/* .chat-content-area .sidebar-left {
  float: left;
} */

.chat-content-area .sidebar-left .sidebar {
  background-color: #ffffff;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  padding: 25px;
  /* width: 300px; */
}

.chat-content-area .sidebar-left .sidebar .chat-sidebar-header {
  padding-bottom: 25px;
}

.chat-content-area .sidebar-left .sidebar .chat-sidebar-header form label {
  display: block;
  margin-bottom: 0;
  position: absolute;
  left: 15px;
  top: 13.3px;
  font-size: 15px;
  color: #a8a8a8;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .chat-sidebar-header
  form
  .form-control {
  height: 45px;
  border-radius: 30px;
  background-color: #eef5f9;
  border: none;
  color: #7a7a7a;
  padding: 0 15px 0 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  font-size: 14px;
  font-weight: 400;
}

.chat-content-area .sidebar-left .sidebar .sidebar-content {
  height: calc(100vh - 321px);
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0%;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-label {
  color: #7a7a7a;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  font-weight: 700;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-label::before {
  width: 70px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #e1000a;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-user
  li {
  cursor: pointer;
  margin-bottom: 20px;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-user
  li
  .avatar {
  position: relative;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-user
  li
  .avatar
  [class*="status-"] {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 1px;
  top: 1px;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-user
  li
  .avatar
  .status-busy {
  background-color: #ff5b5c;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-user
  li
  .avatar
  .status-online {
  background-color: #39da8a;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-user
  li
  .avatar
  .status-offline {
  background-color: #475f7b;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-user
  li
  .avatar
  .status-away {
  background-color: #08b2c9;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-user
  li
  h6 {
  margin-bottom: 3px;
  font-size: 14px;
}

.chat-content-area
  .sidebar-left
  .sidebar
  .sidebar-content
  .chat-menu
  .list-group-user
  li
  span {
  color: #71738d;
  font-size: 11.5px;
}

/* 
.chat-content-area .content-right {
  float: right;
  width: calc(100% - 330px);
} */

.chat-content-area .content-right .chat-list-wrapper .chat-list {
  background-color: #ffffff;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header {
  padding: 15px 20px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-left
  .avatar {
  position: relative;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-left
  h6 {
  white-space: nowrap;
  font-size: 16px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-left
  .avatar
  [class*="status-"] {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 1px;
  top: 1px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-left
  .avatar
  .status-online {
  background-color: #39da8a;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-right {
  position: relative;
  top: 1px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-right
  ul
  li:first-child {
  margin-left: 0;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-right
  ul
  li {
  display: inline-block;
  margin-left: 1px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-right
  ul
  li
  .favorite {
  font-size: 20px;
  cursor: pointer;
  color: #c7cfd6;
  position: relative;
  top: -1px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-right
  ul
  li
  .dropdown
  .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #727e8c;
  font-size: 22px;
  line-height: 15px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-right
  ul
  li
  .dropdown
  .dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  margin-top: 35px !important;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: unset !important;
  left: auto !important;
  right: 0 !important;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-right
  ul
  li
  .dropdown
  .dropdown-menu
  .dropdown-item {
  color: #7a7a7a;
  padding: 5px 15px 5px 36px;
  position: relative;
  font-size: 14px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-right
  ul
  li
  .dropdown
  .dropdown-menu
  .dropdown-item
  i {
  color: #686868;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 16px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-right
  ul
  li
  .dropdown
  .dropdown-toggle::after {
  display: none !important;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-header
  .header-right
  ul
  li
  .dropdown
  .dropdown-menu.show {
  margin-top: 25px !important;
  opacity: 1;
  visibility: visible;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container {
  height: calc(100vh - 338px);
  background-color: #e3e6f1;
  padding: 25px 20px;
  background-image: url(../img/chat-bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container
  .chat-content {
  text-align: center;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container
  .chat-content
  .chat
  .chat-avatar {
  float: right;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container
  .chat-content
  .chat
  .chat-body {
  overflow: hidden;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container
  .chat-content
  .chat
  .chat-body
  .chat-message:first-child {
  margin-top: 0 !important;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container
  .chat-content
  .chat
  .chat-body
  .chat-message {
  position: relative;
  float: right;
  max-width: 420px;
  text-align: left;
  padding: 12px 16px;
  margin: 10px 21.28px 21.28px 0;
  clear: both;
  word-break: break-word;
  color: #ffffff;
  background-color: #3578e5;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container
  .chat-content
  .chat
  .chat-body
  .chat-message
  p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container
  .chat-content
  .chat
  .chat-body
  .chat-message
  .time {
  position: absolute;
  bottom: -25px;
  right: 0;
  color: #6b7886;
  font-size: 0.8rem;
  white-space: nowrap;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container
  .chat-content
  .chat.chat-left
  .chat-avatar {
  float: left;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container
  .chat-content
  .chat.chat-left
  .chat-body
  .chat-message {
  text-align: left;
  float: left;
  margin: 10px 0 26.28px 21.28px;
  color: #727e8c;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-container
  .chat-content
  .chat.chat-left
  .chat-body
  .chat-message
  p {
  color: #727e8c;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer {
  background-color: #fafafa;
  padding: 15px 20px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer
  form {
  position: relative;
  padding-right: 50px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer
  .emoji-btn {
  padding: 0;
  border: none;
  background-color: #f9d0d9;
  border-radius: 50%;
  width: 35px;
  font-size: 19px;
  line-height: 37px;
  height: 35px;
  color: #e1000a;
  transition: 0.5s;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer
  .file-attachment-btn {
  padding: 0;
  border: none;
  background-color: #f9d0d9;
  border-radius: 50%;
  width: 35px;
  font-size: 19px;
  line-height: 37px;
  height: 35px;
  color: #e1000a;
  transition: 0.5s;
  position: relative;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer
  .file-attachment-btn
  i {
  position: absolute;
  top: 9px;
  left: 9px;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer
  .emoji-btn:hover,
.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer
  .emoji-btn:focus {
  background-color: #e1000a;
  color: #ffffff;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer
  .file-attachment-btn:hover,
.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer
  .file-attachment-btn:focus {
  background-color: #e1000a;
  color: #ffffff;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer
  form
  .form-control {
  background-color: #ffffff;
  height: 45px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  font-size: 14.5px;
  border: 1px solid #dfe3e7;
  color: #7a7a7a;
}

.chat-content-area
  .content-right
  .chat-list-wrapper
  .chat-list
  .chat-list-footer
  form
  .send-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: #e1000a;
  color: #ffffff;
  transition: 0.5s;
  border-radius: 30px;
  height: 40px;
  padding: 0 13px;
  box-shadow: 0 4px 12px 0 rgb(255 0 10 / 20%);
  font-size: 15px;
  font-weight: 700;
}

/******************************/
/* Message-Board page end */
/****************************/

/*****************************/
/* all-random start */
/*****************************/

.all-random {
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 5px;
  margin-bottom: 90px;
}

.something-add {
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 5px;
}

.something-add form .form-group .edit-img-label {
  border: 1px dashed #7a7a7a;
}

.something-add form .form-group .edit-profile-img {
  min-height: 93px !important;
  height: 93px !important;
  border-radius: 5px;
}

.something-add form .form-group .cancel-btn {
  position: absolute;
  background-color: #fff;
  border: none;
  z-index: 10;
  line-height: 2px;
  top: -12px;
  right: -9px;
}

.something-add form .form-group .cancel-btn i {
  color: #e1000a;
  font-size: 20px;
}

.something-add form .form-group .form-control {
  border-radius: 0;
  padding: 0 0 0 32px;
  color: #7a7a7a;
  height: 45px;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 400;
  background: transparent;
}

.something-add form .form-group {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  width: fit-content;
}

.something-add form .add-btns {
  text-align: end;
}

.something-add form .add-btns .add-btn {
  color: #fff;
  background-color: #e1000a;
  border-color: #e1000a;
}

/********************************  CSS EDIT BY HARSHVARDHAN FOR  INSURANCE ADMIN  ******************/

.page-content {
  margin-bottom: 100px;
}

.home-card {
  margin-bottom: 1.875rem;
  background-color: #fff;
  border-radius: 0.375rem;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
}

.card {
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 5px;
  border: none;
}

.home-card .card-header {
  background-color: #fff;
  padding: 1.5rem 1.63rem;
  display: flex;
  border-bottom: 0.5px solid #f5f5f5;
  justify-content: space-between;
  align-items: center;
  min-height: 65px;
}

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

.home-card .card-header .card-title {
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
}

.home-card .card-body .card-title p {
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
}

.table thead th {
  border-bottom-width: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-color: #f5f5f5;
  white-space: nowrap;
}

.table tbody tr td {
  white-space: nowrap;
}

.control-form {
  background: #fff;
  border: 1px solid #08b2c9;
  height: 50px;
  color: #454545;
  /* text-transform: uppercase; */
}
.form-select {
  border: 1px solid #08b2c9;
  padding: 10px !important;
  height: 50px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-label {
  font-size: 14px;
}

.form-control::-webkit-file-upload-button {
  margin: 0.2rem 0.25rem !important;
}

.detail-page .trainee-detail table tr p {
  margin-bottom: 0;
  font-size: 14px;
  white-space: break-spaces;
}

.detail-page .trainee-detail table tr td {
  vertical-align: top;
  padding: 5px;
}

.detail-page .trainee-detail table tr td img {
  width: 150px;
}

.border-right-only:not(:last-child) {
  border-right: 1px solid #000;
}

/* TIMELINE LOGS FOR POS START */

.timeline > h4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: bold;
  padding: 1rem;
}

.timeline > .column {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}

.timeline > .column::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  border: 1px solid rgb(44 44 44 / 25%);
  height: calc(100% / 5 * 4);
  z-index: 0;
}

.timeline > .column > .row {
  display: flex;
}

/* row text */
.timeline > .column > .row > .text {
  flex: 1 1 calc(50% - 50px);
  position: relative;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
}

.timeline > .column > .row h4 {
  color: #000;
  background-color: #d6e1b9;
  font-size: 16px;
  padding: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.timeline > .column > .row p {
  padding: 1rem;
  color: rgba(51, 51, 51, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* row icon */
.timeline > .column > .row > .icon {
  flex: 1 1 100px;
}

.timeline > .column > .row > .icon > div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  background: #d6e1b9;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  position: relative;
}

.timeline > .column > .row > div i {
  display: block;
  font-size: 1.5rem;
  color: rgb(0 0 0);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* row time */
.timeline > .column > .row > .time {
  flex: 1 1 calc(50% - 50px);
  padding-top: 1rem;
}

.timeline > .column > .row:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline > .column > .row:nth-child(even) > div:last-child {
  text-align: end;
}

.timeline > .column > .row:nth-child(even) h4::before {
  content: "";
  position: absolute;
  left: -20px;
  border: 10px solid rgba(0, 0, 0, 0);
  border-right-color: #d6e1b9;
}

.timeline > .column > .row:nth-child(odd) h4::after {
  content: "";
  position: absolute;
  right: -20px;
  border: 10px solid rgba(0, 0, 0, 0);
  border-left-color: #d6e1b9;
}

/* mobile version */
@media screen and (max-width: 768px) {
  .timeline > .column::before {
    left: 36px;
    height: calc(100% / 5 * 4);
    top: 50px;
  }

  .timeline > .column > .row {
    flex-flow: column wrap;
    height: 250px;
  }

  .timeline > .column > .row:nth-child(even) {
    flex-direction: column;
  }

  .timeline > .column > .row:nth-child(even) > .time:last-child {
    text-align: start;
  }

  .timeline > .column > .row > .icon {
    order: 1;
    flex: 1 1 100%;
    padding-top: 50px;
    width: 100px;
  }

  .timeline > .column > .row > .time {
    order: 2;
    flex: 1 1 50px;
    width: calc(100% - 100px);
  }

  .timeline > .column > .row > .text {
    order: 3;
    flex: 1 1 calc(100% - 50px);
    width: calc(77% - 100px);
  }

  .timeline > .column > .row:nth-child(odd) h4::before {
    content: "";
    position: absolute;
    left: -20px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right-color: black;
  }

  .timeline > .column > .row:nth-child(odd) h4::after {
    border: none;
  }
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-success {
  background-color: #28c76f;
}

.badge {
  line-height: 1.5;
  /* padding: 5px 10px; */
}

.badge-success {
  color: #fff;
  background-color: #28c76f;
}

.detail-page table p {
  margin: 0;
}

.detail-page .card-body table h4 {
  font-size: 18px;
}

.detail-page .card-body table p {
  font-size: 14px;
}

.detail-page .card-body table p a {
  word-break: break-all;
}

.form-group-2 {
  position: relative;
  width: 100%;
}

.form-group-2 .preview-img {
  border: 1px dashed #7a7a7a;
  width: 100%;
  height: 120px;
}

.form-group-2 .preview-img img {
  max-height: 105px !important;
  height: 105px !important;
  width: 100%;
  min-width: 100%;
  border-radius: 5px;
}

.form-group-2 .cancel-btn {
  position: absolute;
  background-color: #fff;
  border: none;
  z-index: 10;
  line-height: 2px;
  top: 13px;
  right: -9px;
}

.form-group-2 .cancel-btn i {
  color: #e1000a;
  font-size: 20px;
}

.form-group-2 h6 {
  font-size: 12px;
}

.ops-docs-img {
  position: relative;
  display: table;
  width: 100%;
  height: 140px;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 0;
  border: 1.3px dashed #a2a59b;
  border-radius: 5px;
}

.accept {
  border: 1.7px dashed #08b2c9;
}

.primary-bg {
  background-color: #08b2c9;
  color: #000000;
}

.ops-docs-img-rejected {
  position: relative;
  display: table;
  width: 100%;
  height: 140px;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 0;
  border: 1.7px dashed #000;
  border-radius: 5px;
}

.ops-docs-img figure {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.ops-docs-img-rejected figure {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.ops-docs-img figure img {
  max-height: 110px;
  border-radius: 5px;
  margin: 0px auto;
  max-width: 180px;
}

.ops-docs-img-rejected figure img {
  max-height: 110px;
  border-radius: 5px;
  margin: 0px auto;
  max-width: 180px;
}

.nav.nav-tabs .nav-item .nav-link {
  color: #000;
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #08b2c9;
  border-radius: 5px;
}

.nav.nav-tabs .nav-item .nav-link.active {
  color: #000;
  background-color: #08b2c9;
  border-radius: 5px;
}

/* .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #e7e4e4;
  border-radius: 5px;
} */

.nav.nav-tabs {
  /* box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 5px; */
  margin-bottom: 18px;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 0px !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #08b2c9;
  --bs-btn-border-color: #08b2c9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #08b2c9;
  --bs-btn-hover-border-color: #08b2c9;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #08b2c9;
  --bs-btn-active-border-color: #08b2c9;
}

.btn-outline-primary {
  --bs-btn-color: #08b2c9;
  --bs-btn-border-color: 358e93#358E93;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #08b2c9;
  --bs-btn-hover-border-color: #08b2c9;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #08b2c9;
  --bs-btn-active-border-color: #08b2c9;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #08b2c9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #08b2c9;
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-process {
  --bs-btn-color: #fff;
  --bs-btn-bg: #90ae42;
  --bs-btn-border-color: #90ae42;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #90ae42;
  --bs-btn-hover-border-color: #90ae42;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #90ae42;
  --bs-btn-active-border-color: #90ae42;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #90ae42;
  --bs-btn-disabled-border-color: #90ae42;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e50606;
  --bs-btn-border-color: #e50606;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e50606;
  --bs-btn-hover-border-color: #e50606;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e50606;
  --bs-btn-active-border-color: #e50606;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e50606;
  --bs-btn-disabled-border-color: #e50606;
}

.bg-process {
  --bs-bg-opacity: 1;
  background-color: #90ae42 !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #08b2c9;
  outline: 0;
  box-shadow: none;
}

.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #08b2c9;
  outline: 0;
  box-shadow: none;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #08b2c9 !important;
}

.doccont {
  border: 2px dotted #000000;
  padding: 15px;
  display: inline-block;
  border-radius: 6px;
}

.docprev {
  width: 150px;
  height: 150px;
}

.detail-img {
  object-fit: contain;
  max-height: 90px !important;
  min-height: 90px !important;
  width: 100%;
  border: 1px dashed #d5d5d5;
  border-radius: 5px;
  padding: 7px;
}

.detail-img-2 {
  object-fit: contain;
  max-height: 120px !important;
  min-height: 120px !important;
  width: 100%;
}

.accordion-button::after {
  width: 0px;
}

.accordion-item {
  border: none;
}

.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.card-header {
  background-color: #fff;
  border: 0px;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
  z-index: 2;
  color: #000;
  background-color: #08b2c9;
  border-color: #08b2c9;
}

.page-link.active,
.active > .page-link {
  z-index: 3;
  color: #000;
  background-color: #08b2c9;
  border-color: #08b2c9;
}

.datatable-table-scroll-::-webkit-scrollbar {
  width: 0px;
}

/* ::-webkit-scrollbar {
  width: 0px;
} */

.hm-spinner {
  height: 115px;
  width: 115px;
  border: 6px solid transparent;
  border-top-color: #9c27b0;
  border-bottom-color: #9c27b0;
  border-radius: 50%;
  position: relative;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.hm-spinner::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 6px solid transparent;
  border-top-color: #ba68c8;
  border-bottom-color: #ba68c8;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.permission-card {
  cursor: pointer;
}

.permission-card .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background: #f7f7f7;
  text-align: center;
  color: #08b2c9;
  transition: 0.5s;
}

.permission-card .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.permission-card:hover .icon {
  background-color: #08b2c9;
}

.permission-card:hover .icon svg {
  fill: #000000;
}

@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}

@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes strikes {
  from {
    left: 25px;
  }

  to {
    left: -80px;
    opacity: 0;
  }
}

@keyframes dots {
  from {
    width: 0px;
  }

  to {
    width: 15px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* .show_lodar {
  display: block;
}

.hide_lodar {
  display: none;
} */

.loading-window {
  height: 200px;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 300px;
  z-index: 999999;
}

.loading-window-outer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999;
  background: #08b2c9;
}

.loading-window .text {
  font-size: 1.3rem;
  position: absolute;
  width: auto;
  top: 60%;
  left: 37%;
  margin: 0 auto;
  color: #000000;
}

.loading-window .dots {
  display: inline-block;
  width: 5px;
  overflow: hidden;
  vertical-align: bottom;
  animation: dots 1.5s linear infinite;
  transition: 1;
}

.car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 92px;
  top: 70px;
}

.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: #000000;
  animation: strikes 0.2s linear infinite;
}

.car .strike2 {
  top: 11px;
  animation-delay: 0.05s;
}

.car .strike3 {
  top: 22px;
  animation-delay: 0.1s;
}

.car .strike4 {
  top: 33px;
  animation-delay: 0.15s;
}

.car .strike5 {
  top: 44px;
  animation-delay: 0.2s;
}

.car-detail {
  position: absolute;
  display: block;
  background-color: #000000;
  animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid #000000;
  border-left: 20px solid #000000;
}

.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0px;
}

.car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid #000000;
  background: none;
  box-sizing: border-box;
}

.car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}

.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}

.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid #000000;
  animation-name: spin;
}

.car-detail.wheel2 {
  left: 82px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000000;
  text-decoration: none;
  background-color: #08b2c9;
}

.admin-profile {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #08b2c9;
  object-fit: cover;
}

.rmsc .dropdown-container:focus-within {
  box-shadow: #08b2c9 0 0 0 1px !important;
  border-color: #08b2c9 !important;
}


.data_picker{
  position: relative;
  z-index: 0;
  width: 100%;
}

.did-floating-label-content { 
  position:relative; 
  /* margin-bottom:20px;  */
}
.did-floating-label {
  color:#000; 
  font-size:13px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:15px;
  top:11px;
  padding:0 5px;
  background:#fff;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.did-floating-input, .did-floating-select {
  font-size:14px;
  display:block;
  width:100%;
  height:40px;
  padding: 0 20px;
  background: #fff;
  border-radius: 5px !important;
  color: #323840;
  border: 1px solid lightgray;
  border-radius: 4px;
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label{
      top:-8px;
      font-size:13px;
    }
  }
}
.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top:-8px;
  font-size:13px;
}
select.did-floating-select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.did-floating-select::-ms-expand {
  display: none;
}
.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top:-8px;
  font-size:13px;
}
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top:-8px;
  font-size:13px;
}
.did-floating-select[value=""]:focus ~ .did-floating-label {
  top:11px;
  font-size:13px;
}
.lebal_sec {
  /* border: 1px solid black; */
  position: absolute;
  z-index: 1;
  margin-top: -10px;
  margin-left: 10px;
  background: #fff;
  padding: 0 2px;
}

table.dataTable.table.table-bordered.table-hover.table-striped{
  font-size: small;

}

button.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
}

/* table.dataTable.table.table-bordered :nth-child(1){
  font-size: x-small;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
} */