 
 .iti-flag {
     background-image: url("flags.png");
}
 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
     .iti-flag {
         background-image: url("flags@2x.png");
    }
}
 
 #loading-img {
     position: absolute;
     z-index: 55;
     margin: 0 auto;
     right: 0;
     left: 0;
     display: none;
}

 .slick-nav {
     --active: #fff;
     --border: rgba(255, 255, 255, .12);
     width: 44px;
     height: 44px;
     position: absolute;
     cursor: pointer;
     top: calc(50% - 44px);
}
 .slick-nav.prev-arrow {
     left: 3%;
     transform: scaleX(-1);
     z-index: 99;
}
 .slick-nav.next-arrow {
     left: auto;
     right: 3%;
}
 .slick-nav i {
     display: block;
     position: absolute;
     margin: -10px 0 0 -10px;
     width: 20px;
     height: 20px;
     left: 50%;
     top: 50%;
}
 .slick-nav i:before, .slick-nav i:after {
     content: "";
     width: 10px;
     height: 2px;
     border-radius: 1px;
     position: absolute;
     left: 50%;
     top: 50%;
     background: var(--active);
     margin: -1px 0 0 -5px;
     display: block;
     transform-origin: 9px 50%;
}
 .slick-nav i:before {
     transform: rotate(-40deg);
}
 .slick-nav i:after {
     transform: rotate(40deg);
}
 .slick-nav:before, .slick-nav:after {
     content: "";
     display: block;
     position: absolute;
     left: 1px;
     right: 1px;
     top: 1px;
     bottom: 1px;
     border-radius: 50%;
     border: 2px solid var(--border);
}
 .slick-nav svg {
     width: 44px;
     height: 44px;
     display: block;
     position: relative;
     z-index: 1;
     color: var(--active);
     stroke-width: 2px;
     stroke-dashoffset: 126;
     stroke-dasharray: 126 126 0;
     transform: rotate(0deg);
}
 .slick-nav.animate svg {
     -webkit-animation: stroke 1s ease forwards 0.3s;
     animation: stroke 1s ease forwards 0.3s;
}
 .slick-nav.animate i {
     -webkit-animation: arrow 1.6s ease forwards;
     animation: arrow 1.6s ease forwards;
}
 .slick-nav.animate i:before {
     -webkit-animation: arrowUp 1.6s ease forwards;
     animation: arrowUp 1.6s ease forwards;
}
 .slick-nav.animate i:after {
     -webkit-animation: arrowDown 1.6s ease forwards;
     animation: arrowDown 1.6s ease forwards;
}
 @-webkit-keyframes stroke {
     52% {
         transform: rotate(-180deg);
         stroke-dashoffset: 0;
    }
     52.1% {
         transform: rotate(-360deg);
         stroke-dashoffset: 0;
    }
     100% {
         transform: rotate(-180deg);
         stroke-dashoffset: 126;
    }
}
 @keyframes stroke {
     52% {
         transform: rotate(-180deg);
         stroke-dashoffset: 0;
    }
     52.1% {
         transform: rotate(-360deg);
         stroke-dashoffset: 0;
    }
     100% {
         transform: rotate(-180deg);
         stroke-dashoffset: 126;
    }
}
 @-webkit-keyframes arrow {
     0%, 100% {
         transform: translateX(0);
         opacity: 1;
    }
     23% {
         transform: translateX(17px);
         opacity: 1;
    }
     24%, 80% {
         transform: translateX(-22px);
         opacity: 0;
    }
     81% {
         opacity: 1;
         transform: translateX(-22px);
    }
}
 @keyframes arrow {
     0%, 100% {
         transform: translateX(0);
         opacity: 1;
    }
     23% {
         transform: translateX(17px);
         opacity: 1;
    }
     24%, 80% {
         transform: translateX(-22px);
         opacity: 0;
    }
     81% {
         opacity: 1;
         transform: translateX(-22px);
    }
}
 @-webkit-keyframes arrowUp {
     0%, 100% {
         transform: rotate(-40deg) scaleX(1);
    }
     20%, 80% {
         transform: rotate(0deg) scaleX(0.1);
    }
}
 @keyframes arrowUp {
     0%, 100% {
         transform: rotate(-40deg) scaleX(1);
    }
     20%, 80% {
         transform: rotate(0deg) scaleX(0.1);
    }
}
 @-webkit-keyframes arrowDown {
     0%, 100% {
         transform: rotate(40deg) scaleX(1);
    }
     20%, 80% {
         transform: rotate(0deg) scaleX(0.1);
    }
}
 @keyframes arrowDown {
     0%, 100% {
         transform: rotate(40deg) scaleX(1);
    }
     20%, 80% {
         transform: rotate(0deg) scaleX(0.1);
    }
}
 .slick-slider {
     border-radius: 0 0 3.5rem 3.5rem;
     overflow: hidden;
}
 .btn-slider {
     background-color: rgb(250, 168, 78);
     color: rgb(117, 19, 53);
     border: rgb(250, 168, 78);
}
 .overflow-bg {
     width: 100%;
     height: 100vh;
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     background: rgb(250 168 78 / 41%);
     background: linear-gradient(357deg, rgb(117 19 53 / 63%) 0%, rgb(217 167 39 / 48%) 100%);
     z-index: 2;
}
 .btn-custom {
     color: #faa84e;
     background-color: #751335;
     border-color: #751335;
}
 .about-bg {
     margin: -170px 0;
     z-index: -1;
     position: relative;
}
 .get-started {
     margin: -40px 0;
     padding: 210px 0 !important;
     background-image: url(/img/get-started-bg.png);
     background-color: #751335;
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
}
 .container-footer {
     z-index: 5 
}
 #verified-mob {
     position: absolute;
     top: 30px;
     right: 6px;
     width: 25px;
     height: 25px;
     display: none 
}
 .error {
     display: block;
     width: 100%;
}
 .all-voters {
     min-height: 407px;
}
 .dashboard-title {
     font-size: 1em;
}
 .all-voters .numbers {
     line-height: 4.3;
     font-size: 5em !important;
}
/* Floating button for mobile */
 .recommendation-float {
     position: fixed;
     bottom: 20px;
     left: 20px;
     z-index: 1080;
     background-color: rgb(255 174 0 / 66%);
     color: rgb(0 0 0 / 56%);
     border: none;
     padding: 12px 14px;
     border-radius: 10px;
     box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
     font-size: 20px;
}
 .recommendation-float i {
     font-size: 2em;
}
/* buy-now box for desktop */
 .buy-now {
     position: fixed;
     z-index: 1080;
     box-shadow: 0 0px 20px 0px rgb(122 122 122 / 34%);
     inset-block-start: 14rem;
     inset-inline-end: 1.5rem;
     width: 12%;
     padding: 10px;
     background-color: rgb(223 223 227 / 46%);
     border-radius: 5px;
}
 .badge {
     white-space: normal;
}
 .dropdown-menu.show {
     display: block !important;
     opacity: 1 !important;
     visibility: visible !important;
     z-index: 1050;
    /* Bootstrap default */
}
 .navbar, .navbar-nav, .navbar-nav-right {
     overflow: visible !important;
}

 @media (max-width: 1199.98px) {
     #layout-navbar > .container-xxl {
         flex-wrap: wrap !important;
         row-gap: 0.5rem;
    }

     #layout-navbar #navbar-collapse {
         flex: 0 0 100%;
         max-width: 100%;
         margin: 0 auto;
    }

     #layout-navbar #navbar-collapse .navbar-nav {
         width: 100%;
         flex-wrap: wrap;
         justify-content: center;
         gap: 0.35rem;
         padding-inline: 0;
    }

     #layout-navbar #navbar-collapse .nav-item .btn {
         margin-inline: 0 !important;
    }
 }

 @media (max-width: 1199.98px) {
     #layout-menu .pi-mobile-auth-wrap {
         width: 100%;
    }

     #layout-menu .pi-mobile-auth-menu {
         width: 100%;
         margin: 0;
         padding: 0;
    }

     #layout-menu .pi-mobile-auth-menu .menu-link {
         justify-content: center;
    }

     #layout-menu .pi-mobile-auth-menu .dropdown-menu {
         position: static !important;
         inset: auto !important;
         transform: none !important;
         width: 100%;
         margin-top: 0.35rem;
         box-shadow: none;
         border-radius: 10px;
    }
 }
 .all-voters-custom {
     width: 140px;
     height: 140px;
     line-height: 2.6;
     white-space: nowrap;
     text-align: center;
}
 @media only screen and (min-width: 768px) {
     .school-items {
         justify-content: center;
         align-items: center;
    }
}
 @media only screen and (max-width: 768px) {
     .swiper-pagination-bullets.swiper-pagination-horizontal {
         bottom: 20px 
    }
     .slide .slide__content--headings .top-title {
         font-size: 1.5rem;
    }
     .slide .slide__content--headings .button-custom {
         padding: 5px !important;
         font-size: 0.9em !important;
    }
     .menu-inner {
         justify-content: start;
    }
     .all-voters {
         min-height: auto;
    }
     .dashboard-title {
         font-size: .9em;
    }
     .all-voters .numbers {
         line-height: 1.5;
    }
     .all-voters-custom {
         width: 80px;
         height: 80px;
         line-height: 2;
         white-space: nowrap;
         text-align: center;
    }
}
 .disable-link {
     color: gray;
     pointer-events: none;
     cursor: not-allowed;
}
 .read-1 {
     background-color: #eee 
}
 .sticky-btn {
     position: fixed;
     bottom: 20px;
     left: 20px;
     z-index: 9999;
}
 .sticky-btn, #sticky-error {
     position: fixed;
     bottom: 20px;
     left: 20px;
     z-index: 9999;
}
 #sticky-error {
     bottom: 70px;
}
 .select2-container .select2-selection--multiple{
     border: none !important;
}
 .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
     border-right: 1px solid #aaa !important;
     border-left: none !important;
}
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
     padding: 10px 4px !important 
}
 .select2-container--default .select2-selection--multiple .select2-selection__choice{
     padding: 10px 10px 10px 26px !important 
}
 [dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
     left: 0 !important 
}
 .select2-container--default .select2-selection--multiple .select2-selection__choice{
     color: #000000 !important 
}
 .remove-tag{
     border-right: 1px solid #7d7d7d;
     padding: 0 5px 0 0;
}
 .tag-pill .tag-label {
     background: #1b4f91;
     color: #ffffff;
     padding: 4px 10px;
     border-radius: 999px;
}
 #advaned-search.advanced-search-bar {
     background: #245ca0;
     padding: 10px 16px;
     margin-top: 0;
     z-index: 55;
     position: fixed;
     width: 100%;
}
 .advanced-search-inner {
     display: flex;
     align-items: center;
     gap: 12px;
}
 .adv-input-wrap--combo {
     position: relative;
     background-color: #fff;
     border-radius: 999px;
     flex: 1 1 auto;
     display: flex;
     align-items: center;
     padding: 6px 10px;
}
 .adv-input--combo {
     border: none;
     background: transparent;
     padding: 10px 16px;
     padding-inline-start: 48px;
     padding-inline-end: 170px;
}
 .adv-select-wrap--combo {
     position: absolute;
     inset-inline-end: -12px;
     top: 50%;
    /* transform: translateY(-50%);
     */
     border-radius: 999px;
     background: #f1f1f1;
     padding: 2px 6px 2px 12px;
     border: 1px solid #ccc;
}
 .adv-select-wrap--combo .adv-select-toggle {
     padding: 8px 10px 8px 10px;
     min-width: 180px;
     color: #1b5fa7;
     font-weight: 400;
}
 .adv-select-wrap--combo .adv-select-toggle::after {
     border-top-color: #174582;
}
 [dir="rtl"] .adv-select-wrap--combo {
    /* inset-inline-end: auto;
     */
     inset-inline-start: 0;
}
 [dir="rtl"] .adv-input--combo {
    /* padding-inline-start: 48px;
     */
    /* padding-inline-end: 170px;
     */
}
 .adv-pill {
     border: none;
     border-radius: 999px;
     padding: 10px 28px;
     font-weight: 600;
     font-size: 14px;
     line-height: 1.2;
     white-space: nowrap;
}
 .adv-pill-primary {
     background: #000;
     color: #fff;
}
 .adv-pill-light {
     background: transparent;
     color: #000;
}
 .adv-select {
     padding-right: 18px;
     padding-left: 18px;
     appearance: none;
     -moz-appearance: none;
     -webkit-appearance: none;
     background-position: left 14px center;
     background-repeat: no-repeat;
}
 .adv-select-wrap {
     position: relative;
}
 .adv-select-toggle {
     padding-inline-end: 34px;
     position: relative;
     cursor: pointer;
}
 .adv-select-toggle::after {
     content: "";
     position: absolute;
     inset-inline-end: 14px;
     top: 50%;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 6px solid #000;
     transform: translateY(-35%);
}
 .adv-select-menu {
     position: absolute;
     inset-inline-start: 0;
     top: calc(100% + 6px);
     min-width: 220px;
     background: #ffffff;
     border-radius: 12px;
     border: 1px solid #e0e0e0;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
     padding: 6px;
     display: none;
     z-index: 1050;
}
 .adv-select-wrap.is-open .adv-select-menu {
     display: block;
}
 .adv-select-option {
     width: 100%;
     text-align: start;
     background: transparent;
     border: none;
     padding: 10px 12px;
     border-radius: 8px;
     font-weight: 600;
     font-size: 14px;
     color: #111111;
     cursor: pointer;
}
 .adv-select-option:hover, .adv-select-option:focus {
     background: #f1f5ff;
     outline: none;
}
 .adv-select-option[aria-selected="true"] {
     background: #2f5b9f;
     color: #ffffff;
}
 [dir="rtl"] .adv-select-option {
     text-align: right;
}
 .adv-select:focus, .adv-select:hover, .adv-select:active {
     outline: none;
     box-shadow: none;
     border: none;
}
 .adv-select option {
     padding: 8px 12px;
     background-color: #ffffff;
     color: #000000;
}
 .adv-select option:checked, .adv-select option:hover, .adv-select option:focus {
     background-color: #0d6efd;
     color: #ffffff;
}
 .adv-dot {
     width: 33px;
     height: 33px;
     border-radius: 50%;
     background: #efefef;
     border: none;
     display: inline-block;
     cursor: pointer;
     padding: 0;
     position: absolute;
     left: 8px;
     top: 50%;
     transform: translateY(-50%);
     z-index: 2;
     border: 1px solid #ccc;
}
 .adv-input-wrap {
     position: relative;
     background-color: #fff;
     flex: 1 1 auto;
     border-radius: 50px;
}
 .adv-input {
     width: 100%;
     flex: 1 1 auto;
     border: none;
     border-radius: 999px;
     padding: 10px 10px 10px 16px;
     background: #fff;
     min-width: 120px;
}
 .adv-input:focus {
     outline: none;
    /* box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
     */
}
 .layout-without-menu .layout-page{
     padding-top: 89px;
}
 html {
     font-size: calc(100% * var(--text-scale, 1));
}
 body.adv-search-visible #container-default {
     margin-top: 0;
}
 .layout-navbar-fixed .container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
     padding-block-start: 3.5rem !important;
}
 .container-p-y:not([class^=pb-], [class*=" pb-"]) {
     padding-block-end: 3.5rem !important;
}
 .w-menu{
     width: 65% !important;
}
 .items-table .item{
     font-size: 1em;
}
 .items-table .main-title{
     font-size: .8em;
}
 #category-chart, #chart-category{
     margin-top: 20px;
}
#resizes{
    position: fixed;
    left: 10px;
    bottom: 10px;
    background: #fff;
    overflow: hidden;
    z-index: 100;
    border: 1px solid #000;
    font-weight: 800;
    font-size: 16px !important;
    width: 160px;
}
 .font-size-all{
     font-size: 1em !important;
     line-height: 1.7 !important;
     font-weight: 800;
}
 #container-default{
     --results-font-size: 1rem;
     font-size: var(--results-font-size);
}
 .select2-search__field{
     width: auto !important 
}
.open-advanced-search{
    font-size: 1em;
    border-radius: 50px !important;
}
.research-numbers {
    font-size: calc(3rem * var(--text-scale, 1));
}
.reset-btn,
.export-btn {
    font-size: calc(0.8rem * var(--text-scale, 1));
}
 @media (max-width: 687px) {
     .sticky-btn, #sticky-error {
         padding: 10px 16px;
         font-size: 14px;
         bottom: 15px;
         left: 15px;
    }
     #sticky-error{
         bottom: 55px;
    }
    .home #advaned-search.advanced-search-bar {
                 margin-top: -71px;
    }
     #advaned-search.advanced-search-bar {
         margin-top: 0;
    }
     .w-menu{
         width: 100% !important;
         padding: 0;
    }
     .items-table .item-badges{
         font-size: .7em;
    }
     .items-table .main-title{
         font-size: .8em;
    }
     .open-advanced-search{
         font-size: .8em;
         padding: 7px;
         border-radius: 10px !important;
    }
     .adv-select{
         padding: 10px 6px;
    }
     .advanced-search-inner {
        /* flex-direction: column;
         */
         align-items: stretch;
    }
     .adv-input-wrap--combo {
         padding: 0 10px 8px;
    }
     .adv-input--combo {
         padding-inline-end: 16px;
    }
     .adv-select-wrap--combo {
         position: relative;
         inset-inline-end: auto;
         top: auto;
         transform: none;
         width: 100%;
         margin-top: 6px;
    }
     .adv-select-wrap--combo .adv-select-toggle {
         width: 100%;
         text-align: center;
         padding: 8px 0px 8px 0px;
         min-width: 130px;
    }
}
 .main-search {
     position: relative;
    /* overflow: hidden;
     */
     padding: 30px 0;
     color: #ffffff;
     background: linear-gradient(120deg, rgb(237 237 237) 0%, rgb(185 200 219) 100%);
     background-image: url(/img/bg1.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
 .main-search::before {
     content: "";
     position: absolute;
     inset: 0;
     background: radial-gradient(circle at 15% 30%, rgba(255, 255, 255, 0.08), transparent 45%), radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.07), transparent 40%);
     pointer-events: none;
}
 .main-search__inner {
     position: relative;
     z-index: 1;
     display: grid;
     grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
     gap: 32px;
     align-items: normal;
}
 .main-search__content {
    /* max-width: 540px;
     */
    margin: 0 10%;
}
 .main-search__eyebrow {
     font-size: 16px;
     font-weight: 600;
     opacity: 0.9;
     margin-bottom: 8px;
}
.main-search__title {
    font-size: calc(30px * var(--text-scale, 1));
    font-weight: 700;
    margin: 0 0 12px;
}
.main-search__desc {
    font-size: calc(16px * var(--text-scale, 1));
    line-height: 1.8;
    margin: 30px 0 54px;
    opacity: 0.85;
}
.main-search__content .main-title{
    font-size: calc(1.5em * var(--text-scale, 1));
    line-height: 1.5;
}
 .main-search__form {
     display: flex;
     align-items: center;
}
 .main-search__field {
     position: relative;
     flex: 1 1 420px;
     background: #ffffff;
     border-radius: 999px;
     padding: 6px 12px;
     box-shadow: 0 12px 30px rgba(7, 23, 46, 0.35);
     display: flex;
     align-items: center;
     gap: 8px;
}
 .main-search__submit {
     width: 36px;
     height: 36px;
     border-radius: 50%;
     border: none;
     background: #f6f7fb;
     color: #1e3552;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     flex: 0 0 auto;
     top: 20px;
}
 .main-search__input {
     width: 100%;
     border: none;
     background: transparent;
     padding: 10px 12px;
     font-size: 1em;
     font-weight: 500;
     color: #1d2b3f;
     flex: 1 1 auto;
}
 .main-search__input:focus {
     outline: none;
}
 .main-search__select {
     position: relative;
     flex: 0 0 auto;
     border-radius: 999px;
     background: #2f5b9f;
     padding: 2px 6px 2px 12px;
     display: none;
}
 .main-search__select::after {
     content: "";
     position: absolute;
     inset-inline-end: 12px;
     top: 50%;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 6px solid #ffffff;
     transform: translateY(-30%);
     pointer-events: none;
}
 .main-search__select-toggle {
     appearance: none;
     -webkit-appearance: none;
     border: none;
     background: transparent;
     color: #ffffff;
     font-size: 14px;
     font-weight: 600;
     padding: 8px 10px 8px 10px;
     min-width: 150px;
     cursor: pointer;
}
 .main-search__select-toggle:focus {
     outline: none;
}
 .main-search__select-menu {
     position: absolute;
     top: calc(100% + 8px);
     inset-inline-start: 0;
     min-width: 100%;
     background: #ffffff;
     border-radius: 14px;
     box-shadow: 0 12px 30px rgba(7, 23, 46, 0.2);
     padding: 6px;
     display: none;
     z-index: 20;
}
 .main-search__select-wrap.is-open .main-search__select-menu {
     display: block;
}
 .main-search__select-option {
     width: 100%;
     text-align: start;
     background: transparent;
     border: none;
     padding: 10px 12px;
     border-radius: 10px;
     font-size: 14px;
     font-weight: 600;
     color: #1d2b3f;
     cursor: pointer;
}
 .main-search__select-option:hover, .main-search__select-option:focus {
     background: #f1f5ff;
     outline: none;
}
 .main-search__select-option[aria-selected="true"] {
     background: #2f5b9f;
     color: #ffffff;
}
 .main-search__advanced {
     display: inline-block;
     float: left;
}
 .main-search__advanced:hover {
     color: #ffffff;
}
 .main-search__scroll {
     position: absolute;
     left: 50%;
     bottom: 14px;
     transform: translateX(-50%);
     width: 44px;
     height: 44px;
    /* border-radius: 50%;
     */
    /* border: 1px solid rgba(255, 255, 255, 0.65);
     */
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: #245ca0;
     text-decoration: none;
     gap: 6px;
     flex-direction: column;
    /* background: rgba(10, 30, 60, 0.25);
     */
}
 .main-search__scroll-dot {
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: #245ca0;
     display: inline-block;
}
 .main-search__scroll i {
     font-size: 14px;
     line-height: 1;
}
 .main-search__scroll:hover {
     color: #ffffff;
     border-color: #ffffff;
}
 .main-search__media {
     position: relative;
     min-height: 280px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .main-search__map {
     width: min(340px, 100%);
     height: 220px;
     background-image: radial-gradient(circle, rgba(255, 255, 255, 0.75) 1px, transparent 1px);
     background-size: 8px 8px;
     opacity: 0.75;
     clip-path: polygon(10% 20%, 30% 8%, 55% 10%, 70% 5%, 85% 20%, 80% 40%, 88% 60%, 68% 85%, 40% 88%, 20% 70%, 12% 45%);
}
 .main-search__glass {
     position: absolute;
     width: 180px;
     height: 180px;
     border-radius: 50%;
     border: 8px solid rgba(255, 255, 255, 0.9);
     background: rgba(255, 255, 255, 0.1);
     box-shadow: 0 16px 30px rgba(9, 21, 43, 0.35);
     inset-inline-start: 10%;
     top: 10%;
}
 .main-search__glass-lens {
     position: absolute;
     inset: 12px;
     border-radius: 50%;
     border: 3px solid rgba(255, 255, 255, 0.6);
}
 .main-search__glass-handle {
     position: absolute;
     width: 28px;
     height: 90px;
     background: #8c8c8c;
     border-radius: 12px;
     inset-inline-end: -6px;
     bottom: -50px;
     transform: rotate(-45deg);
     box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.15);
}
 @media (max-width: 991px) {
     .main-search {
         padding: 48px 0;
    }
     .main-search__inner {
         grid-template-columns: 1fr;
         text-align: center;
    }
     .main-search__content {
         max-width: none;
         margin: 0;
    }
     .main-search__media {
         order: -1;
         min-height: 220px;
    }
     .main-search__form {
         justify-content: center;
    }
     .main-search__field {
         flex-basis: 100%;
         border-radius: 30px;
    }
     .main-search__select {
         width: auto;
    }
     .main-search__select-toggle {
         text-align: center;
    }
     .main-img{
         width: 40% !important;
    }
}
 @media (max-width: 576px) {
     .main-search__field {
         flex-direction: column;
         align-items: stretch;
         padding: 0;
         gap: 10px;
         background: transparent;
         box-shadow: none;
    }
     .main-search__submit {
         position: absolute;
         top: 3px;
         inset-inline-end: 18px;
    }
     .main-search__input {
         width: 100%;
         padding-inline-end: 54px;
         background: #fff;
         border-radius: 25px;
    }
     .main-search__select {
         width: 100%;
         padding: 6px 12px;
    }
     .main-search__select-toggle {
         width: 100%;
         text-align: center;
    }
     .main-search__scroll {
         bottom: 16px;
    }
}
 @media (max-width: 576px) {
     .main-search__title {
         font-size: 24px;
    }
     .main-search__desc {
         font-size: 13px;
    }
     .main-search__glass {
         width: 150px;
         height: 150px;
    }
     .main-search__glass-handle {
         height: 70px;
    }
}
 .categories-section {
     padding: 60px 0;
     background: #ebebeb;
}
 .categories-section.is-alt {
     background: #d4dae3;
     color: #ffffff;
     background-image: url(/img/bg2.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
 .categories-section.is-alt .categories-title, .categories-section.is-alt .categories-subtitle, .categories-section.is-alt .donut-group-title, .categories-section.is-alt .donut-label, .donut-count, .donut-percent {
     color: #000000;
}
 .categories-section.is-alt .donut-card {
    /* background: rgb(255 255 255);
     */
     box-shadow: none;
}
 .categories-section.is-alt .donut-empty {
     background: rgba(255, 255, 255, 0.12);
     color: #ffffff;
}
 .categories-header {
    /* text-align: center;
     */
    /* margin-bottom: 24px;
     */
    /* margin: 0 10%;
     */
}
 .categories-layout {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 32px;
}
 .categories-chart-wrap {
     flex: 0 0 auto;
}
 .categories-list {
     flex: 1 1 auto;
     display: flex;
     flex-direction: column;
     gap: 14px;
     align-items: flex-end;
}
 .categories-item {
     display: flex;
     align-items: center;
     gap: 12px;
     background: rgb(255 255 255);
     border-radius: 999px;
     padding: 12px 18px;
     min-width: auto;
    /* font-size: 1.5rem;
     */
    /* justify-content: space-between;
     */
     width: 100%;
}
 .categories-item-text {
     font-weight: 600;
     color: #1d2b3f;
}
 .categories-item-percent {
     font-weight: 700;
     color: #1d2b3f;
}
 .categories-item-dot {
     width: 22px;
     height: 22px;
     border-radius: 50%;
     background: var(--item-color, #245ca0);
     flex: 0 0 auto;
}
 .categories-section.is-alt .categories-item {
    /* background: rgba(255, 255, 255, 0.2);
     */
}
 .categories-section.is-alt .categories-item-text, .categories-section.is-alt .categories-item-percent {
    /* color: #ffffff;
     */
}
 .categories-title {
     font-size: calc(1.5rem * var(--text-scale, 1));
     font-weight: 800;
     margin: 0 0 8px;
    /* text-align: center;
     */
     line-height: 1.5;
}
 .categories-description{
     font-size: calc(16px * var(--text-scale, 1));
     line-height: 1.5;
     margin-bottom: 50px;
}
 .categories-subtitle {
     margin: 0;
     color: #6b7a90;
     font-size: 14px;
}
 .donut-card {
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 12px;
     text-align: center;
}
 .donut-chart{
     position: relative;
     height: 250px;
     width: 350px;
     margin: 0 auto;
}
 .donut-chart canvas{
     width: 100% !important;
     height: 100% !important;
}
 .categories-section .donut-chart {
     height: 350px;
     /* background-color: #ccc; */
     border-radius: 50%;
     padding: 30px;
}
 .donut-center {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
}
 .donut-count {
     font-size: 22px;
     font-weight: 700;
     color: #1d2b3f;
}
 .donut-percent {
     font-size: 13px;
     color: #6b7a90;
}
 .donut-label {
     font-size: 20px;
     font-weight: 600;
     color: #1d2b3f;
     text-align: center;
     margin-top: 30px;
}
 .donut-group-title {
     font-size: 16px;
     font-weight: 700;
     margin-bottom: 12px;
     color: #1d2b3f;
}
 .donut-empty {
     background: #ffffff;
     border-radius: 14px;
     padding: 20px;
     text-align: center;
     color: #6b7a90;
     box-shadow: 0 12px 24px rgba(7, 23, 46, 0.06);
}
 .table-hover-animated tbody tr td a.badge {
     transition: background-color 0.2s ease, color 0.2s ease;
}
 .table-hover-animated tbody tr td a.badge:hover {
     background-color: #245ca0 !important;
     color: #ffffff !important;
}
 .layout-menu-fixed:not(.layout-navbar-hidden) .layout-horizontal .layout-page .menu-horizontal, .layout-menu-fixed-offcanvas:not(.layout-navbar-hidden) .layout-horizontal .layout-page .menu-horizontal {
     inset-block-start: 3.5rem 
}
 .categories-section.is-alt .categories-title{
}
 .categories-section.is-alt .categories-title{
     color: #000;
}
 #filtersModal .modal-dialog-scrollable .modal-body{
     overflow-y: scroll;
     max-height: 550px;
}
 #filtersModal .modal .modal-footer {
     padding: 0rem 1.5rem 1.5rem;
     position: absolute;
     bottom: 0;
     background: #fff;
     width: 100%;
}
 .help-modal .modal-dialog {
     max-width: 800px;
}
 .help-modal .modal-content {
     height: calc(100vh - 40px);
     max-height: 800px;
     overflow: hidden;
}
 .help-modal .modal-body {
     height: calc(100% - 132px);
    /* 132px ØªÙ‚Ø±ÙŠØ¨Ø§Ù‹ header+footer */
     overflow: hidden;
     display: flex;
     flex-direction: column;
}
 .help-modal .carousel, .help-modal .carousel-inner, .help-modal .carousel-item {
     height: 100%;
}
 .help-modal .help-slide {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
 .help-modal .help-img {
     width: 100%;
     height: 320px;
    /* desktop */
     max-height: 320px;
     object-fit: cover;
}
 .table>:not(caption)>*>*{
     padding: .25rem;
}
 .table-hover-animated tbody tr td a.badge{
     color: #000 !important;
     background: #eee;
     text-decoration: none;
}
 .engine-chart{
     height: 400px;
}
.form-label{
    color: #000;
    font-weight: 800;
    font-size: 1em;
}
.select2-results__option[role=option]{
    font-weight: 800;
    color: #000;
}
 @media (min-width: 3000px) {
     html {
         font-size: calc(clamp(18px, 0.35vw + 10px, 24px) * var(--text-scale, 1));
    }
     body{
         font-size: 1.5rem;
    }
   
    .main-search__input{
        padding: 24px 12px;
    }
     #container-default {
         --results-font-size: clamp(1.05rem, 0.4vw + 0.6rem, 1.6rem);
    }
     .font-size-all{
         font-size: 1em !important;
         font-weight: 800;
         line-height: 1.5 !important;
    }
    .category-chart{
        height: 350px;
    }
     .main-img{
         width: 50% !important;
    }
    .main-search__content .main-title{
        font-size: calc(3rem * var(--text-scale, 1)) !important;
        line-height: 1.5;
    }
    .main-search__content .main-desc{
        font-size: calc(1.7rem * var(--text-scale, 1)) !important;
    }
     .main-search__scroll-dot {
         width: 16px;
         height: 16px;
    }
     .main-search__scroll i {
         font-size: 1.5rem;
         line-height: 1;
    }
     .categories-title {
         font-size: 1.7em;
    }
     .categories-description{
         font-size: 1.5em !important;
    }
     .nav-link, .btn-primary, .dashboard-title{
         font-size: 1.8rem !important;
    }
     .categories-section .donut-chart, .donut-chart{
         height: 550px;
         width: 550px;
    }
     .categories-item-text, .categories-item-percent{
         font-size: 1.2em;
    }
     .layout-navbar{
         padding-block: 4.2rem;
    }
     .layout-without-menu .layout-page {
         padding-top: 136px !important;
    }
     .circle-info{
         width: 27px;
         height: 27px;
    }
     .engine-chart{
         height: 600px;
    }
     #resizes {
         left: 10px;
         bottom: 10px;
         width: 160px;
    }
    #resizes *{
        font-size: 16px !important;
   }
   .layout-navbar-fixed .container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
    padding-block-start: 4.5rem !important;
}
.adv-dot {
    width: 53px;
    height: 53px;
}
}
 @media (max-width: 576px) {
     .help-modal .modal-content {
         height: calc(100vh - 140px);
         max-height: none;
    }
     .help-modal .help-img {
         height: 220px;
         max-height: 220px;
    }
}
 .help-modal .carousel-control-prev-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}
 .help-modal .carousel-control-next-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
 .help-modal .carousel-indicators [data-bs-target] {
     background-color: #5e799f;
}
 .help-modal .carousel-control-prev, .carousel-control-next{
     width: 10%;
     z-index: 100;
}
 .helpSearchModal{
     bottom: 30px;
     left: 30px;
     z-index: 55;
}
 .rounded-custom{
     border-radius: 2rem 
}
 .bg-primary {
     background-color: #245ca0 !important;
}
 .modal .modal-header {
     position: relative;
     padding: 1rem 1.5rem 0.5rem;
     box-shadow: 0px -1px 7px 1px #ccc;
     position: relative;
}
 .modal .modal-footer {
     padding: 1rem 1.5rem 1.5rem;
     box-shadow: 0px -3px 7px 1px #ccc;
     z-index: 5555;
     position: relative;
     align-content: center;
}
 .carousel-control-prev, .carousel-control-next{
     top: auto;
     bottom: 10px;
}
 .slider-img{
     height: 150px;
}
 .slider-img img{
     height: 100%;
}
 .circle-info{
     width: 12px;
     height: 12px;
     padding: 10px !important;
}
.nav {
        --bs-nav-link-font-size: 1.1rem;
 }
 .table thead tr th{
        vertical-align: middle;
        font-weight: 800;
   }

 

 .select2-container{
    border: 1px solid #d3d3d3;
     padding: 4px;
 }
