


/* CUSTOM THEME FOR PLANNING AUTHORITY DROP DOWN */
/* CUSTOM THEME FOR PLANNING AUTHORITY DROP DOWN */
/* CUSTOM THEME FOR PLANNING AUTHORITY DROP DOWN */
/* CUSTOM THEME FOR PLANNING AUTHORITY DROP DOWN */
/* CUSTOM THEME FOR PLANNING AUTHORITY DROP DOWN */

<style>




.bg-primary{
    background: #6366f1 !important;
}

.ftco-section{
    padding: 7em 0;
}

.ftco-no-pt{
    padding-top: 0;
}
.ftco-no-pb{
    padding-bottom: 0;
}

.heading-section{
    font-size: 28px;
    color: $black;
}


.img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-container{
  width: 100%;
  margin: auto 0;
  font-size: 14px;
  font-family: sans-serif;
  overflow: auto;
  border-radius: 5px;
  margin-bottom:15px;

border: 1px solid #dfdfdf;
}

.dropdown-button {
  float: left;
  width: 100%;
  background: $white;
  padding: 15px 20px;

  cursor: pointer;
  border: none;
  box-sizing: border-box;

  
  .dropdown-label, .dropdown-quantity {
    float: left;
    color: lighten($black,50%);
    font-weight: 700;
  }
  
  .dropdown-quantity {
    margin-left: 4px;
    color: #6366f1;
  }
  
  .fa {
    margin-top: 3px;
    float: right;
    font-size: 16px;
    color: #6366f1;
  }
}

.dropdown-list {
  float: left;
  width: 100%;

  border-top: none;
  box-sizing: border-box;
  padding: 10px 20px;

  background: white;


  input[type="search"] {
        padding: 10px 14px;
        width: 97%;
        border: none;
        border-radius: 6px;
        background: rgba(0, 0, 0, .05);
        margin-bottom: 10px;
        margin: 5px 10px 10px 5px;
        &:focus{
            box-shadow: none;
            outline: none;
        }
  }
  
  ul {
           margin: 5px 0px 5px 8px;
        max-height: 306px;
        overflow-y: auto;
        padding: 0;
    
    input[type="checkbox"] {
      position: relative;
      top: 2px;
    }
    li{
        list-style: none;
    }
  }
}

.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  color:rgba(0,0,0,.1);
  font-size: 20px;
  margin-top: -4px;
  @include transition(.3s);

}

/* Show the checkmark when checked */
.checkbox-wrap{
    input:checked ~ .checkmark:after {
      display: block;
      content: "\f14a";
      font-family: "FontAwesome";
      color: #6366f1;
      border: none;
    }
}



 .spinner {
            text-align: center;
            padding: 10px;
            font-size: 16px;
            color: #555;
        }
        .dropdown-list {
            padding: 10px;
            display: none;
            background-color: #fff;
            max-height: 435px;
            overflow-y: auto;
        }
        .loader {
            border: 4px solid #f3f3f3;
            border-radius: 50%;
            border-top: 4px solid #555;
            width: 20px;
            height: 20px;
            animation: spin 1s linear infinite;
            margin: 10px auto;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }




/* CUSTOM THEME FOR PLANNING AUTHORITY DROP DOWN */
/* CUSTOM THEME FOR PLANNING AUTHORITY DROP DOWN */
/* CUSTOM THEME FOR PLANNING AUTHORITY DROP DOWN */
/* CUSTOM THEME FOR PLANNING AUTHORITY DROP DOWN */
/* CUSTOM THEME FOR PLANNING AUTHORITY DROP DOWN */




.limit-message {
        font-size: 0.9em;
    margin-top: -10px;
    display: inline-block;
    padding: 0px 10px 10px 10px;
    margin-bottom: 5px;
    }






.page-wrapper {padding-bottom: 0}

.person-image {display: none }

.mb-85 {margin-bottom: 85px !important}


