/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800;900&display=swap");

/* font-family: 'IBM Plex Sans', sans-serif;
font-family: 'Inter', sans-serif; */

body {
  padding: 0;
  margin: 0 !important;
  font-family: "Inter", sans-serif;
  background-color: #f4f6f9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
}
p,
a,
span,
small,
button,
strong,
b,
li,
ol {
  font-family: "Inter", sans-serif;
}
.btn {
  border-radius: 30px !important;
}
.alert-success {
  position: absolute;
  right: 100px;
}
a {
  text-decoration: none !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  border: 7px solid #fed8ef;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background-color: #173303;
  outline: 1px solid #173303;
  border-radius: 50px;
}
.container-power-dashboard {
  margin-top: 135px;
  padding: 0;
}
.jazzmin-login-page {
  background: #173303;
}
.login-box,
.register-box {
  width: 460px;
  max-width: 100%;
}
.login-box .card {
  border-radius: 15px;
}
.login-box .card .card-body {
  padding: 35px;
}
.login-box .cp-auth-brand {
  max-width: 200px;
  margin: 0 auto;
}

.login-box .cp-auth-brand img {
  width: 100%;
}
.login-box-msg {
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #173303;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.login-box-msg::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 4px;
  display: block;
  background: #fed8ef;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.login-logo {
  display: none;
}
.login-box form .form-control {
  font-size: 15px;
  border-radius: 7px;
  height: 48px !important;
}
.login-box .card .card-body a.btn.btn-primary.btn-block {
  display: block;
  background: #173303;
  border-radius: 8px;
  border: none;
  color: #fff;
  padding: 10px 20px;
  height: 48px;
  min-width: 200px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
}
.tooltip {
  opacity: 1 !important;
}
.tooltip-inner {
  background: #173303;
  text-align: left;
  line-height: 18px;
  min-width: 270px;
  padding: 10px;
}

.login-box form .input-group-text {
  background: #a1e777;
  border: none;
  padding: 0 15px;
}
.login-box form .input-group-text .fas {
  color: #173303;
}
.forgot-link {
  font-size: 12px;
  display: block;
  text-transform: capitalize;
}
.cp-forgot-form {
  display: none;
}
.cp-forgot-form.show-forgot {
  display: block;
}
.hide-login {
  display: none;
}
.select2-container .select2-selection--single {
  min-height: 45px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #26265b;
  color: #fff;
}
#changelist-search input#searchbar {
  width: 299px;
}
.btn {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary {
  color: #fff;
  background-color: #173303;
  border: none;
  box-shadow: none;
  height: 45px;
  padding: 0 30px;
  /* min-width: 100px; */
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #173303 !important;
  background-color: #a1e777 !important;
  opacity: 0.9;
}
.content-wrapper {
  padding-top: 64px;
}
.main-header {
  position: fixed;
  z-index: 999999;
  margin: 0;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.sidebar-mini.sidebar-collapse .main-header,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
  .main-header {
  margin: 0 !important;
}
body.sidebar-mini.dashboard.accent-primary.theme-default.sidebar-collapse
  .cp-admin-sidebar
  .brand-link
  .brand-image {
  width: 75px;
}
body.sidebar-mini.dashboard.accent-primary.theme-default.sidebar-collapse
  .cp-admin-sidebar
  .user-panel
  .image {
  padding-left: 11px;
}
#jazzy-navbar .navbar-nav .dropdown-menu {
  background: #26265b;
  border-radius: 10px;
  border: none;
  min-width: 230px;
}
#jazzy-navbar .navbar-nav .dropdown-menu .dropdown-header {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

#jazzy-navbar .navbar-nav .dropdown-menu .dropdown-divider {
  border-color: #bbbbbb;
}

#jazzy-navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 13px;
  text-align: left;
  font-weight: 500;
  padding: 15px 15px;
  text-transform: capitalize;
}

#jazzy-navbar .navbar-nav .dropdown-menu .dropdown-item i {
  background: #fff;
  color: #ff8b7b;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
  font-size: 13px;
}