.filder-cols{
       position: absolute;
       right: -10px;
       /* border-radius: 50px; */
       padding: 14px;
       font-size: 1.2em;
       line-height: 1;
       top: -10px;
       background-color: transparent;
       color: #000000;
       border: none;
}

.filder-cols i{
    font-size: 2em;
}

.nav-pills .nav-link {
     padding-inline: 1.5rem;
}

 @media (max-width: 576px) {
     .donut-chart {
         width: 350px;
         height: 350px;
    }
     .categories-layout {
         flex-direction: column;
         align-items: center;
    }
     .categories-list {
         align-items: stretch;
         width: 100%;
    }
     .categories-item {
         min-width: 0;
         width: 100%;
    }
     .adv-pill{
         font-size: 10px;
    }
     .adv-input {
         padding: 7px 16px 7px 48px;
    }
     .adv-dot {
         width: 28px;
         height: 28px;
    }
     body.adv-search-visible #container-default{
         margin-top: 70px;
    }
     .categories-header{
         margin: 0;
    }
     .main-img{
         width: 80% !important;
    }
     .helpSearchModal {
         bottom: 10px;
         left: 10px;
         z-index: 55;
    }
     #resizes{
         left: 10px;
         bottom: 10px;
    }
     .table>:not(caption)>*>*{
         font-size: 1rem;
    }
     .font-size-all {
    font-size: .8em !important;
    line-height: 1.2 !important;
}
footer{
    padding-bottom: 100px;
}

