:root {
  --primary: #ffd12c;
  --light-primary: #f8e8e9;
  --secondary: #8f8f8f;
  --light: #fbfbfb;
  --dark: #050505;
  --blue: #0303ff;
  --white: #fff;
  --page-content-space: 20px;
  /* --sidebar-width: 440px; */
  --sidebar-width: 300px;
  --body-font-size: 15px;
  --bs-table-accent-bg: #fbfbfb !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #fbfbfb !important;
}
body {
  font-family: "Inter", sans-serif;
  font-size: var(--body-font-size);
  color: var(--dark);
  font-weight: 400;
  transition: all 0.3s;
  overflow-x: hidden;
  padding-left: var(--sidebar-width);
  background-color: #fbfbfb;
}

html {
  font-size: var(--body-font-size);
}
::selection {
  color: var(--dark);
  background: var(--primary);
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img,
svg {
  width: auto;
  /* max-width: 100%; */
  max-width: 90%;
  height: auto;
}
button {
  transition: all 0.4s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section {
  width: 100%;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
*,
::after,
::before {
  box-sizing: border-box;
  outline: none;
}
html button {
  box-shadow: none !important;
}
p:last-child {
  margin-bottom: 0;
}
html a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s;
}
html a:hover {
  color: #777777;
  text-decoration: none;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}
html .btn {
  /* font-size: 15px; */
  font-size: 13px;
  /* padding: 0 25px; */
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 0 0 0 0 transparent !important;
  color: #000;
  background-color: var(--primary);
  transition: all 0.3s;
  text-decoration: none;
  /* height: 44px; */
  height: 40px;
}
html .btn:hover {
  color: #fff;
  background-color: var(--dark);
}
html .btn.btn-dark {
  background: var(--dark);
  color: #fff;
  border: 1px solid var(--primary);
}
html .btn.btn-border {
  border: 1px solid var(--primary);
  background-color: #fff;
  color: #000;
}
html .btn.btn-border:hover {
  background: var(--primary);
}
html .btn.btn-dark:hover {
  background: var(--primary);
  color: #000;
}
.btn i,
.btn svg {
  margin-right: 7px;
}
.btn i {
  font-size: 85%;
}
.btn-icon i,
.btn-icon svg {
  margin: 0;
}
.btn.d-block {
  width: 100%;
}
html .card {
  background: var(--white);
  border: 1px solid rgba(225, 232, 239, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  padding: 24px;
  margin: 0 0 24px;
}
html .card h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.form-group label em {
  color: red;
  font-style: normal;
}
.form-group {
  margin: 0 0 20px;
  position: relative;
  line-height: 120%;
}
.form-group label > button {
  font-size: var(--body-font-size);
  font-weight: 500;
  text-decoration: underline;
  background: transparent;
  border: 0;
  color: var(--primary);
}
html .form-control,
html .form-select {
  background-color: var(--white);
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  padding: 0 15px;
  height: 38px;
  font-size: 15px;
  box-shadow: 0 0 0 transparent !important;
  color: var(--dark);
  transition: all 0.2s;
  font-family: inherit;
  font-weight: normal;
}
.select2-container {
  display: block;
  z-index: 9991;
}
html .select2.select2-container {
  width: 100% !important;
  z-index: 1;
}
.select2-container--default .select2-selection--single {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0 35px 0 15px;
  height: 38px;
  font-size: var(--body-font-size);
  color: var(--dark);
  transition: all 0.2s;
  display: flex;
  align-items: center;
}
.field-icon .select2-container--default .select2-selection--single {
  padding-left: 38px;
}
html
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
html
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 20px;
  height: 20px;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
html
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
html
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  display: block;
  transform: rotate(45deg);
  transition: all 0.2s;
  color: var(--muted);
  margin-top: -3px;
}
html
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:before {
  transform: rotate(-135deg);
  margin-top: 0;
}
html
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
  color: white;
}
html .select2-container--default .select2-results__option--selected {
  background-color: var(--light);
}
html .select2-dropdown {
  border-color: rgba(0, 0, 0, 0.1);
}
html
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  background: var(--light);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0 10px;
  height: 32px;
  font-size: var(--body-font-size);
}
html .select2-results__option {
  font-size: var(--body-font-size);
  padding: 6px 10px;
}
.select2-results__option.select2-results__message {
  text-align: center;
  color: var(--muted);
}
.form-select-solid ~ .select2-container--default .select2-selection--single {
  background: var(--light);
  border-color: var(--light);
}
.form-select-sm ~ .select2-container--default .select2-selection--single {
  height: 34px;
  font-size: var(--body-font-size);
}
html
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--muted);
}
form:last-child {
  margin-bottom: 0;
}
html .form-check-input {
  width: 18px;
  height: 18px;
  top: 0;
  margin: 0;
  box-shadow: 0 0 0 transparent !important;
  background-color: var(--light);
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
html .form-check .form-check-input {
  margin-left: -24px;
}
html .form-check {
  min-height: 18px;
  padding-left: 25px;
  margin-bottom: 4px;
}
html .form-check label {
  margin-bottom: 0;
}
html .form-check-input:checked {
  background-color: var(--dark);
  border-color: var(--dark) !important;
}
html .form-control.form-control-sm,
html .form-select.form-select-sm {
  height: 36px;
  font-size: var(--body-font-size);
}
html .form-control.form-control-lg,
html .form-select.form-select-lg {
  height: 46px;
  font-size: 15px;
}
.field-icon {
  position: relative;
}
.field-icon .icon {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #767f8f;
  z-index: 2;
  pointer-events: none;
}
html .field-icon .form-control,
html .field-icon .form-select {
  padding-left: 38px;
}
.field-icon .icon svg {
  max-width: 20px;
  max-height: 20px;
}
.field-icon.field-icon-end .icon {
  left: auto;
  right: 0;
}
html .field-icon.field-icon-end .form-control,
html .field-icon.field-icon-end .form-select {
  padding-left: 15px;
  padding-right: 38px;
}
.field-icon .form-control-sm ~ .icon {
  width: 38px;
  height: 36px;
  font-size: var(--body-font-size);
}
html .field-icon .form-control.form-control-sm,
html .field-icon .form-select.form-select-sm {
  padding-left: 34px;
}
html .simplebar-scrollbar:before {
  background: var(--secondary);
}
.form-group .input-group textarea.form-control {
  resize: none;
  height: 85px;
  padding: 10px 15px 10px 45px;
}
html .tooltip {
  --bs-tooltip-bg: var(--white);
  --bs-tooltip-color: var(--dark);
  --bs-tooltip-opacity: 1;
}
html .tooltip .tooltip-inner {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background: var(--white);
  font-weight: 500;
  font-size: var(--body-font-size);
  padding: 5px 8px;
}
html .badge {
  font-size: 11px;
  padding: 0 10px;
  font-weight: 500;
  border-radius: 50px;
  line-height: 22px;
}
html .dropdown-menu {
  --bs-dropdown-border-color: #ededed;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  --bs-dropdown-item-padding-y: 8px;
  --bs-dropdown-link-active-bg: var(--primary);
  --bs-dropdown-link-hover-bg: var(--light);
}
.detils-sidebar {
  background-color: var(--light-primary);
  width: var(--sidebar-width);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
}
.sidebar-row {
  flex-direction: column;
  min-height: 100vh;
  padding: 50px;
}
.logo a {
  display: inline-block;
  vertical-align: top;
}
.admin-sidebar .logo-icon img {
  width: 50px;
}
.details-content {
  position: relative;
  padding: 85px 85px 120px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-content .details-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 85px 20px;
}
html .select2-results__option img {
  max-width: 20px;
  margin-right: 10px;
}
body .form-control,
body .form-select {
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #000;
  /* height: 44px; */
  height: 40px;
  font-family: Inter;
  /* font-size: 15px; */
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-top: 6px;
}
.form-check-input[type="checkbox"] {
  background-color: transparent;
  border: 1px solid #000 !important;
}
.form-check-input[type="checkbox"]:checked {
  background-color: #000;
}
html .form-control:hover {
  background: transparent;
  border-color: #707070;
}
html .form-control:focus {
  background: transparent;
  border-color: #707070;
}
html table.table tr td a {
  color: var(--dark);
  text-decoration: underline;
}
html table.table tr td a:hover {
  color: #666;
}
html table.table input:not([type="checkbox"], [type="radio"]),
html table.table select {
  border-radius: 3px;
  border: 1px solid #eeeded;
  font-weight: 500;
  background: #fff;
  color: #000;
  padding: 0 10px;
}
label {
  color: #000;
  /* font-size: 15px; */
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin: 0;
  position: relative;
}
span.toggle-password {
  right: 15px;
  position: absolute;
  bottom: 17px;
}
.password-hideshow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.password-hideshow input[type="checkbox"] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.password-hideshow svg:nth-child(3) {
  display: none;
}
.password-hideshow input[type="checkbox"]:checked ~ svg:nth-child(3) {
  display: block;
}
.password-hideshow input[type="checkbox"]:checked ~ svg:nth-child(2) {
  display: none;
}
.form-control::placeholder {
  color: #05050586;
}

body.login-page {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 10%;
  background: url(../images/login-bg.jpg) no-repeat left center;
  background-size: cover;
  min-height: 100vh;
  background-position: right;
}
.login-content {
  width: 412px;
  max-width: 100%;
  padding: 30px 0;
  color: #030303;
}
.login-content .logo {
  margin-bottom: 50px;
}
.login-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 50px;
  padding-bottom: 16px;
  border-bottom: 1px solid;
}
.login-content .btn {
  border-radius: 10px;
  height: 46px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.login-content hr {
  margin: 20px 0;
}
.login-other-link a {
  color: rgba(0, 0, 0, 0.5);
}
.login-other-link a:hover {
  color: rgba(0, 0, 0, 1);
}
a.forgot_pass {
  color: #ff0202;
  font-size: 15 px;
}
.admin-body {
  --sidebar-width: 310px;
}
.admin-sidebar {
  background-color: var(--primary);
  background-size: cover;
  background-position: bottom;
  width: var(--sidebar-width);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s;
}
.admin-sidebar .sidebar-row {
  padding: 22px;
  text-align: left;
}
.sidebarnav {
  margin-top: 40px;
}
.sidebarnav > ul > li > a {
  line-height: 30px;
  display: flex;
  align-items: center;
  padding: 8px 38px 8px 10px;
  border-radius: 10px;
  /* font-size: 15px; */
  font-size: 13px;
  color: var(--dark);
  font-weight: 400;
  position: relative;
  border: 1px solid transparent;
}
.sidebarnav > ul > li > a .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.sidebarnav > ul > li > a:focus {
  border-color: var(--primary);
}
.sidebarnav > ul > li > a .icon img {
  width: 100%;
}
.simplebar-content .info_link a {
  color: var(--dark);
  opacity: 0.9;
  padding: 0 9px;
  font-weight: 400;
  font-size: 15px;
}
.simplebar-content .info_link a:hover {
  opacity: 0.5;
}
.simplebar-content .info_link {
  padding: 0;
}
.sidebarnav > ul > li.active > a,
.sidebarnav > ul > li a:hover {
  border-color: var(--primary);
}
.sidebarnav > ul > li {
  margin-bottom: 5px;
}
.sidebarnav > ul + ul {
  border-top: 1px solid var(--primary);
  padding-top: 15px;
  margin-top: 15px;
}
.admin-sidebar h2 {
  color: #fff;
  text-shadow: -3px 4px 5px rgba(0, 0, 0, 0.5);
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 2.7px;
  padding: 0 30px;
  margin: 0;
}
.submenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  margin-top: 20px;
  min-width: 168px;
  right: 0;
  transition: all 0.2s;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  z-index: 9;
  box-shadow: 0 5px var(--body-font-size) 0 rgba(0, 0, 0, 0.05);
}
ul.inner-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
ul.inner-submenu > li > a {
  display: block;
  border-radius: 4px;
  padding: 5px 12px;
  color: var(--dark);
  font-size: 14px;
}
ul.inner-submenu > li > a:hover {
  background: var(--primary);
  color: #fff;
}
.submenu hr {
  border-color: #ddd;
  margin: 5px 0;
  opacity: 1;
}
li.menu-parent > a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M-4.43335e-07 0.849374L-2.2954e-07 5.74044L-3.70203e-08 10.1448C-4.07591e-09 10.8985 0.910695 11.2753 1.44456 10.7414L5.51129 6.67469C6.1629 6.02307 6.1629 4.96321 5.51129 4.31159L3.96467 2.76498L1.44456 0.24486C0.910695 -0.281146 -4.76279e-07 0.0956945 -4.43335e-07 0.849374Z" fill="%23FFD12C"/></svg>');
  width: 7px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 8px;
  transition: all 0.4s;
  transform: rotate(90deg);
}
li.menu-parent > a[aria-expanded="false"]:after {
  transform: rotate(90deg);
}
li.menu-parent > a[aria-expanded="true"]:after {
  transform: rotate(0);
}
.btn-hover-wrap {
  position: relative;
}
.admin-header {
  border-bottom: 1px solid #484848;
}
.sidebarnav > ul > li ul.submenu-items li a {
  line-height: 22px;
  display: flex;
  align-items: center;
  padding: 2px 24px;
  border-radius: 10px;
  font-size: 13px;
  color: var(--dark);
  font-weight: 400;
}