@media (max-width: 768px) { /* Adjust this value based on the 'md' breakpoint or whichever you're targeting */
  .cusmg  {
    padding-left: 11%;
    margin-left:auto;
    margin-right: auto;
  }
}

a.thiss {
     z-index: 2;
    border: 1px solid rgb(200 200 200 / 90%) !important;
}


@media (max-width: 768px) { /* Adjust this value based on the 'md' breakpoint or whichever you're targeting */
  
 .results {
    width: auto !important;
    height: auto !important;
    overflow-y: auto !important;
}
}



.btn-scroll-top {left:1.25rem !important}

.triangle {
position: relative;
    background: #f3f6ff;
}

.triangle::before {
     content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 233px 0 233px;
    border-color: #f3f6ff transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

.triangle2 {
position: relative;
    background: #f3f6ff;
}




.triangle2::before {
     content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 233px 0 233px;
    border-color: #f3f6ff transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

.skewed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c3e50;
  z-index: 0;
  transform: skewY(6deg);
  transform-origin: top right;
}

 .purple-filter {
   
    filter: hue-rotate(73deg) saturate(7) brightness(1) contrast(1.2) !important;
    
  }


#account-details-content,
#business-details-content,
#subscription-details-content,
#security-content,
#notifications-content {
  transition: opacity 0.5s ease-in-out;
}

.bigger {font-size: 60px !important;
    font-weight: 900;
    letter-spacing: -3px;}


   img.workermob {
    max-width: 156px;
    margin-bottom: -153px;
    margin-left: 14px;
    margin-top: -119px;
}

img.workerdesk {
    max-width: 269px;
    margin-bottom: -127px;
    margin-left: 41px;
    margin-top: -119px;
}


mark {
  margin: 0 -0.2em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 225, 0, 0.1),
    rgba(255, 225, 0, 0.7) 4%,
    rgba(255, 225, 0, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}



.underline--magical {
      background-image: linear-gradient(to right, #6366f1, #8b5cf6, #d946ef);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  &:hover {
    background-size: 100% 88%;
  }
}


body {
  
  margin: 0 auto; /* Center the content horizontally */
  width: 100%; /* Ensure the content takes up the full width */

 /* overflow-x: hidden; */

}


img.heroexample {

    /* filter: drop-shadow(3px 4px 0px rgba(217,217,217,1));*/
    filter: drop-shadow(1px 0px 8px rgba(0, 0, 0, 0.1));

}

aside {
  height: 100%; /* Set a specific height here */
  overflow-y: auto; /* Add vertical scroll if needed */
}

/* Custom CSS to add a shadow at the top of an element with settings identical to .shadow-sm */
.shadow-top {
  box-shadow: 0 -0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06),
              0 -0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03) !important;
}


.results::-webkit-scrollbar {
  width: 10px;

}

.results::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;margin-top: 10px; opacity: 0.2;
}

.results::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}


.form-check-input {cursor:pointer}


        .box-row {
         
            cursor: pointer;
        }

     
            .box-row:hover {
    background-color: transparent;
}
        
        
        .table-cell-overflow {
            overflow: hidden;
          
            text-overflow: ellipsis;
        }

        .results {
            width: 100%;
            height: 650px;
            overflow-y: auto;
               background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));

        }

        .results:after {
            content: '';
        position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px; /* Height of the fade effect */
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

 .results:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 0%));
}

        .flex { display: flex; }


        label.custom-checkbox  {   float: inline-end !important;}

        /* Hide the default checkbox */
.custom-checkbox input {
    visibility: hidden;
    position: absolute;
}

/* Create a custom square box, which will be the custom checkbox */
.custom-checkbox .checkmark {
    position: relative;
    height: 25px; /* Size of the checkbox */
    width: 25px; /* Size of the checkbox */
    background-color: #eee; /* Background of the checkbox */
    display: inline-block;
    cursor: pointer;
    border-radius: 4px; /* Optional: for rounded corners */
    border: 1px solid #dcdcdc; /* Border of the checkbox */
}