#jazzy-navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.cp-admin-sidebar {
  background: #173303;
  padding-top: 122px;
  position: fixed !important;
}
.custom-form-body .cp-admin-sidebar {
  box-shadow: 15px 0 20px -10px rgb(0 0 0 / 70%) !important;
}
.cp-admin-sidebar .brand-link {
  padding: 0;
  display: none;
}
.cp-admin-sidebar .brand-link .brand-image {
  float: none;
  line-height: 1;
  max-height: initial;
  width: 250px;
  display: block;
  border-radius: 0;
  margin: 0 auto;
}
.cp-admin-sidebar .brand-link .brand-text {
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 12px 0;
  font-weight: 500;
  color: #fff;
  opacity: 1;
  border-width: 0 2px 2px 2px;
  border-color: #fff;
  border-style: dashed;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  background: #fc8d7a;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  border: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
.user-panel {
  position: relative;
  align-items: center;
}
.user-panel .info a {
  color: #fff !important;
  font-size: 18px !important;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none !important;
}
.user-panel .info {
  display: inline-block;
  padding: 0 0 0 15px;
  line-height: 1;
}
.user-panel .image {
  display: inline-block;
  padding-left: 0;
}
.user-profile {
  font-size: 34px;
}
.addlink,
.changelink {
  min-width: 65px;
  border: none !important;
  margin: 1px 5px;
  border-radius: 3px !important;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 0;
  text-transform: uppercase;
  line-height: 1;
  height: auto;
}

.changelink {
  margin-right: 0;
}
.cp-admin-sidebar .nav-header {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  border-bottom: 0.5px solid #7e7e7e;
  padding: 0 0 10px;
  margin-bottom: 5px;
}
.cp-admin-sidebar .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #fff;
  color: #173304;
}
.cp-admin-sidebar .nav-sidebar > .nav-item > .nav-link.active p {
  font-weight: 500;
}
.cp-admin-sidebar .nav-sidebar > .nav-item > .nav-link {
  padding: 12px 0 12px 10px;
  border-radius: 8px;
}
.cp-admin-sidebar .nav-sidebar > .nav-item > .nav-link i {
  margin: 0 3px 0 0;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  width: 20px;
}
.cp-admin-sidebar .nav-sidebar > .nav-item > .nav-link.active i {
  color: #173304;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #242859;
}
.cp-admin-sidebar .nav-sidebar > .nav-item > .nav-link p {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
  max-width: 185px;
  text-transform: capitalize;
}
.cp-admin-sidebar .nav-sidebar > .nav-item > .nav-link.active p {
  color: #173304;
}
.main-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #173304;
}
.cp-admin-sidebar .nav-sidebar > .nav-item:hover > .nav-link i{
  color: #173304;
}
.cp-admin-sidebar .nav-sidebar > .nav-item:hover > .nav-link p{
  color: #173304;
}
.cp-admin-sidebar .nav-sidebar > .nav-item > .nav-link:focus i{
  color: #173304;
}
.cp-admin-sidebar .nav-sidebar > .nav-item > .nav-link:focus p{
  color: #173304;
}
.breadcrumb-item.active {
    color: #3d454b;
}
button.remove-description:focus {
  outline: 3px solid #005fcc; /* High contrast focus ring */
  outline-offset: 3px;
}
.accent-primary
  a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(
    .page-link
  ):not(.btn) {
  color: #173303;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}
.accent-primary .btn-link:hover,
.accent-primary .nav-tabs .nav-link:hover,
.accent-primary
  a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(
    .page-link
  ):not(.btn):hover {
  color: rgba(23, 51, 3, 0.7) !important;
}
.content .btn-success {
  background-color: #173303;
  border-color: #173303;
  padding: 0 25px;
  text-transform: capitalize;
}
.btn-success:not(:disabled):not(.disabled):active {
  background-color: #173303;
  border-color: #173303;
}
.content .btn-info {
  background-color: #a1e777;
  border-color: #a1e777;
  color: #173303 !important;
}
.content .btn-info:focus {
  outline: none !important;
  border-color: none !important;
}
.btn-info:not(:disabled):not(.disabled):active {
  background-color: #a1e777;
  border-color: #a1e777;
  outline: none !important;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"] {
  height: 45px;
}
.change-list-actions .actions .btn {
  display: inline-block;
}
/* .popup form#product_form, .popup form#brand_form, .popup form#project_form, .popup form#division_form, .popup form#localbrand_form{
    margin-top: 120px;
} */
#jazzy-tabs {
  background: #a1e777;
  border-radius: 8px 8px 0 0;
  border: none;
  padding: 5px 5px 0;
}

#jazzy-tabs a.nav-link.active {
  background: #173303;
  color: #fff;
  border-radius: 7px 7px 0 0;
  border-color: #fff;
}
#jazzy-tabs a.nav-link.active:hover,
#jazzy-tabs a.nav-link.active:focus {
  color: #fff !important;
}
#jazzy-tabs a.nav-link {
  color: #173303;
  border: 2px solid transparent;
  text-transform: capitalize;
}

