@font-face {
    font-family: 'PolySans Neutral';
    src: url('../fonts/PolySans-Neutral.woff2') format('woff2'),
        url('../fonts/PolySans-Neutral.woff') format('woff'),
        url('../fonts/PolySans-Neutral.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body, *{
    font-family: 'PolySans Neutral';
}
.wrap-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.left-fix-sidebar {
    max-width: 260px;
    background: #f5f7f9;
    height: 100vh;
    padding: 20px 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.nav-link{padding: .2rem 1rem;}
.right-side-contentbar {
    margin-left: 250px;
    width: calc(100% - 250px);
    height: 100vh;
    padding: 30px;
    overflow: auto;
}
.main-logo {
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}
.dashboard-tab {
    margin: 20px 0;
}
.dashboard-tab #v-pills-tab {
    gap: 10px;
}
.dashboard-tab #v-pills-tab .nav-link {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
}
.dashboard-tab #v-pills-tab .nav-link.active {
    background: #fff;
    border: 0;
    box-shadow: 0 0 5px 0px #bfbfbf;
    border-radius: 7px;
    color: #025864;
    font-weight: 600;
}
.top-page-info {
    background: #025864;
    border-radius: 21px;
    padding: 30px;
}

.top-page-info h2{
    color: #fff;
    font-size: 32px;
    line-height: 36px;
}
.top-page-info .orange-btn {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-right: 20px;
    color: #4cc500 !important;
    text-decoration: none;
}
.top-page-info .orange-btn .fa-question-circle {
    font-size: 20px;
    color:#fff;
}
.top-page-info .dropdown-menu {
    border: none;
    min-width: 300px;
    box-shadow: 0px 6px 10px 0 #e3e1e1;
    left: 10px !important;
}
.dropdown-item{padding: 8px 20px!important;}
.notificationIcon .dropdown-toggle::after {
    border: none;
    padding: 0;
    margin: 0;
}
.notificationIcon .badge {
    background: #fff;
    color: #025864;
    position: absolute;
     top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    padding: 0;
}
.top-page-info .userProfile{
    border-radius: 50px!important;
    height: 45px;
    width: 45px;
    justify-content: center;
}
.userProfile .dropdown-toggle::after {
    padding: 0;
    margin: 0;
    border: none;
}
.top-page-info .userProfile .dropdown-toggle{display: block!important;}
.top-page-info .dropdown {
    min-height: 40px;
    margin: 0 5px;
    display: flex;
    background-color: #0e6d7a;
    padding: 1px 5px;;
    border-radius: 6px;
}
.notificationIcon .dropdown-menu {
    min-width: 380px;
    padding: 15px;
}
.top-page-info .dropdown .btn-group .dropdown-toggle {
    background: transparent;
    border: 0;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.color-green {
    color: #2faf27;
}
.color-d-green {
    color: #025864;
}
.row.g-4 {
    gap: 40px;
}
.row.g-2 {
    gap: 15px;
}
.box-border-same .form-check {
    margin-left: 15px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio_btn [type="radio"]:checked + label, .radio_btn [type="radio"]:not(:checked) + label{padding-left: 0;font-weight: 500; color: #000;}
.radio_btn [type="radio"]:checked + label:before, .radio_btn [type="radio"]:not(:checked) + label:before{border: none;background: transparent;}
.radio_btn [type="radio"]:checked + label:after, .radio_btn [type="radio"]:not(:checked) + label:after{background: transparent;}
.radio_btn [type="radio"]:checked + label i{color: #207885;}
.radio_btn i { font-size: 20px;color: #303030;}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #025864;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #2faf27;
    position: absolute;
    top: 3.8px;
    left: 3.3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-orange-color{
    background: orange !important;
    border-color: orange !important;
    color: #fff !important;
}
.box-border-same.rounded {
    border: 1px solid #c9c9c9ee;
    box-shadow: 2px 2px 2px #c9c9c9ee !important;
    border-radius: 20px !important;
}
.text-orange{
    color: #4cc500 !important
}
.text-underline{
    text-decoration: underline;
}
.bg-light{
    background: #fcf0e7 !important;
}
.css-13cymwt-control {
    border-radius: 0!important;
    padding: 7px;
    transition: none!important;
    min-height: 50px;
}
.css-1nmdiq5-menu{z-index:99!important;}
.signup .css-13cymwt-control {
    border: none;
    background: #f3f3f3;
    border-radius: 50px !important;
}
.signup .css-1nmdiq5-menu{text-align: left!important;}
.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: 0;
    z-index: 3;
}
button.showpass {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    color: #666666;
    height: 50px;
}
.accountactivate{display: flex;justify-content: center;gap: 10px;}
.accountactivate input{padding: 10px;border-radius: 8px;}
.errorMsg {
    font-size: 12px;
    color: red;
    position: relative;
    top: -10px;
    text-align: left;
    width: 100%;
}
.css-1jqq78o-placeholder, .css-1dimb5e-singleValue{text-align: left;padding-left: 30px;color: #666666 !important;position: relative;}
.limiter .css-t3ipsp-control{width: 100%;background: #f3f3f3!important;height: 50px;border-radius: 25px!important;border: none!important;box-shadow: none!important;}
.css-b62m3t-container .css-t3ipsp-control{width: 100%;min-height: 50px;border-radius:0px!important;box-shadow: none!important;transition:none!important}
.css-1jqq78o-placeholder:before, .css-1dimb5e-singleValue:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: '\f0ac';position: absolute;left: 0;}
/* Checkbox wrapper */
.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

/* Hide default checkbox */
.checkbox input[type="checkbox"] {
  display: none;
}

/* Custom checkbox design */
.checkbox label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}

/* Create box */
.checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #0f5132; /* green border */
  border-radius: 4px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

/* Tick mark */
.checkbox input[type="checkbox"]:checked + label::after {
  content: "✔";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: white;
}

/* When checked → green background */
.checkbox input[type="checkbox"]:checked + label::before {
  background: #0f5132;
  border-color: #0f5132;
}
/* .radio_btn {
   border-bottom: solid 3px #207885;
    padding: 0;
} */
 .userTab {
    border: none;
    gap: 30px;
    padding-left: 15px;
}
.userTab button {
    padding: 0 0 8px 0;
    color: #000 !important;
        border-bottom: 3px solid transparent !important;
    border: none !important;
}
.userTab .active {
    background: transparent !important;
    border: none;
    border-bottom: solid 3px #207885 !important;
}
.userTab button i {
    font-size: 20px;
}
.userTab .active i{color: #207885;}
.advfilter .input-group-addon{height: 50px; line-height: 30px;}
@media(min-width:768px){
    .mobilebar,.mobile-logo{display: none;}
}
@media(max-width:767px){
    .main-logo svg{width: 90px!important;}
    .right-side-contentbar{margin-left: 0;width: 100%;padding: 20px;}
    .left-fix-sidebar{z-index: 9;display: none;}
    .left-fix-sidebar.open{display:block;}
    .copyright{margin-left: 0!important;width: 100%!important;}
    .mobile-logo{margin-bottom: 10px;display: block;text-align: center;}
    .desktop-logo{display: none;}
    .mobilebar i {color: #fff;font-size: 26px !important;}
    .mobilebar {display: inline-block; cursor: pointer;}
    .p-5 {padding: 2rem !important;}
    .box-structure{padding: 10px!important;margin-bottom: 20px!important;}
    .search_field a{position: unset!important;padding-bottom: 5px;}
    .radio_btn .d-inline:last-child { margin-top: 20px !important;display: block !important; margin-left: 0;padding-left: 0;}
    .radio_btn{margin-bottom: 10px;}
    .search_field .btn-lg.green-btn-default { border-radius: 10px !important; }
    .search_field div input.form-control, .search_field div select.form-control {border-radius: 10px !important;margin-bottom: 10px; }
    .Adverse_medias{position: unset!important;}
    .advfilter .row.g-4{gap:0;padding: 10px 0 5px 15px;}
    .advfilter .row.g-4 .form-check:not(.advfilter .row.g-4 .form-check:first-child) {margin-left: 10px;}
    .react-datepicker-wrapper{width: 100%;}
}