/************************************************************
| Style Sheet For Writing Custom Styles
| Follow Tailwind Naming Convention For
| Classes For Easier Migration In Future
*************************************************************/

/********************** Elements Sizing *******************/
/*.container {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

.w-full {
    width: 100% !important;
}

.w-1-2 {
    width: 50% !important;
}

.w-1-3 {
    width: 33.333333% !important;
}

.w-1-4 {
    width: 25% !important;
}

.w-1-5 {
    width: 20% !important;
}

.w-2-3 {
    width: 66.666667% !important;
}

.w-2-5 {
    width: 40% !important;
}

.w-3-4 {
    width: 75% !important;
}

/* Tailwind-inspired width classes (each unit = 0.25rem) */
.w-1 {
    width: 0.25rem;
}

.w-2 {
    width: 0.5rem;
}

.w-3 {
    width: 0.75rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-10 {
    width: 2.5rem;
}

.w-11 {
    width: 2.75rem;
}

.w-12 {
    width: 3rem;
}

.w-13 {
    width: 3.25rem;
}

.w-14 {
    width: 3.5rem;
}

.w-15 {
    width: 3.75rem;
}

.w-16 {
    width: 4rem;
}

.w-17 {
    width: 4.25rem;
}

.w-18 {
    width: 4.5rem;
}

.w-19 {
    width: 4.75rem;
}

.w-20 {
    width: 5rem;
}

.w-21 {
    width: 5.25rem;
}

.w-22 {
    width: 5.5rem;
}

.w-23 {
    width: 5.75rem;
}

.w-24 {
    width: 6rem;
}

.w-25 {
    width: 6.25rem;
}

.w-26 {
    width: 6.5rem;
}

.w-27 {
    width: 6.75rem;
}

.w-28 {
    width: 7rem;
}

.w-29 {
    width: 7.25rem;
}

.w-30 {
    width: 7.5rem;
}

/* Tailwind-inspired height classes (each unit = 0.25rem) */
.h-1 {
    height: 0.25rem;
}

.h-2 {
    height: 0.5rem;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-12 {
    height: 3rem;
}

.h-13 {
    height: 3.25rem;
}

.h-14 {
    height: 3.5rem;
}

.h-15 {
    height: 3.75rem;
}

.h-16 {
    height: 4rem;
}

.h-17 {
    height: 4.25rem;
}

.h-18 {
    height: 4.5rem;
}

.h-19 {
    height: 4.75rem;
}

.h-20 {
    height: 5rem;
}

.h-21 {
    height: 5.25rem;
}

.h-22 {
    height: 5.5rem;
}

.h-23 {
    height: 5.75rem;
}

.h-24 {
    height: 6rem;
}

.h-25 {
    height: 6.25rem;
}

.h-26 {
    height: 6.5rem;
}

.h-27 {
    height: 6.75rem;
}

.h-28 {
    height: 7rem;
}

.h-29 {
    height: 7.25rem;
}

.h-30 {
    height: 7.5rem;
}

/***********************Width and Height Max Widths****************/

.max-w-xs {
    max-width: 20rem !important; /* 320px */
}

.max-w-sm {
    max-width: 24rem !important; /* 384px */
}

.max-w-md {
    max-width: 28rem !important; /* 448px */
}

.max-w-lg {
    max-width: 32rem !important; /* 512px */
}

.max-w-xl {
    max-width: 36rem !important; /* 576px */
}

.max-w-6xl {
    max-width: 72rem !important; /* 1152px */
}

.max-w-5xl {
    max-width: 64rem !important; /* 1024px */
}

/***********************Margins and Paddings****************/

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 0.75rem !important;
}

.ml-4 {
    margin-left: 1rem !important;
}

.ml-5 {
    margin-left: 1.25rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.mr-4 {
    margin-right: 1rem !important;
}

.mr-5 {
    margin-right: 1.25rem !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.m-5 {
    margin: 1.25rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 0.75rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.pt-5 {
    padding-top: 1.25rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 0.75rem !important;
}

.pb-4 {
    padding-bottom: 1rem !important;
}

.pb-5 {
    padding-bottom: 1.25rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 0.75rem !important;
}

.pl-4 {
    padding-left: 1rem !important;
}

.pl-5 {
    padding-left: 1.25rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 0.75rem !important;
}

.pr-4 {
    padding-right: 1rem !important;
}

.pr-5 {
    padding-right: 1.25rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-5 {
    padding: 1.25rem !important;
}

/**********************Display And Layout*******************/

.hidden {
    display: none !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.inline {
    display: inline !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

/* Position classes of Tailwind */
.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.fixed {
    position: fixed !important;
}

.sticky {
    position: sticky !important;
}

/* =============================================================================
   Base Utility Classes
   ============================================================================= */

.flex {
    display: flex !important;
}

.inline-flex {
    display: inline-flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-col {
    flex-direction: column !important;
}

.flex-col-reverse {
    flex-direction: column-reverse !important;
}

.items-center {
    align-items: center !important;
}

.items-start {
    align-items: flex-start !important;
}

.items-end {
    align-items: flex-end !important;
}

.items-baseline {
    align-items: baseline !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-start {
    justify-content: flex-start !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.justify-between {
    justify-content: space-between !important;
}

.justify-around {
    justify-content: space-around !important;
}

.grid {
    display: grid !important;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

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

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
}

.grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
}

.grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
}

.grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
}

.grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
}

.grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
}

.col-span-1 {
    grid-column: span 1 / span 1 !important;
}

.col-span-2 {
    grid-column: span 2 / span 2 !important;
}

.col-span-3 {
    grid-column: span 3 / span 3 !important;
}

.col-span-4 {
    grid-column: span 4 / span 4 !important;
}

.col-span-5 {
    grid-column: span 5 / span 5 !important;
}

.col-span-6 {
    grid-column: span 6 / span 6 !important;
}

.col-span-7 {
    grid-column: span 7 / span 7 !important;
}

.col-span-8 {
    grid-column: span 8 / span 8 !important;
}

.col-span-9 {
    grid-column: span 9 / span 9 !important;
}

.col-span-10 {
    grid-column: span 10 / span 10 !important;
}

.col-span-11 {
    grid-column: span 11 / span 11 !important;
}

.col-span-12 {
    grid-column: span 12 / span 12 !important;
}

.row-span-1 {
    grid-row: span 1 / span 1 !important;
}

.row-span-2 {
    grid-row: span 2 / span 2 !important;
}

.row-span-3 {
    grid-row: span 3 / span 3 !important;
}

.row-span-4 {
    grid-row: span 4 / span 4 !important;
}

.row-span-5 {
    grid-row: span 5 / span 5 !important;
}

.row-span-6 {
    grid-row: span 6 / span 6 !important;
}

.row-span-7 {
    grid-row: span 7 / span 7 !important;
}

.row-span-8 {
    grid-row: span 8 / span 8 !important;
}

.row-span-9 {
    grid-row: span 9 / span 9 !important;
}

.row-span-10 {
    grid-row: span 10 / span 10 !important;
}

.row-span-11 {
    grid-row: span 11 / span 11 !important;
}

.row-span-12 {
    grid-row: span 12 / span 12 !important;
}


/* =============================================================================
   Responsive Media Query Variants
   ============================================================================= */

/* ---- sm: min-width 640px ---- */
@media (min-width: 640px) {
    .sm\:flex {
        display: flex !important;
    }

    .sm\:inline-flex {
        display: inline-flex !important;
    }

    .sm\:items-center {
        align-items: center !important;
    }

    .sm\:items-start {
        align-items: flex-start !important;
    }

    .sm\:items-end {
        align-items: flex-end !important;
    }

    .sm\:items-baseline {
        align-items: baseline !important;
    }

    .sm\:justify-center {
        justify-content: center !important;
    }

    .sm\:justify-start {
        justify-content: flex-start !important;
    }

    .sm\:justify-end {
        justify-content: flex-end !important;
    }

    .sm\:justify-between {
        justify-content: space-between !important;
    }

    .sm\:justify-around {
        justify-content: space-around !important;
    }

    .sm\:grid {
        display: grid !important;
    }

    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
    }

    .sm\:grid-rows-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
    }

    .sm\:col-span-1 {
        grid-column: span 1 / span 1 !important;
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }

    .sm\:col-span-3 {
        grid-column: span 3 / span 3 !important;
    }

    .sm\:col-span-4 {
        grid-column: span 4 / span 4 !important;
    }

    .sm\:col-span-5 {
        grid-column: span 5 / span 5 !important;
    }

    .sm\:col-span-6 {
        grid-column: span 6 / span 6 !important;
    }

    .sm\:col-span-7 {
        grid-column: span 7 / span 7 !important;
    }

    .sm\:col-span-8 {
        grid-column: span 8 / span 8 !important;
    }

    .sm\:col-span-9 {
        grid-column: span 9 / span 9 !important;
    }

    .sm\:col-span-10 {
        grid-column: span 10 / span 10 !important;
    }

    .sm\:col-span-11 {
        grid-column: span 11 / span 11 !important;
    }

    .sm\:col-span-12 {
        grid-column: span 12 / span 12 !important;
    }

    .sm\:row-span-1 {
        grid-row: span 1 / span 1 !important;
    }

    .sm\:row-span-2 {
        grid-row: span 2 / span 2 !important;
    }

    .sm\:row-span-3 {
        grid-row: span 3 / span 3 !important;
    }

    .sm\:row-span-4 {
        grid-row: span 4 / span 4 !important;
    }

    .sm\:row-span-5 {
        grid-row: span 5 / span 5 !important;
    }

    .sm\:row-span-6 {
        grid-row: span 6 / span 6 !important;
    }

    .sm\:row-span-7 {
        grid-row: span 7 / span 7 !important;
    }

    .sm\:row-span-8 {
        grid-row: span 8 / span 8 !important;
    }

    .sm\:row-span-9 {
        grid-row: span 9 / span 9 !important;
    }

    .sm\:row-span-10 {
        grid-row: span 10 / span 10 !important;
    }

    .sm\:row-span-11 {
        grid-row: span 11 / span 11 !important;
    }

    .sm\:row-span-12 {
        grid-row: span 12 / span 12 !important;
    }
}

/* ---- md: min-width 768px ---- */
@media (min-width: 768px) {
    .md\:flex {
        display: flex !important;
    }

    .md\:inline-flex {
        display: inline-flex !important;
    }

    .md\:items-center {
        align-items: center !important;
    }

    .md\:items-start {
        align-items: flex-start !important;
    }

    .md\:items-end {
        align-items: flex-end !important;
    }

    .md\:items-baseline {
        align-items: baseline !important;
    }

    .md\:justify-center {
        justify-content: center !important;
    }

    .md\:justify-start {
        justify-content: flex-start !important;
    }

    .md\:justify-end {
        justify-content: flex-end !important;
    }

    .md\:justify-between {
        justify-content: space-between !important;
    }

    .md\:justify-around {
        justify-content: space-around !important;
    }

    .md\:grid {
        display: grid !important;
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1 !important;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }

    .md\:col-span-3 {
        grid-column: span 3 / span 3 !important;
    }

    .md\:col-span-4 {
        grid-column: span 4 / span 4 !important;
    }

    .md\:col-span-5 {
        grid-column: span 5 / span 5 !important;
    }

    .md\:col-span-6 {
        grid-column: span 6 / span 6 !important;
    }

    .md\:col-span-7 {
        grid-column: span 7 / span 7 !important;
    }

    .md\:col-span-8 {
        grid-column: span 8 / span 8 !important;
    }

    .md\:col-span-9 {
        grid-column: span 9 / span 9 !important;
    }

    .md\:col-span-10 {
        grid-column: span 10 / span 10 !important;
    }

    .md\:col-span-11 {
        grid-column: span 11 / span 11 !important;
    }

    .md\:col-span-12 {
        grid-column: span 12 / span 12 !important;
    }

    .md\:row-span-1 {
        grid-row: span 1 / span 1 !important;
    }

    .md\:row-span-2 {
        grid-row: span 2 / span 2 !important;
    }

    .md\:row-span-3 {
        grid-row: span 3 / span 3 !important;
    }

    .md\:row-span-4 {
        grid-row: span 4 / span 4 !important;
    }

    .md\:row-span-5 {
        grid-row: span 5 / span 5 !important;
    }

    .md\:row-span-6 {
        grid-row: span 6 / span 6 !important;
    }

    .md\:row-span-7 {
        grid-row: span 7 / span 7 !important;
    }

    .md\:row-span-8 {
        grid-row: span 8 / span 8 !important;
    }

    .md\:row-span-9 {
        grid-row: span 9 / span 9 !important;
    }

    .md\:row-span-10 {
        grid-row: span 10 / span 10 !important;
    }

    .md\:row-span-11 {
        grid-row: span 11 / span 11 !important;
    }

    .md\:row-span-12 {
        grid-row: span 12 / span 12 !important;
    }
}

/* ---- lg: min-width 1024px ---- */
@media (min-width: 1024px) {
    .lg\:inline-block {
        display: inline-block !important;
    }

    .lg\:block {
        display: block !important;
    }

    .lg\:flex {
        display: flex !important;
    }

    .lg\:inline-flex {
        display: inline-flex !important;
    }

    .lg\:items-center {
        align-items: center !important;
    }

    .lg\:items-start {
        align-items: flex-start !important;
    }

    .lg\:items-end {
        align-items: flex-end !important;
    }

    .lg\:items-baseline {
        align-items: baseline !important;
    }

    .lg\:justify-center {
        justify-content: center !important;
    }

    .lg\:justify-start {
        justify-content: flex-start !important;
    }

    .lg\:justify-end {
        justify-content: flex-end !important;
    }

    .lg\:justify-between {
        justify-content: space-between !important;
    }

    .lg\:justify-around {
        justify-content: space-around !important;
    }

    .lg\:flex-row {
        flex-direction: row !important;
    }

    .lg\:flex-col {
        flex-direction: column !important;
    }

    .lg\:grid {
        display: grid !important;
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
    }

    .lg\:grid-rows-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1 !important;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3 !important;
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4 !important;
    }

    .lg\:col-span-5 {
        grid-column: span 5 / span 5 !important;
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6 !important;
    }

    .lg\:col-span-7 {
        grid-column: span 7 / span 7 !important;
    }

    .lg\:col-span-8 {
        grid-column: span 8 / span 8 !important;
    }

    .lg\:col-span-9 {
        grid-column: span 9 / span 9 !important;
    }

    .lg\:col-span-10 {
        grid-column: span 10 / span 10 !important;
    }

    .lg\:col-span-11 {
        grid-column: span 11 / span 11 !important;
    }

    .lg\:col-span-12 {
        grid-column: span 12 / span 12 !important;
    }

    .lg\:row-span-1 {
        grid-row: span 1 / span 1 !important;
    }

    .lg\:row-span-2 {
        grid-row: span 2 / span 2 !important;
    }

    .lg\:row-span-3 {
        grid-row: span 3 / span 3 !important;
    }

    .lg\:row-span-4 {
        grid-row: span 4 / span 4 !important;
    }

    .lg\:row-span-5 {
        grid-row: span 5 / span 5 !important;
    }

    .lg\:row-span-6 {
        grid-row: span 6 / span 6 !important;
    }

    .lg\:row-span-7 {
        grid-row: span 7 / span 7 !important;
    }

    .lg\:row-span-8 {
        grid-row: span 8 / span 8 !important;
    }

    .lg\:row-span-9 {
        grid-row: span 9 / span 9 !important;
    }

    .lg\:row-span-10 {
        grid-row: span 10 / span 10 !important;
    }

    .lg\:row-span-11 {
        grid-row: span 11 / span 11 !important;
    }

    .lg\:row-span-12 {
        grid-row: span 12 / span 12 !important;
    }

    .lg\:text-left {
        text-align: left !important;
    }

    .lg\:text-center {
        text-align: center !important;
    }

    .lg\:text-right {
        text-align: right !important;
    }

    .lg\:mt-0 {
        margin-top: 0 !important;
    }

    .lg\:mt-1 {
        margin-top: 0.25rem !important;
    }

    .lg\:mt-2 {
        margin-top: 0.5rem !important;
    }

    .lg\:mt-3 {
        margin-top: 0.75rem !important;
    }

    .lg\:mt-4 {
        margin-top: 1rem !important;
    }

    .lg\:mt-5 {
        margin-top: 1.25rem !important;
    }

    .lg\:p-4 {
        padding: 1rem !important;
    }

    .lg\:pr-4 {
        padding-right: 1rem !important;
    }

    .lg\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .lg\:default-tab-padding {
        padding: 40px 30px;
    }

    .lg\:text-wrap {
        overflow-wrap: break-word !important;
    }

    .lg\:no-wrap {
        overflow-wrap: normal !important;
    }

    .lg\:w-auto {
        width: fit-content !important;
    }

    .lg\:sticky {
        position: sticky !important;
    }

    .lg\:overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .lg\:overflow-x-auto {
        overflow-x: auto !important;
    }
}

/* ---- xl: min-width 1280px ---- */
@media (min-width: 1280px) {
    .xl\:flex {
        display: flex !important;
    }

    .xl\:inline-flex {
        display: inline-flex !important;
    }

    .xl\:items-center {
        align-items: center !important;
    }

    .xl\:items-start {
        align-items: flex-start !important;
    }

    .xl\:items-end {
        align-items: flex-end !important;
    }

    .xl\:items-baseline {
        align-items: baseline !important;
    }

    .xl\:justify-center {
        justify-content: center !important;
    }

    .xl\:justify-start {
        justify-content: flex-start !important;
    }

    .xl\:justify-end {
        justify-content: flex-end !important;
    }

    .xl\:justify-between {
        justify-content: space-between !important;
    }

    .xl\:justify-around {
        justify-content: space-around !important;
    }

    .xl\:grid {
        display: grid !important;
    }

    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
    }

    .xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
    }

    .xl\:grid-rows-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
    }

    .xl\:col-span-1 {
        grid-column: span 1 / span 1 !important;
    }

    .xl\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }

    .xl\:col-span-3 {
        grid-column: span 3 / span 3 !important;
    }

    .xl\:col-span-4 {
        grid-column: span 4 / span 4 !important;
    }

    .xl\:col-span-5 {
        grid-column: span 5 / span 5 !important;
    }

    .xl\:col-span-6 {
        grid-column: span 6 / span 6 !important;
    }

    .xl\:col-span-7 {
        grid-column: span 7 / span 7 !important;
    }

    .xl\:col-span-8 {
        grid-column: span 8 / span 8 !important;
    }

    .xl\:col-span-9 {
        grid-column: span 9 / span 9 !important;
    }

    .xl\:col-span-10 {
        grid-column: span 10 / span 10 !important;
    }

    .xl\:col-span-11 {
        grid-column: span 11 / span 11 !important;
    }

    .xl\:col-span-12 {
        grid-column: span 12 / span 12 !important;
    }

    .xl\:row-span-1 {
        grid-row: span 1 / span 1 !important;
    }

    .xl\:row-span-2 {
        grid-row: span 2 / span 2 !important;
    }

    .xl\:row-span-3 {
        grid-row: span 3 / span 3 !important;
    }

    .xl\:row-span-4 {
        grid-row: span 4 / span 4 !important;
    }

    .xl\:row-span-5 {
        grid-row: span 5 / span 5 !important;
    }

    .xl\:row-span-6 {
        grid-row: span 6 / span 6 !important;
    }

    .xl\:row-span-7 {
        grid-row: span 7 / span 7 !important;
    }

    .xl\:row-span-8 {
        grid-row: span 8 / span 8 !important;
    }

    .xl\:row-span-9 {
        grid-row: span 9 / span 9 !important;
    }

    .xl\:row-span-10 {
        grid-row: span 10 / span 10 !important;
    }

    .xl\:row-span-11 {
        grid-row: span 11 / span 11 !important;
    }

    .xl\:row-span-12 {
        grid-row: span 12 / span 12 !important;
    }
}