.cp-primary-btn {
  display: block;
  background: #173303;
  border-radius: 8px;
  border: none;
  color: #fff;
  padding: 10px 20px;
  height: 45px;
  min-width: 200px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
}
.cp-primary-btn:hover,
.cp-primary-btn:focus,
.cp-primary-btn:active {
  background: #a1e777 !important;
  color: #173303 !important;
  border: none !important;
}
.cp-btn-sec-small {
  background: #a1e777;
  font-size: 13px;
  text-transform: uppercase;
  color: #173303;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 8px;
  display: inline-block;
}
.cp-btn-sec-small:hover,
.cp-btn-sec-small:focus,
.cp-btn-sec-small:active {
  background: #173303 !important;
  color: #fff !important;
  border-color: #173303 !important;
}
.cp-btn-danger-small {
  background: #bf0000;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 8px;
  display: inline-block;
}
.cp-btn-danger-small:hover,
.cp-btn-danger-small:focus,
.cp-btn-danger-small:active {
  background: #bf0000;
  color: #fff;
}
.qr-req-head-section {
  padding: 30px 0 100px;
  text-align: center;
  background: #173303;
  color: #fff;
}
.qr-req-head-section img {
  border-radius: 150px;
  width: 210px;
  margin-bottom: 25px;
}
.cp-page-title {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.cp-page-title:after {
  content: "";
  position: relative;
  display: block;
  width: 100px;
  height: 5px;
  background-color: #fed8ef;
  margin: 20px auto 0;
}
.cp-page-desc {
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cp-theme-form-wrap {
  margin-top: -100px;
  margin-bottom: 50px;
}
.cp-theme-form {
  padding: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  border: none;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}
.cp-theme-form .form-label {
  font-size: 15px;
  font-weight: 400 !important;
  text-transform: capitalize;
  display: flex;
  gap: 5px;
}
.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #a1e777;
}
.cp-theme-form .cp-primary-btn {
  width: 300px;
  margin-bottom: -50px;
  margin-top: 30px;
}
.form-control,
.form-select {
  height: 45px !important;
  font-size: 14px;
}
textarea.form-control {
  min-height: 45px;
  max-height: 150px;
  height: auto !important;
  font-size: 16px;
}
.select2-container--default .select2-selection--multiple {
  min-height: 45px;
  border-color: #dee2e6;
  border-radius: 0.375rem;
  padding: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  display: block;
  width: calc(100% - 8px) !important;
  margin: 4px !important;
  height: 35px;
  padding-left: 7px;
}
.select2-container--default
  .select2-search--inline
  .select2-search__field:focus {
  border-color: #a1e777;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #a1e777;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #173303;
  border-color: #173303;
  font-size: 13px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
  float: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 4px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 12px;
  padding-right: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background: transparent;
}
.form-text-heading {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
/* .market_data_box_1 {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
} */
.market_data_box {
  margin-bottom: 24px;
  border-bottom: 1.5px dashed #ccc;
}
.market_data_box .form-group {
  margin-bottom: 25px;
}
.row-sec-repeat .btn {
  margin-right: 15px;
}
.row-sec-repeat .btn:last-child {
  margin-right: 0;
}

header.header-fixed {
  background: #fff;
  padding: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  border-bottom: 1px solid #eee;
}
.header-fixed.shadow {
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.popup .header-fixed {
  display: none;
}
header.header-fixed .row {
  align-items: center;
}
.cp-brand-name img {
  max-width: 200px;
}
.cp-top-nav {
  margin: 0;
  padding: 0 15px 0 0;
  text-align: right;
}
.cp-top-nav li {
  margin: 0 15px !important;
}
.cp-top-nav li:first-child {
  margin-left: 0 !important;
}
.cp-top-nav li:last-child {
  margin-right: 0 !important;
}
.cp-top-nav li .cp-top-nav-item {
  font-size: 15px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 400;
  color: #173303 !important;
  padding: 0 0 7px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.cp-top-nav li .cp-top-nav-item:hover,
.cp-top-nav li .cp-top-nav-item:focus,
.cp-top-nav li .cp-top-nav-item:active {
  border-color: initial;
  transition: 0.3s;
}
.cp-top-nav li.cp-item-logout .cp-top-nav-item {
  color: #173303 !important;
}
.mt-10 {
  margin-top: 100px;
}
.cp-form-error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
  display: none;
}
.cp-sdata-cards-filters-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}

.cp-sdata-title {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
  color: #173303;
}

.cp-sdata-desc {
  color: #767676;
  font-size: 15px;
}
.cp-sdata-cards-filters .form-group {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}
.cp-sdata-cards-filters .form-group:last-child {
  margin-right: 0;
}
.cp-sdata-cards-filters .form-group label {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.cp-sdata-cards-filters .form-group .form-control {
  background: #173303;
  color: #fff;
  border: none;
  font-size: 14px;
  height: 45px;
}
.cp-sdata-cards-filters
  .form-group
  .form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.cp-sdata-table-wrap {
  margin-bottom: 30px;
}
.cp-sdata-table-wrap table a {
  color: #173303;
  text-decoration: underline;
  font-size: 14px;
}
.additional_data_box {
  margin-bottom: 24px;
  border-bottom: 1.5px dashed #ccc;
}
.additional_data_box .form-group {
  margin-bottom: 25px;
}
.form-group.cp-form-switch {
  width: 55%;
}
.cp-form-switch-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group.cp-form-switch label.form-label {
  margin: 0 !important;
  line-height: 1;
}
.cp-form-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  vertical-align: middle;
  margin-bottom: 0;
}

/* Hide default HTML checkbox */
.cp-form-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.cp-form-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bbb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 60px;
}

.cp-form-switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 6px;
  bottom: 6px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cp-form-switch input:checked + .slider {
  background-color: #fed8ef;
}

.cp-form-switch input:focus + .slider {
  box-shadow: 0 0 1px #a1e777;
}

.cp-form-switch input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.25);
}

/* Rounded sliders */
.cp-form-switch .slider.round {
  border-radius: 34px;
}

.cp-form-switch .slider.round:before {
  border-radius: 50%;
}
textarea {
  font-size: 14px;
  border-color: #ced4da;
  border-radius: 0.25rem;
  padding: 10px;
}
.form-control[type="file"] {
  line-height: 31px;
}
.form-control::placeholder,
textarea::placeholder {
  color: #6c757d !important;
  opacity: 1;
  font-size: 16px !important;
}
.cp-form-dropdown .dropdown-toggle {
  width: 100%;
  justify-content: space-between;
  background: transparent;
  color: #212529;
  height: 45px !important;
  font-size: 14px;
  border-color: #ced4da;
  border-radius: 0.25rem;
}
.cp-form-dropdown .dropdown-toggle:not(:disabled):not(.disabled):active,
.cp-form-dropdown.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: transparent;
  border-color: #ced4da;
}
.cp-form-dropdown .dropdown-menu .dropdown-item.cp-item-search {
  padding: 12px 12px;
}

.dropdown-item.cp-item-search .form-control {
  height: 38px !important;
  font-size: 13px;
}

.cp-form-dropdown .dropdown-menu {
  padding: 0;
}

.cp-form-dropdown .dropdown-menu .dropdown-item {
  padding: 5px 12px;
  cursor: pointer;
}