.filder-cols{
     left: -30px;
     top: -20px;
 }


}
 @media (max-height: 600px) {
     #filtersModal .modal-dialog-scrollable .modal-body {
         overflow-y: scroll;
         max-height: 380px;
    }
}
 @media (max-height: 430px) {
     #filtersModal .modal-dialog-scrollable .modal-body {
         overflow-y: scroll;
         max-height: 200px;
    }
}

/* PI Registration (modern style) */
.pi-register-modern {
    max-width: 760px;
    margin: 0 auto;
}

.pi-register-modern .pi-registration-card {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(19, 32, 56, 0.08);
    background: #fff;
}

.pi-register-modern .pi-registration-card .card-body {
    padding: 2rem;
}

.pi-register-modern .form-label {
    color: #2d2d2d;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.pi-register-modern .pi-input-group {
    width: 100%;
}

.pi-register-modern .pi-input-group .input-group-text,
.pi-register-modern .pi-input-group .form-control,
.pi-register-modern .pi-input-group .form-select {
    min-height: 48px;
    border-color: #dddcd9;
    background-color: #f3f3f2;
}

.pi-register-modern .pi-input-group .input-group-text {
    min-width: 48px;
    justify-content: center;
    color: #878683;
    font-size: 0.95rem;
}

.pi-register-modern .pi-input-group .form-control,
.pi-register-modern .pi-input-group .form-select {
    color: #404040;
    background-color: #fdfdfd;
    box-shadow: none;
}

