switch {
  padding: 0.4em;
  background: #eee;
  display: inline-block;
  border-radius: 0.5em;
  font-size: 12px;
  user-select: none;
}
.switch.is-on .switch__control {
	background: #14636f;
}
.switch.is-on .switch__toggle {
  color: black;
  margin-left: 50%;
}

.switch--round,
.switch--round .switch__toggle,
.switch--round .switch__control {
  border-radius: 5em;
}

.switch--round .switch__control {
  width: 4em;
}

.switch--round.is-on .switch__toggle {
  color: transparent;
}

.switch__control {
  float: left;
  display: inline-block;
  width: 5em;
  height: 2.2em;
  background: #dcdcdc;
  box-sizing: border-box;
  padding: 0.25em;
  border-radius: 0.333em;
  transition: 200ms;
  cursor: pointer;
}

.switch__toggle {
  line-height: 1.75;
  text-align: center;
  display: inline-block;
  width: 50%;
  height: 100%;
  background: white;
  color: transparent;
  border-radius: 0.25em;
  transition: 200ms;
  box-sizing: border-box;
  font-weight: bold;
}

.switch__label {
  line-height: 2.2;
  float: left;
  padding-right: 1em;
  padding-left: 1em;
}

.switch__label:empty {
  display: none;
}
.direction-column {
    flex-direction: column;
    gap: 30px;
}
.box-structure {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 13%) !important
}
.taggleBox .col-md-6 {
    margin-bottom: 30px;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #dcdcdc;
    border-radius: 3px;
}
.styled-checkbox:hover + label:before {
  background: #14636f;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #14636f;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.select-watch-group .form-check {
    margin: 0 0 10px;
}
.fake-placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #7d7d7d;
    pointer-events: none;
    transition: 0.2s ease;
    font-size: 14px;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding: 0 10px;
    height: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.date-wrapper {
  position: relative;
}
.date-wrapper input:valid + .fake-placeholder,
.date-wrapper input:focus + .fake-placeholder {
  opacity: 0;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.user-bio {
    margin-top: 20px;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    border: 1px solid #c9c9c9ee;
    box-shadow: 2px 2px 2px #c9c9c9ee !important;
    border-radius: 20px !important;
}
.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.bg-gradient-danger {
    background: linear-gradient(to right, #e9c8b0, #bc8053) !important;
}
.bg-gradient-info {
    background: linear-gradient(to right, #7bc7d2, #025864 99%) !important;
}
.bg-gradient-success {
    background: linear-gradient(to right, #93e85f, #52902c) !important;
}
.bg-gradient-danger {
    background: linear-gradient(to right, #e9c8b0, #bc8053) !important;
}
.bg-gradient-info {
    background: linear-gradient(to right, #7bc7d2, #025864 99%) !important;
}
.bg-gradient-success {
    background: linear-gradient(to right, #93e85f, #52902c) !important;
}
.card-text:last-child {
    margin-bottom: 0;
}	
.border-radius-5 .card {
    border-radius: 20px;
    border: 0;
}
#traffic-chart-1-legend ul,
#traffic-chart-legend ul {
    padding-left: 0;
    margin-bottom: 0;
    display: none;
}
#traffic-chart-1-legend > :first-child,
#traffic-chart-legend > :first-child {
    display: block;
}
.rounded-legend.legend-vertical ul li {
    margin-top: 1rem;
}
#traffic-chart-1-legend ul li,
#traffic-chart-legend ul li {
    list-style: none;
    color: #9c9fa6;
    font-size: 12px;
    display: block;
    margin-right: 1rem;
}
#traffic-chart-1-legend ul li span,
#traffic-chart-legend ul li span {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}
.rounded-legend.legend-vertical ul li {
    margin-top: 1rem;
}
.parent-col-6 .border-radius-5 .card > * {
    color: #000;
    text-align: center;
}
.parent-col-6 .border-radius-5 .card {
    border-radius: 20px;
    border: 0;
    background: #fcf0e7 !important;
    box-shadow: 0 4px 4px -3px #a9a9a9;
    border: 1px solid #fae3d2;
}
.parent-col-6 > .stretch-card{
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 5px;
}
.parent-col-6{
	padding: 0 15px;
}
.parent-col-6 .border-radius-5 .card  > .card-body {
    padding: 20px 10px;
}
.parent-col-6 h4.f-3 {
    font-size: 16px;
}
.parent-col-6 h2.f-2{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1rem !important;
}
.wraps-tls.d-flex.space-beetween {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
}
.rounded-legend.legend-top-right ul {
    float: right;
}
#visit-sale-chart-legend ul {
    padding-left: 0;
    margin-bottom: 0;
    display: none;
}
#visit-sale-chart-legend > :first-child {
    display: block;
}
#visit-sale-chart-legend ul li {
    list-style: none;
    color: #9c9fa6;
    font-size: 12px;
    display: inline-block;
    margin-right: 1rem;
}
#visit-sale-chart-legend ul li span {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}
.btn-lg.green-btn-default {
    background: #93e85f;
    border-color: #93e85f;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    transition: all .5s;
    transform: scale(1.0);
}
.btn-lg.green-btn-default:hover {
	transform: scale(1.1);
}
table.dataTable thead th {
      text-align: left;
    }

    .status-dot {
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px;
    }

    .status-green {
      background-color: limegreen;
    }

    .status-orange {
      background-color: orange;
    }

    .action-icons i {
      cursor: pointer;
      margin: 0 5px;
      color: #00897B;
    }

    .action-icons i.fa-trash {
      color: #d32f2f;
    }

    .action-icons i.fa-hand {
      color: #ff9800;
    }

    .dataTables_wrapper .dataTables_paginate {
      margin-top: 10px;
    }
        .decision-pass {
      color: seagreen;
      font-weight: bold;
    }

    .decision-fail {
      color: red;
      font-weight: bold;
    }
    table.dataTable thead th {
      text-align: left;
    }
.decision-verify {
    font-weight: bold;
    color: #fbb128;
}
thead tr th:first-child {
    min-width: 70px;
}
.disabled-label {
  color: #979797 !important;
  pointer-events: none; 
}
button:focus {
    box-shadow: none !important;
}
.action_drop .dropdown-item {
    text-decoration: none !important;
    padding: 3px 20px !important;
    font-size: 14px;
}
.form-control:focus{border-color: #025864 !important}
.accordion-button::after {
  display: none; 
}
.btn-primary {
    color: #fff;
    background-color: #207885;
    border-color: #207885;
}
.page-item.active .page-link {
   background-color: #207885;
    border-color: #207885;
}
.full-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.4); 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; 
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #207885;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  from {
    transform: translateY(0);
    opacity: 0.6;
  }
  to {
    transform: translateY(-10px);
    opacity: 1;
  }
}
#globalModal_watch_details table th:first-child {
    width: 70px;
}
table.table th {
    white-space: nowrap;
}
.dropdown-item.active, .dropdown-item:active{background-color: #207885;}
.page-link{color: #207885;}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #0a525c;
    border-color: #0a525c;
}
.payment-history-tbl th {
    min-width: 100px;
}
.usertable table td:nth-child(2) {
    max-width: 250px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a525c;
    border-color: #0a525c;
}
.per-checkbox .form-group:last-child {
    margin-bottom: 0;
}
.usertable table th{ white-space: nowrap;}
.accordion-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}

