body {
  background: #1a2029;
  font-family: "Segoe UI", sans-serif;
}

body[data-bs-theme="light"] {
  background-color: #f7f7f7;
}

.quoteModal {
  min-width: 700px;
}

.modalQuote {
  overflow: hidden;


  background-color: rgba(0, 0, 0, 0.5);

}

.loginbody {
  background: #000;
  font-family: "Segoe UI", sans-serif;
}

.quoteWrapper {
  padding: 15px 28px !important;
}

.quoteWrapper .Loginlabel {
  margin: 0px 0 8px 2px !important;
}

.quoteWrapper .modal-header {
  padding: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.quoteWrapper .closeAction {
  position: absolute;
  right: 23px;
  width: 25px;
  height: 20px;
  background: transparent;
  box-shadow: unset;
  border: unset;
  top: 13px;
}

.quoteWrapper .requestForQuoteTextAreainput {
  border-radius: 12px;
}

.quoteWrapper .col-md-6 {
  margin-bottom: 12px;
}

.login-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-color: #002d34;
  margin-top: 40px;
  /* Background image with color overlay */
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.login-box {
  background-color: #f1f3f4;
  border-radius: 25px;
  padding: 30px;
  max-width: 450px;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-box h2 {
  font-size: 28px;
  font-weight: 600;
  color: #002d34;
  margin-bottom: 30px;
}

.form-control {
  border-radius: 12px;
  /* padding: 12px; */
  border: var(--bs-border-width) solid #004d56;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #004d56;
  outline: 0;
  box-shadow: 0px 1px 5px 1px #ccc;
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #022d34;
}

.btn-login {
  background-color: #004d56;
  color: #fff;
  font-weight: 500;
  border-radius: 40px;
  padding: 15px 15px;
  /* Optional: widen button a bit */
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.btn-login:hover {
  background-color: #fff;
  color: #004d56;
  border: 1px solid #004d56;
}

.remember-me {
  font-size: 14px;
  margin-top: 10px;
}

.forgot-password {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.forgot-password a {
  color: #004d56;
  font-weight: 500;
  letter-spacing: 1px;
}

.shield-image {
  max-height: 400px;
  max-width: 400px;
  width: 100%;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.brand-logo img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.password-toggle {
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  color: #666;
}

.position-relative {
  position: relative;
}

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

.form-check {
  padding: 10px 0;
}

.form-check-input:checked {
  border-color: #004d56;
  box-shadow: 0;
}

.form-check-input:focus {
  box-shadow: 0 !important;
  border: 0;
}

.form-check-label {
  color: #fff;
  font-weight: normal;
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #004d56;
  border-radius: 4px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 8px;
}

/* Checked state */
.custom-checkbox:checked {
  background-color: #004d56;
}

/* White checkmark when checked */
.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Dashboard CSS Start here*/
.sidebar {
  background-color: #273244;
  color: #fff;
  min-height: 100vh;
}

.sidebar a {
  color: #fff;
  text-decoration: none;
  padding: 12px 5px;
  display: block;
  font-size: 12px;
  /* background: rgb(255 255 255 / 4%); */
  margin: 5px 0;
  width: 85px;
  border-radius: 10px;
  font-weight: 600;
}

.sidebar a:hover {
  background: rgb(255 255 255 / 40%);
  padding: 12px 5px;
  display: block;
  font-size: 12px;
}

.content {
  padding: 20px;
}

.metric {
  font-size: 18px;

  font-weight: 500;
}

.metric a {
  margin-bottom: 15px;
  color: #fff;
}

.metric a:hover {
  text-decoration: underline;
}

.metric span {
  display: block;
  font-weight: bold;
}

.card-title {
  font-weight: 600;
}

.chart-placeholder {
  height: 300px;
  background: linear-gradient(to right, #ddd 30%, #ccc 60%);
  margin-bottom: 10px;
}

.title {
  color: #0e7e93;
}

.orange {
  color: #f46e28;
}

.nav-link {
  color: #09414b;
}

.table-sm th {
  background: #09414b;
  color: #fff;
  padding: 5px;
  font-weight: 400;
}

.table-sm td {
  padding: 8px 15px;
}

.view-btn {
  float: right;
  text-align: right;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #09414b;
  text-decoration: none;
}

.view-btn:hover {
  text-decoration: underline;
}

.dropdown-hover {
  position: relative;
  display: inline-block;
}

.dropdown-hover .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
  min-width: 150px;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.dropdown-hover:hover .dropdown-menu {
  display: block;
}

/* Sidebar Fixed */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 120px;
  /* Adjust based on your content */
  /* border-right: 1px solid #ddd; */
  z-index: 1000;
  padding-top: 20px;
  overflow-y: scroll;
  box-shadow: 1px 1px 7px 1px #476779;
}

.main-content {
  margin-left: 120px;
  padding: 0;
  overflow-y: scroll;
  height: 100vh;
  /* margin-bottom: 70px ; */
}

.commonArea {
  padding: 15px;
  margin-bottom: 50px;
}

.sidebar-link {
  font-size: 12px;
  color: #333;
  padding: 10px 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

.sidebar-link i {
  font-size: 18px;
  margin-bottom: 4px;
}

.sidebar-link:hover {
  background-color: #e9ecef;
  width: 100%;
}

/* Optional: Hide scrollbar on sidebar */
.sidebar::-webkit-scrollbar {
  display: none;
}

.text-teal:hover {
  background: #09414b;
  color: #fff;
}

.card {
  border: 0;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background: #476779;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #fff;
  background: #476779;
}

.nav-tabs .nav-link {
  width: 150px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.table {
  margin-bottom: 0px;
}

.table tr:last-of-type td {
  border-bottom: none !important;
}

`1 .btn-outline-primarys {
  border: 1px solid #09414b !important;
  background: #09414b;
  color: #fff;
}

.btn-outline-primarys:hover,
.btn-outline-primarys:focus,
.btn-outline-primarys:active,
.btn-outline-primarys:focus-within,
.btn-outline-primarys:focus-visible,
.btn-outline-primarys:target {
  border: 1px solid #059fba !important;
  background: #059fba;
  color: #fff;
}

.notification {
  background: #09414b;
  color: #fff;
  padding: 8px 0px 8px 20px;
}

notification h6 {
  font-size: 20px;
}

/* Dashboard CSS End here*/
/* .sidebar a:hover, */
.sidebar a.active {
  background: #aae1e557;
  padding: 6px 5px 6px;
  display: block;
  font-size: 12px;
  width: 85px;
}

/* Create New Form*/
.img-preview {
  max-width: 150px;
  max-height: 150px;
  margin-top: 10px;
  border-radius: 10px;
  object-fit: cover;
}

.btn-primary {
  background: transparent !important;
  box-shadow: 0px 0px 6px 1px #476779;
}

button.btn.btn-secondary {
  box-shadow: 0px 0px 6px 1px #476779;
  margin: 8px 0 0;
}

.btn-primary:hover {
  background: #fff;
  border: 1px solid #09414b;
  color: #09414b;
}

.custom-form-control,
.form-control:focus {
  border-radius: 5px;
  padding: 0.375rem 0.75rem;

  /* border: 1px solid #aaa; */
  /*  height: 36px; */
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #022d34;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgb(221, 11, 11) !important;
}

small {
  color: #5e5e5e;
}

.imagePreview {
  height: 35px;
  width: 35px;
  margin-left: 10px;
  top: -3px !important;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0px !important;
}

.accordion-header-red .accordion-button {
  background-color: #09414b;
  color: white;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
  /* Makes arrow white */
}

.accordion-button {
  box-shadow: none !important;
  border: none;
  border-radius: 0;
}

.backlinkcolor {
  color: #09414b !important;
}

.addEditListingTitle {
  font-weight: 500 !important;
}

/*=================Table==================*/
.img-preview {
  max-width: 150px;
  max-height: 150px;
  margin-top: 10px;
  border-radius: 10px;
  object-fit: cover;
}

.btn-primary {
  background: #09414b;
  border: 1px solid #09414b;
}

.btn-primary:hover {
  background: #0e6a7a;
  border: 1px solid #0e6a7a;
  color: #fff;
}

.btn-secondary:hover {
  background: #848b91 !important;
}

.table-light tr th {
  color: #fff;
  background: #121212;
  font-weight: 500;
  padding: 10px;
}

.table-dark tr td {
  padding: 10px;
  border: unset !important;
}

.table-dark tr {
  cursor: pointer;
}

/* Apply alternating colors */
.table-dark tbody tr:nth-child(odd) {
  background-color: #212529 !important;
  /* dark gray */
}

.table-dark tbody tr:nth-child(even) {
  background-color: #1c1f23 !important;
  /* slightly lighter gray */
}

/* Apply hover effect with different shades */
.table-dark tbody tr:nth-child(odd):hover td {
  background-color: #2b2b2b !important;
}

.table-dark tbody tr:nth-child(even):hover td {
  background-color: #333 !important;
}

/* Optional: smooth hover transition */
.table-dark tbody tr td {
  transition: background-color 0.2s ease;
}

.pagination .page-link {
  color: #09414b;
}

.pagination .active .page-link {
  background-color: #09414b;
  color: #fff;
  border-color: #09414b;
}

/* Sliding card styles */
#userDetailCard {
  position: fixed;
  top: 0;
  right: -400px;
  /* Hidden by default */
  width: 350px;
  height: 100vh;
  background: #fff;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 1050;
  padding: 20px;
  overflow-y: auto;
}

#userDetailCard.show {
  right: 0;
}

#userDetailCard .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #09414b;
  cursor: pointer;
  border: none;
  background: none;
}

#userDetailCard h5 {
  margin-bottom: 20px;
  color: #09414b;
  font-weight: 600;
}

#userDetailCard p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.custom-table-border th,
tr>td {
  border: none !important;
  border-bottom: 1px solid #d0d0d0 !important;
}

.custom-box-shadow-card {
  box-shadow: 0px 0px 6px 1px #476779;
  background: #1a2029;
}

.custom-box-shadow-button {
  display: inline-block;
  margin-right: 10px !important;
}

.search-icon {
  border: 1px solid #d1d1d1;
  padding: 3px 4px 3px 15px !important;
  border-radius: 10px;
}

.custom-form-control-textarea,
.custom-form-control-textare:focus {
  border-radius: 5px;

  border: 1px solid #aaa;
  /* height: 126px;
 padding: 5px;
 */
}

.btn-warning-custom-icon {
  background-color: #09414b !important;
  color: #fff !important;
  border-color: #09414b !important;
}

.btn-outline-primary {
  border-color: #09414b !important;
  color: #09414b !important;
  font-size: 20px !important;
}

.btn-warning-custom-view-icon {
  background-color: #1494ad !important;
  color: #fff !important;
  border-color: #1494ad !important;
}

/* .custom-search {
  height: 38px;
} */

.custom-search:focus {
  box-shadow: unset;
}

.pagination-info .btn.btn-outline-primary {
  border: none;
}

.pagination-info .btn.btn-primary {
  padding: 0px 5px;
  margin-top: 10px;
  font-weight: 600;
  text-decoration: underline;
}

.pagination-info .btn.btn-outline-primary {
  border: none;

  margin-top: 0px;
}

.btn-warning-custom-view-icon {
  background-color: #fff !important;

  color: #09414b !important;

  border-color: #fff !important;
}

.btn-warning-custom-view-icon:hover {
  color: #09414b96 !important;
}

.btn-danger {
  background-color: #fff !important;
  color: #09414b !important;
  border-color: #fff !important;
}

.btn-warning-custom-icon {
  background-color: #fff !important;
  color: #09414b !important;
  border-color: #fff !important;
}

.btn-warning-custom-icon:hover {
  color: #09414b96 !important;
}

.btn-danger:hover {
  color: #09414b96 !important;
}

.pagination-info .btn:hover {
  background: none;
  font-weight: 600;
  background: #fff !important;
  color: #333 !important;
}

.pagination-info .btn-primary {
  background: none;
  border: none;
  color: #09414b;
  font-size: 20px;
  padding: 0px !important;
  margin: 6px 0px !important;
}

/*
.react-select__control {
  border-color: #aaa;
}
*/
.pagination-info .btn-primary:hover {
  background: none;

  border: none;

  color: #09414b;
}

.form-group {
  margin-bottom: 1rem;
}

.form-label {
  /* font-weight: 600; */
  display: block;
  margin-bottom: 0.5rem;
}

.form-control {
  width: 100%;
  /* padding: 0.5rem; */
  border: 1px solid #aaa;
  border-radius: 4px;
}

.input-group-text {
  border: 1px solid #aaa;
}

.text-danger {
  color: red;
}

.select-field-option {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swal2-title {
  font-size: 21px !important;
}

.form-check-input:checked {
  background-color: #134852 !important;
  border-color: #134852 !important;
}

.form-check-input {
  margin: 5px 10px 5px 0px !important;
  border-color: #aaa;
}

.forProgressbar {
  width: 100% !important;
}

.forProgressbar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  counter-reset: step;
}

.forProgressbar ul li {
  position: relative;
  flex: 1;
  text-align: center;
  font-weight: 500;
  color: #aaa;
  padding-bottom: 10px;
}

.forProgressbar ul li::before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 23px;
  border: 2px solid #70f056;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #2e9f17;
  color: #fff;
}

.forProgressbar ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.forProgressbar ul li:first-child::after {
  content: none;
}

.forProgressbar_active,
.forProgressbar ul li.forProgressbar_active~li {
  color: #fff;
}

.forProgressbar ul li.forProgressbar_active::before {
  background-color: #31c413;
  color: #fff;
  border-color: #21b004;
}

.forProgressbar ul li.forProgressbar_active~li::before {
  background-color: #fff;
  color: #ccc;
  border-color: #ccc;
}

.forProgressbar ul li.forProgressbar_active~li::after {
  background-color: #ccc;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.form-label.fw-bold {
  background: none;
  padding: 10px;
}

/* .accordion-button::after{content:none;} */

.custom-accordion-body {
  padding: 0px;
}

.custom-list-unstyled,
.custom-list-unstyled>li {
  display: inline-flex !important;
  padding-right: 10px !important;
  margin-bottom: 0 !important;
}

.column-left {
  text-align: right;
  margin-top: 10px;
}

.column-right {
  text-align: left;
  padding-right: 25%;
  margin-top: 10px;
}

.form-label {
  margin-bottom: 0.5rem;
  /* font-weight: 500 !important; */
  color: #fff;
}

.section-heading {
  background-color: #09414b;
  color: white;
  font-size: 1rem;
  font-size: 18px;
  padding: 15px;
}

#stepTwo .row {
  padding: 15px;
}

.form-label.fw-bold {
  padding: 5px 10px;
  font-size: 18px;
  color: #333;
}

#stepTwo .fw-bold {
  background: transparent;
  padding: 5px 0px;
  font-size: 18px;
  color: #fff;
  font-weight: normal !important;
  margin-bottom: 0px;
}

#stepTwo .form-check-label {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}

#stepTwo .col-md-6.mb-3.d-flex.align-items-center {
  padding-left: 30px;
}

#stepTwo .mb-3 {
  margin-bottom: 10px !important;
}

#stepTwo .col-md-6.mb-2 {
  margin-bottom: 0.5rem !important;
}

#stepTwo .d-flex.justify-content-between.mt-4,
.d-flex.justify-content-between.mt-4 {
  padding: 2px 15px 30px;
}

#stepThree h6 {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 3px 0px 3px 10px;
  font-weight: 600;
  background: #ccc;
  font-size: 16px;
}

#risk-location-0 .row {
  padding-left: 15px;
}

#stepThree .form-check {
  padding: 10px 10px 10px 10px;
}

#stepThree .fw-bold {
  font-weight: 500 !important;
  color: #333;
  font-size: 16px;
}

#stepThree .btn.btn-outline-primary {
  margin-right: 10px;
  padding: 1px 10px;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  background: #333;
}

#stepThree .btn.btn-outline-primary:hover {
  background: #333333ba;
}

#stepThree th {
  font-weight: normal;
}

.calculate-premium {
  padding: 10px 17px;
}

.form-check-label.discount-label {
  font-size: 18px !important;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}

.circular-image {
  width: 30px;
  /* reduced from 120px */
  height: 30px;
  /* reduced from 120px */
  /* border-radius: 50%; */
  object-fit: cover;
  /* border: 2px solid #3498db; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.circular-image:hover {
  transform: scale(1.05);
}

.custom-download-btn {
  padding: 2px 8px;
  /* reduce vertical padding */
  font-size: 12px;
  /* smaller text */
  line-height: 1.2;
  /* tighter line height */
  height: auto;
  /* override default */
}

.risk-head {
  background-color: unset !important;
  color: #fff;
  padding: 8px 0 !important;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  margin-bottom: 17px;
  width: fit-content;
}

.react-datepicker-wrapper {
  border: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.circle-image {
  width: 150px;
  /* or any fixed size */
  height: 150px;
  #border-radius: 50%;
  object-fit: cover;
  /* ensures image doesn't look stretched */
  display: block;
}

.custom_profile .shadow {
  margin-right: 5px;
  padding: 20px 30px;
}

.custom_profile .btn-outline-primary {
  background-color: #09424c;
  color: #fff !important;
  font-size: 18px !important;
}

.custom_profile .btn-outline-primary:hover {
  background-color: #fff;
  color: #09424c !important;
}

.commontablebody td:nth-child(2) {
  width: 200px;
}

.image-wrapper {
  display: grid;
  place-items: center;
}

.custom_profile h5 {
  font-size: 25px;
}

.column-left {
  text-align: right;
  margin-top: 10px;
}

.column-right {
  text-align: left;
  padding-right: 30%;
  margin-top: 10px;
}

.block-section {
  padding: 15px 30px 30px;
}

.block-heading .header {
  background-color: #09414b;
  color: white;
  font-size: 18px;
  padding: 14px;
}

.quote_profile h5 {
  font-size: 17px;
  background: #004d56;
  color: #fff;
  padding: 4px 8px;
}

.inner-section .col-md-12 {
  padding-left: 15px;
}

.risk-area {
  margin: 0px;
}

.risk-area h5 {
  font-size: 17px;
  background: #004d56;
  color: #fff;
  padding: 4px 8px;
  margin-bottom: 0px;
}

.risk-area .risk-head {
  background: none !important;
  color: #fff;

  font-size: 16px;
  font-weight: 600;
}

.no-bottom-border,
.no-bottom-top {
  border-bottom: 0 !important;
}

.col.border.p-2.text-center.fw-bold {
  font-weight: normal !important;
}

.row.border.border-black.no-bottom-border,
.row.border.border-black {
  border: 1px solid #ccc !important;
  border: none !important;
}

.row.risk-area .row {
  padding-left: 15px;
}

a {
  color: #004d56;
  font-size: 17px;
  text-align: right;
  text-decoration: fuchsia;
  padding-top: 16px;
}

a:hover {
  #text-decoration: underline;
}

.search-section {
  border: 1px solid #ccc;
}

.renewal-search-section {}

@media (min-width: 1485px) {
  .searchBox {
    box-shadow: 0px 0px 6px 1px #476779;
    border-radius: 8px;
    width: auto;
  }

  .customFilter .form-select {
    min-width: 200px;
  }

  .customFilter #selectProduct {
    width: 210px;
  }

  .customFilter #selectSubProduct {
    width: 280px;
  }

  .customFilter select:last-child {
    width: 225px;
  }
}

@media (max-width: 1484px) {
  .searchBox {
    box-shadow: 0px 0px 6px 1px #476779;
    border-radius: 8px;
    width: auto;
  }

  .customFilter #selectProduct {
    width: 205px;
  }

  .customFilter #selectSubProduct {
    width: 227px;
  }

  .customFilter select:last-child {
    width: 175px;
  }
}

@media (min-width: 768px) {
  div[role="grid"] {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  div[role="grid"] {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.renewal-pending {
  color: #fff;
  border: 1px solid #b78c0a;
  background: #e3b320;
  padding: 0px 7px 2px;
}

.renewal-lost {
  color: #fff;
  border: 1px solid #990412;
  background: #dc3545;
  padding: 0px 7px 2px;
}

.leaflet-bottom.leaflet-right {
  display: none;
}

.premium_claim {}

.gaudeChart {
  /* border: 1px solid #f7d6d6; */
  padding: 20px 20px 0;
  /* box-shadow: 1px 1px 7px 1px #476779; */
  background: #273345;
}

.dashboarditle h5 {
  font-size: 18px;
  margin-bottom: 4px;
}

.dashboarditle h2 {
  font-size: 20px;
  margin-bottom: 0px !important;
}

.PremiumClaimProfitChartCLass .card {
  background: #273345;
}

.dashboarditle .PremiumClaimProfitChartCLass {
  margin-bottom: 70px;
}

.PremiumClaimProfitChartCLass .card-body {
  border-radius: 8px;
}

.thirdBox .card-body {
  border: 1px solid #f7d6d6;
  border-radius: 8px;
}

.topHeader {
  /* border-bottom: 1px solid #fff; */
  padding: 8px 15px;
  box-shadow: 1px 1px 7px 1px #476779;
}

.loadingbar {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  position: absolute;
  background: #eeeeeeb5;
  left: 0;
  backdrop-filter: blur(5px);
  /* background-color: rgba(0, 0, 0, 0.3); */
  transition: backdrop-filter 0.3s, background-color 0.3s;
}

.loadingbar span {
  border-color: #2849b2 #2849b2 transparent !important;
}

#gst_number {
  width: 80%;
}

#pan_number {
  width: 80%;
}

#upload_aadhar {
  width: 80% !important;
}

#upload_pan {
  width: 80% !important;
}

#upload_gst {
  width: 80% !important;
}

#remark {
  height: 36px;
}

#remark:focus {
  height: 36px;
}

.FieldImage input {
  width: 75%;
  /* max-width: 360px; */
}

.FieldImage {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.downloadAction {
  display: flex;
  align-items: center;
}

.actionButton button {
  padding: 0px;
}

.actionButton {
  display: flex;
  flex: 1;
  gap: 6px;
}

.RFQ_document {
  border: 1px solid #eeeeee75;
  padding: 8px;
  margin: 15px;
  text-align: center;
  /* box-shadow: 2px 3px 5px 3px #eee; */
}

.RFQ_document p {
  margin: 12px 0 6px;
  text-transform: capitalize;
  font-weight: 400;
}

/* .RFQ_document:last-child {
  margin-left: 0;
} */

.RFQ_document img {
  border: unset;
  /* width: 100% !important; */
}

.RFQ_document button {
  padding: 0px;
}

.RFQ_document button:hover,
.RFQ_document a:hover {
  color: #09414b96 !important;
}

.quote_insurer_name {
  max-width: 270px;
}

.quiteimagePreview {
  width: 35px !important;
  margin-left: 0px;
  border-radius: unset !important;
}

a.advance-search-link.btn {
  background: #02414e;
  color: #fff;
}

.advance-search-link.btn:hover {
  background: #0e6a7a;
}

a.advance-search-link.btn {
  background: #02414e;
  color: #fff;
}

#policyNo {
  width: 98%;
  margin-left: 15px;
}

.no-record-found {
  padding-top: 20px;
  padding-bottom: 20px;
}

.customerror {
  text-align: center;
  padding: 0px 0px 15px 0px;
  font-size: 20px;
}

.custom-success {
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #148719 !important;
  background: #fff !important;
  color: #148719 !important;
}

.dynamicAddRow:first-child {
  margin-left: 0;
}

.viewDetails .RFQ_document.col-lg-4 {
  margin: 10px 14px;
}

.viewrowdiv .RFQ_document {
  margin-left: 0;
}

.viewLeadDoc {
  margin-left: 0 !important;
}

.viewLeadDoc a {
  margin-left: auto;
  width: fit-content;
  display: block;
  padding: 0 8px 8px 0;
}

.viewLeadDoc .title {
  text-align: center;
  margin: 8px 0 0;
  font-weight: 600;
}

.viewLeadDoc button {
  width: fit-content;
  margin-left: auto;
  display: block;
  padding: 0 8px 8px 0;
}

/* .react-select__control {
  border-color: #aaa !important;
} */

.customdenger {
  background-color: #b80e0e !important;
  color: #f5f5f5 !important;
  border-color: #fff !important;
}

.customImageDiv {
  padding-left: 15px !important;
}

#advance_search h4 {
  /* border-bottom: 1px solid #ccc;*/
  margin: 0px 0px 5px;
  padding-bottom: 10px;
}

#advance_search_inner {
  border-top: 1px solid #476779;
  padding: 10px 1px 0px;
  margin-top: 12px;
}

.motorFinalStepAddmore label {
  visibility: hidden;
}

.motorFinalStepAddmore button {
  margin-right: 20px;
}

.btn-primary.btn.btn-sm {
  padding: 0px 5px;
  border: #c2c2c2;
  border-radius: unset;
}

.newgaugecolor {
  color: #ffffff;
  background: #db10ce;
  padding: 4px 8px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
}

.renewalgaugecolor {
  color: #ffffff;
  background: #b000f9;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
}

.dashboard-heading {
  padding: 6px 10px;
  background: #476779;
  color: #fff;
}

/*-----------------------------Login Css----------------*/

.loginWrapper {
  background-image: url(/assets/img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  color: #fff;
  flex-direction: column;
}

/* ----------- MARQUEE ----------- */
.marquee {
  width: calc(100% - 200px);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.loginTopBar {
  background: #fff;
  color: #11133e;
  width: 1260px;
  border-radius: 16px;
  padding: 8px 15px;
}

.marquee h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  display: block;
  animation: scrollText 20s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.loginTopBar .loginsubmit {
  margin: 0;
  padding: 4px 14px;
  background: #2c8086;
  color: #fff;
  animation: jerkEffect 2s infinite;
}

@keyframes jerkEffect {
  0% {
    transform: rotate(360deg) translateY(0%) translate(0, 0);
  }

  5% {
    transform: rotate(360deg) translateY(0%) translate(-6px, 0);
  }

  10% {
    transform: rotate(360deg) translateY(0%) translate(6px, 0);
  }

  15% {
    transform: rotate(360deg) translateY(0%) translate(-6px, 0);
  }

  20% {
    transform: rotate(360deg) translateY(0%) translate(6px, 0);
  }

  25% {
    transform: rotate(360deg) translateY(0%) translate(-4px, 0);
  }

  30% {
    transform: rotate(360deg) translateY(0%) translate(4px, 0);
  }

  35% {
    transform: rotate(360deg) translateY(0%) translate(0, 0);
  }

  100% {
    transform: rotate(360deg) translateY(0%) translate(0, 0);
  }
}

.loginTopBar .loginsubmit:hover {
  background: #fff;
  color: #11133e;
}

.loginWrapper .password-toggle {
  top: 7px;
  color: #132742;
}

.footer {
  margin-top: 14px;
  color: #98a4bb;
  font-size: 13px;
  text-align: right;
}

.footerLogin {
  margin-top: 8px;
  color: #98a4bb;
  font-size: 13px;
  text-align: right;
}

.footerLogin a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.loginWrapper .alert {
  padding: 8px;
  background: #cef2f2 !important;
  color: red;
  border: 1px solid #cef2f2;
  margin: 20px 0 0;
}

.logincontent .custom-danger span {
  color: red !important;
}

.smallLogo {
  max-height: 60px;
  width: auto;
}

.passwordlabel {
  margin-top: 12px;
}

.passwordIcon {
  cursor: "pointer";
}

.frame {
  max-width: 1260px;
  min-height: 480px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.01));
  display: grid;
  grid-template-columns: 520px 1fr;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5),
    0 0 40px rgba(46, 139, 139, 0.2) inset, 0 0 40px rgba(46, 139, 139, 0.5);
  backdrop-filter: blur(40px) saturate(200%);
}

/* LEFT PANEL */
.login-left {
  padding: 28px;
  position: relative;
  background: #132742;
  z-index: 2;
}

/* .logincontent .alert i,.logincontent .alert span {
    color: #2c8086 !important;
} */
.login-left::before {
  content: "";
  background-image: url(/assets/img/loginCard.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: right center; */
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: -1;
}

/* RIGHT PANEL */
.login-right {
  position: relative;
  background: #cef2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5),
    0 0 40px rgba(46, 139, 139, 0.2) inset, 0 0 40px rgba(46, 139, 139, 0.5);
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px,
      transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  backdrop-filter: blur(40px) saturate(200%);
}

/* BRAND */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.brand .logo {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: radial-gradient(12px 12px at 30% 30%, #b9b2ff, #765cf0), #1b1335;
  box-shadow: 0 0 0 2px rgba(139, 124, 246, 0.3) inset;
}

/* TOPBAR */
.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONTENT */
.logincontent {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loginH2 {
  font-size: 36px;
  margin: 0;
  font-weight: 600;
}

.logincontent h2,
.logincontent p {
  text-align: center;
}

.loginsmall {
  color: #fff;
  font-size: 13px;
  margin-bottom: 18px;
}

.xbtn:hover {
  background: #141c28;
}

.xbtn+.xbtn {
  margin-top: 10px;
}

/* OR DIVIDER */
.or {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7e8a9e;
  margin: 16px 0;
}

.or .line {
  height: 1px;
  background: #222a36;
  flex: 1;
}

/* INPUTS */
.Loginlabel {
  display: flex;
  color: #fff;
  font-size: 15px;
  margin: 12px 0 8px 2px;
  gap: 4px;
}

.Loginlabel img {
  filter: invert(94%) sepia(6%) saturate(23%) hue-rotate(218deg) brightness(103%) contrast(109%);
  width: 20px;
  height: 20px;
}

.logininput {
  width: 100%;
  background: #cef2f2;
  border: 1px solid #cef2f2;
  color: #000;
  border-radius: 32px;
  padding: 5px 14px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.logininput:focus {
  border-color: #3a4456;
  box-shadow: 0 0 0 4px rgba(139, 124, 246, 0.12);
}

.loginRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* PASSWORD FIELD */
.loginpw-wrap {
  position: relative;
}

.loginpw-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #a7b0c5;
  cursor: pointer;
}

/* loginerror STATES */
.loginerror {
  border-color: #ff8a8a !important;
  box-shadow: 0 0 0 4px rgba(255, 105, 105, 0.12) !important;
}

.loginerror-text {
  color: #ff7a7a;
  font-size: 12px;
  margin-top: 8px;
}

.loginerror-bubble {
  position: absolute;
  right: -44px;
  top: 50%;
  transform: translateY(-50%);
  background: #b092ff;
  color: #0f0f17;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 10px;
}

.forgetLinkText {
  color: #fff;
}

/* SUBMIT */
.loginsubmit {
  min-width: 150px;
  margin: 30px auto;
  background: #fff;
  color: #132742;
  border: 1px solid #2e8b8b;
  border-radius: 30px;
  padding: 8px 14px;
  cursor: not-allowed;
  display: block;
  font-weight: 600;
}

.loginsubmit:hover {
  background: #2c8086;
  transition: 0.5s;
  color: #fff;
  /* border: unset; */
}

/* HERO RIGHT SIDE */
.hero {
  max-width: 640px;
  text-align: center;
  padding: 24px;
  /* adjust height so texts fit */
  overflow: hidden;
}

.heroFade {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  animation: fadeCycle 16s linear infinite;
  width: 100%;
}

.heroFade h3 {
  font-size: 24px;
  margin: 0 0 4px;
  color: #2c8086;
}

.heroFade p {
  color: #2c8086;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.heroFade img {
  max-height: 300px;
  width: auto;
}

.heroFade:nth-child(1) {
  animation-delay: 0s;
}

.heroFade:nth-child(2) {
  animation-delay: 4s;
}

.heroFade:nth-child(3) {
  animation-delay: 8s;
}

.heroFade:nth-child(4) {
  animation-delay: 12s;
}

@keyframes fadeCycle {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  5% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  25% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  30% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
}

/* cube, orbit, arrow remain same */
.cube {
  position: absolute;
  inset: 100px 60px 60px 60px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.orbit {
  position: absolute;
  left: 50%;
  bottom: 140px;
  width: 520px;
  height: 160px;
  margin-left: -260px;
  border: 1px solid rgba(139, 124, 246, 0.3);
  border-radius: 50%;
  opacity: 0.8;
}

.arrow {
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid var(--purple);
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .frame {
    grid-template-columns: 1fr;
    height: auto;
    margin: 20px auto;
  }

  .login-right {
    display: none;
  }

  .login-left {
    border-radius: 16px;
  }
}

.btnCreate button {
  border-color: #fff !important;
  color: #fff !important;
}

/* extra css */
.swal2-styled {
  padding: 5px 15px;
  box-shadow: 0px 0px 6px 1px #476779;
  font-weight: 400;
}

.swal2-popup {
  background: linear-gradient(360deg, #102a43, #1f4068, #005f73);
}

.swal2-close {
  color: #fff;
}

.swal2-close:hover {
  color: #fff;
}

.swal2-title {
  font-size: 16px !important;
  font-weight: 400;
  max-width: 400px;
  margin: auto;
  color: #fff;
}

.swal2-confirm {
  background: #6c757d;
}

.swal2-cancel {
  background: #476779;
}

.sidebarLogo img {
  height: 200px;
  width: 200px;
  margin-top: -70px;
  cursor: pointer;
}

.menuItens {
  margin-top: -60px;
}

#notifDropdown .translate-middle {
  transform: translate(-100%, -30%) !important;
}

.sidebar-link img {
  width: 50px;
  display: block;
  margin: auto;
}

.sidebar-link:hover {
  transform: scale(1.1);
  transition: 0.2s;
  background: transparent !important;
}

.doughnut text {
  color: #fff;
}

g.needle path {
  fill: #ffff;
}

g.needle circle {
  fill: #fff;
}

.footerWrapper {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #273345;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  z-index: 98;
  color: white;
  position: fixed;
  box-shadow: 1px 1px 7px 1px #476779;
}

.actionBtn {
  width: 30px;
  cursor: pointer;
}

.searchBox span,
.searchBox input {
  border-color: #476779;
}

/* .searchBox input:focus {
  background: #3d6191;
} */
.btnWithIcon {
  background: #273345;
  box-shadow: 0px 0px 6px 1px #476779;
  border: unset;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btnWithIcon:hover {
  background: #132742;
  transition: 0.5s;
}

.viewDetails {
  background: #273345;
  box-shadow: 0px 0px 6px 1px #476779;
}

.detailsBox p {
  border-bottom: 1px solid #4d5154;
  padding: 10px 24px;
  margin: 0;
  background: #132742;
  display: flex;
  /* flex: 1; */
  gap: 30px;
}

.detailsBox p:hover {
  background: #273345;
}

.modalHeader {
  padding: 20px 20px 0;
}

/* blur background when modal is open */
.blurred {
  filter: blur(6px);
  pointer-events: none;
  /* background click disable */
  user-select: none;
  transition: 0.3s ease;
}

/* ensure modal is above blur */
.viewDetails {
  background: #0e141c;
  /* your dark theme bg */
  color: white;
  z-index: 2000;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
}

.detailsBox p strong {
  flex: 5;
}

.detailsBox p span {
  flex: 5;
}

.formFillWrapper .accordion-item {
  box-shadow: 0px 0px 6px 1px #476779;
}

.formFillWrapper {
  background: #1a2029;
}

.formFillWrapper .form-label {
  color: #fff;
}

.formFillWrapper .text-danger {
  color: #fff !important;
}

.formFillWrapper small {
  color: #fff !important;
}

.formFillWrapper .col-md-6 {
  margin-bottom: 20px !important;
}

.formFillWrapper .form-control {
  /* padding: 0.5rem; */
  border: 0px solid #aaa;

  box-shadow: 0px 0px 6px 1px #476779;
  background: transparent;
}

/* .formFillWrapper textarea {
  margin-bottom: 20px;
} */
.formFillWrapper textarea+.invalid-feedback {
  /* margin-top: -10px; */
  /* margin-bottom: 18px; */
}

.formFillWrapper .form-control:focus {
  background: #3d6191;
}

.formFillWrapper select {
  border: 0px solid #aaa;
  box-shadow: 0px 0px 6px 1px #476779;
  /* background: #1a2029; */
}

.passwordcta span {
  cursor: pointer;
  border-color: #476779;
  background: transparent;
  box-shadow: 0px 0px 6px 1px #476779;
}

.passwordcta img {
  width: 35px;
}

.textGlobal {
  font-size: 12px;
  font-weight: 600;
  text-align: justify;
  display: block;
  margin: 12px 0;
}

.pagination-info .btn-outline-primary,
.pagination-info .btn-primary {
  color: #000 !important;
  font-weight: 700;
  text-decoration: underline;
  width: 30px;
  border-radius: 50% !important;
  height: 30px;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  margin-right: 8px !important;
  text-decoration: unset !important;
}

.pagination-info .btn-outline-primary {
  font-weight: normal;
  background: #273345 !important;
  color: #fff !important;
}

.pagination-info .btn-primary {
  font-weight: 700;
  background: #fffff2 !important;
}

.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
  background: #1a2029;
  box-shadow: 0px 0px 6px 1px #476779;
  color: #fff;
}

.section-header-red {
  border-bottom: 1px solid #476779;
  padding-bottom: 8px;
  font-size: 20px;
}

.renewalArea {
  background: #273343;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.show-adv-search {
  cursor: pointer;
}

.arrowRotate {
  transform: rotate(180deg);
  transition: 0.3s;
}

/* .react-select__control {
  border: 0px solid #aaa;
  box-shadow: 0px 0px 6px 1px #476779;
  background: #132742 !important;
}
.react-select__placeholder {
  color: #fff !important;
}
.react-select__menu {
  background: #132742 !important;
}
.react-select__single-value {
  color: #fff !important;
}
.react-select__menu option:hover {
  background: #132742 !important;
}

.react-select__option--is-focused {
  background-color: #4d90fe !important;

  color: white !important;
}
.css-tj5bde-Svg {
  fill: #fff !important;
} */
/* Slider Section */
.login-right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slides {
  display: flex;
  transition: transform 0.8s ease-in-out;
  height: 100%;
}

.slide {
  min-width: 100%;
  height: 100%;
}

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

/* Dots */
.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
}

.dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: white;
  transform: scale(1.2);
  width: 20px;
  height: 6px;
  border-radius: 20px;
}

.formFillWrapper .spacingManage {
  margin-bottom: 0px !important;
}

.fieldSpace .col-md-6 {
  margin-bottom: 0 !important;
}

.inner-section h5 {
  font-size: 18px;
  background: #fff;
  color: #333;
  padding: 8px;
}

.extraBtn {
  border: 1px solid #eee !important;
  color: #fff !important;
  font-size: 14px !important;
}

.extraBtn:hover {
  background: #132742 !important;
}

.viewDetails .RFQ_document {
  width: 100px;
}

.viewDetails .RFQ_document .img-thumbnail {
  width: 85px;
  height: 85px;
}

.viewDetails .RFQ_document .title {
  color: #fff;
}

.modalHeader .close-btn:hover {
  color: #9f9c9c !important;
}

.reqDetaulsView:last-child {
  margin-left: 15px !important;
}

/* .commonArea .btn.btn-primary {
  margin: 0 8px 8px;
} */

.alert.alert-danger.custom-danger {
  background: #fff;
}

.claimEmail {
  position: relative;
  top: -8px;
}

.premium_claim_chart {
  width: 100%;
  margin: 12px 0px 32px 0px;
  padding-left: 10px;
  border-radius: 8px;
}

.gaudeChart {
  padding: 13px 20px 15px;
  background: #273345;
}

.rounded-circle.profileImage {
  height: 40px;
  width: 40px;

  margin-right: 10px;
}

#target-gauge {
  padding: 14px 0px 0px;
}

.customFilter {
  display: flex;
  width: 80%;
  gap: 10px;
}

.react-select__control {
  border: unset !important;

  box-shadow: 0px 0px 6px 1px #476779 !important;
}

/* extra css */
.logincontent .loginLogo {
  width: 150px;
  height: 100px;
  object-fit: contain;
  margin: auto;
}

.calculateBtn {
  border: 1px solid #fff;
  color: #fff;
  margin: 12px 0 0;
}

/* light theme menu */
[data-bs-theme="light"] .react-select__control {
  box-shadow: 1px 1px 7px 1px #c2c2c2 !important;
}

.swal2-styled {
  padding: 5px 15px;
  box-shadow: 0px 0px 6px 1px #476779;
  font-weight: 400;
}

[data-bs-theme="light"] .swal2-popup {
  background: #fff;
  box-shadow: 1px 1px 7px 1px #c2c2c2;
}

[data-bs-theme="light"] .swal2-close {
  color: #212529;
}

[data-bs-theme="light"] .swal2-close:hover {
  color: #212529;
}

[data-bs-theme="light"] .swal2-title {
  color: #212529;
}

[data-bs-theme="light"] .swal2-html-container {
  color: #212529;
}

[data-bs-theme="light"] .sidebar {
  background-color: #cef2f2;
}

[data-bs-theme="light"] .sidebar a {
  color: #2c8086;
}

[data-bs-theme="light"] .sidebar a.active {
  background: #2c808652;
}

[data-bs-theme="light"] .topHeader {
  border-bottom: 1px solid #c2c2c2;
  box-shadow: 1px 1px 7px 1px #c2c2c2;
}

[data-bs-theme="light"] g.needle path {
  fill: #000;
}

[data-bs-theme="light"] g.needle circle {
  fill: #000;
}

[data-bs-theme="light"] .footerWrapper {
  background: #cef2f2;
  color: #2c8086;
}

[data-bs-theme="light"] .gaudeChart {
  background: #fff;
}

[data-bs-theme="light"] .premium_claim h5 {
  color: #000;
}

[data-bs-theme="light"] .PremiumClaimProfitChartCLass .card {
  background: #fff;
}

[data-bs-theme="light"] .table {
  --bs-table-bg: #ffffff !important;
  --bs-table-color: #212529 !important;
  background-color: var(--bs-table-bg) !important;
  color: var(--bs-table-color) !important;
}

[data-bs-theme="light"] .table-light tr {
  cursor: pointer;
}

[data-bs-theme="light"] .table-light tr th {
  color: #212529;
  background: #eee;
}

[data-bs-theme="light"] .middleAction {
  background: #fff;
  box-shadow: 1px 1px 7px 1px #c2c2c2;
}

[data-bs-theme="light"] .btnWithIcon {
  background: #fff;
  color: #212529;
}

[data-bs-theme="light"] .viewDetails {
  background: #fff;
  color: #212529;
}

[data-bs-theme="light"] button.close-btn {
  color: #212529 !important;
}

[data-bs-theme="light"] .detailsBox p {
  background: #e5e6e7;
}

[data-bs-theme="light"] .detailsBox :hover {
  background: #eee;
}

[data-bs-theme="light"] .formFillWrapper .form-label {
  color: #212529;
}

[data-bs-theme="light"] .custom-box-shadow-card {
  background: #fff;
}

[data-bs-theme="light"] .formFillWrapper {
  background: #fff;
}

[data-bs-theme="light"] .commonArea .btn.btn-primary {
  color: #212529;
  border: #c2c2c2;
}

[data-bs-theme="light"] .commonArea .btn.btn-primary:hover {
  background: #cef2f2 !important;
}

[data-bs-theme="light"] .formFillWrapper .form-control:focus {
  background: #eee;
}

[data-bs-theme="light"] button.btn.btn-secondary {
  color: #212529;
  background: #fff;
}

[data-bs-theme="light"] .btn-secondary:hover {
  background: #cef2f2 !important;
}

[data-bs-theme="light"] .swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
  background: #fff;
  color: #212529;
}

[data-bs-theme="light"] .pagination-info .btn-outline-primary {
  background: #ffffff !important;
  color: #000 !important;
}

[data-bs-theme="light"] .pagination-info .btn:hover {
  background: #273345 !important;
  color: #fff !important;
}

[data-bs-theme="light"] .viewDetails .RFQ_document .title {
  color: #212529;
}

[data-bs-theme="light"] .RFQ_document {
  border: 1px solid #212529;
}

[data-bs-theme="light"] .form-check-label {
  color: #212529;
}

[data-bs-theme="light"] .forProgressbar_active {
  color: #212529;
}

[data-bs-theme="light"] .forProgressbar ul li {
  color: #212529 !important;
}

[data-bs-theme="light"] #stepTwo .fw-bold,
[data-bs-theme="light"] #stepTwo .form-check-label {
  color: #212529;
}

[data-bs-theme="light"] .extraBtn,
[data-bs-theme="light"] .risk-head {
  color: #212529 !important;
}

[data-bs-theme="light"] .risk-head {
  border-bottom: 1px solid #000;
}

[data-bs-theme="light"] .extraBtn:hover {
  background: #f7f7f7 !important;
}

[data-bs-theme="light"] .calculateBtn {
  border: 1px solid #c2c2c2;
  color: #212529;
}

[data-bs-theme="light"] .calculateBtn:hover {
  color: #fff;
}

[data-bs-theme="light"] .metric a {
  color: #212529;
}

[data-bs-theme="light"] .form-label {
  color: #212529;
}

[data-bs-theme="light"] .inner-section h5 {
  background: #476779;
  color: #fff;
}

[data-bs-theme="light"] .searchBox,
[data-bs-theme="light"] .btnWithIcon {
  box-shadow: 1px 1px 7px 1px #c2c2c2;
}

[data-bs-theme="light"] .renewalArea {
  background: #fff;
}

[data-bs-theme="light"] .searchBox span {
  border-color: transparent;
}

[data-bs-theme="light"] .searchBox input {
  border-color: transparent;
  border-left: 1px solid #c2c2c2;
}

[data-bs-theme="light"] .btn-primary {
  background: transparent !important;
  box-shadow: 1px 1px 7px 1px #c2c2c2;
}

[data-bs-theme="light"] .custom-box-shadow-card {
  box-shadow: 1px 1px 7px 1px #c2c2c2;
}

[data-bs-theme="light"] .formFillWrapper .form-control,
[data-bs-theme="light"] .formFillWrapper select,
[data-bs-theme="light"] button.btn.btn-secondary {
  border: 0px solid #aaa;
  box-shadow: 1px 1px 7px 1px #c2c2c2;
  /* background: #1a2029; */
}

[data-bs-theme="light"] .passwordcta span {
  border-color: #c2c2c2;
  box-shadow: 1px 1px 7px 1px #c2c2c2;
}

[data-bs-theme="light"] .customFilter select {
  box-shadow: 1px 1px 7px 1px #c2c2c2;
}

[data-bs-theme="light"] .section-header-red {
  border-bottom: 1px solid #c2c2c2;
}

[data-bs-theme="light"] .nav-tabs .nav-link {
  color: #212529;
}

[data-bs-theme="light"] .nav-tabs .nav-link.active {
  color: #fff;
}

[data-bs-theme="light"] .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #fff !important;
  background: #476779;
}

/* [data-bs-theme="light"] .table-dark tbody tr td {
  background: #fff;
  color: #000;
}
[data-bs-theme="light"] .table-dark tbody tr:nth-child(even) {
  background-color: #c2c2c2 !important;
} */
/* light theme menu*/

/* light menu all pages css */
/* light menu all pages css */

/* dark menu all pages css */

.customerBox {
  background-image: linear-gradient(to bottom right, #008008, #91ec91);
}

.customerBox,
.premiumBox,
.claimBox {
  padding: 9px 0;
}

.premiumBox {
  background: linear-gradient(to bottom right, #1890ff, #1890ff5e);
}

.claimBox {
  background: linear-gradient(to bottom right, #ff4d4fe8, #ff4d4f96);
}

[data-bs-theme="dark"] {
  --bs-body-bg: #132742;
}

.dropdown-menu {
  --bs-dropdown-bg: var(--bs-body-bg);
}

.middleAction {
  background: #273345;
  padding: 15px;
}

/* .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: unset;
} */

/* dark menu all pages css */
.custom_registrationno {
  width: 50% !important;
}

/* .react-select__control {
	border: 0px solid #aaa !important;
  box-shadow: 1px 1px 7px 1px #476779 !important;
}  */
.react-select-dark {
  background-color: #132742 !important;
}

.react-select-dark .react-select__indicator-separator {
  background-color: #fff !important;
}

.react-select-dark .react-select__indicator {
  color: #fff !important;
}

.react-select-dark .react-select__single-value {
  color: #fff !important;
}

.react-select-light {
  background-color: #fff !important;
}

.react-select-light .react-select__single-value {
  color: #333 !important;
}

.react-select-light .react-select__indicator-separator {
  background-color: #333 !important;
}

.react-select-light .react-select__indicator {
  color: #333 !important;
}

.searchFilterDiv {
  display: flex;
  gap: 20px;
}

.hoverBtn {
  position: relative;
  overflow: hidden;
}

.hoverCtaBtn a {
  border: 0;
  padding: 0;
}

/* Overlay background */
.hoverBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  /* dark transparent */
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* Show overlay on hover */
.hoverBtn:hover::after {
  opacity: 1;
  visibility: visible;
}

/* Icon box */
.hoverBtn .hoverCtaBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

/* Show icons on hover */
.hoverBtn:hover .hoverCtaBtn {
  opacity: 1;
  visibility: visible;
}

.btn-dark-shadow {
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 10px;
}

.btn-light-shadow {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}

.swal2-html-container {
  color: #fff;
}

.requestForQuoteTextAreainput {
  width: 100%;
  background: #cef2f2;
  border: 1px solid #cef2f2;
  color: #000;
  padding: 5px 14px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.requestForQuoteTextAreainput:focus {
  border-color: #3a4456;
  box-shadow: 0 0 0 4px rgba(139, 124, 246, 0.12);
}