@media screen and (max-width: 640px) {
    .gap-12 {
        gap: 2rem !important;
    }
}

/**********************Text and Font*******************/

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-lg {
    font-size: 1.125rem !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-light {
    font-weight: 300 !important;
}

.text-32 {
    font-size: 32px !important;
}

.text-28 {
    font-size: 28px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-10 {
    font-size: 10px !important;
}

.text-wrap {
    overflow-wrap: break-word !important;
}

/********************** Elements Styling *******************/

.rounded-lg {
    border-radius: 0.5rem !important;
}

.rounded-md {
    border-radius: 0.375rem !important;
}

.rounded-sm {
    border-radius: 0.125rem !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.border-0 {
    border-width: 0 !important;
}

.border {
    border-width: 1px !important;
    border-style: solid !important;
}

.border-bottom {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}

.border-DADADA {
    border-color: #DADADA !important;
}

.border.rounded {
    border-radius: 0.25rem !important;
}

.border.rounded-xl {
    border-radius: 0.75rem !important;
}

.border.rounded-lg {
    border-radius: 0.5rem !important;
}

.border.rounded-md {
    border-radius: 0.375rem !important;
}

.border.rounded-sm {
    border-radius: 0.125rem !important;
}

.border.rounded-full {
    border-radius: 9999px !important;
}

pre {
    background-color: #F5F5F5;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    border: 1px solid #DADADA;
    font-family: monospace;
}

code {
    background-color: #F5F5F5;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: monospace;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 0.8rem;
    text-align: left;
}

.api-container {
    th, td {
        padding: 0.8rem;
        text-align: left;
        border-bottom: 1px solid #DADADA;
    }

    h1, h2, h3, h4, h5, h6 {
        font-weight: 500;
        margin-bottom: 1rem;
    }

    p, pre {
        margin-bottom: 1rem;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    ul {
        list-style-type: disc;
        padding-left: 1.5rem;
    }

    li {
        margin-bottom: 0.5rem;
    }

}

.text-949494 {
    color: #949494 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.border-\[\#ACACAC\] {
    border: 1px solid #ACACAC !important;
}

button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.text-\[\#898989\] {
    color: #898989 !important;
}

.text-red-500 {
    color: #d4403a !important;
}

.border-\[\#d4403a\] {
    border-color: #d4403a !important;
}

.text-\[\#8C8C8C\] {
    color: #8C8C8C !important;
}

.bg-\[\#FAFAFA\] {
    background-color: #FAFAFA !important;
}

.text-\[\#252533\] {
    color: #252533 !important;
}

.text-\[\#277DFF\] {
    color: #277DFF !important;
}

.normal-case {
    text-transform: none !important;
}

/********************** Hover Styles *******************/

.hover\:bg-\[\#d4403a\]:hover {
    background-color: #d4403a !important;
}

/* only applies text-white when hovered */
.hover\:text-white:hover {
    color: white !important;
}

/********************** Custom *******************/
/* Updated Plans Toggle Switch CSS */

/* Container for the toggle */
.plans-toggle-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    padding-top: 2rem;
    display: flex;
    justify-content: center;
}

/* Toggle wrapper - the pill shaped container */
.plans-toggle-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 9999px;
    background-color: #f8f0f0; /* Light pink background */
    min-width: 320px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
    overflow: hidden;
}

/* Toggle button styling */
.plan-toggle-btn {
    position: relative;
    z-index: 1;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    min-width: 50%;
    color: #5a6873; /* Default text color - dark gray */
}

/* Web plans button when active */
.plan-toggle-btn.web-toggle-btn.active {
    color: white;
}

/* API plans button when active */
.plan-toggle-btn.api-toggle-btn.active {
    color: white;
}

/* Toggle indicator (sliding part) - red oval */
.toggle-indicator {
    position: absolute;
    height: calc(100% - 4px);
    width: 50%;
    background-color: #d4403a; /* Your primary red color */
    border-radius: 9999px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
    left: 2px;
    top: 2px;
}

/* Plan sections transition */
.web-plans, .api-plans {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out;
}

/* Active plan section */
.web-plans.active, .api-plans.active {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 20px;
}

.radio-label input {
    display: none;
}

.custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #ACACAC;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    transition: border 0.3s ease;
}

.radio-label input:checked + .custom-radio {
    border: 5px solid #D4403A;
}

.radio-label input:checked + .custom-radio::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 5px solid #D4403A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cancel-popup-textarea {
    border: 1px solid #DADADA;
    border-radius: 12px;
    width: 100%;
    resize: none;
}