#globalModal_watch_details table{table-layout: fixed;}
    .decision-pass {
      color: seagreen;
      font-weight: bold;
    }

    .decision-fail {
      color: red;
      font-weight: bold;
    }

    .action-icons i {
      cursor: pointer;
      margin: 0 5px;
      color: #00897B;
      transition: color 0.2s ease;
    }

    .action-icons i.fa-trash {
      color: #d32f2f;
    }

    .action-icons i:hover {
      color: #00695C;
    }

    .action-icons i.fa-trash:hover {
      color: #b71c1c;
    }

    .tooltip {
      position: relative;
    }

    .tooltip:hover::after {
      content: attr(data-tooltip);
      position: absolute;
      top: -30px;
      left: 0;
      background-color: #333;
      color: #fff;
      padding: 5px 8px;
      font-size: 12px;
      border-radius: 4px;
      white-space: nowrap;
    }

    .dt-center {
      text-align: center;
    }
        .header-buttons {
      display: flex;
      gap: 15px;
      margin-bottom: 20px;
    }

    .header-buttons button {
      padding: 10px 18px;
      border: none;
      border-radius: 6px;
      font-weight: bold;
      cursor: pointer;
    }

    .header-buttons .active {
      background-color: #00796B;
      color: white;
    }

    .header-buttons .inactive {
      background-color: #C8E6C9;
      color: #004D40;
      border: 1px solid #004D40;
    }

    .clear-hits {
      margin-bottom: 15px;
    }

    .clear-hits span {
      color: #f44336;
      font-weight: bold;
      margin-right: 15px;
    }

    .filter-bar {
      background: white;
      padding: 12px 20px;
      border-radius: 8px;
      margin-bottom: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .filter-bar .filter-btn {
      color: #f57c00;
      font-weight: bold;
      cursor: pointer;
    }

    .note {
      margin: 10px 0;
      font-size: 14px;
      font-style: italic;
      color: #444;
    }

    .cards-wrapper {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

.cards-wrapper .card {
    flex: 1;
    min-width: 280px;
    background: white;
    padding: 20px;
    border: 1px solid #c9c9c9ee;
    box-shadow: 2px 2px 2px #c9c9c9ee !important;
    border-radius: 20px !important;
}

    .cards-wrapper .card h4 {
      margin-bottom: 10px;
      color: #333;
    }

    .cards-wrapper .card p {
      margin: 5px 0;
      font-size: 14px;
    }

    .highlight {
    color: #48ba00;
    font-weight: bold;
}

.icon {
	margin-left: 8px;
	color: #666;
}
.cards-wrapper .card  p {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.cards-wrapper .card p .state .icon {
    border-left: 1px solid #000;
    padding-left: 8px;
}
.cards-wrapper .card.col-md-6 .row .col-md-6 + .col-md-6 {
    border-left: 1px solid #d7d7d7;
}
ul.rapid-ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}
.btn-clear {
  background-color: #20c997;
  border: none;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.gap-1{
	gap: 10px;
}
.mt-30{
	margin-top: 30px;
}
.customer-list-boxed .card .title {
      font-size: 14px;
      color: #444;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.customer-list-boxed .card .count {
  font-size: 24px;
  font-weight: bold;
}
.customer-list-boxed .card .icon {
  font-size: 18px;
}
.customer-list-boxed .icon-green {
  color: #0ca678;
}
.customer-list-boxed .icon-red {
  color: #f03e3e;
}
.box-design-mebm .card {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 4px 4px 3px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all .5s;
    transform: translateY(0px);
}
.box-design-mebm .card:hover {
    background-color: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.05);
    transition: all .5s;
    transform: translateY(-5px);
}
.status-green {
  color: green;
  font-weight: bold;
}
.status-red {
  color: red;
  font-weight: bold;
}
.badge {
  background-color: red;
  color: white;
  padding: 2px 6px;
  border-radius: 50%;
  font-size: 12px;
  margin-left: 5px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px;
}
.heroicon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.heroicon-list li a{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #4a5568; /* soft gray text */
  font-size: 14px;
}
 
.heroicon-list .icon {
  width: 24px;
  height: 24px;
  color: #025864;
  margin-right: 8px;
  flex-shrink: 0;
}
.right-bar-texts {
    height: calc(100vh - 105px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div#Configure_risk .modal-dialog.modal-dialog-centered {
    max-width: 700px;
}
div#Configure_risk ul.mb-0.ms-1.text-xs {
    padding: 10px 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* or any number of columns you want */
    gap: 8px; /* optional spacing between items */
}
div#Configure_risk  .card {
    border: 1px solid #c9c9c9ee;
    box-shadow: 2px 2px 2px #c9c9c9ee !important;
    border-radius: 20px !important;
    padding: 20px;
}
div#Configure_risk  .modal-content .form-check {
    margin-left: 0;
    padding-right: 0;
    margin-right: 15px;
    padding-left: 0;
    margin-bottom: 10px;
}
div#Configure_risk .modal-content .form-check .form-check-label {
    font-weight: 400 !important;
    font-size: 14px;
}
div#Configure_risk a.nav-link.active {
    background: #024650e6 !important;
    color: #fff !important;
    border-color: #024650e6 !important;
}
/*div#Configure_risk div#rp-content {
    border: 1px solid #1b5861 !important;
}*/
input#loadNo {
    font-size: 21px;
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
}
.Adverse_medias {
    position: absolute;
    top: 35px;
    right: 39px;
}
div#Adverse_medias .form-check.d-inline-block {
	display: block !important;
}
div#Adverse_medias .font-weight-bolder{
	font-weight: 500 !important;
}
/**********Start 03-08-2025*********/
.dashboard-tab a{color:#025864;}
a{color:#207885;}
.dashboard-tab a:hover{text-decoration:none;}
.cursor-pointer{cursor:pointer;}
.bg-gray-100 {background-color: #f8f9fa !important;}
.top-page-info{padding:10px 0;border-radius:0;position: fixed;width: 100%; z-index: 99;top:0;}
.main-logo {padding-bottom: 0; border-bottom: none;}
.left-fix-sidebar{position: fixed;top:65px;}
.main-container{margin-top:65px}
.top-page-info .orange-btn{color:#fff!important}
.right-side-contentbar{height: 100%;min-height: 100vh;margin-top: 60px;}
.search-type .search_field .form-control, .search-type .search_field .select2-selection {height:65px !important;border-radius: 0;}
.search-type .search_field .select2-selection{padding:15px 5px 5px 5px!important;box-shadow: none !important;}
.box-border-same.rounded{border: none;box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, .25) !important;}
.search_field .btn-lg.green-btn-default{height:65px;border-radius: 0;border-radius: 0 10px 10px 0;padding: 10px;background: #207885;border-color: #207885;color:#fff}
.search_field .btn-lg.green-btn-default:hover {transform: scale(1)!important;}
.search-type .radio_btn [type="radio"]:checked + label{border-bottom: solid 3px #207885;padding-bottom:10px;}
.radio_btn .form-check-label:hover {border-bottom: solid 3px #207885; padding-bottom: 10px;}
.search_field {padding: 0 11px;}
.search_field div { padding: 0 1px;}
.search_field .col-md-6 input, .search_field .col-md-10 input{border-radius: 10px 0 0 10px!important;}
.search_field .form-control, .search-type .search_field .select2-selection, .search_field .fake-placeholder {background: #f1f1f1; border: none;}
.search_field .form-control:focus, .search-type .select2-container--focus {box-shadow: none;border-bottom: 4px solid #207885;}
.search-type .search_field .select2-container--focus .select2-selection {height:61px !important;}
.form-control:focus{box-shadow: none;}
.search_field .form-control:hover, .search-type .search_field .select2-selection:hover, .search_field .date-wrapper:hover .fake-placeholder {background: #e7e7e7;}
.advfilter .form-check {padding-left: 0;margin-left: 0;}
.advfilter .form-control, .advfilter .select2-selection {border-radius: 0;height: 52px !important;padding-top: 5px;box-shadow: none !important;}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{background:#207885}
.btn-lg.green-btn-default{background: #207885!important;border-color: #207885!important;color: #fff!important;}
.btn-lg.green-btn-default:hover {transform: scale(1)!important;}
.text-orange {color: #025864 !important;}
table a {cursor: pointer; text-decoration: underline !important;}
.filterbtn{background: #f1f1f1; padding:15px;border-radius: 10px 10px 0 0;margin-bottom:0px;}
.advfilter {border-radius: 0;}
.filterbtn.collapsed{border-radius: 10px;margin-bottom:15px;}
.filterbtn .fa-chevron-down{transform: rotate(180deg);margin-top: 5px;}
.filterbtn.collapsed .fa-chevron-down{transform: rotate(0deg);margin-top: 0px;}
.copyright{margin-left: 250px; width: calc(100% - 250px); padding-bottom: 20px;}
/* Parent Accordion */
#crwlDataExample {
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* Accordion Header */
#crwlDataExample .accordion-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f8f9fa;
    font-weight: 600;
    padding: 1rem;
    border: none;
    outline: none;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
    width: 100%;
}

#crwlDataExample .accordion-button:focus,
#crwlDataExample .accordion-button:hover {
  background-color: #e9ecef;
}

/* Accordion Arrow */
#crwlDataExample .accordion-arrow {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #333;
  transition: transform 0.2s ease;
}

#crwlDataExample .accordion-arrow[aria-expanded="true"] i {
  transform: rotate(180deg);
}

/* Accordion Body */
#crwlDataExample .accordion-body {
  padding: 1rem;
  background-color: #fff;
  border-top: 1px solid #dee2e6;
}

/* Select All Button */
#crwlDataExample .selectallwl_category {
  font-size: 0.8rem;
  color: #fd7e14;
  background: none;
  border: none;
  cursor: pointer;
  float: right;
  margin-bottom: 0.5rem;
}

#crwlDataExample .selectallwl_category:hover {
  text-decoration: underline;
}

/* Form Checkboxes */
#crwlDataExample .form-check {
    padding: 0.25rem 0;
    display: flex;
    align-items: center;
}

#crwlDataExample .form-check-input {
  margin-right: 0.5rem;
  accent-color: #fd7e14;
  margin: 0 !important;
}

#crwlDataExample .form-check-label {
    font-size: 0.85rem;
    color: #333;
    line-height: 1;
    margin-left: 25px;
}

/* Layout for Checkbox Grid */
#crwlDataExample .accordion-body .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0;
}

#crwlDataExample .accordion-body .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0.75rem;
}
.form-group a{cursor: pointer;text-decoration: underline!important;}
.cursor-pointer{cursor: pointer;}
.bg-gray-100 {background-color: #f8f9fa !important;}
.react-datepicker__header { padding-bottom: 10px !important; padding-top: 8px !important;}
.react-datepicker__header h2 {padding-bottom: 10px;}
.multiple-country .css-13cymwt-control{height: auto;}
.quickresult tbody td:nth-child(1) {background: #f5f7f9;}
.quickresult tbody td:nth-child(2) {text-align: center;}
.react-datepicker-wrapper {width: 100%;}
.beneficial { list-style: none; display: flex; margin: 0;padding: 0;flex-wrap: wrap; justify-content: space-between;position: relative;
    z-index: 9;}
.beneficial li { display: flex; gap: 10px;background: #fff;}
.beneficial li span{
      width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 20px;
    font-size: 20px;
}
.beneficial:before {
    content: '';
    position: absolute;
    background: #f5f5f5;
    width: 100%;
    height: 2px;
    top: 35%;
    z-index: -9;
}
.beneficial li.active span {
    background: #025864;
    color: #fff;
}
.beneficial li small {
    color: #a7a7a7;
}
.btn-secondary.focus, .btn-secondary:focus{box-shadow: none;}
/* Responsive Adjustment */
@media (max-width: 576px) {
  #crwlDataExample .accordion-body .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/**********End 03-08-2025*********/
@media screen and (max-width:1366px){
body, * {
    font-size: 14px;
}
.dashboard-tab #v-pills-tab .nav-link {
    font-size: 14px;
}
.heroicon-list li a {
    margin-bottom: 8px;
    font-size: 12px;
}
}