.sidebarnav > ul > li ul.submenu-items li a.active {
  color: var(--blue);
}

.dropdown-toggle.arrow-none:after {
  display: none;
}
input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}
.word-wrap {
  word-wrap: break-word;
}

.headding h2 {
  /* font-size: 20px; */
  font-size: 17px;
  margin-bottom: 20px;
}
.admin-body-content {
  padding: 16px;
}
.dashboard_content {
  padding: 30px 20px;
}
.admin_body_head {
  border-bottom: 1px solid #dedede;
}
.menu_top ul {
  gap: 12px;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 5px 16px 21px;
  display: flex;
}
.menu_top ul::-webkit-scrollbar {
  height: 7px;
  background-color: white;
}
.menu_top ul::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border-radius: 3px;
}
.menu_top ul::-webkit-scrollbar-button {
  display: none;
}
.menu_top ul li a {
  text-wrap: nowrap;
  color: #4c4c4c;
  /* padding: 10px 15px; */
  padding: 9px 12px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.12);
  border: 1px solid transparent;
  /* font-size: 13px; */
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
.menu_top ul li a:hover,
.menu_top ul li.active a {
  border: 1px solid #ffd12c;
  color: #000;
}

.navbar-toggle {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: auto;
  cursor: pointer;
}
.navbar-toggle span {
  width: 26px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  left: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  margin: auto 0;
  transition: all 0.3s;
}
.navbar-toggle span:nth-child(1) {
  top: -13px;
  width: 19px;
}
.navbar-toggle span:nth-child(3) {
  bottom: -13px;
  width: 14px;
}