.cp-form-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}
.related-lookup {
  display: inline-block;
  background: #173303;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.related-lookup i {
  color: #fff;
}
.selector-available h2,
.selector-chosen h2 {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 8px;
  border-radius: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.selector-chosen h2 {
  background: #173303;
  color: #fff;
  border-color: #173303;
}
.selector .selector-available h2 {
  background: #a1e777;
  color: #173303;
  border-color: #a1e777;
}
.selector select {
  border-radius: 0 !important;
}
.selector-chooser li {
  padding: 0;
}
a.selector-clearall {
  color: red !important;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500 !important;
  text-transform: capitalize;
}

/*.cp-sdata-card {
    max-width: 350px;
    width: 100%;
    border-radius: 12px;
    padding: 15px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-left: 5px solid #f28e79;
    position: relative;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.sdata-icon {
    display: block;
    width: 50px;
    height: 50px;
    background: #fc8d7a;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    border-radius: 8px;
    position: absolute;
    right: 15px;
    top: -15px;
}
.p-date-box, .p-stada-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
}
.p-date-box div, .p-stada-box div {
    width: 50%;
}
.cp-sdata-card .p-sdata-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #767676;
    margin-bottom: 5px;
}

.cp-sdata-card .p-sdata-desc {
    font-size: 14px;
    font-weight: 800;
    color: #26265b;
}
.cp-sdata-card .p-name {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
 .cp-calendar-wrap {
    position: relative;
}
.cp-product-name {
    display: inline-block;
    font-size: 12px;
    background: #f28e79;
    color: #fff;
    padding: 5px 15px;
    border-radius: 7px;
    position: absolute;
    top: -10px;
    font-weight: 600;
    left: 30px;
    text-transform: uppercase;
} */
/* Landing page css start*/

.landing-body {
  background: #fff;
}
/* .fade-overlay {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 99999;
}
.landing-body.modal-open .fade-overlay{
    display: block;
} */
.modal-open .qr-req-form-section,
.modal-open .qr-req-head-section,
.modal-open aside,
.modal-open .qr-cust-form-section {
  filter: blur(3px);
}
.landing-body .modal-backdrop.show {
  background: rgba(255, 255, 255, 0.2);
}
.landing-body .modal.show {
  z-index: 9999;
}
.landing-body.modal-open .cp-landing-section,
.landing-body.modal-open .landing-footer,
.landing-body.modal-open .header-fixed {
  filter: blur(3px);
}
.cp-landing-section {
  height: calc(100vh - 1px);
  /* height: calc(100vh - 101px); */
  position: relative;
  text-align: center;
  padding: 140px 0 0;
  font-family: "Inter", sans-serif;
  background-color: white;
}

.cp-landing-section .cp-page-desc {
  color: #444;
  margin: 20px auto 0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.cp-landing-section .cp-page-desc strong {
  margin-right: 5px;
}

.container-card {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  grid-template-rows: auto;
  gap: 20px 20px;
  font-family: "Inter", sans-serif;
  margin-top: 50px;
}

.cp-landing-section .list-inline {
  color: #fff;
  margin: 0;
}
.cp-landing-section .list-inline-item {
  color: #ff8b7b;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.container-card .card {
  position: relative;
  height: 400px;
  background: #173303;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #173303;
  cursor: pointer;
}

.container-card .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.container-card .card.skew::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  transform: skew(2deg, 2deg);
  z-index: -1;
}

.container-card .card.skew.glow:nth-child(1)::before,
.container-card .card.skew.glow:nth-child(2)::before,
.container-card .card.skew.glow:nth-child(3)::before,
.container-card .card.skew.glow:nth-child(4)::before {
  background: linear-gradient(315deg, #fed8ef, #fed8ef);
}

.container-card .card .content {
  position: relative;
  padding: 10px;
  transform: translateY(40px);
  text-align: center;
  width: 100%;
}

.container-card .card .content h2 {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 120px;
  color: rgba(254, 216, 239, 0.5);
  transition: 0.5s;
  text-align: center;
  font-weight: 600;
}

.container-card .card:hover .content h2,
.container-card .card:focus-within .content h2 {
  top: -120px;
}

.container-card .card .content h3 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.container-card .card .content p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  min-height: 48px;
}

.container-card .card .content a {
  margin: 0 0 10px;
  position: relative;
  padding: 10px 0;
  text-decoration: none;
  border: 1px solid #a1e777;
  display: inline-block;
  color: #a1e777;
  transition: 0.5s;
  transform: translateY(-40px);
  opacity: 0;
  visibility: hidden;
  max-width: 200px;
  width: 100%;
  border-radius: 30px;
}

/* Show links on hover or keyboard focus */
.container-card .card:hover .content a,
.container-card .card:focus-within .content a,
.container-card .card .content a:focus {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Add visible focus ring */
.container-card .card:focus {
  outline: 3px solid #a1e777;
  outline-offset: 4px;
}

/* Link hover state */
.container-card .card .content a:hover,
.container-card .card .content a:focus {
  background: #a1e777;
  color: #173303;
}

.card-btn-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.card-btn-group a {
  max-width: 160px !important;
}
.landing-footer {
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  background: #173303;
  color: #fff;
  text-transform: capitalize;
  margin-top: 50px;
}

@keyframes colorChange {
  0% {
    color: #fff;
  }

  50% {
    color: #b1b493;
  }

  80% {
    color: #4f8a8b;
  }

  100% {
    color: #fff;
  }
}
.modal-open .modal {
  opacity: 1;
}
.modal-open .modal-backdrop.fade {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
.cp-gothrough-modal .modal-header {
  justify-content: center;
}
.cp-gothrough-modal.modal .modal-dialog {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100%;
  margin: 0;
  transition: none;
  z-index: 99999;
}
.cp-gothrough-modal.modal .modal-dialog .modal-body h6 {
  display: block;
  text-align: center;
  margin: 0 15px 20px;
  line-height: 24px;
}
.cp-gothrough-modal.modal .modal-dialog .modal-content {
  box-shadow: none;
  border-radius: 0.5rem;
}
.cp-gothrough-modal button.close {
  background: #173303;
  border: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  font-size: 27px;
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  opacity: 1;
}
.cp-gothrough-modal-btn {
  background: #173303;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  padding: 15px;
  min-height: 100px;
  display: inline-block;
  border-radius: 30px;
}
.cp-gothrough-modal-btn:hover {
  color: #fff;
  border-radius: 30px;
}
.cp-gothrough-modal-btn i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #173303;
  border-radius: 50px;
  line-height: 38px;
  margin: 0 auto 8px;
  border-radius: 30px;
}

.cp-gothrough-modal-btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.modal-open .qr-template-section,
.modal-open .header-fixed {
  filter: blur(3px);
}
#cp-applymodal .cp-gothrough-modal-btn-group {
  justify-content: center;
}
#cp-applymodal .cp-gothrough-modal-btn-group .cp-gothrough-modal-btn {
  min-height: auto;
  min-width: 80px;
  padding: 12px 0;
}
#cp-applymodal
  .cp-gothrough-modal-btn-group
  .cp-gothrough-modal-btn:last-child {
  background: #a1e777;
  border-radius: 30px;
}
.cp-filter {
  max-width: 320px;
  margin: 30px auto 20px;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  border: 2px solid #231e56;
}
.cp-filter .form-control {
  border-radius: 50px;
}
.cp-filter .form-group {
  margin: 0;
}
.qr-template-section {
  margin-top: 123px;
  min-height: calc(100vh - 220px);
}
.qr-template-single {
  display: inline-block;
  max-width: 250px;
  margin: 10px;
  border: 2px solid #173303;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: top;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.qr-template-single img {
  width: 100%;
}
.qr-template-section h4 {
  text-align: center;
  margin-top: 40px;
}
.qr-template-info span {
  display: block;
  font-size: 14px;
}