.pi-register-modern .pi-input-group .form-control::placeholder,
.pi-register-modern .pi-input-group .form-select::placeholder {
    color: #b8b7b4;
}

.pi-register-modern .pi-input-group:focus-within .input-group-text,
.pi-register-modern .pi-input-group:focus-within .form-control,
.pi-register-modern .pi-input-group:focus-within .form-select {
    border-color: #c9c8c5;
    box-shadow: none;
}

.pi-register-modern .pi-input-group:focus-within .form-control,
.pi-register-modern .pi-input-group:focus-within .form-select {
    background-color: #fdfdfd;
}

.pi-register-modern .pi-registration-card .invalid-feedback {
    display: block;
    margin-top: 0.35rem;
}

.pi-register-modern .btn {
    border-radius: 10px;
}

.pi-register-modern .pi-login-link {
    color: #245ca0;
    font-weight: 400;
    text-decoration: none;
    font-size: .7em;
}

.pi-register-modern .pi-login-link:hover,
.pi-register-modern .pi-login-link:focus {
    text-decoration: underline;
}

.pi-register-modern.pi-profile-modern {
    max-width: 1180px;
}

.pi-register-modern.pi-profile-modern .pi-registration-card {
    background: transparent;
    box-shadow: none;
}

.pi-register-modern.pi-profile-modern .pi-registration-card .card-body {
    padding: 0;
}