.sidebar-collapsein .navbar-toggle span:nth-child(1) {
  top: 0;
  width: 26px;
  transform: rotate(45deg);
}
.sidebar-collapsein .navbar-toggle span:nth-child(2) {
  width: 0;
}
.sidebar-collapsein .navbar-toggle span:nth-child(3) {
  bottom: 0;
  width: 26px;
  transform: rotate(-45deg);
}

.top_form_filter {
  border-radius: 0px 0px 20px 20px;
  background: #fffefe;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
label.form-label-control {
  position: absolute;
  left: 14px;
  top: -8px;
  padding: 0 7px;
  background: #fff;
  font-weight: 600;
  line-height: 120%;
}
.form-label-group .form-control {
  font-weight: 400;
}
.top_form_filter .form-group span {
  position: absolute;
  right: 16px;
  top: 15px;
  /* font-size: 15px; */
  font-size: 13px;
  display: block;
}
.top_form_filter .btn {
  margin-top: 5px;
}
.table-responsive {
  padding: 0 10px 10px;
  margin: 0 -10px;
}
.table-responsive::-webkit-scrollbar {
  height: 5px;
  background-color: #f1f1f1;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--dark);
  border-radius: 3px;
}
.table-responsive::-webkit-scrollbar-button {
  display: none;
}
html table.table {
  border-radius: 0px 0px 20px 20px;
  background: #fffefe;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  margin: 0;
}
html table.table tr th,
html table.table tr td {
  padding: 10px 15px;
  border: 0;
  line-height: 18px;
}
html table.table tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
html table.table tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
html table.table tr td {
  font-size: 13px;
  font-weight: 500;
  color: var(--dark);
}
html table.table thead tr th {
  font-size: 15px;
  color: #fff;
  background: var(--dark);
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  text-wrap: nowrap;
}
html .btn.btn-md {
  /* font-size: 14px; */
  font-size: 13px;
  padding: 0 20px;
  height: 40px;
  border-radius: 8px;
}
.filter .form-group {
  max-width: 251px;
  width: 100%;
}
.filter .form-group span {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="6" viewBox="0 0 9 6" fill="none"><path d="M8.30454 0.853516L4.29973 0.853516L0.693462 0.853516C0.0763498 0.853516 -0.232207 1.63466 0.204915 2.09258L3.53477 5.58081C4.06832 6.13973 4.93613 6.13973 5.46968 5.58081L6.73604 4.2542L8.79952 2.09258C9.23021 1.63466 8.92165 0.853516 8.30454 0.853516Z" fill="black"/></svg>');
  width: 10px;
  height: 7px;
  position: absolute;
  background-repeat: no-repeat;
  right: 15px;
  top: 27px;
}
.filter {
  padding-top: 50px;
}
.manage-currency_sec table th {
  background: var(--dark);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.manage-currency_sec table td {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  text-align: center;
}
.manage-currency_sec table td a {
  color: #000;
}
.manage-currency_sec {
  padding-top: 50px;
  padding-right: 100px;
}
.manage-currency_sec table {
  border-radius: 0px 0px 20px 20px;
  background: #fffefe;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
.manage-currency_sec table tbody tr:last-child td {
  padding-bottom: 70px;
}

.hamburger-icon {
  /* width: 20px;
  height: 14px; */
  width: 19px;
  height: 13px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.hamburger-icon span {
  background-color: var(--dark);
  position: absolute;
  border-radius: 2px;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  display: block;
  left: 0;
}
.topnav-hamburger {
  background: transparent;
  border: none;
}
.hamburger-icon span:nth-child(1) {
  top: 0;
  width: 80%;
}

.hamburger-icon span:nth-child(2) {
  top: 6px;
}

.hamburger-icon span:nth-child(3) {
  bottom: 0;
  width: 60%;
}

.required-field {
  color: red;
}

.cursor-pointer {
  cursor: pointer;
}

.ng-select.ng-select-single .ng-select-container {
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #000;
  height: 44px !important;
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-top: 6px;
}

.edit-icon {
  height: 15px;
}

.disabled-input {
  pointer-events: none;
  opacity: 0.7;
}

.error-message {
  color: red;
  font-weight: bold;
  margin-top: 5px;
}

.hyper-link {
  color: #645bb0 !important;
}

@media (max-width: 1500px) {
  html table.table thead tr th {
    font-size: 13px;
  }
}

.loader-container {
  display: none !important;
}

.loader {
  display: none !important;
}

.disabled-input-bg-color {
  background-color: #e9ecf0;
}
