.tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid {
    display: grid;
}

.tw-justify-center {
    justify-content: center;
}
.tw-flex {
    display: flex
;
}
.tw-mb-4 {
    margin-bottom: 1rem;

}
label:not(.control-label) {
    font-weight: 600;
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
}
.tw-px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}
.onoffswitch {
    position: relative;
    width: 50px;
}
.onoffswitch-checkbox {
    display: none;
}
.pricing-filter .onoffswitch-checkbox+.onoffswitch-label {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(59 130 246/ 1) !important;
}

.pricing-filter .onoffswitch-checkbox+.onoffswitch-label, .pricing-filter .onoffswitch-checkbox+.onoffswitch-label::before {
    --tw-border-opacity: 1 !important;
    border-color: rgb(59, 130, 246/ 1) !important;
}
label:not(.control-label) {
    font-weight: 600;
}
.onoffswitch-label, .onoffswitch-label:before {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    border-color: rgb(229, 231, 235/ 1) !important;
    border-radius: .75rem;
    border-style: solid;
    border-width: 1px;
    display: block;
}
.onoffswitch-label {
    background-color: rgb(229, 231, 235/ 1) !important;
    cursor: pointer;
    height: 20px;
    line-height: 22px;
    overflow: hidden;
    padding: 0;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.onoffswitch-checkbox:checked+.onoffswitch-label {
    --tw-bg-opacity: 1;
     background-color: rgb(59, 130, 246/ 1) !important; 
}
.onoffswitch {
    position: relative;
    width: 50px
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    background-color: rgb(229, 231, 235/var(--tw-bg-opacity));
    cursor: pointer;
    height: 20px;
    line-height: 22px;
    overflow: hidden;
    padding: 0;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.onoffswitch-label,.onoffswitch-label:before {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity));
    border-radius: .75rem;
    border-style: solid;
    border-width: 1px;
    display: block;
}

.onoffswitch-label:before {
    --tw-content: "";
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    bottom: 0;
    content: var(--tw-content);
    margin: 0;
    position: absolute;
    right: 30px;
    top: 0;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 20px
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
     --tw-bg-opacity:1; 
    /* background-color:rgb(59 130 246/var(--tw-bg-opacity)); */
}

.onoffswitch-checkbox:checked+.onoffswitch-label,.onoffswitch-checkbox:checked+.onoffswitch-label:before {
     --tw-border-opacity:1; 
    /* border-color:rgb(59 130 246/var(--tw-border-opacity)); */
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    right: 0
}

.onoffswitch-checkbox:disabled+.onoffswitch-label {
    opacity: .5
}
.bootstrap-select .dropdown-toggle {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
}
.pricing-filter .onoffswitch-checkbox+.onoffswitch-label,
   .pricing-filter .onoffswitch-checkbox+.onoffswitch-label::before {
   --tw-border-opacity: 1 !important;
   border-color: rgb(59 130 246/var(--tw-border-opacity)) !important;
   }
   .pricing-filter .onoffswitch-checkbox+.onoffswitch-label {
   --tw-bg-opacity: 1 !important;
   background-color: rgb(59 130 246/var(--tw-bg-opacity)) !important;
   }