.qr-template-info {
  padding: 10px;
  border: 2px solid #28235d;
  border-width: 2px 0 0 0;
  margin-top: -2px;
  background: #fff;
  transition: 0.2s;
  min-height: 110px;
}
.qr-template-wrap {
  margin: 0 0 20px;
}

.qr-template-single.active,
.qr-template-single:hover,
.qr-template-single:focus {
  transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.18);
}
.cp-template-btn-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cp-template-btn-group a {
  max-width: 200px;
  width: 100%;
  border-radius: 8px;
  border: none;
  color: #fff;
  padding: 10px 20px;
  height: 48px;
  min-width: 200px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.cp-qr-cust-btn-wrap button {
  margin: 0;
  display: inline-block;
}

.cp-qr-cust-btn-wrap {
  text-align: center;
}
#cp-savetemplatemodal .cp-gothrough-modal-btn {
  min-height: auto;
  margin: 0 auto;
  width: 100%;
}
input.cp-gothrough-modal-btn {
  border: none;
}
#cp-qrdesignModal .cp-gothrough-modal-btn {
  min-width: 260px;
}

#cp-qrdesignModal .cp-gothrough-modal-btn-group button {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 30px;
}

.qr-code-preview-box {
  max-width: 187px;
  margin: 0 auto;
  text-align: center;
}

.qr-code-preview-box img {
  width: 100%;
}

.qr-code-preview-box #cp-loader {
  width: 60%;
}

/* =======================Responsive Breakpoint ========================== */
@media (min-width: 576px) {
  #cp-qrdesignModal .modal-dialog {
    max-width: 890px;
  }
}

@media only screen and (max-width: 992px) {
  .container-card {
    width: 100%;
    flex-direction: column;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }

  .container-card .card {
    width: 450px;
  }
}

@media only screen and (max-width: 768px) {
  .container-card .card {
    max-width: 300px;
    flex-direction: column;
    margin: 0 auto;
  }

  .container-card .card .imgBox {
    position: relative;
  }

  .container-card .card .imgBox,
  .container-card .card:hover .imgBox {
    width: 100%;
    height: 210px;
    left: 0;
    border-radius: 0;
  }

  .container-card .card .imgBox img,
  .container-card .card:hover .imgBox img {
    max-width: 100px;
  }

  .container-card .card .content {
    position: relative;
    width: 100%;
  }
  .cp-landing-section {
    height: auto;
  }
}
/* landing page css end */

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
  header.header-fixed {
    text-align: center;
  }
  .cp-top-nav {
    text-align: center;
    padding: 10px 0;
  }
  .cp-top-nav li {
    margin: 0 10px !important;
  }
  .content-wrapper {
    padding-top: 167px;
  }
}

.error-message {
  color: red;
  display: none;
}

.error-highlight {
  border: 2px solid red;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
  background-color: #fff;
  color: #173304;
}
input:focus-visible {
  border: 1px solid #ced4da;
  outline: none;
}
.cp-brand-name {
  margin: 10px 0;
  display: block;
}
#content .alert-success {
  position: absolute;
  left: 0;
  z-index: 1000000;
  right: 0;
  width: auto;
  margin: 0 auto;
  max-width: 700px;
  top: 15px;
}
.timeline .bg-info {
  background-color: #173303 !important;
}
.timeline .bg-blue,
.timeline .bg-blue > a {
  color: #173303 !important;
}
.timeline .bg-blue {
  background-color: #a1e777 !important;
}
#access-restrictions-tab
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #efefef !important;
  color: #989898 !important;
}
#access-restrictions-tab
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-right: 0 !important;
}
#access-permissions-tab .related-widget-wrapper {
  display: flex;
  align-items: flex-start;
}
.space-between {
  justify-content: space-between !important;
}
/* #changelist table thead th:first-child {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
} */
/* #changelist table thead th {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
} */
.table-flex-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 174px;
  width: 100%;
  padding-right: 0;
  border: 1px solid #ccc;
  margin-right: 10px;
  font-size: 12px;
  padding: 6px 10px;
}
.inner-section > div {
  display: flex;
}
button.delete-user {
  border: 0;
  background: transparent;
}
.inner-section label {
  margin-bottom: 0px;
}
.cw-modal-btn-wrapper {
  justify-content: center;
}
.cw-modal-btn-wrapper .cp-gothrough-modal-btn {
  line-height: 15px;
  min-height: auto;
  min-width: 150px;
  height: 45px;
}
.min-w-auto {
  min-width: auto;
}
.cw-select-role-grp p {
  flex: 1;
  margin: 10px 10px 20px;
}
.cw-alert-msg {
  right: 50px;
  margin-top: -45px;
}