.model-box .model-body {
    padding: 10px 0px;
}

.fs-14 {
    font-size: 14px !important;
}

.custom-multiselect .selected-options {
    border: none;
    margin-bottom: 0px;
}

.custom-multiselect select {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    left: 0;
    bottom: -102px;
    border-radius: 4px;

}

.custom-multiselect {
    cursor: pointer;
}

.selected-options::after {
    content: url("../images/icons/custom-drop-icon.svg");
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0px, -50%);
}

.section1_divform .tool_bottom_btns {
    bottom: -12px;
    left: -12px;
}

.limit-modal-free {
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.remove-data-text {
    color: #D4403A !important;
}

#remove_data a img {
    filter: unset;
}

[data-title]:hover::after {
    bottom: 100%;
}

div.tool_option, div.tool_option_premium {
    height: unset;
    justify-content: center;
    align-items: center;
}

.table-container {
    overflow-x: auto;
}

@media only screen and (min-width: 800px) {
    .flex-lg {
        display: flex;
    }

    .model-box {
        width: 440px;
        gap: 0;
    }
}

@media only screen and (max-width: 759px) {
    #urls1 .heading #action_btns_container {
        justify-content: center;
    }

    span.asterisk-text {
        font-size: 12px;
        margin-top: 0;
    }

    .rate:not(:checked) > label {
        font-size: 20px;
    }

    .asterisk-feedback {
        align-items: center;
        padding: 0px 15px;
    }

    .rate {
        height: unset;
        padding: 0;
    }

    .result-heading-wrapper {
        flex-direction: column-reverse;
    }

    .tool_options {
        flex-direction: row !important;
        padding: 0 !important;
        justify-content: center;
    }

    div.tool_option, div.tool_option_premium {
        padding: 4px 11px !important;
    }

    .total__websites, .remove-data-text {
        font-size: 14px;
    }

    .btn-dark-b {
        border: 1px solid #ACACAC !important;
        color: #0A0909 !important;
    }
}