/* Style for when the checkbox is checked */
.custom-checkbox input:checked + .checkmark {
    background-color: #28a745; /* Green background for checked state */
}

/* Adding a green tick mark when checked */
.custom-checkbox input:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 9px; /* Adjust these values for proper alignment */
    top: 5px; /* Adjust these values for proper alignment */
    width: 5px; /* Width of the tick mark */
    height: 10px; /* Height of the tick mark */
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

span.sel {
    float: right;
    margin-right: 10px;
}




    .box-row {
        margin: 0px 10px 15px 0px;
}


.box-row.highlight {

   
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11,15,25,.06), 0 0.125rem 0.4rem -0.0625rem rgba(11,15,25,.03) !important;
    border-radius: 0.5em;

}

#map {    border-radius: 5px}

.z-2000 {z-index: 2000}


/* Style for fading out */
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Style for fading in */
.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease;
}



.spinner {
  position: absolute;
  top: 50%; /* Adjust the position as needed */
  left: 50%; /* Adjust the position as needed */
  transform: translate(-50%, -50%);
  display: none; /* Initially hide the spinner */
  /* Additional styling for the spinner, e.g., width, height, background-color, etc. */
}


.spinner-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid rgba(0,0,0,0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Styles for the new spinner */
.custom-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s ease infinite;
}

.no-close-modal .modal-backdrop {
    display: none;
}

.erroroverlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Fully transparent background */
    z-index: 9999; /* Ensure the overlay is above other elements */
    pointer-events: auto; /* Allow the overlay to capture mouse events */
}




  
      .page-loading {
        position: fixed;
        top: 81px;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity .4s .2s ease-in-out, visibility .4s .2s ease-in-out;
        transition: opacity .4s .2s ease-in-out, visibility .4s .2s ease-in-out;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
      }
      [data-bs-theme="dark"] .page-loading {
        background-color: #0b0f19;
      }
      .page-loading.active {
        opacity: 1;
        visibility: visible;
      }
      .page-loading-inner {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 0;
      }
      .page-loading.active > .page-loading-inner {
        opacity: 1;
      }
      .page-loading-inner > span {
        display: block;
        font-size: 1rem;
        font-weight: normal;
        color: #9397ad;
      }
      [data-bs-theme="dark"] .page-loading-inner > span {
        color: #fff;
        opacity: .6;
      }
      .page-spinner {
        display: inline-block;
        width: 36px;
        height: 36px;
        margin-bottom: 12px;
        border: 3px solid #e5e7eb;
        border-top-color: #4f46e5;
        border-radius: 50%;
        -webkit-animation: spinner .7s linear infinite;
        animation: spinner .7s linear infinite;
      }
      [data-bs-theme="dark"] .page-spinner {
        border-color: rgba(255,255,255,.15);
        border-top-color: #4f46e5;
      }
      .page-loading-inner > span {
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #6b7280 !important;
      }
      .page-loading-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      @-webkit-keyframes spinner {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      @keyframes spinner {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
/* Increase the font size of the tag text */
.tagify__tag {
    font-size: 1.2em;
    margin: 0px 0px 0px 10px !important;
    padding: 0 5px 0 5px;
}

/* Increase the size of the close button */
.tagify__tag__removeBtn::before {
    font-size: 1.2em; /* Adjust the font size for the close button */
  
}

.tagify__tag:hover {
    background:#d3e2e2 }

.tagfixer {
    padding: 10px 0 10px 0 !important;
}

.tagify__input {margin-right:10px !important;}

.tagify__tag__removeBtn:after {font-size: 2em}


.days {display: inline-block;}

.filterinput {
    font-size: 1.2em;
    font-weight: 200;
    background-color: #fff;
    border-color: rgba(99,102,241,.35) !important;
    outline: 0;
    box-shadow: var(--si-box-shadow-inset),0 0.5rem 1.125rem -0.5rem rgba(99,102,241,.2) !important;
}

.tagify__tag>div {color:#565973}

.lighter {color:#565973}











html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}



body {
    color: var(--black);
    background-color: #f7f8fb;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body .page-wrapper {
    flex: 1;
}

body footer {
    margin-top: auto;
}


/* Manrope weight scale */
h1, h2, h3 { font-weight: 800 !important; letter-spacing: -0.02em; }
h4, h5, h6 { font-weight: 700 !important; letter-spacing: -0.01em; }
.navbar, .navbar * { font-weight: 500; }
.btn { font-weight: 600 !important; }

/* Action buttons — uppercase */
.btn-outline-secondary,
.btn-secondary,
.btn-outline-primary,
.btn-primary,
.btn-letters,
.btn-settings {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 12px !important;
    font-weight: 700 !important;
}
.card-title, .fw-semibold { font-weight: 600 !important; }
label, th { font-weight: 600 !important; }
small, .text-muted, .fs-sm, .fs-xs { font-weight: 400; }
p { font-weight: 400; }
strong, b { font-weight: 700 !important; }

h1 {
    color: var(--black-3);
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 104px;
    font-weight: 500;
    line-height: 1.1
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

h2 {
    color: var(--black-3);
    letter-spacing: -1.5px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.14
}

h3 {
    color: var(--black-3);
    letter-spacing: -1.5px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.16
}

h4 {
    color: var(--black-3);
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.16
}

h5 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%
}

h6 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight:normal;
}

b,strong {
    font-weight: 700
}


.fs-28 { font-size:26px }




/* Modals above fixed header */
.modal-backdrop { z-index: 10010 !important; }
.modal { z-index: 10020 !important; }

/* Global font override — Manrope everywhere except icon fonts */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, button, input, select, textarea, label, td, th, li {
    font-family: 'Manrope', sans-serif;
}



.mt-20 {margin-top: 20px}




.testimonial-cardx {

    background-color: var(--white);
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    display: flex;
    box-shadow: 11px -11px 80px rgba(5,9,23,.1);
}


.testimonial-columnx {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
    flex:auto;
}



@media screen and (max-width: 767px) {

    .person-image {
    width: 36px !important;
    height: 36px !important;}


    .seemore {
    margin-top: -85px !important

}

    .testimonial-component {
    margin-bottom: 70px;
}


    .person-name {
        font-size: 12px;
}

.person-name.person-designation {
       font-size: 12px;
       opacity: 60%;
}


    .testimonial-sub-wrapper, .testimonial-columnx {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.text-20px.agency-testimonials {
    margin-bottom: 16px !important;
    font-size: 14px;
}


.testimonial-cardx {

    background-color: var(--white);
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 13px;
    display: flex;
    box-shadow: 11px -11px 80px rgba(5,9,23,.1);
}


.testimonial-component {
    margin-bottom: 185px;
}


}


.text-20px.agency-testimonials {
    margin-bottom: 38px
}



.text-20px {
    color: rgba(15,15,15,.75);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}



.testimonial-card-text-gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg,#1179fc,#dc82fc);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 500;
}


.person-details {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.person-image {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 16px;
}


.person-details-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.person-name {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.person-name.person-designation {
    color: var(--black-4);
    letter-spacing: 0;
    text-transform: none;
    align-self: flex-start;
}


.white-gradient {
    z-index: 1;
    width: 100%;
    height: 425px;
    background-image: linear-gradient(360deg,#f6f8fb 49.81%,rgba(246,248,251,0));
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 55px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: -5%;
    left: 0%;
    right: 0%;
    overflow: visible;
}





.seemore {
    margin-top: 20px;
    z-index: 999;

}



.testimonial-cards-section-wrapper.agencies-testimonials {
    z-index: 5;
    position: relative;
}


.faq-section-wrapper, .unibox-section-wrapper, .analytics-section-wrapper, .testimonial-cards-section-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
}


.edge-shadow {
    /*box-shadow: 2px 2px 5px 1px #eeeeee !important;*/
    border-bottom: 1px solid #c4c4c4;
}

.boarder-top-new { border-top: 1px solid #c4c4c4;}
.boarder-bottom-new { border-bottom: 1px solid #c4c4c4; }

.btn i[class*="bx"] { padding: 0; margin-left: -5px; margin-right: 0; }

/* Prevent Bootstrap modal from adding padding-right and shifting layout */
html { overflow: hidden !important; height: 100% !important; }
body { overflow-y: auto !important; height: 100% !important; }
body.modal-open { padding-right: 0 !important; overflow: hidden !important; }
.navbar.navbar-sticky { padding-right: 0 !important; }

/* Navbar — overlays hero via negative margin, scrolls away with page */
.header.navbar {
  position: relative !important;
  z-index: 1030 !important;
  background: transparent;
  margin-bottom: -81px;
}
/* On desktop the offcanvas renders inline — strip its mobile background and fix link colours */
@media (min-width: 992px) {
  .header.navbar #navbarNav {
    background: transparent !important;
  }
  .header.navbar #navbarNav .nav-link {
    color: rgba(255,255,255,0.85) !important;
  }
  .header.navbar #navbarNav .nav-link:hover,
  .header.navbar #navbarNav .nav-link.active {
    color: #fff !important;
  }
}
.btn { font-weight: 400; }

.btn-letters { background: linear-gradient(135deg,#ea580c,#f97316); color:#fff; border:none; }
.btn-letters:hover { background: linear-gradient(135deg,#c2410c,#ea580c); color:#fff; }

.btn-settings { background:#e5e7eb; color:#374151; border:none; }
.btn-settings:hover { background:#d1d5db; color:#111827; }

/* ── Theme colour overrides ── */

/* Links */
a { color: #312e81; }
a:hover { color: #4c1d95; }

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #1e1b4b; }

/* text-primary */
.text-primary { color: #312e81 !important; }

/* List group active */
.list-group-item.active,
.list-group-item-action.active {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 45%, #4c1d95 100%) !important;
  border-color: #4c1d95 !important;
  color: #fff !important;
}

/* Nav pills / tabs active */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 45%, #4c1d95 100%) !important;
  color: #fff !important;
}
.nav-tabs .nav-link.active {
  color: #312e81 !important;
  border-bottom-color: #312e81 !important;
}

/* Badges */
.badge.bg-primary { background: linear-gradient(135deg, #312e81, #4c1d95) !important; }

/* Progress bars */
.progress-bar { background: linear-gradient(135deg, #312e81, #4c1d95) !important; }

/* Focus rings */
.form-control:focus,
.form-select:focus {
  border-color: #7c3aed !important;
  box-shadow: 0 0 0 0.2rem rgba(76, 29, 149, 0.2) !important;
}

/* Pagination active */
.page-item.active .page-link {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 45%, #4c1d95 100%) !important;
  border-color: #4c1d95 !important;
  color: #fff !important;
}
.page-link { color: #312e81 !important; background:#fff !important; border: 1px solid #dee2e6 !important; }
.page-link:hover { color: #4c1d95 !important; background:#f3f4f6 !important; }
.page-item.disabled .page-link { background:#f3f4f6 !important; color:#9ca3af !important; }

.form-switch .form-check-input:checked {
  background-color: #4c1d95 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
  border-color: #4c1d95 !important;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(76, 29, 149, 0.9) !important;
}

.form-check-input:checked {
  background-color: #312e81 !important;
  border-color: #4c1d95 !important;
}

.btn-primary {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 45%, #4c1d95 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: linear-gradient(135deg, #312e81 0%, #4c1d95 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
}