:root {
  --primary: #103308;
  --secondary: #ff5252;
  --background: #eee;
  --highlight: #ffda79;
  /* Theme color */
  --theme: var(--primary);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Core styles/functionality */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 17rem;
  overflow-y: auto;
}
/* Visual styles */
.accordion {
  color: var(--theme);
  /* border: 2px solid; */
  border-radius: 0.5rem;
  overflow: hidden;
}
.accordion .card-header {
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0;
  background-color: var(--primary);
}
.accordion .card-header button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #fff;
}
.accordion .card-header button:hover,
.accordion .card-header button:active {
  color: #fff;
}
.accordion .card-header button::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
/* .accordion .card-header [aria-expanded='true']::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(270deg);
    transition: all 0.35s;
  } */
.reject-status {
  background: #ffedec;
  color: #ff766b;
  width: 130px;
  height: 35px;
}
.reject-status:hover {
  background-color: #d63a2f;
  color: #fff;
}
.active-status {
  background-color: #e4fffa;
  color: #0eb79a;
  width: 130px;
  height: 35px;
}
.active-status:hover {
  background-color: #0eb79a;
  color: #fff;
}
.cp-user-details {
  max-width: max-content;
  width: 100%;
  padding-right: 0;
  border: none;
  font-size: 14px;
  padding: 6px 10px;
}
.cp-table-flex-grp {
  flex-wrap: wrap;
  max-width: 350px;
  overflow-y: auto;
  max-height: 63px;
  overflow-x: hidden;
}
.cp-table-flex-grp label a {
  font-size: 16px;
  color: #173303 !important;
  font-weight: 600;
}
.cp-user-itme label a {
  color: var(--primary);
}
.cp-user-itme label a:hover {
  text-decoration: underline;
}
.field-is_active img {
  width: 20px;
}
.field-username a {
  text-transform: capitalize;
}
.cp-qr-request-from {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp-qr-request-from p {
  display: flex;
  flex-direction: column;
  flex: 0 0 32%;
}
.cp-qr-request-from p label {
  font-size: 15px;
  font-weight: 400 !important;
  text-transform: capitalize;
}
.cp-qr-request-from p select {
  height: 45px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#id_is_default_market {
  margin-right: auto;
  height: 25px;
  width: 25px;
  margin-top: 10px;
}

/* qalogs */
.header_tag {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: left;
}

.filter_log label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.filter_log input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 16px 13px;
  border-radius: 4px;
}

.filter_log input::placeholder {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgba(26, 26, 26, 40%);
}

.filter_log_button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.filter_log_button button,
.filter_log_button a {
  margin: 0 !important;
  text-transform: capitalize;
  font-size: 13px !important;
  min-width: 150px !important;
  padding: 8px 30px !important;
  min-width: 150px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter_log_button a:hover {
  background-color: #ffffff;
  color: #bf0000;
  border: 1px solid #bf0000;
}
.qa_table_logs {
  background: #ffffff;
  border: 0.7px solid #e6e8eb;
  border-radius: 5px;
}
.qa_table_logs table {
  margin: 0;
}
.qa_table_logs table thead tr th:nth-child(3),
.qa_table_logs table thead tr th:nth-child(2),
.qa_table_logs table thead tr th:nth-child(5) {
  min-width: 145px;
}
.qa_table_logs table thead tr th:nth-child(4) {
  min-width: 165px;
}
.qa_table_logs table thead tr th:nth-child(6) {
  min-width: 270px;
}
.qa_table_logs table thead tr th {
  border: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: left;
  color: #64748b;
  padding-left: 15px;
  white-space: nowrap;
}

.qa_table_logs table thead tr th a {
  color: #64748b;
}

.qa_table_logs table tbody tr td {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #1a1a1a;
  padding-left: 15px;
  word-wrap: break-word;
  text-transform: capitalize !important;
  vertical-align: middle;
}

.qa_table_logs table tbody tr td.qa_gtin,
.qa_table_logs table tbody tr td.qa_campaign,
.qa_table_logs table tbody tr td.qa_brand {
  max-width: 100px;
}

.qa_product_name {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #1a1a1a !important;
  max-width: 154px;
  display: block;
  text-decoration: underline !important;
  text-transform: capitalize !important;
}

.qa_result {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  justify-content: center;
  padding: 6px 9px;
  max-width: 300px;
  width: 270px;
}
.table_qa_result {
  justify-content: flex-start;
  width: 235px;
}
.accept {
  background-color: #a1e777;
}
.reject {
  background-color: #ffd3d4;
}
.qa_result h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #173303;
}

.qa_result p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-align: center;
  color: rgba(26, 26, 26, 0.6);
  display: flex;
  align-items: center;
  gap: 14px;
  span {
    position: relative;
    &:first-child::after {
      display: none;
    }
    &::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 100%;
      top: 0;
      left: -7px;
      background-color: rgba(26, 26, 26, 0.6);
    }
  }
}

.product_accordion_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}