.pi-register-modern.pi-profile-modern .pi-profile-page-head {
    border: 1px solid #e9e7e2;
    border-radius: 14px;
    background: linear-gradient(135deg, #fffdf8 0%, #e1eef9 100%);
    box-shadow: 0 10px 28px rgba(34, 38, 43, 0.06);
    padding: 1.2rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pi-register-modern.pi-profile-modern .pi-profile-page-head-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #245ca0;
    background: #b3cae6;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.pi-register-modern.pi-profile-modern .pi-profile-page-head .h4 {
    margin-bottom: 0.3rem;
}

.pi-register-modern.pi-profile-modern .pi-section-card {
    border: 1px solid #ecebe7;
    border-radius: 14px;
    background: #fff;
    padding: 1.2rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 24px rgba(30, 39, 54, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pi-register-modern.pi-profile-modern .pi-section-card:hover {
    border-color: #ddd3c5;
    box-shadow: 0 14px 28px rgba(30, 39, 54, 0.08);
}

.pi-register-modern.pi-profile-modern .pi-section-card:focus-within {
    border-color: #cbc1b3;
    box-shadow: 0 0 0 3px rgba(203, 193, 179, 0.22), 0 14px 28px rgba(30, 39, 54, 0.08);
}

.pi-register-modern.pi-profile-modern .pi-section-card:last-of-type {
    margin-bottom: 0;
}

.pi-register-modern.pi-profile-modern .pi-section-card-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #ebe8e1;
}

.pi-register-modern.pi-profile-modern .pi-section-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #245ca0;
    background: #b3cae6;
    font-size: 1rem;
    flex-shrink: 0;
}

.pi-register-modern.pi-profile-modern .pi-section-card-title {
    color: #2d2d2d;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.pi-register-modern.pi-profile-modern .pi-profile-action-card {
    margin-top: 1.1rem;
    border: 1px solid #e9e7e2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(30, 39, 54, 0.05);
    text-align: center;
    padding: 1rem 1rem 0.85rem;
}

.pi-register-modern.pi-profile-modern .pi-profile-action-card .btn {
    min-width: 220px;
}

.pi-register-modern.pi-profile-modern .pi-profile-action-card .pi-login-link {
    display: inline-block;
    margin-top: 0.7rem;
}

.pi-register-modern.pi-profile-modern .alert {
    border-radius: 12px;
}

.pi-register-modern.pi-account-modern {
    max-width: 1120px;
}

.pi-register-modern.pi-account-modern .pi-registration-card {
    background: transparent;
    box-shadow: none;
}

.pi-register-modern.pi-account-modern .pi-registration-card .card-body {
    padding: 0;
}

.pi-register-modern.pi-account-modern .pi-account-head {
    border: 1px solid #e2e5e9;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8faff 0%, #f1f6f8 100%);
    box-shadow: 0 10px 28px rgba(34, 38, 43, 0.06);
    padding: 1.2rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pi-register-modern.pi-account-modern .pi-account-head-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #245ca0;
    background: #b3cae6;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.pi-register-modern.pi-account-modern .pi-account-head-content {
    flex: 1 1 280px;
}

.pi-register-modern.pi-account-modern .pi-account-head .h4 {
    margin-bottom: 0.3rem;
}

.pi-register-modern.pi-account-modern .pi-account-head-badges {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pi-register-modern.pi-account-modern .pi-state-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.45rem 0.72rem;
}

.pi-register-modern.pi-account-modern .pi-state-chip-success {
    color: #0f6f46;
    background: #d7f2e5;
}

.pi-register-modern.pi-account-modern .pi-state-chip-warning {
    color: #7f5c1f;
    background: #faecce;
}

.pi-register-modern.pi-account-modern .pi-state-chip-muted {
    color: #5f6368;
    background: #e8eaed;
}

.pi-register-modern.pi-account-modern .pi-account-alert {
    border-radius: 12px;
}

.pi-register-modern.pi-account-modern .pi-section-card {
    border: 1px solid #ecebe7;
    border-radius: 14px;
    background: #fff;
    padding: 1.2rem;
    box-shadow: 0 10px 24px rgba(30, 39, 54, 0.05);
}

.pi-register-modern.pi-account-modern .pi-section-card-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #ebe8e1;
}