#result-table th, #result-table td {
    border-bottom: none !important;
}

.tool-plan-active {
    background: var(--color-primary-gradient);
    color: #fff !important;
}

.resend-verify-link:hover {
    text-decoration: underline;
}

/* positioning */
.absolute {
    position: absolute;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* background */
.bg-white\/75 {
    background-color: rgba(255, 255, 255, 0.75);
}

/* flex centering */
.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

/* spinner animation */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

/* rounded */
.rounded-full {
    border-radius: 9999px;
}

/* sizing (8 × 0.25rem = 2rem) */
.h-8 {
    height: 2rem;
}

.w-8 {
    width: 2rem;
}

/* border top */
.border-t-2 {
    border-top-width: 2px;
    border-style: solid;
}

/* red-500 */
.border-red-500 {
    border-color: #ef4444;
}

.continue-btn, .continue-free {
    padding: 10px;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    border-radius: 2rem;
    border: none;
    font-size: 16px;
    line-height: 22px;
    transition: all 300ms;
    &.continue-free {
        background-color: transparent;
        color: #757575;
        text-decoration: underline;
    }
    img {
        filter: invert(1);
    }
    &.continue-btn:hover {
        background: var(--color-primary);
    }
    &.continue-free:hover {
        background: #f7f7f7;
        text-decoration: none;
    }
}

.limit-modal-free .modal-plan-new .heading>span {
    font-size: 18px;
    line-height: 30px;
}

.limit-modal-free .plan-price {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    width: 100%;
    padding: 8px 0;
    span {
        font-size: 16px;
        line-height: 26px;
        color: #757575;
    }
}

.limit-modal-free .model-heading h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.limit-modal-free .model-heading p {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 400 !important;
}

.custom-list {
    display: flex;
    flex-direction: column;
}

.custom-list-item {
    position: relative;
    padding: 4px 4px 4px 30px;
    line-height: 1.5;
    font-size: 14px;
}

.custom-list-item::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('/web_assets/frontend/images/icons/bg-tick.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.limit-modal-free .modal-plan-new:hover, .limit-modal-free .modal-plan-new.active {
    cursor: pointer;
    border-color: var(--color-primary);
}

.limit-modal-free .modal-package {
    position: relative;
    &:after {
        position: absolute;
        content: '';
        right: 16px;
        top: 16px;
        width: 24px;
        height: 24px;
        border: 1px solid #ACACAC;
        border-radius: 50%;
    }
    &:hover:after {
        border-color: var(--color-primary);
    }
    &.active:after {
        content: '✔';
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        border-color: var(--color-primary);
        background-color: var(--color-primary);
    }
}

.related_tools .title span {
    display: inline-block;
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
}