@media only screen and (max-width: 600px) {
  .product_accordion_inner {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.product_accordion {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 0 transparent;
  padding: 16px 20px;
  transition: all 0.5s;
}

.product_accordion .card-header {
  background-color: transparent;
  padding: 0;
  border: 0;
}
.product_accordion .card-header button:not(.collapsed) {
  border-bottom: 0.7px solid rgba(23, 51, 3, 0.2) !important;
  border-radius: 0 !important;
  padding-bottom: 20px;
  transition: all 0.5s;
}
.product_accordion .card-header button {
  padding: 0;
  border-radius: 0 !important;
  transition: all 0.5s;
  border: 0 !important;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 0 transparent;
  transition: all 0.5s;
}
.product_accordion .card-header button::after {
  width: 32px;
  height: 32px;
  background-color: #ecf1e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #173303;
}
.product_accordion_inner p {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #1a1a1a;
  margin: 0;
}

.product_accordion_list {
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 20px;
}

.product_accordion_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  &:first-child::after {
    display: none;
  }
  &::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: -30px;
    background-color: rgba(26, 26, 26, 0.6);
  }
}

.product_accordion_list li p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: left;
  margin: 0;
  max-width: 255px;
  color: #2a5809;
}
.product_accordion_list li p.reject_list {
  color: #fc2d4f;
}
.product_accordion_list li:nth-child(2) p {
  max-width: 188px;
}
.product_accordion_inner .qa_result p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-align: center;
  color: rgba(26, 26, 26, 0.6);
  display: flex;
  align-items: center;
  gap: 14px;
  span {
    position: relative;
    &:first-child::after {
      display: none;
    }
    &::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 100%;
      top: 0;
      left: -7px;
      background-color: rgba(26, 26, 26, 0.6);
    }
  }
}

.product_detail_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product_detail_head h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #173303;
  margin: 0;
}

.product_detail_head .product_detail_head_inner {
  padding: 11px 12px;
  background-color: #173303;
  border-radius: 6px;
}

.product_detail_head .product_detail_head_inner p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #a1e777;
  margin: 0;
}
.product_detail_head .product_detail_head_inner p span {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.reject_text {
  color: red; /* Or any color that indicates rejection */
}

.step-links .current {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #1a1a1a !important;
}

/* Ensure the parent container of the admin page is positioned relative */
#content-main {
  position: relative;
}

/* Style the link container */
.mobile-user-registration-link {
  position: absolute;
  top: -100px; /* Adjust this value to move the button up or down */
  right: 200px; /* Keeps the button aligned to the right */
  z-index: 1000; /* Ensures it appears on top of other elements */
}

/* Optional: Style the button if needed */
.mobile-user-registration-link .btn-primary {
  margin-bottom: 0; /* Remove any bottom margin if needed */
}
.pagination {
  width: fit-content;
  margin-left: auto; /*for right alignment*/
  /* margin:0 auto; */ /*for center alignment*/
}
.pagination .btn.page-btn {
  border-radius: 0 !important;
  padding: 5px 16px;
  height: 38px;
  font-size: 13px;
  background: transparent;
  color: black;
  border: 1px solid gainsboro;
  font-weight: 600;
  &.active,
  &:hover {
    background-color: #a1e777 !important ;
    border-color: #a1e777 !important;
    color: black;
  }
}
.pagination .page-no .btn.page-btn {
  width: 45px;
}

.sort-arrow {
  cursor: pointer;
  font-size: 12px;
  margin-left: 0px;
  vertical-align: middle;
  &:hover {
    color: #a1e777;
  }
}
.mobile-user-screen .card .card-title {
  color: black;
  font-family: inherit;
}

.mobile-user-screen .card .card-body .form-group label {
  font-size: 0.9rem;
  margin: auto 0;
}

.user-type {
  position: relative;
  top: -20px;
  left: 74px;
}
.user-type .form-control,
.user-type .form-select {
  height: 45px !important;
  font-size: 14px;
  position: absolute;
  width: 298.7px;
  top: 0;
  left: 134px;
}
#user_form {
  margin-top: 4rem;
}

.shift-left-button {
  margin-left: -270px; /* Adjust this value to move the button left */
  margin-top: -70px;
}
.crossImage {
  width: 16px;
  height: 16px;
  text-align: center;
  object-fit: cover;
  cursor: pointer;
  margin-left: 10px; /* Adjust margin as needed */
}

.email-input-group {
  display: flex;
  align-items: center;
}
.addEmail {
  display: flex;
  align-items: center;
  gap: 5px;
}
.addEmailLabel {
  margin: 0 !important;
}
.addEmailButton {
  background-color: #a1e777;
  border-radius: 12px !important;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addEmailButton:hover {
  background-color: #173303;
  color: #fff;
}

.addEmailSubmit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
  margin-left: 80px;
}

@media only screen and (max-width: 1200px) {
  .addEmailSubmit {
    margin-left: 0;
  }
}
.drop-table {
  margin-top: 1rem;
}
.drop-table .related-widget-wrapper select {
  height: 80px !important;
}
.drop-table .related-widget-wrapper select option {
  font-size: 1rem;
  color: black;
}
.close-btn {
  text-align: center;
}
.close-btn a svg {
  background: #dc3545;
  border-radius: 3px;
  padding: 1px;
}
.mobile_user-btn {
  margin-top: 1rem;
}
.mobile_user-btn button,
.mobile_user-btn a {
  width: 90%;
  margin: auto;
}

.mobile-email-field .email-input-group input {
  width: 385px;
}

.email-input-group {
  display: flex;
  align-items: center;
}