.pi-register-modern.pi-account-modern .pi-section-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
   color: #245ca0;
    background: #b3cae6;
    font-size: 1rem;
    flex-shrink: 0;
}

.pi-register-modern.pi-account-modern .pi-section-card-title {
    color: #2d2d2d;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.pi-register-modern.pi-account-modern .pi-account-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.pi-register-modern.pi-account-modern .pi-account-info-item {
    border: 1px solid #efeeeb;
    border-radius: 10px;
    background: #fcfcfb;
    padding: 0.7rem 0.8rem;
}

.pi-register-modern.pi-account-modern .pi-account-info-label {
    color: #787773;
    font-size: 0.77rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.pi-register-modern.pi-account-modern .pi-account-info-value {
    color: #2f2f2f;
    font-size: 0.95rem;
    word-break: break-word;
}

.pi-register-modern.pi-account-modern .pi-account-actions .btn {
    min-height: 46px;
}

.pi-register-modern.pi-password-modern {
    max-width: 680px;
}

.pi-register-modern.pi-password-modern .pi-registration-card {
    background: transparent;
    box-shadow: none;
}

.pi-register-modern.pi-password-modern .pi-registration-card .card-body {
    padding: 0;
}

.pi-register-modern.pi-password-modern .pi-password-head {
    border: 1px solid #e2e6e9;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fcff 0%, #f1f3f8 100%);
    box-shadow: 0 10px 28px rgba(34, 38, 43, 0.06);
    padding: 1.2rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pi-register-modern.pi-password-modern .pi-password-head-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #245ca0;
    background: #245ca03d;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.pi-register-modern.pi-password-modern .pi-password-form-card {
    border: 1px solid #ecebe7;
    border-radius: 14px;
    background: #fff;
    padding: 1.3rem;
    box-shadow: 0 10px 24px rgba(30, 39, 54, 0.05);
}

.pi-register-modern.pi-password-modern .pi-password-form-card .btn {
    min-width: 220px;
}

.pi-register-modern.pi-password-modern .alert {
    border-radius: 12px;
}

.pi-register-modern .pi-registration-card .form-text {
    color: #8d8c88;
    font-size: 0.84rem;
    margin-top: 0.4rem;
}

.pi-register-modern .pi-input-group.pi-static-group .input-group-text,
.pi-register-modern .pi-input-group.pi-static-group .form-control {
    background-color: #f2f2f0;
    color: #6f6e6a;
}

.pi-register-modern .pi-input-group.pi-static-group .form-control[readonly] {
    cursor: default;
}

@media (max-width: 991.98px) {
    .pi-register-modern.pi-profile-modern {
        max-width: 760px;
    }

    .pi-register-modern.pi-account-modern {
        max-width: 760px;
    }

    .pi-register-modern.pi-password-modern {
        max-width: 640px;
    }

    .pi-register-modern.pi-profile-modern .pi-profile-page-head {
        padding: 1rem;
    }

    .pi-register-modern.pi-profile-modern .pi-profile-page-head-icon {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }

    .pi-register-modern.pi-profile-modern .pi-section-card {
        padding: 1rem;
    }

    .pi-register-modern.pi-account-modern .pi-account-head {
        padding: 1rem;
    }

    .pi-register-modern.pi-account-modern .pi-account-head-icon {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }

    .pi-register-modern.pi-account-modern .pi-section-card {
        padding: 1rem;
    }

    .pi-register-modern.pi-password-modern .pi-password-head {
        padding: 1rem;
    }

    .pi-register-modern.pi-password-modern .pi-password-head-icon {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }

    .pi-register-modern.pi-password-modern .pi-password-form-card {
        padding: 1rem;
    }
}

@media (max-width: 575.98px) {
    .pi-register-modern.pi-profile-modern .pi-profile-page-head {
        align-items: flex-start;
    }

    .pi-register-modern.pi-profile-modern .pi-profile-action-card .btn {
        min-width: 100%;
    }

    .pi-register-modern.pi-account-modern .pi-account-head {
        align-items: flex-start;
    }

    .pi-register-modern.pi-account-modern .pi-account-head-badges {
        width: 100%;
    }

    .pi-register-modern.pi-account-modern .pi-account-info-grid {
        grid-template-columns: 1fr;
    }

    .pi-register-modern.pi-password-modern .pi-password-head {
        align-items: flex-start;
    }

    .pi-register-modern.pi-password-modern .pi-password-form-card .btn {
        min-width: 100%;
    }
}

/* PI Project Wizard */
.pi-project-wizard-wrap {
        --wizard-accent: #245ca0;
        --wizard-accent-soft: #fff2e8;
        --wizard-muted: #8c8a85;
        --wizard-border: #ece9e3;
        --wizard-bg: #f6f5f2;
        max-width: 1320px;
        margin: 0 auto;
    }

    .pi-project-wizard-card {
        border: 0;
        border-radius: 16px;
        box-shadow: 0 20px 46px rgba(22, 30, 49, 0.1);
        background: #fff;
        overflow: hidden;
    }

    .wizard-topbar {
        border: 1px solid var(--wizard-border);
        border-radius: 14px;
        background: linear-gradient(135deg, #fffdf9 0%, #f6f4ef 100%);
        padding: 0.9rem 1rem;
        box-shadow: 0 8px 18px rgba(20, 25, 34, 0.06);
    }

    .wizard-status-badge {
        background: var(--wizard-accent-soft) !important;
        color: #a54f12 !important;
        border: 1px solid #ffd9bf;
        font-weight: 700;
        letter-spacing: 0.02em;
        padding: 0.45rem 0.65rem;
    }

    .wizard-stepper-shell {
        border: 1px solid var(--wizard-border);
        border-radius: 14px;
        background: linear-gradient(180deg, #fbfbf9 0%, #f4f3ef 100%);
        padding: 1.25rem 1rem 1rem;
        box-shadow: 0 8px 18px rgba(20, 25, 34, 0.05);
    }

    .wizard-stepper-title {
        text-align: center;
        color: #2f2f2f;
        margin-bottom: 0.25rem;
        font-weight: 600;
    }

    .wizard-stepper-subtitle {
        text-align: center;
        color: #8a8a86;
        margin-bottom: 1.15rem;
    }

    .wizard-stepper-track {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .wizard-stepper-track.wizard-stepper-track-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .wizard-stepper-track.wizard-stepper-track-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .wizard-stepper-line {
        position: absolute;
        left: 10%;
        width: 80%;
        top: 29px;
        height: 3px;
        background: #dddcd9;
        border-radius: 6px;
    }

    .wizard-stepper-progress {
        position: absolute;
        left: 10%;
        width: 0;
        top: 29px;
        height: 3px;
        background: var(--wizard-accent);
        border-radius: 6px;
        transition: width 0.25s ease;
    }

    [dir="rtl"] .wizard-stepper-progress {
        left: auto;
        right: 10%;
    }

    .wizard-nav-btn {
        border: 0;
        background: transparent;
        text-align: center;
        color: #b3b2ad;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.45rem;
        position: relative;
        z-index: 1;
    }

    .wizard-nav-btn .wizard-step-circle {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        border: 3px solid var(--wizard-accent);
        background: #fff;
        color: #c8c7c2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.15rem;
        position: relative;
        transition: all 0.2s ease;
    }

    .wizard-nav-btn .wizard-step-icon {
        display: inline-flex;
    }

    .wizard-nav-btn .wizard-step-check {
        display: none;
    }

    .wizard-nav-btn .wizard-step-label {
        font-size: 0.9rem;
        line-height: 1.2;
    }

    .wizard-nav-btn.active {
        color: var(--wizard-accent);
    }

    .wizard-nav-btn.active .wizard-step-circle,
    .wizard-nav-btn.completed .wizard-step-circle {
        background: var(--wizard-accent);
        color: #fff;
        border-color: var(--wizard-accent);
    }

    .wizard-nav-btn.step-complete .wizard-step-circle {
        background: #19a34a;
        border-color: #19a34a;
        color: #fff;
    }

    .wizard-nav-btn.step-complete .wizard-step-icon {
        display: none;
    }

    .wizard-nav-btn.step-complete .wizard-step-check {
        display: inline-flex;
    }

    .wizard-nav-btn:hover .wizard-step-circle {
        box-shadow: 0 0 0 4px rgba(243, 112, 33, 0.16);
    }

    .wizard-step-caption {
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 0;
        color: #3f3f3d;
        font-size: 1.25rem;
    }

    .wizard-step-panel {
        display: none;
        border: 1px solid var(--wizard-border);
        border-radius: 14px;
        padding: 1.15rem;
        background: #fff;
        box-shadow: 0 10px 22px rgba(24, 32, 44, 0.05);
    }

    .wizard-step-panel.active {
        display: block;
        animation: wizardFadeIn 0.28s ease;
    }

    .wizard-step-panel .h5 {
        color: #2f2f2f;
        font-weight: 600;
        margin-bottom: 1rem !important;
        display: flex;
        align-items: center;
        gap: 0.55rem;
    }

    .wizard-step-panel .h5::before {
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 9px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #9a9a95;
        background: #f1efeb;
        border: 1px solid #e8e5de;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 0.9rem;
    }

    .wizard-step-panel[data-step="1"] .h5::before {
        content: "\f02d";
        color: #245ca0;
        background: #f2f2f2;
        border-color: #245ca0;
    }

    .wizard-step-panel[data-step="2"] .h5::before {
        content: "\f0c3";
        color: #0f6f8d;
        background: #e9f7fc;
        border-color: #c2e7f3;
    }

    .wizard-step-panel[data-step="3"] .h5::before {
        content: "\f542";
        color: #6b4f85;
        background: #f1ecf7;
        border-color: #dfd2ed;
    }

    .wizard-step-panel[data-step="4"] .h5::before {
        content: "\f3d1";
        color: #7d5b11;
        background: #faf3df;
        border-color: #f0dfaf;
    }

    .wizard-step-panel[data-step="5"] .h5::before {
        content: "\f0c0";
        color: #8d4f2c;
        background: #f7eee8;
        border-color: #eed8ca;
    }

    .wizard-step-panel .form-label {
        color: #33322f;
        font-weight: 700;
        margin-bottom: 0.42rem;
    }

    .wizard-step-panel .form-control,
    .wizard-step-panel .form-select {
        min-height: 47px;
        border-color: #dfddd8;
        background-color: #fdfdfd;
        box-shadow: none;
        border-radius: 10px;
        color: #3e3d39;
    }

    .wizard-step-panel textarea.form-control {
        min-height: 200px;
        resize: vertical;
    }

    .wizard-step-panel .form-control:focus,
    .wizard-step-panel .form-select:focus {
        border-color: #245ca0;
        box-shadow: 0 0 0 3px rgba(33, 124, 243, 0.12);
        background-color: #fff;
    }

    .wizard-step-panel hr {
        border-color: #ece9e3;
    }

    .wizard-team-head {
        padding: 0.35rem 0.5rem 0.7rem;
        border-bottom: 1px dashed #e9e6df;
        margin-bottom: 0.8rem !important;
    }

    #addTeamMemberBtn {
        border-radius: 10px;
        font-weight: 600;
    }

    .team-members-stack {
        display: flex;
        flex-direction: column;
        gap: 0.9rem;
    }

    .team-member-card {
        border: 1px solid #ebe8e2;
        border-radius: 12px;
        background: #fcfcfb;
        padding: 0.9rem;
    }

    .team-member-grid .form-control {
        min-height: 44px;
    }

    .team-member-actions {
        display: flex;
        justify-content: flex-end;
    }

    .team-member-actions .remove-team-member {
        white-space: nowrap;
        border-radius: 8px;
        font-weight: 600;
    }

    /* Step 4 layout tuning: center section + one input per line */
    .wizard-step-panel[data-step="4"] .step4-budget-row,
    .wizard-step-panel[data-step="5"] .step4-budget-row {
        justify-content: center;
    }

    .wizard-step-panel[data-step="4"] .step4-budget-col,
    .wizard-step-panel[data-step="5"] .step4-budget-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wizard-step-panel[data-step="4"] .step4-budget-col .form-label,
    .wizard-step-panel[data-step="5"] .step4-budget-col .form-label {
        text-align: center;
        display: block;
    }

    .wizard-step-panel[data-step="4"] .step4-budget-col .input-group,
    .wizard-step-panel[data-step="5"] .step4-budget-col .input-group {
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
    }

    .wizard-step-panel[data-step="4"] .step4-budget-col .input-group .input-group-text,
    .wizard-step-panel[data-step="5"] .step4-budget-col .input-group .input-group-text {
        min-width: 56px;
        justify-content: center;
    }

    .wizard-step-panel[data-step="5"] .step4-budget-col .input-group.budget-total-group .input-group-text {
        font-weight: 700;
    }

    .wizard-step-panel[data-step="5"] .step4-budget-col .input-group.budget-total-group .form-control {
        font-weight: 700;
    }

    .wizard-step-panel[data-step="5"] .step4-budget-col .input-group.budget-total-without-group .input-group-text,
    .wizard-step-panel[data-step="5"] .step4-budget-col .input-group.budget-total-without-group .form-control {
        background: #fff7db;
        border-color: #f0d38a;
        color: #795c0a;
    }

    .wizard-step-panel[data-step="5"] .step4-budget-col .input-group.budget-total-with-group .input-group-text,
    .wizard-step-panel[data-step="5"] .step4-budget-col .input-group.budget-total-with-group .form-control {
        background: #e8f7ef;
        border-color: #b9e0c8;
        color: #14613d;
    }

    .wizard-actions {
        position: sticky;
        bottom: 16px;
        z-index: 10;
        background: linear-gradient(180deg, #ffffff 0%, #faf9f7 100%);
        border: 1px solid #e7e4de;
        border-radius: 14px;
        padding: 12px;
        box-shadow: 0 12px 24px rgba(20, 32, 54, 0.09);
        backdrop-filter: blur(3px);
    }

    .wizard-submit-top {
        background: linear-gradient(180deg, #ffffff 0%, #faf9f7 100%);
        border: 1px solid #e7e4de;
        border-radius: 14px;
        padding: 0.75rem;
        box-shadow: 0 10px 20px rgba(20, 32, 54, 0.06);
    }

    .wizard-submit-top .btn {
        min-height: 44px;
        border-radius: 10px;
        font-weight: 600;
    }

    .wizard-actions .btn {
        min-height: 44px;
        border-radius: 10px;
        font-weight: 600;
    }

    .wizard-actions-nav .btn {
        /* background: #fff; */
    }

    .wizard-actions-nav {
        direction: ltr;
    }

    .wizard-actions-submit .btn-secondary,
    .wizard-submit-top .btn-secondary {
        background: #69727f;
        border-color: #69727f;
    }

    .wizard-actions-submit .btn-secondary:hover,
    .wizard-actions-submit .btn-secondary:focus,
    .wizard-submit-top .btn-secondary:hover,
    .wizard-submit-top .btn-secondary:focus {
        background: #5c6571;
        border-color: #5c6571;
    }

    .wizard-actions-submit .btn-primary,
    .wizard-submit-top .btn-primary {
        background: var(--wizard-accent);
        border-color: var(--wizard-accent);
    }

    .wizard-actions-submit .btn-primary:hover,
    .wizard-actions-submit .btn-primary:focus,
    .wizard-submit-top .btn-primary:hover,
    .wizard-submit-top .btn-primary:focus {
        background: #de6318;
        border-color: #de6318;
    }

    #prevStepBtn,
    #nextStepBtn {
        min-width: 108px;
    }

    @keyframes wizardFadeIn {
        from {
            opacity: 0;
            transform: translateY(8px);
        }

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

    @media (max-width: 991.98px) {
        .pi-project-wizard-wrap {
            max-width: 100%;
        }

        .wizard-topbar {
            gap: 0.6rem !important;
            align-items: flex-start !important;
        }

        .wizard-stepper-track {
            display: flex;
            overflow-x: auto;
            gap: 1rem;
            padding-bottom: 0.5rem;
            scrollbar-width: thin;
        }

        .wizard-stepper-line,
        .wizard-stepper-progress {
            display: none;
        }

        .wizard-nav-btn {
            min-width: 110px;
        }

        .wizard-step-caption {
            font-size: 1.05rem;
        }

        .wizard-step-panel {
            padding: 0.95rem;
        }
    }

    @media (max-width: 575.98px) {
        .wizard-actions .d-flex {
            width: 100%;
        }

        .wizard-actions .d-flex .btn {
            flex: 1 1 0;
        }

        .layout-navbar-fixed .layout-navbar{
            padding: 60px 0;
        }
    }

    