.email-input-group input[type="email"] {
  width: 70%;
  margin-right: 10px; /* Optional: adds spacing between input and other elements */
}
.mobile-user-screen .user-form-details {
  position: relative;
}
#response-message .alert.alert-success {
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.qr_request_form_box .cp-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.qr_request_form_box select {
  height: 40px;
  padding: 5px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  position: relative;
}
.djn-checkbox-select-all {
  text-align: center !important;
  /* margin-left: 12px !important; */
  display: block;
}
.page-actions {
  padding-right: 0;
}
.remove-info-content,
.remove-existing-content {
  width: 48px;
  margin: 0 auto;
}
.add-info-content {
  width: 150px !important;
}
.custom-btn-grp {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 0;
}
.add-detailed-info,
.add-content-to-existing-detail {
  width: 250px;
  margin-left: auto;
}
.custom-btn-grp .btn-lg {
  font-size: 14px !important;
}
.remove-detailed-info,
.remove-existing-detail {
  padding: 0 40px;
  margin-top: 30px;
}
.cp-section-title {
  font-size: 18px;
}
.table thead th {
  color: #173303;
  border-bottom: 0;
  font-size: 14px !important;
  font-weight: 600;
  vertical-align: middle;
}
.table tbody td {
  font-size: 14px !important;
  font-weight: 400;
  vertical-align: middle;
}
#table-aqr-products.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: inherit !important;
}
.custom-btn-grp .btn-primary {
  font-size: 14px !important;
}
.table thead th:not(:first-child),
.table tbody td:not(:first-child) {
  text-align: left;
}
.table thead th:last-child,
.table tbody td:last-child {
  text-align: right;
}
/* tooltip style */

/* Reset and unify tooltip buttons */
button.cp-toolmore.custom-tooltip {
  all: unset; /* Reset all default button styles */
  background: #1e3a8a;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none !important;
  position: relative;
  line-height: 1;
}

/* Maintain accessibility focus */
button.cp-toolmore.custom-tooltip:focus {
  outline: 2px solid #005fcc;
  outline-offset: 3px;
}

/* Tooltip SVG styles */
button.cp-toolmore.custom-tooltip svg {
  fill: #fff;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

/* Tooltip box */
/* button.cp-toolmore.custom-tooltip::after {
  content: attr(data-title);
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: #173303;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 13px;
  width: 250px;
  white-space: pre-wrap;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */

/* Tooltip arrow */
/* button.cp-toolmore.custom-tooltip::before {
  content: "";
  position: absolute;
  top: 122%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #173303;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
} */

/* Show tooltip on hover or focus */
button.cp-toolmore.custom-tooltip:hover::after,
button.cp-toolmore.custom-tooltip:hover::before,
button.cp-toolmore.custom-tooltip:focus::after,
button.cp-toolmore.custom-tooltip:focus::before {
  opacity: 1;
  visibility: visible;
}

/* AQR-specific tooltips (top position adjustments) */
.aqr-code-tooltip.custom-tooltip::after {
  top: 218%;
}

.aqr-code-tooltip.custom-tooltip::before {
  top: 196%;
  transform: translateX(-50%) rotate(45deg);
}


.aqr-tooltip-btn {
  border: none;
  padding: 0;
}
.aqr-tooltip-btn:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* delete icon styling */
.descriptions-container .description-item .input-group {
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.descriptions-container .description-item .input-group .remove-description {
  width: 45px;
}
.cst-filed::placeholder {
  text-transform: capitalize;
}

.card-header .card-title {
  text-transform: capitalize;
  display: block;
  float: inherit;
}
.audio-content-actions {
  line-height: 32px;
}
.audio-content-actions a.btn {
  height: auto;
}
.breadcrumb-item {
  font-size: 14px;
}
#search_group.form-group {
  gap: 10px;
}
#changelist #result_list th .text,
#changelist #result_list td .text {
  text-align: left;
  color: #212529;
}
#changelist-search {
  margin-bottom: 0;
}
.table tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .descriptions-container .description-item .input-group {
    flex-wrap: wrap;
  }
}
/* === AQR Form Accessible Fields === */
.form-select,
.form-control,
textarea.w-100 {
  background-color: #ffffff !important; /* solid white background */
  color: #000000 !important;            /* black text for 21:1 contrast */
  
  background-image: none !important;    /* remove background image arrow if any */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* restore a simple arrow for selects */
.form-select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M7 10l5 5 5-5z'/></svg>") !important;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
}

/* High-contrast focus state for keyboard users */
.form-select:focus,
.form-control:focus,
textarea:focus {
  outline: 2px solid #005fcc; /* strong blue focus ring */
  outline-offset: 2px;
  border-color: #005fcc;
}

/* Optional: Dark mode support */
@media (prefers-color-scheme: dark) {
  .form-select,
  .form-control,
  textarea.w-100 {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border-color: #bbbbbb !important;
  }

  .form-select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M7 10l5 5 5-5z'/></svg>");
  }

  .form-select:focus,
  .form-control:focus,
  textarea:focus {
    outline-color: #66aaff;
  }
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
/* Highlight the Cancel button when focused (keyboard navigation) */
a.btn.btn-danger.cp-cancel-btn:focus {
  outline: 3px solid #005fcc; /* WCAG-compliant blue focus ring */
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.3); /* Soft glow for visibility */
}
/* WCAG 2.2 AA Focus Styles for Buttons and Links */
.cp-focus-btn:focus,
.cp-focus-btn:focus-visible {
  outline: 3px solid #005fcc; /* High-contrast blue border */
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.3); /* soft glow */
  border-radius: 4px;
  transition: outline 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
/* Accessible link styling */
.cp-link {
  color: #0a4d0a; /* dark green, good contrast */
  text-decoration: underline;
  font-weight: 600; /* gives a visual cue besides color */
}

/* On hover or focus – stronger contrast and cue */
.cp-link:hover,
.cp-link:focus,
.cp-link:focus-visible {
  color: #063f06;
  text-decoration: none;
  outline: 2px solid #063f06;
  outline-offset: 2px;
}
