/*
==============================================================================
  CSS for New Design (Effective from 02nd January 2025)
==============================================================================
  Author: Ronit Singh
  Date: 02nd January 2025
  Description:
    This stylesheet defines the color scheme, font settings, and box model properties
    for the new design system introduced on January 2nd, 2025. The design uses CSS
    variables to define primary, secondary, and other thematic colors, which can be
    applied across various components. Additionally, it includes consistent styling
    for buttons, borders, shadows, and responsive fonts.

  Usage:
    - Define all color variables under `:root` for easy reference throughout the project.
    - Customize button styles, borders, and other components using the defined variables.//

==============================================================================
*/
/* Root Variables */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    /* Colors */
    --theme-primary-color: rgb(113, 85, 239);
    --theme-primary-color-hover: rgb(94, 71, 219);
    --theme-primary-color-active: #4f3fc0;

    --theme-fintello-color: #1B0C3D;
    --theme-fintello-color-hover: #180544;
    --theme-fintello-color-active: #150144;

    --theme-secondary-color: #c8c8c8;
    --theme-secondary-color-hover: #a2a2a2;
    --theme-secondary-color-active: #8f8f8f;

    --theme-success-color: #39A66A;
    --theme-success-color-hover: #349e25;
    --theme-success-color-active: #2f8820;

    --theme-warning-color: #ffc107;
    --theme-warning-color-hover: #e0a800;
    --theme-warning-color-active: #d28d00;

    --theme-danger-color: #F58484;
    --theme-danger-color-hover: #E76464;
    --theme-danger-color-active: #e75c5c;

    --theme-info-color: #17a2b8;
    --theme-info-color-hover: #148c9c;
    --theme-info-color-active: #137b8b;

    --theme-light-color: #fff;
    --theme-light-color-hover: #e6e6e6;
    --theme-light-color-active: #cccccc;

    --theme-dark-color: #000;
    --theme-dark-color-hover: #000;
    --theme-dark-color-active: #000;

    --theme-heading-color: #3D3D3D;


    --theme-primary-color-shade-1: #E6DCFF;
    --theme-primary-color-shade-2: #AC94E726;
    --theme-primary-color-shade-3: #D6C6FF80;
    --theme-primary-color-shade-4: #E5DBFF;
    --theme-primary-color-shade-5: #62577D;
    --theme-primary-color-shade-6: #9A73F9;
    --theme-primary-color-shade-7: #E5E2EA;
    --theme-primary-color-shade-8: #7D49FA;

    --theme-secondary-color-shade-1: #5C5C5C;
    --theme-secondary-color-shade-2: #4B4B4B;
    --theme-secondary-color-shade-3: #F6F6F6;
    --theme-secondary-color-shade-4: #787878;

    --theme-success-color-shade-1: #E9FAF4;
    --theme-success-color-shade-2: #c2edde;
    --theme-success-color-shade-3: #ade2d0;

    /* 15% darker (no visible change) */

    /* Fonts */
    --theme-font-size: 14px;

    /* Box Models */
    --theme-box-shadow: 0px 0px 5.9px 0px #E6DCFF;
    --theme-box-shadow-shade-1: 0px 0px 5.9px 0px rgb(230, 220, 255);

    /* User Panel Top Navbar Height */
    --user-panel-top-navbar-height: 60px;

    --theme-secondary-color: #C8C8C8;
    --theme-secondary-background-color: #E6E6E6;
    --theme-primary-color-hover: #5837d9;
    --theme-color-active: #4728c0;
    --theme-primary-dimmed-opacity-color: #EFEDFFB2;
    --theme-primary-dimmed-opacity-color-hover: rgba(115, 87, 239, 0.3);
    --theme-primary-dimmed-opacity-color-active: #B395FD;
    --theme-primary-border: 1px solid var(--theme-primary-color);
    --theme-secondary-border: 1px solid var(--theme-secondary-color);
    --theme-input-box-shadow: 0 0 0 0.2rem rgba(115, 87, 239, 0.25);
    --theme-box-shadow: 0px 0px 5.9px 0px rgba(0, 0, 0, 0.25);
    --theme-heading-font-size: 15px;
    --theme-heading-font-weight: 600;
    --theme-heading-line-height: 1.2;
    --theme-paragraph-font-size: 14px;
    --theme-paragraph-font-weight: 400;
    --theme-paragraph-line-height: 1.5;
    --theme-border-radius: 15px;
    --theme-button-radius: 4px;
    --theme-button-radius2: 7px;
    --theme-button-radius3: 12px;
    --theme-button-radius4: 5px;
    --theme-button-radius5: 35px;

    --theme-primary-shade1: #B395FD;
    --theme-primary-shade2: #E9E5FFB2;
    --theme-primary-shade3: #A397F1B2;
    --theme-primary-shade4: #9871f8;
    --theme-primary-shade5: #8457f5;

    --theme-secondary-shade1: #E6E6E6;
    --theme-secondary-shade2: #EDEDED;
    --theme-secondary-shade3: #FCFCFC;
    --theme-secondary-shade4: #CDCDCD;
    --theme-secondary-shade5: #616161CC;
    --theme-secondary-shade6: #EFEFEF;
    --theme-secondary-shade7: #F9F9F9;
    --theme-secondary-shade8: #EBEBEB;
    --theme-secondary-shade9: #404040;
    --theme-secondary-shade10: #a5a4aa24;
    --theme-secondary-shade11: #DCDCDC;
    --theme-secondary-shade12: #969696;
    --theme-secondary-shade13: #F4F4F4;
    --theme-secondary-shade14: #DBDBDB;
    --theme-secondary-shade15: #8C8C8C;
    --theme-secondary-shade16: #F3F3F3;
    --theme-secondary-shade17: #B5B5B5;
    --theme-secondary-shade18: #D4D4D4;
    --theme-secondary-shade19: #E5E5E5B2;
    --theme-secondary-shade20: #5A5A5A;
    --theme-secondary-shade21: #E8E8E8;
    --theme-secondary-shade22: #F1F1F1;
    --theme-secondary-shade23: #8B8888;
    --theme-secondary-shade24: #273B4A;
    --theme-input-height: 55px;
    --theme-input-font-size: 13px;

}


/* Mapping color variables */
/* Generate Text, Background, Border, and Shadow colors */
/* Text Colors */
.text-primary {
    color: var(--theme-primary-color) !important;
}

.text-secondary {
    color: var(--theme-secondary-color) !important;
}

.text-success {
    color: var(--theme-success-color) !important;
}

.text-warning {
    color: var(--theme-warning-color) !important;
}

.text-danger {
    color: var(--theme-danger-color) !important;
}

.text-info {
    color: var(--theme-info-color) !important;
}

.text-light {
    color: var(--theme-light-color) !important;
}

.text-dark {
    color: var(--theme-dark-color) !important;
}

.text-heading {
    color: var(--theme-heading-color) !important;
}

.text-transparent {
    color: transparent !important;
}

/* Background Colors */
.bg-primary {
    background-color: var(--theme-primary-color) !important;
}

.bg-secondary {
    background-color: var(--theme-secondary-color) !important;
}

.bg-success {
    background-color: var(--theme-success-color) !important;
}

.bg-warning {
    background-color: var(--theme-warning-color) !important;
}

.bg-danger {
    background-color: var(--theme-danger-color) !important;
}

.bg-info {
    background-color: var(--theme-info-color) !important;
}

.bg-light {
    background-color: var(--theme-light-color) !important;
}

.bg-dark {
    background-color: var(--theme-dark-color) !important;
}

.bg-heading {
    background-color: var(--theme-heading-color) !important;
}

.bg-transparent {
    background-color: transparent !important;
}

/* Border Colors */
.border-primary {
    border: 1px solid var(--theme-primary-color) !important;
}

.border-secondary {
    border: 1px solid var(--theme-secondary-color) !important;
}

.border-success {
    border: 1px solid var(--theme-success-color) !important;
}

.border-warning {
    border: 1px solid var(--theme-warning-color) !important;
}

.border-danger {
    border: 1px solid var(--theme-danger-color) !important;
}

.border-info {
    border: 1px solid var(--theme-info-color) !important;
}

.border-light {
    border: 1px solid var(--theme-light-color) !important;
}

.border-dark {
    border: 1px solid var(--theme-dark-color) !important;
}

.border-heading {
    border: 1px solid var(--theme-heading-color) !important;
}

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

/* Border with varying thickness */
.border-primary-0 {
    border: 0px solid var(--theme-primary-color) !important;
}

.border-primary-1 {
    border: 1px solid var(--theme-primary-color) !important;
}

.border-primary-2 {
    border: 2px solid var(--theme-primary-color) !important;
}

.border-primary-3 {
    border: 3px solid var(--theme-primary-color) !important;
}

.border-primary-4 {
    border: 4px solid var(--theme-primary-color) !important;
}

.border-primary-5 {
    border: 5px solid var(--theme-primary-color) !important;
}

.border-primary-6 {
    border: 6px solid var(--theme-primary-color) !important;
}

.border-primary-7 {
    border: 7px solid var(--theme-primary-color) !important;
}

.border-primary-8 {
    border: 8px solid var(--theme-primary-color) !important;
}

.border-primary-9 {
    border: 9px solid var(--theme-primary-color) !important;
}

.border-primary-10 {
    border: 10px solid var(--theme-primary-color) !important;
}

.border-primary-11 {
    border: 11px solid var(--theme-primary-color) !important;
}

.border-primary-12 {
    border: 12px solid var(--theme-primary-color) !important;
}

.border-primary-13 {
    border: 13px solid var(--theme-primary-color) !important;
}

.border-primary-14 {
    border: 14px solid var(--theme-primary-color) !important;
}

.border-primary-15 {
    border: 15px solid var(--theme-primary-color) !important;
}

.border-primary-16 {
    border: 16px solid var(--theme-primary-color) !important;
}

.border-primary-17 {
    border: 17px solid var(--theme-primary-color) !important;
}

.border-primary-18 {
    border: 18px solid var(--theme-primary-color) !important;
}

.border-primary-19 {
    border: 19px solid var(--theme-primary-color) !important;
}

.border-primary-20 {
    border: 20px solid var(--theme-primary-color) !important;
}

.border-primary-21 {
    border: 21px solid var(--theme-primary-color) !important;
}

.border-primary-22 {
    border: 22px solid var(--theme-primary-color) !important;
}

.border-primary-23 {
    border: 23px solid var(--theme-primary-color) !important;
}

.border-primary-24 {
    border: 24px solid var(--theme-primary-color) !important;
}

.border-primary-25 {
    border: 25px solid var(--theme-primary-color) !important;
}

.border-primary-26 {
    border: 26px solid var(--theme-primary-color) !important;
}

.border-primary-27 {
    border: 27px solid var(--theme-primary-color) !important;
}

.border-primary-28 {
    border: 28px solid var(--theme-primary-color) !important;
}

.border-primary-29 {
    border: 29px solid var(--theme-primary-color) !important;
}

.border-primary-30 {
    border: 30px solid var(--theme-primary-color) !important;
}

.border-primary-31 {
    border: 31px solid var(--theme-primary-color) !important;
}

.border-primary-32 {
    border: 32px solid var(--theme-primary-color) !important;
}

.border-primary-33 {
    border: 33px solid var(--theme-primary-color) !important;
}

.border-primary-34 {
    border: 34px solid var(--theme-primary-color) !important;
}

.border-primary-35 {
    border: 35px solid var(--theme-primary-color) !important;
}

.border-primary-36 {
    border: 36px solid var(--theme-primary-color) !important;
}

.border-primary-37 {
    border: 37px solid var(--theme-primary-color) !important;
}

.border-primary-38 {
    border: 38px solid var(--theme-primary-color) !important;
}

.border-primary-39 {
    border: 39px solid var(--theme-primary-color) !important;
}

.border-primary-40 {
    border: 40px solid var(--theme-primary-color) !important;
}

.border-primary-41 {
    border: 41px solid var(--theme-primary-color) !important;
}

.border-primary-42 {
    border: 42px solid var(--theme-primary-color) !important;
}

.border-primary-43 {
    border: 43px solid var(--theme-primary-color) !important;
}

.border-primary-44 {
    border: 44px solid var(--theme-primary-color) !important;
}

.border-primary-45 {
    border: 45px solid var(--theme-primary-color) !important;
}

.border-primary-46 {
    border: 46px solid var(--theme-primary-color) !important;
}

.border-primary-47 {
    border: 47px solid var(--theme-primary-color) !important;
}

.border-primary-48 {
    border: 48px solid var(--theme-primary-color) !important;
}

.border-primary-49 {
    border: 49px solid var(--theme-primary-color) !important;
}

.border-primary-50 {
    border: 50px solid var(--theme-primary-color) !important;
}

.border-secondary-0 {
    border: 0px solid var(--theme-secondary-color) !important;
}

.border-secondary-1 {
    border: 1px solid var(--theme-secondary-color) !important;
}

.border-secondary-2 {
    border: 2px solid var(--theme-secondary-color) !important;
}

.border-secondary-3 {
    border: 3px solid var(--theme-secondary-color) !important;
}

.border-secondary-4 {
    border: 4px solid var(--theme-secondary-color) !important;
}

.border-secondary-5 {
    border: 5px solid var(--theme-secondary-color) !important;
}

.border-secondary-6 {
    border: 6px solid var(--theme-secondary-color) !important;
}

.border-secondary-7 {
    border: 7px solid var(--theme-secondary-color) !important;
}

.border-secondary-8 {
    border: 8px solid var(--theme-secondary-color) !important;
}

.border-secondary-9 {
    border: 9px solid var(--theme-secondary-color) !important;
}

.border-secondary-10 {
    border: 10px solid var(--theme-secondary-color) !important;
}

.border-secondary-11 {
    border: 11px solid var(--theme-secondary-color) !important;
}

.border-secondary-12 {
    border: 12px solid var(--theme-secondary-color) !important;
}

.border-secondary-13 {
    border: 13px solid var(--theme-secondary-color) !important;
}

.border-secondary-14 {
    border: 14px solid var(--theme-secondary-color) !important;
}

.border-secondary-15 {
    border: 15px solid var(--theme-secondary-color) !important;
}

.border-secondary-16 {
    border: 16px solid var(--theme-secondary-color) !important;
}

.border-secondary-17 {
    border: 17px solid var(--theme-secondary-color) !important;
}

.border-secondary-18 {
    border: 18px solid var(--theme-secondary-color) !important;
}

.border-secondary-19 {
    border: 19px solid var(--theme-secondary-color) !important;
}

.border-secondary-20 {
    border: 20px solid var(--theme-secondary-color) !important;
}

.border-secondary-21 {
    border: 21px solid var(--theme-secondary-color) !important;
}

.border-secondary-22 {
    border: 22px solid var(--theme-secondary-color) !important;
}

.border-secondary-23 {
    border: 23px solid var(--theme-secondary-color) !important;
}

.border-secondary-24 {
    border: 24px solid var(--theme-secondary-color) !important;
}

.border-secondary-25 {
    border: 25px solid var(--theme-secondary-color) !important;
}

.border-secondary-26 {
    border: 26px solid var(--theme-secondary-color) !important;
}

.border-secondary-27 {
    border: 27px solid var(--theme-secondary-color) !important;
}

.border-secondary-28 {
    border: 28px solid var(--theme-secondary-color) !important;
}

.border-secondary-29 {
    border: 29px solid var(--theme-secondary-color) !important;
}

.border-secondary-30 {
    border: 30px solid var(--theme-secondary-color) !important;
}

.border-secondary-31 {
    border: 31px solid var(--theme-secondary-color) !important;
}

.border-secondary-32 {
    border: 32px solid var(--theme-secondary-color) !important;
}

.border-secondary-33 {
    border: 33px solid var(--theme-secondary-color) !important;
}

.border-secondary-34 {
    border: 34px solid var(--theme-secondary-color) !important;
}

.border-secondary-35 {
    border: 35px solid var(--theme-secondary-color) !important;
}

.border-secondary-36 {
    border: 36px solid var(--theme-secondary-color) !important;
}

.border-secondary-37 {
    border: 37px solid var(--theme-secondary-color) !important;
}

.border-secondary-38 {
    border: 38px solid var(--theme-secondary-color) !important;
}

.border-secondary-39 {
    border: 39px solid var(--theme-secondary-color) !important;
}

.border-secondary-40 {
    border: 40px solid var(--theme-secondary-color) !important;
}

.border-secondary-41 {
    border: 41px solid var(--theme-secondary-color) !important;
}

.border-secondary-42 {
    border: 42px solid var(--theme-secondary-color) !important;
}

.border-secondary-43 {
    border: 43px solid var(--theme-secondary-color) !important;
}

.border-secondary-44 {
    border: 44px solid var(--theme-secondary-color) !important;
}

.border-secondary-45 {
    border: 45px solid var(--theme-secondary-color) !important;
}

.border-secondary-46 {
    border: 46px solid var(--theme-secondary-color) !important;
}

.border-secondary-47 {
    border: 47px solid var(--theme-secondary-color) !important;
}

.border-secondary-48 {
    border: 48px solid var(--theme-secondary-color) !important;
}

.border-secondary-49 {
    border: 49px solid var(--theme-secondary-color) !important;
}

.border-secondary-50 {
    border: 50px solid var(--theme-secondary-color) !important;
}

.border-success-0 {
    border: 0px solid var(--theme-success-color) !important;
}

.border-success-1 {
    border: 1px solid var(--theme-success-color) !important;
}

.border-success-2 {
    border: 2px solid var(--theme-success-color) !important;
}

.border-success-3 {
    border: 3px solid var(--theme-success-color) !important;
}

.border-success-4 {
    border: 4px solid var(--theme-success-color) !important;
}

.border-success-5 {
    border: 5px solid var(--theme-success-color) !important;
}

.border-success-6 {
    border: 6px solid var(--theme-success-color) !important;
}

.border-success-7 {
    border: 7px solid var(--theme-success-color) !important;
}

.border-success-8 {
    border: 8px solid var(--theme-success-color) !important;
}

.border-success-9 {
    border: 9px solid var(--theme-success-color) !important;
}

.border-success-10 {
    border: 10px solid var(--theme-success-color) !important;
}

.border-success-11 {
    border: 11px solid var(--theme-success-color) !important;
}

.border-success-12 {
    border: 12px solid var(--theme-success-color) !important;
}

.border-success-13 {
    border: 13px solid var(--theme-success-color) !important;
}

.border-success-14 {
    border: 14px solid var(--theme-success-color) !important;
}

.border-success-15 {
    border: 15px solid var(--theme-success-color) !important;
}

.border-success-16 {
    border: 16px solid var(--theme-success-color) !important;
}

.border-success-17 {
    border: 17px solid var(--theme-success-color) !important;
}

.border-success-18 {
    border: 18px solid var(--theme-success-color) !important;
}

.border-success-19 {
    border: 19px solid var(--theme-success-color) !important;
}

.border-success-20 {
    border: 20px solid var(--theme-success-color) !important;
}

.border-success-21 {
    border: 21px solid var(--theme-success-color) !important;
}

.border-success-22 {
    border: 22px solid var(--theme-success-color) !important;
}

.border-success-23 {
    border: 23px solid var(--theme-success-color) !important;
}

.border-success-24 {
    border: 24px solid var(--theme-success-color) !important;
}

.border-success-25 {
    border: 25px solid var(--theme-success-color) !important;
}

.border-success-26 {
    border: 26px solid var(--theme-success-color) !important;
}

.border-success-27 {
    border: 27px solid var(--theme-success-color) !important;
}

.border-success-28 {
    border: 28px solid var(--theme-success-color) !important;
}

.border-success-29 {
    border: 29px solid var(--theme-success-color) !important;
}

.border-success-30 {
    border: 30px solid var(--theme-success-color) !important;
}

.border-success-31 {
    border: 31px solid var(--theme-success-color) !important;
}

.border-success-32 {
    border: 32px solid var(--theme-success-color) !important;
}

.border-success-33 {
    border: 33px solid var(--theme-success-color) !important;
}

.border-success-34 {
    border: 34px solid var(--theme-success-color) !important;
}

.border-success-35 {
    border: 35px solid var(--theme-success-color) !important;
}

.border-success-36 {
    border: 36px solid var(--theme-success-color) !important;
}

.border-success-37 {
    border: 37px solid var(--theme-success-color) !important;
}

.border-success-38 {
    border: 38px solid var(--theme-success-color) !important;
}

.border-success-39 {
    border: 39px solid var(--theme-success-color) !important;
}

.border-success-40 {
    border: 40px solid var(--theme-success-color) !important;
}

.border-success-41 {
    border: 41px solid var(--theme-success-color) !important;
}

.border-success-42 {
    border: 42px solid var(--theme-success-color) !important;
}

.border-success-43 {
    border: 43px solid var(--theme-success-color) !important;
}

.border-success-44 {
    border: 44px solid var(--theme-success-color) !important;
}

.border-success-45 {
    border: 45px solid var(--theme-success-color) !important;
}

.border-success-46 {
    border: 46px solid var(--theme-success-color) !important;
}

.border-success-47 {
    border: 47px solid var(--theme-success-color) !important;
}

.border-success-48 {
    border: 48px solid var(--theme-success-color) !important;
}

.border-success-49 {
    border: 49px solid var(--theme-success-color) !important;
}

.border-success-50 {
    border: 50px solid var(--theme-success-color) !important;
}

.border-warning-0 {
    border: 0px solid var(--theme-warning-color) !important;
}

.border-warning-1 {
    border: 1px solid var(--theme-warning-color) !important;
}

.border-warning-2 {
    border: 2px solid var(--theme-warning-color) !important;
}

.border-warning-3 {
    border: 3px solid var(--theme-warning-color) !important;
}

.border-warning-4 {
    border: 4px solid var(--theme-warning-color) !important;
}

.border-warning-5 {
    border: 5px solid var(--theme-warning-color) !important;
}

.border-warning-6 {
    border: 6px solid var(--theme-warning-color) !important;
}

.border-warning-7 {
    border: 7px solid var(--theme-warning-color) !important;
}

.border-warning-8 {
    border: 8px solid var(--theme-warning-color) !important;
}

.border-warning-9 {
    border: 9px solid var(--theme-warning-color) !important;
}

.border-warning-10 {
    border: 10px solid var(--theme-warning-color) !important;
}

.border-warning-11 {
    border: 11px solid var(--theme-warning-color) !important;
}

.border-warning-12 {
    border: 12px solid var(--theme-warning-color) !important;
}

.border-warning-13 {
    border: 13px solid var(--theme-warning-color) !important;
}

.border-warning-14 {
    border: 14px solid var(--theme-warning-color) !important;
}

.border-warning-15 {
    border: 15px solid var(--theme-warning-color) !important;
}

.border-warning-16 {
    border: 16px solid var(--theme-warning-color) !important;
}

.border-warning-17 {
    border: 17px solid var(--theme-warning-color) !important;
}

.border-warning-18 {
    border: 18px solid var(--theme-warning-color) !important;
}

.border-warning-19 {
    border: 19px solid var(--theme-warning-color) !important;
}

.border-warning-20 {
    border: 20px solid var(--theme-warning-color) !important;
}

.border-warning-21 {
    border: 21px solid var(--theme-warning-color) !important;
}

.border-warning-22 {
    border: 22px solid var(--theme-warning-color) !important;
}

.border-warning-23 {
    border: 23px solid var(--theme-warning-color) !important;
}

.border-warning-24 {
    border: 24px solid var(--theme-warning-color) !important;
}

.border-warning-25 {
    border: 25px solid var(--theme-warning-color) !important;
}

.border-warning-26 {
    border: 26px solid var(--theme-warning-color) !important;
}

.border-warning-27 {
    border: 27px solid var(--theme-warning-color) !important;
}

.border-warning-28 {
    border: 28px solid var(--theme-warning-color) !important;
}

.border-warning-29 {
    border: 29px solid var(--theme-warning-color) !important;
}

.border-warning-30 {
    border: 30px solid var(--theme-warning-color) !important;
}

.border-warning-31 {
    border: 31px solid var(--theme-warning-color) !important;
}

.border-warning-32 {
    border: 32px solid var(--theme-warning-color) !important;
}

.border-warning-33 {
    border: 33px solid var(--theme-warning-color) !important;
}

.border-warning-34 {
    border: 34px solid var(--theme-warning-color) !important;
}

.border-warning-35 {
    border: 35px solid var(--theme-warning-color) !important;
}

.border-warning-36 {
    border: 36px solid var(--theme-warning-color) !important;
}

.border-warning-37 {
    border: 37px solid var(--theme-warning-color) !important;
}

.border-warning-38 {
    border: 38px solid var(--theme-warning-color) !important;
}

.border-warning-39 {
    border: 39px solid var(--theme-warning-color) !important;
}

.border-warning-40 {
    border: 40px solid var(--theme-warning-color) !important;
}

.border-warning-41 {
    border: 41px solid var(--theme-warning-color) !important;
}

.border-warning-42 {
    border: 42px solid var(--theme-warning-color) !important;
}

.border-warning-43 {
    border: 43px solid var(--theme-warning-color) !important;
}

.border-warning-44 {
    border: 44px solid var(--theme-warning-color) !important;
}

.border-warning-45 {
    border: 45px solid var(--theme-warning-color) !important;
}

.border-warning-46 {
    border: 46px solid var(--theme-warning-color) !important;
}

.border-warning-47 {
    border: 47px solid var(--theme-warning-color) !important;
}

.border-warning-48 {
    border: 48px solid var(--theme-warning-color) !important;
}

.border-warning-49 {
    border: 49px solid var(--theme-warning-color) !important;
}

.border-warning-50 {
    border: 50px solid var(--theme-warning-color) !important;
}

.border-danger-0 {
    border: 0px solid var(--theme-danger-color) !important;
}

.border-danger-1 {
    border: 1px solid var(--theme-danger-color) !important;
}

.border-danger-2 {
    border: 2px solid var(--theme-danger-color) !important;
}

.border-danger-3 {
    border: 3px solid var(--theme-danger-color) !important;
}

.border-danger-4 {
    border: 4px solid var(--theme-danger-color) !important;
}

.border-danger-5 {
    border: 5px solid var(--theme-danger-color) !important;
}

.border-danger-6 {
    border: 6px solid var(--theme-danger-color) !important;
}

.border-danger-7 {
    border: 7px solid var(--theme-danger-color) !important;
}

.border-danger-8 {
    border: 8px solid var(--theme-danger-color) !important;
}

.border-danger-9 {
    border: 9px solid var(--theme-danger-color) !important;
}

.border-danger-10 {
    border: 10px solid var(--theme-danger-color) !important;
}

.border-danger-11 {
    border: 11px solid var(--theme-danger-color) !important;
}

.border-danger-12 {
    border: 12px solid var(--theme-danger-color) !important;
}

.border-danger-13 {
    border: 13px solid var(--theme-danger-color) !important;
}

.border-danger-14 {
    border: 14px solid var(--theme-danger-color) !important;
}

.border-danger-15 {
    border: 15px solid var(--theme-danger-color) !important;
}

.border-danger-16 {
    border: 16px solid var(--theme-danger-color) !important;
}

.border-danger-17 {
    border: 17px solid var(--theme-danger-color) !important;
}

.border-danger-18 {
    border: 18px solid var(--theme-danger-color) !important;
}

.border-danger-19 {
    border: 19px solid var(--theme-danger-color) !important;
}

.border-danger-20 {
    border: 20px solid var(--theme-danger-color) !important;
}

.border-danger-21 {
    border: 21px solid var(--theme-danger-color) !important;
}

.border-danger-22 {
    border: 22px solid var(--theme-danger-color) !important;
}

.border-danger-23 {
    border: 23px solid var(--theme-danger-color) !important;
}

.border-danger-24 {
    border: 24px solid var(--theme-danger-color) !important;
}

.border-danger-25 {
    border: 25px solid var(--theme-danger-color) !important;
}

.border-danger-26 {
    border: 26px solid var(--theme-danger-color) !important;
}

.border-danger-27 {
    border: 27px solid var(--theme-danger-color) !important;
}

.border-danger-28 {
    border: 28px solid var(--theme-danger-color) !important;
}

.border-danger-29 {
    border: 29px solid var(--theme-danger-color) !important;
}

.border-danger-30 {
    border: 30px solid var(--theme-danger-color) !important;
}

.border-danger-31 {
    border: 31px solid var(--theme-danger-color) !important;
}

.border-danger-32 {
    border: 32px solid var(--theme-danger-color) !important;
}

.border-danger-33 {
    border: 33px solid var(--theme-danger-color) !important;
}

.border-danger-34 {
    border: 34px solid var(--theme-danger-color) !important;
}

.border-danger-35 {
    border: 35px solid var(--theme-danger-color) !important;
}

.border-danger-36 {
    border: 36px solid var(--theme-danger-color) !important;
}

.border-danger-37 {
    border: 37px solid var(--theme-danger-color) !important;
}

.border-danger-38 {
    border: 38px solid var(--theme-danger-color) !important;
}

.border-danger-39 {
    border: 39px solid var(--theme-danger-color) !important;
}

.border-danger-40 {
    border: 40px solid var(--theme-danger-color) !important;
}

.border-danger-41 {
    border: 41px solid var(--theme-danger-color) !important;
}

.border-danger-42 {
    border: 42px solid var(--theme-danger-color) !important;
}

.border-danger-43 {
    border: 43px solid var(--theme-danger-color) !important;
}

.border-danger-44 {
    border: 44px solid var(--theme-danger-color) !important;
}

.border-danger-45 {
    border: 45px solid var(--theme-danger-color) !important;
}

.border-danger-46 {
    border: 46px solid var(--theme-danger-color) !important;
}

.border-danger-47 {
    border: 47px solid var(--theme-danger-color) !important;
}

.border-danger-48 {
    border: 48px solid var(--theme-danger-color) !important;
}

.border-danger-49 {
    border: 49px solid var(--theme-danger-color) !important;
}

.border-danger-50 {
    border: 50px solid var(--theme-danger-color) !important;
}

.border-info-0 {
    border: 0px solid var(--theme-info-color) !important;
}

.border-info-1 {
    border: 1px solid var(--theme-info-color) !important;
}

.border-info-2 {
    border: 2px solid var(--theme-info-color) !important;
}

.border-info-3 {
    border: 3px solid var(--theme-info-color) !important;
}

.border-info-4 {
    border: 4px solid var(--theme-info-color) !important;
}

.border-info-5 {
    border: 5px solid var(--theme-info-color) !important;
}

.border-info-6 {
    border: 6px solid var(--theme-info-color) !important;
}

.border-info-7 {
    border: 7px solid var(--theme-info-color) !important;
}

.border-info-8 {
    border: 8px solid var(--theme-info-color) !important;
}

.border-info-9 {
    border: 9px solid var(--theme-info-color) !important;
}

.border-info-10 {
    border: 10px solid var(--theme-info-color) !important;
}

.border-info-11 {
    border: 11px solid var(--theme-info-color) !important;
}

.border-info-12 {
    border: 12px solid var(--theme-info-color) !important;
}

.border-info-13 {
    border: 13px solid var(--theme-info-color) !important;
}

.border-info-14 {
    border: 14px solid var(--theme-info-color) !important;
}

.border-info-15 {
    border: 15px solid var(--theme-info-color) !important;
}

.border-info-16 {
    border: 16px solid var(--theme-info-color) !important;
}

.border-info-17 {
    border: 17px solid var(--theme-info-color) !important;
}

.border-info-18 {
    border: 18px solid var(--theme-info-color) !important;
}

.border-info-19 {
    border: 19px solid var(--theme-info-color) !important;
}

.border-info-20 {
    border: 20px solid var(--theme-info-color) !important;
}

.border-info-21 {
    border: 21px solid var(--theme-info-color) !important;
}

.border-info-22 {
    border: 22px solid var(--theme-info-color) !important;
}

.border-info-23 {
    border: 23px solid var(--theme-info-color) !important;
}

.border-info-24 {
    border: 24px solid var(--theme-info-color) !important;
}

.border-info-25 {
    border: 25px solid var(--theme-info-color) !important;
}

.border-info-26 {
    border: 26px solid var(--theme-info-color) !important;
}

.border-info-27 {
    border: 27px solid var(--theme-info-color) !important;
}

.border-info-28 {
    border: 28px solid var(--theme-info-color) !important;
}

.border-info-29 {
    border: 29px solid var(--theme-info-color) !important;
}

.border-info-30 {
    border: 30px solid var(--theme-info-color) !important;
}

.border-info-31 {
    border: 31px solid var(--theme-info-color) !important;
}

.border-info-32 {
    border: 32px solid var(--theme-info-color) !important;
}

.border-info-33 {
    border: 33px solid var(--theme-info-color) !important;
}

.border-info-34 {
    border: 34px solid var(--theme-info-color) !important;
}

.border-info-35 {
    border: 35px solid var(--theme-info-color) !important;
}

.border-info-36 {
    border: 36px solid var(--theme-info-color) !important;
}

.border-info-37 {
    border: 37px solid var(--theme-info-color) !important;
}

.border-info-38 {
    border: 38px solid var(--theme-info-color) !important;
}

.border-info-39 {
    border: 39px solid var(--theme-info-color) !important;
}

.border-info-40 {
    border: 40px solid var(--theme-info-color) !important;
}

.border-info-41 {
    border: 41px solid var(--theme-info-color) !important;
}

.border-info-42 {
    border: 42px solid var(--theme-info-color) !important;
}

.border-info-43 {
    border: 43px solid var(--theme-info-color) !important;
}

.border-info-44 {
    border: 44px solid var(--theme-info-color) !important;
}

.border-info-45 {
    border: 45px solid var(--theme-info-color) !important;
}

.border-info-46 {
    border: 46px solid var(--theme-info-color) !important;
}

.border-info-47 {
    border: 47px solid var(--theme-info-color) !important;
}

.border-info-48 {
    border: 48px solid var(--theme-info-color) !important;
}

.border-info-49 {
    border: 49px solid var(--theme-info-color) !important;
}

.border-info-50 {
    border: 50px solid var(--theme-info-color) !important;
}

.border-light-0 {
    border: 0px solid var(--theme-light-color) !important;
}

.border-light-1 {
    border: 1px solid var(--theme-light-color) !important;
}

.border-light-2 {
    border: 2px solid var(--theme-light-color) !important;
}

.border-light-3 {
    border: 3px solid var(--theme-light-color) !important;
}

.border-light-4 {
    border: 4px solid var(--theme-light-color) !important;
}

.border-light-5 {
    border: 5px solid var(--theme-light-color) !important;
}

.border-light-6 {
    border: 6px solid var(--theme-light-color) !important;
}

.border-light-7 {
    border: 7px solid var(--theme-light-color) !important;
}

.border-light-8 {
    border: 8px solid var(--theme-light-color) !important;
}

.border-light-9 {
    border: 9px solid var(--theme-light-color) !important;
}

.border-light-10 {
    border: 10px solid var(--theme-light-color) !important;
}

.border-light-11 {
    border: 11px solid var(--theme-light-color) !important;
}

.border-light-12 {
    border: 12px solid var(--theme-light-color) !important;
}

.border-light-13 {
    border: 13px solid var(--theme-light-color) !important;
}

.border-light-14 {
    border: 14px solid var(--theme-light-color) !important;
}

.border-light-15 {
    border: 15px solid var(--theme-light-color) !important;
}

.border-light-16 {
    border: 16px solid var(--theme-light-color) !important;
}

.border-light-17 {
    border: 17px solid var(--theme-light-color) !important;
}

.border-light-18 {
    border: 18px solid var(--theme-light-color) !important;
}

.border-light-19 {
    border: 19px solid var(--theme-light-color) !important;
}

.border-light-20 {
    border: 20px solid var(--theme-light-color) !important;
}

.border-light-21 {
    border: 21px solid var(--theme-light-color) !important;
}

.border-light-22 {
    border: 22px solid var(--theme-light-color) !important;
}

.border-light-23 {
    border: 23px solid var(--theme-light-color) !important;
}

.border-light-24 {
    border: 24px solid var(--theme-light-color) !important;
}

.border-light-25 {
    border: 25px solid var(--theme-light-color) !important;
}

.border-light-26 {
    border: 26px solid var(--theme-light-color) !important;
}

.border-light-27 {
    border: 27px solid var(--theme-light-color) !important;
}

.border-light-28 {
    border: 28px solid var(--theme-light-color) !important;
}

.border-light-29 {
    border: 29px solid var(--theme-light-color) !important;
}

.border-light-30 {
    border: 30px solid var(--theme-light-color) !important;
}

.border-light-31 {
    border: 31px solid var(--theme-light-color) !important;
}

.border-light-32 {
    border: 32px solid var(--theme-light-color) !important;
}

.border-light-33 {
    border: 33px solid var(--theme-light-color) !important;
}

.border-light-34 {
    border: 34px solid var(--theme-light-color) !important;
}

.border-light-35 {
    border: 35px solid var(--theme-light-color) !important;
}

.border-light-36 {
    border: 36px solid var(--theme-light-color) !important;
}

.border-light-37 {
    border: 37px solid var(--theme-light-color) !important;
}

.border-light-38 {
    border: 38px solid var(--theme-light-color) !important;
}

.border-light-39 {
    border: 39px solid var(--theme-light-color) !important;
}

.border-light-40 {
    border: 40px solid var(--theme-light-color) !important;
}

.border-light-41 {
    border: 41px solid var(--theme-light-color) !important;
}

.border-light-42 {
    border: 42px solid var(--theme-light-color) !important;
}

.border-light-43 {
    border: 43px solid var(--theme-light-color) !important;
}

.border-light-44 {
    border: 44px solid var(--theme-light-color) !important;
}

.border-light-45 {
    border: 45px solid var(--theme-light-color) !important;
}

.border-light-46 {
    border: 46px solid var(--theme-light-color) !important;
}

.border-light-47 {
    border: 47px solid var(--theme-light-color) !important;
}

.border-light-48 {
    border: 48px solid var(--theme-light-color) !important;
}

.border-light-49 {
    border: 49px solid var(--theme-light-color) !important;
}

.border-light-50 {
    border: 50px solid var(--theme-light-color) !important;
}

.border-dark-0 {
    border: 0px solid var(--theme-dark-color) !important;
}

.border-dark-1 {
    border: 1px solid var(--theme-dark-color) !important;
}

.border-dark-2 {
    border: 2px solid var(--theme-dark-color) !important;
}

.border-dark-3 {
    border: 3px solid var(--theme-dark-color) !important;
}

.border-dark-4 {
    border: 4px solid var(--theme-dark-color) !important;
}

.border-dark-5 {
    border: 5px solid var(--theme-dark-color) !important;
}

.border-dark-6 {
    border: 6px solid var(--theme-dark-color) !important;
}

.border-dark-7 {
    border: 7px solid var(--theme-dark-color) !important;
}

.border-dark-8 {
    border: 8px solid var(--theme-dark-color) !important;
}

.border-dark-9 {
    border: 9px solid var(--theme-dark-color) !important;
}

.border-dark-10 {
    border: 10px solid var(--theme-dark-color) !important;
}

.border-dark-11 {
    border: 11px solid var(--theme-dark-color) !important;
}

.border-dark-12 {
    border: 12px solid var(--theme-dark-color) !important;
}

.border-dark-13 {
    border: 13px solid var(--theme-dark-color) !important;
}

.border-dark-14 {
    border: 14px solid var(--theme-dark-color) !important;
}

.border-dark-15 {
    border: 15px solid var(--theme-dark-color) !important;
}

.border-dark-16 {
    border: 16px solid var(--theme-dark-color) !important;
}

.border-dark-17 {
    border: 17px solid var(--theme-dark-color) !important;
}

.border-dark-18 {
    border: 18px solid var(--theme-dark-color) !important;
}

.border-dark-19 {
    border: 19px solid var(--theme-dark-color) !important;
}

.border-dark-20 {
    border: 20px solid var(--theme-dark-color) !important;
}

.border-dark-21 {
    border: 21px solid var(--theme-dark-color) !important;
}

.border-dark-22 {
    border: 22px solid var(--theme-dark-color) !important;
}

.border-dark-23 {
    border: 23px solid var(--theme-dark-color) !important;
}

.border-dark-24 {
    border: 24px solid var(--theme-dark-color) !important;
}

.border-dark-25 {
    border: 25px solid var(--theme-dark-color) !important;
}

.border-dark-26 {
    border: 26px solid var(--theme-dark-color) !important;
}

.border-dark-27 {
    border: 27px solid var(--theme-dark-color) !important;
}

.border-dark-28 {
    border: 28px solid var(--theme-dark-color) !important;
}

.border-dark-29 {
    border: 29px solid var(--theme-dark-color) !important;
}

.border-dark-30 {
    border: 30px solid var(--theme-dark-color) !important;
}

.border-dark-31 {
    border: 31px solid var(--theme-dark-color) !important;
}

.border-dark-32 {
    border: 32px solid var(--theme-dark-color) !important;
}

.border-dark-33 {
    border: 33px solid var(--theme-dark-color) !important;
}

.border-dark-34 {
    border: 34px solid var(--theme-dark-color) !important;
}

.border-dark-35 {
    border: 35px solid var(--theme-dark-color) !important;
}

.border-dark-36 {
    border: 36px solid var(--theme-dark-color) !important;
}

.border-dark-37 {
    border: 37px solid var(--theme-dark-color) !important;
}

.border-dark-38 {
    border: 38px solid var(--theme-dark-color) !important;
}

.border-dark-39 {
    border: 39px solid var(--theme-dark-color) !important;
}

.border-dark-40 {
    border: 40px solid var(--theme-dark-color) !important;
}

.border-dark-41 {
    border: 41px solid var(--theme-dark-color) !important;
}

.border-dark-42 {
    border: 42px solid var(--theme-dark-color) !important;
}

.border-dark-43 {
    border: 43px solid var(--theme-dark-color) !important;
}

.border-dark-44 {
    border: 44px solid var(--theme-dark-color) !important;
}

.border-dark-45 {
    border: 45px solid var(--theme-dark-color) !important;
}

.border-dark-46 {
    border: 46px solid var(--theme-dark-color) !important;
}

.border-dark-47 {
    border: 47px solid var(--theme-dark-color) !important;
}

.border-dark-48 {
    border: 48px solid var(--theme-dark-color) !important;
}

.border-dark-49 {
    border: 49px solid var(--theme-dark-color) !important;
}

.border-dark-50 {
    border: 50px solid var(--theme-dark-color) !important;
}

.border-heading-0 {
    border: 0px solid var(--theme-heading-color) !important;
}

.border-heading-1 {
    border: 1px solid var(--theme-heading-color) !important;
}

.border-heading-2 {
    border: 2px solid var(--theme-heading-color) !important;
}

.border-heading-3 {
    border: 3px solid var(--theme-heading-color) !important;
}

.border-heading-4 {
    border: 4px solid var(--theme-heading-color) !important;
}

.border-heading-5 {
    border: 5px solid var(--theme-heading-color) !important;
}

.border-heading-6 {
    border: 6px solid var(--theme-heading-color) !important;
}

.border-heading-7 {
    border: 7px solid var(--theme-heading-color) !important;
}

.border-heading-8 {
    border: 8px solid var(--theme-heading-color) !important;
}

.border-heading-9 {
    border: 9px solid var(--theme-heading-color) !important;
}

.border-heading-10 {
    border: 10px solid var(--theme-heading-color) !important;
}

.border-heading-11 {
    border: 11px solid var(--theme-heading-color) !important;
}

.border-heading-12 {
    border: 12px solid var(--theme-heading-color) !important;
}

.border-heading-13 {
    border: 13px solid var(--theme-heading-color) !important;
}

.border-heading-14 {
    border: 14px solid var(--theme-heading-color) !important;
}

.border-heading-15 {
    border: 15px solid var(--theme-heading-color) !important;
}

.border-heading-16 {
    border: 16px solid var(--theme-heading-color) !important;
}

.border-heading-17 {
    border: 17px solid var(--theme-heading-color) !important;
}

.border-heading-18 {
    border: 18px solid var(--theme-heading-color) !important;
}

.border-heading-19 {
    border: 19px solid var(--theme-heading-color) !important;
}

.border-heading-20 {
    border: 20px solid var(--theme-heading-color) !important;
}

.border-heading-21 {
    border: 21px solid var(--theme-heading-color) !important;
}

.border-heading-22 {
    border: 22px solid var(--theme-heading-color) !important;
}

.border-heading-23 {
    border: 23px solid var(--theme-heading-color) !important;
}

.border-heading-24 {
    border: 24px solid var(--theme-heading-color) !important;
}

.border-heading-25 {
    border: 25px solid var(--theme-heading-color) !important;
}

.border-heading-26 {
    border: 26px solid var(--theme-heading-color) !important;
}

.border-heading-27 {
    border: 27px solid var(--theme-heading-color) !important;
}

.border-heading-28 {
    border: 28px solid var(--theme-heading-color) !important;
}

.border-heading-29 {
    border: 29px solid var(--theme-heading-color) !important;
}

.border-heading-30 {
    border: 30px solid var(--theme-heading-color) !important;
}

.border-heading-31 {
    border: 31px solid var(--theme-heading-color) !important;
}

.border-heading-32 {
    border: 32px solid var(--theme-heading-color) !important;
}

.border-heading-33 {
    border: 33px solid var(--theme-heading-color) !important;
}

.border-heading-34 {
    border: 34px solid var(--theme-heading-color) !important;
}

.border-heading-35 {
    border: 35px solid var(--theme-heading-color) !important;
}

.border-heading-36 {
    border: 36px solid var(--theme-heading-color) !important;
}

.border-heading-37 {
    border: 37px solid var(--theme-heading-color) !important;
}

.border-heading-38 {
    border: 38px solid var(--theme-heading-color) !important;
}

.border-heading-39 {
    border: 39px solid var(--theme-heading-color) !important;
}

.border-heading-40 {
    border: 40px solid var(--theme-heading-color) !important;
}

.border-heading-41 {
    border: 41px solid var(--theme-heading-color) !important;
}

.border-heading-42 {
    border: 42px solid var(--theme-heading-color) !important;
}

.border-heading-43 {
    border: 43px solid var(--theme-heading-color) !important;
}

.border-heading-44 {
    border: 44px solid var(--theme-heading-color) !important;
}

.border-heading-45 {
    border: 45px solid var(--theme-heading-color) !important;
}

.border-heading-46 {
    border: 46px solid var(--theme-heading-color) !important;
}

.border-heading-47 {
    border: 47px solid var(--theme-heading-color) !important;
}

.border-heading-48 {
    border: 48px solid var(--theme-heading-color) !important;
}

.border-heading-49 {
    border: 49px solid var(--theme-heading-color) !important;
}

.border-heading-50 {
    border: 50px solid var(--theme-heading-color) !important;
}

.border-transparent-0 {
    border: 0px solid transparent !important;
}

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

.border-transparent-2 {
    border: 2px solid transparent !important;
}

.border-transparent-3 {
    border: 3px solid transparent !important;
}

.border-transparent-4 {
    border: 4px solid transparent !important;
}

.border-transparent-5 {
    border: 5px solid transparent !important;
}

.border-transparent-6 {
    border: 6px solid transparent !important;
}

.border-transparent-7 {
    border: 7px solid transparent !important;
}

.border-transparent-8 {
    border: 8px solid transparent !important;
}

.border-transparent-9 {
    border: 9px solid transparent !important;
}

.border-transparent-10 {
    border: 10px solid transparent !important;
}

.border-transparent-11 {
    border: 11px solid transparent !important;
}

.border-transparent-12 {
    border: 12px solid transparent !important;
}

.border-transparent-13 {
    border: 13px solid transparent !important;
}

.border-transparent-14 {
    border: 14px solid transparent !important;
}

.border-transparent-15 {
    border: 15px solid transparent !important;
}

.border-transparent-16 {
    border: 16px solid transparent !important;
}

.border-transparent-17 {
    border: 17px solid transparent !important;
}

.border-transparent-18 {
    border: 18px solid transparent !important;
}

.border-transparent-19 {
    border: 19px solid transparent !important;
}

.border-transparent-20 {
    border: 20px solid transparent !important;
}

.border-transparent-21 {
    border: 21px solid transparent !important;
}

.border-transparent-22 {
    border: 22px solid transparent !important;
}

.border-transparent-23 {
    border: 23px solid transparent !important;
}

.border-transparent-24 {
    border: 24px solid transparent !important;
}

.border-transparent-25 {
    border: 25px solid transparent !important;
}

.border-transparent-26 {
    border: 26px solid transparent !important;
}

.border-transparent-27 {
    border: 27px solid transparent !important;
}

.border-transparent-28 {
    border: 28px solid transparent !important;
}

.border-transparent-29 {
    border: 29px solid transparent !important;
}

.border-transparent-30 {
    border: 30px solid transparent !important;
}

.border-transparent-31 {
    border: 31px solid transparent !important;
}

.border-transparent-32 {
    border: 32px solid transparent !important;
}

.border-transparent-33 {
    border: 33px solid transparent !important;
}

.border-transparent-34 {
    border: 34px solid transparent !important;
}

.border-transparent-35 {
    border: 35px solid transparent !important;
}

.border-transparent-36 {
    border: 36px solid transparent !important;
}

.border-transparent-37 {
    border: 37px solid transparent !important;
}

.border-transparent-38 {
    border: 38px solid transparent !important;
}

.border-transparent-39 {
    border: 39px solid transparent !important;
}

.border-transparent-40 {
    border: 40px solid transparent !important;
}

.border-transparent-41 {
    border: 41px solid transparent !important;
}

.border-transparent-42 {
    border: 42px solid transparent !important;
}

.border-transparent-43 {
    border: 43px solid transparent !important;
}

.border-transparent-44 {
    border: 44px solid transparent !important;
}

.border-transparent-45 {
    border: 45px solid transparent !important;
}

.border-transparent-46 {
    border: 46px solid transparent !important;
}

.border-transparent-47 {
    border: 47px solid transparent !important;
}

.border-transparent-48 {
    border: 48px solid transparent !important;
}

.border-transparent-49 {
    border: 49px solid transparent !important;
}

.border-transparent-50 {
    border: 50px solid transparent !important;
}

/* Shadow Colors */
.shadow-primary {
    color: var(--theme-primary-color) !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-primary-color) !important;
}

.shadow-secondary {
    color: var(--theme-secondary-color) !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-secondary-color) !important;
}

.shadow-success {
    color: var(--theme-success-color) !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-success-color) !important;
}

.shadow-warning {
    color: var(--theme-warning-color) !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-warning-color) !important;
}

.shadow-danger {
    color: var(--theme-danger-color) !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-danger-color) !important;
}

.shadow-info {
    color: var(--theme-info-color) !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-info-color) !important;
}

.shadow-light {
    color: var(--theme-light-color) !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-light-color) !important;
}

.shadow-dark {
    color: var(--theme-dark-color) !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-dark-color) !important;
}

.shadow-heading {
    color: var(--theme-heading-color) !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-heading-color) !important;
}

.shadow-transparent {
    color: transparent !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px transparent !important;
}

/* Badge Colors */
.badge-primary {
    background-color: var(--theme-primary-color) !important;
    color: var(--theme-light-color) !important;
}

.badge-secondary {
    background-color: var(--theme-secondary-color) !important;
    color: var(--theme-light-color) !important;
}

.badge-success {
    background-color: var(--theme-success-color) !important;
    color: var(--theme-light-color) !important;
}

.badge-warning {
    background-color: var(--theme-warning-color) !important;
    color: var(--theme-light-color) !important;
}

.badge-danger {
    background-color: var(--theme-danger-color) !important;
    color: var(--theme-light-color) !important;
}

.badge-info {
    background-color: var(--theme-info-color) !important;
    color: var(--theme-light-color) !important;
}

.badge-light {
    background-color: var(--theme-light-color) !important;
    color: var(--theme-dark-color) !important;
}

.badge-dark {
    background-color: var(--theme-dark-color) !important;
    color: var(--theme-light-color) !important;
}

.badge-heading {
    background-color: var(--theme-heading-color) !important;
    color: var(--theme-light-color) !important;
}

.badge-transparent {
    background-color: transparent !important;
    color: var(--theme-light-color) !important;
}

/* Button Colors */
.btn-fintello {
    background-color: var(--theme-fintello-color);
    color: var(--theme-light-color) !important;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-fintello:hover {
    background-color: var(--theme-fintello-color-hover) !important;
}

.btn-fintello:active {
    background-color: var(--theme-fintello-color-active) !important;
}

.btn-fintello:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-fintello-color) !important;
}

.btn-primary {
    background-color: var(--theme-primary-color);
    color: var(--theme-light-color) !important;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-primary:hover {
    background-color: var(--theme-primary-color-hover) !important;
}

.btn-primary:active {
    background-color: var(--theme-primary-color-active) !important;
}

.btn-primary:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-primary-color) !important;
}

.btn-secondary {
    background-color: var(--theme-secondary-color);
    color: var(--theme-light-color);
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-secondary:hover {
    background-color: var(--theme-secondary-color-hover) !important;
}

.btn-secondary:active {
    background-color: var(--theme-secondary-color-active) !important;
}

.btn-secondary:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-secondary-color) !important;
}

.btn-success {
    background-color: var(--theme-success-color);
    color: var(--theme-light-color) !important;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-success:hover {
    background-color: var(--theme-success-color-hover) !important;
}

.btn-success:active {
    background-color: var(--theme-success-color-active) !important;
}

.btn-success:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-success-color) !important;
}

.btn-warning {
    background-color: var(--theme-warning-color);
    color: var(--theme-light-color) !important;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-warning:hover {
    background-color: var(--theme-warning-color-hover) !important;
}

.btn-warning:active {
    background-color: var(--theme-warning-color-active) !important;
}

.btn-warning:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-warning-color) !important;
}

.btn-danger {
    background-color: var(--theme-danger-color);
    color: var(--theme-light-color) !important;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-danger:hover {
    background-color: var(--theme-danger-color-hover) !important;
}

.btn-danger:active {
    background-color: var(--theme-danger-color-active) !important;
}

.btn-danger:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-danger-color) !important;
}

.btn-info {
    background-color: var(--theme-info-color);
    color: var(--theme-light-color) !important;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-info:hover {
    background-color: var(--theme-info-color-hover) !important;
}

.btn-info:active {
    background-color: var(--theme-info-color-active) !important;
}

.btn-info:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-info-color) !important;
}

.btn-light {
    background-color: var(--theme-light-color);
    color: var(--theme-dark-color) !important;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-light:hover {
    background-color: var(--theme-light-color-hover) !important;
}

.btn-light:active {
    background-color: var(--theme-light-color-active) !important;
}

.btn-light:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-light-color) !important;
}

.btn-dark {
    background-color: var(--theme-dark-color);
    color: var(--theme-light-color) !important;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-dark:hover {
    background-color: var(--theme-dark-color-hover) !important;
}

.btn-dark:active {
    background-color: var(--theme-dark-color-active) !important;
}

.btn-dark:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-dark-color) !important;
}

.btn-heading {
    background-color: var(--theme-heading-color);
    color: var(--theme-light-color) !important;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-heading:hover {
    background-color: var(--theme-heading-color-hover) !important;
}

.btn-heading:active {
    background-color: var(--theme-heading-color-active) !important;
}

.btn-heading:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-heading-color) !important;
}

.btn-transparent {
    background-color: transparent;
    color: var(--theme-light-color) !important;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-transparent:hover {
    background-color: var(--theme-transparent-color-hover) !important;
}

.btn-transparent:active {
    background-color: var(--theme-transparent-color-active) !important;
}

.btn-transparent:focus {
    outline: none !important;
    box-shadow: var(--theme-box-shadow), 0 0 10px transparent !important;
}

/* Outline Button */
.btn-outline-primary {
    background: #FFFFFFB2;
    color: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-primary:hover {
    background-color: var(--theme-primary-color) !important;
    color: var(--theme-light-color) !important;
}

.btn-outline-primary:active {
    background-color: var(--theme-primary-color-active) !important;
}

.btn-outline-primary:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-primary-color) !important;
}

.btn-outline-secondary {
    background: #FFFFFFB2;
    color: var(--theme-secondary-color);
    border: 1px solid var(--theme-secondary-color);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-secondary:hover {
    background-color: var(--theme-secondary-color) !important;
    color: var(--theme-light-color) !important;
}

.btn-outline-secondary:active {
    background-color: var(--theme-secondary-color-active) !important;
}

.btn-outline-secondary:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-secondary-color) !important;
}

.btn-outline-success {
    background: #FFFFFFB2;
    color: var(--theme-success-color);
    border: 1px solid var(--theme-success-color);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-success:hover {
    background-color: var(--theme-success-color) !important;
    color: var(--theme-light-color) !important;
}

.btn-outline-success:active {
    background-color: var(--theme-success-color-active) !important;
}

.btn-outline-success:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-success-color) !important;
}

.btn-outline-warning {
    background: #FFFFFFB2;
    color: var(--theme-warning-color);
    border: 1px solid var(--theme-warning-color);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-warning:hover {
    background-color: var(--theme-warning-color) !important;
    color: var(--theme-light-color) !important;
}

.btn-outline-warning:active {
    background-color: var(--theme-warning-color-active) !important;
}

.btn-outline-warning:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-warning-color) !important;
}

.btn-outline-danger {
    background: #FFFFFFB2;
    color: var(--theme-danger-color);
    border: 1px solid var(--theme-danger-color);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-danger:hover {
    background-color: var(--theme-danger-color) !important;
    color: var(--theme-light-color) !important;
}

.btn-outline-danger:active {
    background-color: var(--theme-danger-color-active) !important;
}

.btn-outline-danger:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-danger-color) !important;
}

.btn-outline-info {
    background: #FFFFFFB2;
    color: var(--theme-info-color);
    border: 1px solid var(--theme-info-color);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-info:hover {
    background-color: var(--theme-info-color) !important;
    color: var(--theme-light-color) !important;
}

.btn-outline-info:active {
    background-color: var(--theme-info-color-active) !important;
}

.btn-outline-info:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-info-color) !important;
}

.btn-outline-light {
    background: #FFFFFFB2;
    color: var(--theme-light-color);
    border: 1px solid var(--theme-light-color);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-light:hover {
    background-color: var(--theme-light-color) !important;
    color: var(--theme-dark-color) !important;
}

.btn-outline-light:active {
    background-color: var(--theme-light-color-active) !important;
}

.btn-outline-light:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-light-color) !important;
}

.btn-outline-dark {
    background: #FFFFFFB2;
    color: var(--theme-dark-color);
    border: 1px solid var(--theme-dark-color);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-dark:hover {
    background-color: var(--theme-dark-color) !important;
    color: var(--theme-light-color) !important;
}

.btn-outline-dark:active {
    background-color: var(--theme-dark-color-active) !important;
}

.btn-outline-dark:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-dark-color) !important;
}

.btn-outline-heading {
    background-color: transparent;
    color: var(--theme-heading-color);
    border: 1px solid var(--theme-heading-color);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-heading:hover {
    background-color: var(--theme-heading-color) !important;
    color: var(--theme-light-color) !important;
}

.btn-outline-heading:active {
    background-color: var(--theme-heading-color-active) !important;
}

.btn-outline-heading:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-heading-color) !important;
}

.btn-outline-transparent {
    background-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-transparent:hover {
    background-color: transparent !important;
    color: var(--theme-light-color) !important;
}

.btn-outline-transparent:active {
    background-color: var(--theme-transparent-color-active) !important;
}

.btn-outline-transparent:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px transparent !important;
}

/* Shadow Button */
.btn-outline-primary-shadow {
    background: #F2F2FF;
    color: #492E89;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: var(--theme-font-size);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;

    & path {
        fill: #492E89;
    }
}

.btn-outline-primary-shadow:hover {
    background-color: var(--theme-primary-color-shade-1) !important;
    color: var(--theme-primary-color);
}

.btn-outline-primary-shadow:active {
    background-color: var(--theme-primary-color-shade-2) !important;
}

.btn-outline-primary-shadow:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-primary-color-shade-1) !important;
}

.btn-outline-success-shadow {
    background: var(--theme-success-color-shade-1);
    color: var(--theme-success-color);
    border: none;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
}

.btn-outline-success-shadow:hover {
    background-color: var(--theme-success-color-shade-1) !important;
    color: var(--theme-success-color);
}

.btn-outline-success-shadow:active {
    background-color: var(--theme-success-color-shade-2) !important;
}

.btn-outline-success-shadow:focus {
    box-shadow: var(--theme-box-shadow), 0 0 10px var(--theme-success-color-shade-1) !important;
}

/* Generate Padding, Margin, Border Radius, Gap, Font Size, and Line Height */
.padding-0 {
    padding: 0px !important;
}

.padding-1 {
    padding: 1px !important;
}

.padding-2 {
    padding: 2px !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-4 {
    padding: 4px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-6 {
    padding: 6px !important;
}

.padding-7 {
    padding: 7px !important;
}

.padding-8 {
    padding: 8px !important;
}

.padding-9 {
    padding: 9px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-11 {
    padding: 11px !important;
}

.padding-12 {
    padding: 12px !important;
}

.padding-13 {
    padding: 13px !important;
}

.padding-14 {
    padding: 14px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-16 {
    padding: 16px !important;
}

.padding-17 {
    padding: 17px !important;
}

.padding-18 {
    padding: 18px !important;
}

.padding-19 {
    padding: 19px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-21 {
    padding: 21px !important;
}

.padding-22 {
    padding: 22px !important;
}

.padding-23 {
    padding: 23px !important;
}

.padding-24 {
    padding: 24px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-26 {
    padding: 26px !important;
}

.padding-27 {
    padding: 27px !important;
}

.padding-28 {
    padding: 28px !important;
}

.padding-29 {
    padding: 29px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-31 {
    padding: 31px !important;
}

.padding-32 {
    padding: 32px !important;
}

.padding-33 {
    padding: 33px !important;
}

.padding-34 {
    padding: 34px !important;
}

.padding-35 {
    padding: 35px !important;
}

.padding-36 {
    padding: 36px !important;
}

.padding-37 {
    padding: 37px !important;
}

.padding-38 {
    padding: 38px !important;
}

.padding-39 {
    padding: 39px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-41 {
    padding: 41px !important;
}

.padding-42 {
    padding: 42px !important;
}

.padding-43 {
    padding: 43px !important;
}

.padding-44 {
    padding: 44px !important;
}

.padding-45 {
    padding: 45px !important;
}

.padding-46 {
    padding: 46px !important;
}

.padding-47 {
    padding: 47px !important;
}

.padding-48 {
    padding: 48px !important;
}

.padding-49 {
    padding: 49px !important;
}

.padding-50 {
    padding: 50px !important;
}

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

.margin-1 {
    margin: 1px !important;
}

.margin-2 {
    margin: 2px !important;
}

.margin-3 {
    margin: 3px !important;
}

.margin-4 {
    margin: 4px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-6 {
    margin: 6px !important;
}

.margin-7 {
    margin: 7px !important;
}

.margin-8 {
    margin: 8px !important;
}

.margin-9 {
    margin: 9px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-11 {
    margin: 11px !important;
}

.margin-12 {
    margin: 12px !important;
}

.margin-13 {
    margin: 13px !important;
}

.margin-14 {
    margin: 14px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-16 {
    margin: 16px !important;
}

.margin-17 {
    margin: 17px !important;
}

.margin-18 {
    margin: 18px !important;
}

.margin-19 {
    margin: 19px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-21 {
    margin: 21px !important;
}

.margin-22 {
    margin: 22px !important;
}

.margin-23 {
    margin: 23px !important;
}

.margin-24 {
    margin: 24px !important;
}

.margin-25 {
    margin: 25px !important;
}

.margin-26 {
    margin: 26px !important;
}

.margin-27 {
    margin: 27px !important;
}

.margin-28 {
    margin: 28px !important;
}

.margin-29 {
    margin: 29px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-31 {
    margin: 31px !important;
}

.margin-32 {
    margin: 32px !important;
}

.margin-33 {
    margin: 33px !important;
}

.margin-34 {
    margin: 34px !important;
}

.margin-35 {
    margin: 35px !important;
}

.margin-36 {
    margin: 36px !important;
}

.margin-37 {
    margin: 37px !important;
}

.margin-38 {
    margin: 38px !important;
}

.margin-39 {
    margin: 39px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-41 {
    margin: 41px !important;
}

.margin-42 {
    margin: 42px !important;
}

.margin-43 {
    margin: 43px !important;
}

.margin-44 {
    margin: 44px !important;
}

.margin-45 {
    margin: 45px !important;
}

.margin-46 {
    margin: 46px !important;
}

.margin-47 {
    margin: 47px !important;
}

.margin-48 {
    margin: 48px !important;
}

.margin-49 {
    margin: 49px !important;
}

.margin-50 {
    margin: 50px !important;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.border-radius-1 {
    border-radius: 1px !important;
}

.border-radius-2 {
    border-radius: 2px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.border-radius-7 {
    border-radius: 7px !important;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.border-radius-9 {
    border-radius: 9px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-11 {
    border-radius: 11px !important;
}

.border-radius-12 {
    border-radius: 12px !important;
}

.border-radius-13 {
    border-radius: 13px !important;
}

.border-radius-14 {
    border-radius: 14px !important;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.border-radius-16 {
    border-radius: 16px !important;
}

.border-radius-17 {
    border-radius: 17px !important;
}

.border-radius-18 {
    border-radius: 18px !important;
}

.border-radius-19 {
    border-radius: 19px !important;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.border-radius-21 {
    border-radius: 21px !important;
}

.border-radius-22 {
    border-radius: 22px !important;
}

.border-radius-23 {
    border-radius: 23px !important;
}

.border-radius-24 {
    border-radius: 24px !important;
}

.border-radius-25 {
    border-radius: 25px !important;
}

.border-radius-26 {
    border-radius: 26px !important;
}

.border-radius-27 {
    border-radius: 27px !important;
}

.border-radius-28 {
    border-radius: 28px !important;
}

.border-radius-29 {
    border-radius: 29px !important;
}

.border-radius-30 {
    border-radius: 30px !important;
}

.border-radius-31 {
    border-radius: 31px !important;
}

.border-radius-32 {
    border-radius: 32px !important;
}

.border-radius-33 {
    border-radius: 33px !important;
}

.border-radius-34 {
    border-radius: 34px !important;
}

.border-radius-35 {
    border-radius: 35px !important;
}

.border-radius-36 {
    border-radius: 36px !important;
}

.border-radius-37 {
    border-radius: 37px !important;
}

.border-radius-38 {
    border-radius: 38px !important;
}

.border-radius-39 {
    border-radius: 39px !important;
}

.border-radius-40 {
    border-radius: 40px !important;
}

.border-radius-41 {
    border-radius: 41px !important;
}

.border-radius-42 {
    border-radius: 42px !important;
}

.border-radius-43 {
    border-radius: 43px !important;
}

.border-radius-44 {
    border-radius: 44px !important;
}

.border-radius-45 {
    border-radius: 45px !important;
}

.border-radius-46 {
    border-radius: 46px !important;
}

.border-radius-47 {
    border-radius: 47px !important;
}

.border-radius-48 {
    border-radius: 48px !important;
}

.border-radius-49 {
    border-radius: 49px !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.border-top-left-radius-0 {
    border-top-left-radius: 0px !important;
}

.border-top-left-radius-1 {
    border-top-left-radius: 1px !important;
}

.border-top-left-radius-2 {
    border-top-left-radius: 2px !important;
}

.border-top-left-radius-3 {
    border-top-left-radius: 3px !important;
}

.border-top-left-radius-4 {
    border-top-left-radius: 4px !important;
}

.border-top-left-radius-5 {
    border-top-left-radius: 5px !important;
}

.border-top-left-radius-6 {
    border-top-left-radius: 6px !important;
}

.border-top-left-radius-7 {
    border-top-left-radius: 7px !important;
}

.border-top-left-radius-8 {
    border-top-left-radius: 8px !important;
}

.border-top-left-radius-9 {
    border-top-left-radius: 9px !important;
}

.border-top-left-radius-10 {
    border-top-left-radius: 10px !important;
}

.border-top-left-radius-11 {
    border-top-left-radius: 11px !important;
}

.border-top-left-radius-12 {
    border-top-left-radius: 12px !important;
}

.border-top-left-radius-13 {
    border-top-left-radius: 13px !important;
}

.border-top-left-radius-14 {
    border-top-left-radius: 14px !important;
}

.border-top-left-radius-15 {
    border-top-left-radius: 15px !important;
}

.border-top-left-radius-16 {
    border-top-left-radius: 16px !important;
}

.border-top-left-radius-17 {
    border-top-left-radius: 17px !important;
}

.border-top-left-radius-18 {
    border-top-left-radius: 18px !important;
}

.border-top-left-radius-19 {
    border-top-left-radius: 19px !important;
}

.border-top-left-radius-20 {
    border-top-left-radius: 20px !important;
}

.border-top-left-radius-21 {
    border-top-left-radius: 21px !important;
}

.border-top-left-radius-22 {
    border-top-left-radius: 22px !important;
}

.border-top-left-radius-23 {
    border-top-left-radius: 23px !important;
}

.border-top-left-radius-24 {
    border-top-left-radius: 24px !important;
}

.border-top-left-radius-25 {
    border-top-left-radius: 25px !important;
}

.border-top-left-radius-26 {
    border-top-left-radius: 26px !important;
}

.border-top-left-radius-27 {
    border-top-left-radius: 27px !important;
}

.border-top-left-radius-28 {
    border-top-left-radius: 28px !important;
}

.border-top-left-radius-29 {
    border-top-left-radius: 29px !important;
}

.border-top-left-radius-30 {
    border-top-left-radius: 30px !important;
}

.border-top-left-radius-31 {
    border-top-left-radius: 31px !important;
}

.border-top-left-radius-32 {
    border-top-left-radius: 32px !important;
}

.border-top-left-radius-33 {
    border-top-left-radius: 33px !important;
}

.border-top-left-radius-34 {
    border-top-left-radius: 34px !important;
}

.border-top-left-radius-35 {
    border-top-left-radius: 35px !important;
}

.border-top-left-radius-36 {
    border-top-left-radius: 36px !important;
}

.border-top-left-radius-37 {
    border-top-left-radius: 37px !important;
}

.border-top-left-radius-38 {
    border-top-left-radius: 38px !important;
}

.border-top-left-radius-39 {
    border-top-left-radius: 39px !important;
}

.border-top-left-radius-40 {
    border-top-left-radius: 40px !important;
}

.border-top-left-radius-41 {
    border-top-left-radius: 41px !important;
}

.border-top-left-radius-42 {
    border-top-left-radius: 42px !important;
}

.border-top-left-radius-43 {
    border-top-left-radius: 43px !important;
}

.border-top-left-radius-44 {
    border-top-left-radius: 44px !important;
}

.border-top-left-radius-45 {
    border-top-left-radius: 45px !important;
}

.border-top-left-radius-46 {
    border-top-left-radius: 46px !important;
}

.border-top-left-radius-47 {
    border-top-left-radius: 47px !important;
}

.border-top-left-radius-48 {
    border-top-left-radius: 48px !important;
}

.border-top-left-radius-49 {
    border-top-left-radius: 49px !important;
}

.border-top-left-radius-50 {
    border-top-left-radius: 50px !important;
}

.border-top-right-radius-0 {
    border-top-right-radius: 0px !important;
}

.border-top-right-radius-1 {
    border-top-right-radius: 1px !important;
}

.border-top-right-radius-2 {
    border-top-right-radius: 2px !important;
}

.border-top-right-radius-3 {
    border-top-right-radius: 3px !important;
}

.border-top-right-radius-4 {
    border-top-right-radius: 4px !important;
}

.border-top-right-radius-5 {
    border-top-right-radius: 5px !important;
}

.border-top-right-radius-6 {
    border-top-right-radius: 6px !important;
}

.border-top-right-radius-7 {
    border-top-right-radius: 7px !important;
}

.border-top-right-radius-8 {
    border-top-right-radius: 8px !important;
}

.border-top-right-radius-9 {
    border-top-right-radius: 9px !important;
}

.border-top-right-radius-10 {
    border-top-right-radius: 10px !important;
}

.border-top-right-radius-11 {
    border-top-right-radius: 11px !important;
}

.border-top-right-radius-12 {
    border-top-right-radius: 12px !important;
}

.border-top-right-radius-13 {
    border-top-right-radius: 13px !important;
}

.border-top-right-radius-14 {
    border-top-right-radius: 14px !important;
}

.border-top-right-radius-15 {
    border-top-right-radius: 15px !important;
}

.border-top-right-radius-16 {
    border-top-right-radius: 16px !important;
}

.border-top-right-radius-17 {
    border-top-right-radius: 17px !important;
}

.border-top-right-radius-18 {
    border-top-right-radius: 18px !important;
}

.border-top-right-radius-19 {
    border-top-right-radius: 19px !important;
}

.border-top-right-radius-20 {
    border-top-right-radius: 20px !important;
}

.border-top-right-radius-21 {
    border-top-right-radius: 21px !important;
}

.border-top-right-radius-22 {
    border-top-right-radius: 22px !important;
}

.border-top-right-radius-23 {
    border-top-right-radius: 23px !important;
}

.border-top-right-radius-24 {
    border-top-right-radius: 24px !important;
}

.border-top-right-radius-25 {
    border-top-right-radius: 25px !important;
}

.border-top-right-radius-26 {
    border-top-right-radius: 26px !important;
}

.border-top-right-radius-27 {
    border-top-right-radius: 27px !important;
}

.border-top-right-radius-28 {
    border-top-right-radius: 28px !important;
}

.border-top-right-radius-29 {
    border-top-right-radius: 29px !important;
}

.border-top-right-radius-30 {
    border-top-right-radius: 30px !important;
}

.border-top-right-radius-31 {
    border-top-right-radius: 31px !important;
}

.border-top-right-radius-32 {
    border-top-right-radius: 32px !important;
}

.border-top-right-radius-33 {
    border-top-right-radius: 33px !important;
}

.border-top-right-radius-34 {
    border-top-right-radius: 34px !important;
}

.border-top-right-radius-35 {
    border-top-right-radius: 35px !important;
}

.border-top-right-radius-36 {
    border-top-right-radius: 36px !important;
}

.border-top-right-radius-37 {
    border-top-right-radius: 37px !important;
}

.border-top-right-radius-38 {
    border-top-right-radius: 38px !important;
}

.border-top-right-radius-39 {
    border-top-right-radius: 39px !important;
}

.border-top-right-radius-40 {
    border-top-right-radius: 40px !important;
}

.border-top-right-radius-41 {
    border-top-right-radius: 41px !important;
}

.border-top-right-radius-42 {
    border-top-right-radius: 42px !important;
}

.border-top-right-radius-43 {
    border-top-right-radius: 43px !important;
}

.border-top-right-radius-44 {
    border-top-right-radius: 44px !important;
}

.border-top-right-radius-45 {
    border-top-right-radius: 45px !important;
}

.border-top-right-radius-46 {
    border-top-right-radius: 46px !important;
}

.border-top-right-radius-47 {
    border-top-right-radius: 47px !important;
}

.border-top-right-radius-48 {
    border-top-right-radius: 48px !important;
}

.border-top-right-radius-49 {
    border-top-right-radius: 49px !important;
}

.border-top-right-radius-50 {
    border-top-right-radius: 50px !important;
}

.border-bottom-left-radius-0 {
    border-bottom-left-radius: 0px !important;
}

.border-bottom-left-radius-1 {
    border-bottom-left-radius: 1px !important;
}

.border-bottom-left-radius-2 {
    border-bottom-left-radius: 2px !important;
}

.border-bottom-left-radius-3 {
    border-bottom-left-radius: 3px !important;
}

.border-bottom-left-radius-4 {
    border-bottom-left-radius: 4px !important;
}

.border-bottom-left-radius-5 {
    border-bottom-left-radius: 5px !important;
}

.border-bottom-left-radius-6 {
    border-bottom-left-radius: 6px !important;
}

.border-bottom-left-radius-7 {
    border-bottom-left-radius: 7px !important;
}

.border-bottom-left-radius-8 {
    border-bottom-left-radius: 8px !important;
}

.border-bottom-left-radius-9 {
    border-bottom-left-radius: 9px !important;
}

.border-bottom-left-radius-10 {
    border-bottom-left-radius: 10px !important;
}

.border-bottom-left-radius-11 {
    border-bottom-left-radius: 11px !important;
}

.border-bottom-left-radius-12 {
    border-bottom-left-radius: 12px !important;
}

.border-bottom-left-radius-13 {
    border-bottom-left-radius: 13px !important;
}

.border-bottom-left-radius-14 {
    border-bottom-left-radius: 14px !important;
}

.border-bottom-left-radius-15 {
    border-bottom-left-radius: 15px !important;
}

.border-bottom-left-radius-16 {
    border-bottom-left-radius: 16px !important;
}

.border-bottom-left-radius-17 {
    border-bottom-left-radius: 17px !important;
}

.border-bottom-left-radius-18 {
    border-bottom-left-radius: 18px !important;
}

.border-bottom-left-radius-19 {
    border-bottom-left-radius: 19px !important;
}

.border-bottom-left-radius-20 {
    border-bottom-left-radius: 20px !important;
}

.border-bottom-left-radius-21 {
    border-bottom-left-radius: 21px !important;
}

.border-bottom-left-radius-22 {
    border-bottom-left-radius: 22px !important;
}

.border-bottom-left-radius-23 {
    border-bottom-left-radius: 23px !important;
}

.border-bottom-left-radius-24 {
    border-bottom-left-radius: 24px !important;
}

.border-bottom-left-radius-25 {
    border-bottom-left-radius: 25px !important;
}

.border-bottom-left-radius-26 {
    border-bottom-left-radius: 26px !important;
}

.border-bottom-left-radius-27 {
    border-bottom-left-radius: 27px !important;
}

.border-bottom-left-radius-28 {
    border-bottom-left-radius: 28px !important;
}

.border-bottom-left-radius-29 {
    border-bottom-left-radius: 29px !important;
}

.border-bottom-left-radius-30 {
    border-bottom-left-radius: 30px !important;
}

.border-bottom-left-radius-31 {
    border-bottom-left-radius: 31px !important;
}

.border-bottom-left-radius-32 {
    border-bottom-left-radius: 32px !important;
}

.border-bottom-left-radius-33 {
    border-bottom-left-radius: 33px !important;
}

.border-bottom-left-radius-34 {
    border-bottom-left-radius: 34px !important;
}

.border-bottom-left-radius-35 {
    border-bottom-left-radius: 35px !important;
}

.border-bottom-left-radius-36 {
    border-bottom-left-radius: 36px !important;
}

.border-bottom-left-radius-37 {
    border-bottom-left-radius: 37px !important;
}

.border-bottom-left-radius-38 {
    border-bottom-left-radius: 38px !important;
}

.border-bottom-left-radius-39 {
    border-bottom-left-radius: 39px !important;
}

.border-bottom-left-radius-40 {
    border-bottom-left-radius: 40px !important;
}

.border-bottom-left-radius-41 {
    border-bottom-left-radius: 41px !important;
}

.border-bottom-left-radius-42 {
    border-bottom-left-radius: 42px !important;
}

.border-bottom-left-radius-43 {
    border-bottom-left-radius: 43px !important;
}

.border-bottom-left-radius-44 {
    border-bottom-left-radius: 44px !important;
}

.border-bottom-left-radius-45 {
    border-bottom-left-radius: 45px !important;
}

.border-bottom-left-radius-46 {
    border-bottom-left-radius: 46px !important;
}

.border-bottom-left-radius-47 {
    border-bottom-left-radius: 47px !important;
}

.border-bottom-left-radius-48 {
    border-bottom-left-radius: 48px !important;
}

.border-bottom-left-radius-49 {
    border-bottom-left-radius: 49px !important;
}

.border-bottom-left-radius-50 {
    border-bottom-left-radius: 50px !important;
}

.border-bottom-right-radius-0 {
    border-bottom-right-radius: 0px !important;
}

.border-bottom-right-radius-1 {
    border-bottom-right-radius: 1px !important;
}

.border-bottom-right-radius-2 {
    border-bottom-right-radius: 2px !important;
}

.border-bottom-right-radius-3 {
    border-bottom-right-radius: 3px !important;
}

.border-bottom-right-radius-4 {
    border-bottom-right-radius: 4px !important;
}

.border-bottom-right-radius-5 {
    border-bottom-right-radius: 5px !important;
}

.border-bottom-right-radius-6 {
    border-bottom-right-radius: 6px !important;
}

.border-bottom-right-radius-7 {
    border-bottom-right-radius: 7px !important;
}

.border-bottom-right-radius-8 {
    border-bottom-right-radius: 8px !important;
}

.border-bottom-right-radius-9 {
    border-bottom-right-radius: 9px !important;
}

.border-bottom-right-radius-10 {
    border-bottom-right-radius: 10px !important;
}

.border-bottom-right-radius-11 {
    border-bottom-right-radius: 11px !important;
}

.border-bottom-right-radius-12 {
    border-bottom-right-radius: 12px !important;
}

.border-bottom-right-radius-13 {
    border-bottom-right-radius: 13px !important;
}

.border-bottom-right-radius-14 {
    border-bottom-right-radius: 14px !important;
}

.border-bottom-right-radius-15 {
    border-bottom-right-radius: 15px !important;
}

.border-bottom-right-radius-16 {
    border-bottom-right-radius: 16px !important;
}

.border-bottom-right-radius-17 {
    border-bottom-right-radius: 17px !important;
}

.border-bottom-right-radius-18 {
    border-bottom-right-radius: 18px !important;
}

.border-bottom-right-radius-19 {
    border-bottom-right-radius: 19px !important;
}

.border-bottom-right-radius-20 {
    border-bottom-right-radius: 20px !important;
}

.border-bottom-right-radius-21 {
    border-bottom-right-radius: 21px !important;
}

.border-bottom-right-radius-22 {
    border-bottom-right-radius: 22px !important;
}

.border-bottom-right-radius-23 {
    border-bottom-right-radius: 23px !important;
}

.border-bottom-right-radius-24 {
    border-bottom-right-radius: 24px !important;
}

.border-bottom-right-radius-25 {
    border-bottom-right-radius: 25px !important;
}

.border-bottom-right-radius-26 {
    border-bottom-right-radius: 26px !important;
}

.border-bottom-right-radius-27 {
    border-bottom-right-radius: 27px !important;
}

.border-bottom-right-radius-28 {
    border-bottom-right-radius: 28px !important;
}

.border-bottom-right-radius-29 {
    border-bottom-right-radius: 29px !important;
}

.border-bottom-right-radius-30 {
    border-bottom-right-radius: 30px !important;
}

.border-bottom-right-radius-31 {
    border-bottom-right-radius: 31px !important;
}

.border-bottom-right-radius-32 {
    border-bottom-right-radius: 32px !important;
}

.border-bottom-right-radius-33 {
    border-bottom-right-radius: 33px !important;
}

.border-bottom-right-radius-34 {
    border-bottom-right-radius: 34px !important;
}

.border-bottom-right-radius-35 {
    border-bottom-right-radius: 35px !important;
}

.border-bottom-right-radius-36 {
    border-bottom-right-radius: 36px !important;
}

.border-bottom-right-radius-37 {
    border-bottom-right-radius: 37px !important;
}

.border-bottom-right-radius-38 {
    border-bottom-right-radius: 38px !important;
}

.border-bottom-right-radius-39 {
    border-bottom-right-radius: 39px !important;
}

.border-bottom-right-radius-40 {
    border-bottom-right-radius: 40px !important;
}

.border-bottom-right-radius-41 {
    border-bottom-right-radius: 41px !important;
}

.border-bottom-right-radius-42 {
    border-bottom-right-radius: 42px !important;
}

.border-bottom-right-radius-43 {
    border-bottom-right-radius: 43px !important;
}

.border-bottom-right-radius-44 {
    border-bottom-right-radius: 44px !important;
}

.border-bottom-right-radius-45 {
    border-bottom-right-radius: 45px !important;
}

.border-bottom-right-radius-46 {
    border-bottom-right-radius: 46px !important;
}

.border-bottom-right-radius-47 {
    border-bottom-right-radius: 47px !important;
}

.border-bottom-right-radius-48 {
    border-bottom-right-radius: 48px !important;
}

.border-bottom-right-radius-49 {
    border-bottom-right-radius: 49px !important;
}

.border-bottom-right-radius-50 {
    border-bottom-right-radius: 50px !important;
}

.gap-0 {
    gap: 0px !important;
}

.gap-1 {
    gap: 1px !important;
}

.gap-2 {
    gap: 2px !important;
}

.gap-3 {
    gap: 3px !important;
}

.gap-4 {
    gap: 4px !important;
}

.gap-5 {
    gap: 5px !important;
}

.gap-6 {
    gap: 6px !important;
}

.gap-7 {
    gap: 7px !important;
}

.gap-8 {
    gap: 8px !important;
}

.gap-9 {
    gap: 9px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-11 {
    gap: 11px !important;
}

.gap-12 {
    gap: 12px !important;
}

.gap-13 {
    gap: 13px !important;
}

.gap-14 {
    gap: 14px !important;
}

.gap-15 {
    gap: 15px !important;
}

.gap-16 {
    gap: 16px !important;
}

.gap-17 {
    gap: 17px !important;
}

.gap-18 {
    gap: 18px !important;
}

.gap-19 {
    gap: 19px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-21 {
    gap: 21px !important;
}

.gap-22 {
    gap: 22px !important;
}

.gap-23 {
    gap: 23px !important;
}

.gap-24 {
    gap: 24px !important;
}

.gap-25 {
    gap: 25px !important;
}

.gap-26 {
    gap: 26px !important;
}

.gap-27 {
    gap: 27px !important;
}

.gap-28 {
    gap: 28px !important;
}

.gap-29 {
    gap: 29px !important;
}

.gap-30 {
    gap: 30px !important;
}

.gap-31 {
    gap: 31px !important;
}

.gap-32 {
    gap: 32px !important;
}

.gap-33 {
    gap: 33px !important;
}

.gap-34 {
    gap: 34px !important;
}

.gap-35 {
    gap: 35px !important;
}

.gap-36 {
    gap: 36px !important;
}

.gap-37 {
    gap: 37px !important;
}

.gap-38 {
    gap: 38px !important;
}

.gap-39 {
    gap: 39px !important;
}

.gap-40 {
    gap: 40px !important;
}

.gap-41 {
    gap: 41px !important;
}

.gap-42 {
    gap: 42px !important;
}

.gap-43 {
    gap: 43px !important;
}

.gap-44 {
    gap: 44px !important;
}

.gap-45 {
    gap: 45px !important;
}

.gap-46 {
    gap: 46px !important;
}

.gap-47 {
    gap: 47px !important;
}

.gap-48 {
    gap: 48px !important;
}

.gap-49 {
    gap: 49px !important;
}

.gap-50 {
    gap: 50px !important;
}

.font-size-0 {
    font-size: 0px !important;
}

.font-size-1 {
    font-size: 1px !important;
}

.font-size-2 {
    font-size: 2px !important;
}

.font-size-3 {
    font-size: 3px !important;
}

.font-size-4 {
    font-size: 4px !important;
}

.font-size-5 {
    font-size: 5px !important;
}

.font-size-6 {
    font-size: 6px !important;
}

.font-size-7 {
    font-size: 7px !important;
}

.font-size-8 {
    font-size: 8px !important;
}

.font-size-9 {
    font-size: 9px !important;
}

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

.font-size-11 {
    font-size: 11px !important;
}

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

.font-size-13 {
    font-size: 13px !important;
}

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

.font-size-15 {
    font-size: 15px !important;
}

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

.font-size-17 {
    font-size: 17px !important;
}

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

.font-size-19 {
    font-size: 19px !important;
}

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

.font-size-21 {
    font-size: 21px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

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

.font-size-25 {
    font-size: 25px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-27 {
    font-size: 27px !important;
}

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

.font-size-29 {
    font-size: 29px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-31 {
    font-size: 31px !important;
}

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

.font-size-33 {
    font-size: 33px !important;
}

.font-size-34 {
    font-size: 34px !important;
}

.font-size-35 {
    font-size: 35px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-37 {
    font-size: 37px !important;
}

.font-size-38 {
    font-size: 38px !important;
}

.font-size-39 {
    font-size: 39px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-41 {
    font-size: 41px !important;
}

.font-size-42 {
    font-size: 42px !important;
}

.font-size-43 {
    font-size: 43px !important;
}

.font-size-44 {
    font-size: 44px !important;
}

.font-size-45 {
    font-size: 45px !important;
}

.font-size-46 {
    font-size: 46px !important;
}

.font-size-47 {
    font-size: 47px !important;
}

.font-size-48 {
    font-size: 48px !important;
}

.font-size-49 {
    font-size: 49px !important;
}

.font-size-50 {
    font-size: 50px !important;
}

.line-height-0 {
    line-height: 0px !important;
}

.line-height-1 {
    line-height: 1px !important;
}

.line-height-2 {
    line-height: 2px !important;
}

.line-height-3 {
    line-height: 3px !important;
}

.line-height-4 {
    line-height: 4px !important;
}

.line-height-5 {
    line-height: 5px !important;
}

.line-height-6 {
    line-height: 6px !important;
}

.line-height-7 {
    line-height: 7px !important;
}

.line-height-8 {
    line-height: 8px !important;
}

.line-height-9 {
    line-height: 9px !important;
}

.line-height-10 {
    line-height: 10px !important;
}

.line-height-11 {
    line-height: 11px !important;
}

.line-height-12 {
    line-height: 12px !important;
}

.line-height-13 {
    line-height: 13px !important;
}

.line-height-14 {
    line-height: 14px !important;
}

.line-height-15 {
    line-height: 15px !important;
}

.line-height-16 {
    line-height: 16px !important;
}

.line-height-17 {
    line-height: 17px !important;
}

.line-height-18 {
    line-height: 18px !important;
}

.line-height-19 {
    line-height: 19px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-21 {
    line-height: 21px !important;
}

.line-height-22 {
    line-height: 22px !important;
}

.line-height-23 {
    line-height: 23px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.line-height-25 {
    line-height: 25px !important;
}

.line-height-26 {
    line-height: 26px !important;
}

.line-height-27 {
    line-height: 27px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.line-height-29 {
    line-height: 29px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-31 {
    line-height: 31px !important;
}

.line-height-32 {
    line-height: 32px !important;
}

.line-height-33 {
    line-height: 33px !important;
}

.line-height-34 {
    line-height: 34px !important;
}

.line-height-35 {
    line-height: 35px !important;
}

.line-height-36 {
    line-height: 36px !important;
}

.line-height-37 {
    line-height: 37px !important;
}

.line-height-38 {
    line-height: 38px !important;
}

.line-height-39 {
    line-height: 39px !important;
}

.line-height-40 {
    line-height: 40px !important;
}

.line-height-41 {
    line-height: 41px !important;
}

.line-height-42 {
    line-height: 42px !important;
}

.line-height-43 {
    line-height: 43px !important;
}

.line-height-44 {
    line-height: 44px !important;
}

.line-height-45 {
    line-height: 45px !important;
}

.line-height-46 {
    line-height: 46px !important;
}

.line-height-47 {
    line-height: 47px !important;
}

.line-height-48 {
    line-height: 48px !important;
}

.line-height-49 {
    line-height: 49px !important;
}

.line-height-50 {
    line-height: 50px !important;
}


.width-300 {
    width: 300px;
}

.width-200 {
    width: 200px;
}

.mx-width-150 {
    max-width: 150px;
}

.mx-width-200 {
    max-width: 200px;
}

/* Visibility Utility Classes */
.visibility-hidden {
    visibility: hidden !important;
}

.visibility-visible {
    visibility: visible !important;
}

.modal-open .modal {
    backdrop-filter: blur(3px);
}

.mx-width-120 {
    max-width: 120px;
}

.modal-content {
    border-radius: 24px !important;
    border-top: 2px solid var(--theme-primary-color) !important;
    border-bottom: 5px solid var(--theme-primary-color) !important;
    background: #fff !important;
    box-shadow: none !important;
    font-family: sans-serif !important;
    font-size: 14px !important;

    & h4 {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
    }
}

.modal-body {
    background: transparent !important;
    font-family: "Inter", serif;
}

.modal-content .modal-header {
    border: none !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(179, 164, 249, 0.5) !important;
    position: relative;
    color: var(--theme-heading-color) !important;
}

.close-modal {
    position: absolute;
    width: 35px;
    height: 35px;
    padding: 5px;
    right: -10px;
    top: -10px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--theme-box-shadow);
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: var(--theme-primary-color);
}


/* The slider */
.switch-input {
    display: flex;
    align-items: center;
}

.custom-switch {
    display: none;
    /* Hide the default checkbox */
}

.switch {
    position: relative;
    width: 40px;
    height: 20px;
    background-color: #C8C8C8;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: auto;
}

.switch::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s;
}

/* Checked state */
.custom-switch:checked+.switch {
    background-color: var(--theme-primary-color);
    /* Primary color when checked */
}

.custom-switch:checked+.switch::before {
    transform: translateX(20px);
    /* Move the switch toggle to the right */
}

/* Links */
a {
    color: var(--theme-primary-color);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: unset;
    background-color: unset;
    border-color: unset;
}

#vapi_ai_assistant_section {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;

    & input,
    & textarea {
        margin: 0px;
        padding: 10px 15px;
        border: 1px solid var(--theme-primary-color-shade-6);
        border-radius: 9px;
        box-shadow: 0px 0px 2px 2px #E9E0FF;
        width: 100%;
        outline: none !important;

        &:focus {
            box-shadow: 0px 0px 3px 3px #E9E0FF;
        }
    }

    svg {
        width: auto !important;
    }

    h5 {
        font-weight: 600;
    }

    * {
        font-family: "Inter", serif;
    }

    & .header {
        background: var(--theme-light-color);
        border: 1px solid var(--theme-primary-color-shade-1) !important;
        border-radius: 15px;
        box-shadow: var(--theme-box-shadow-shade-1) !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        margin: 10px 0px;

        & .left {
            display: flex;
            align-items: center;
            gap: 4px;

            & .header_logo:first-child {
                padding: 8px 15px !important;
                border-radius: 15px;
            }

            & .header_logo {
                border: 1px solid var(--theme-primary-color-shade-1) !important;
                border-radius: 8px;
                display: flex;
                align-items: center;
                gap: 5px;
                padding: 8px 5px;
                color: var(--theme-primary-color);
                font-weight: 700;
                background: var(--theme-primary-color-shade-2);

                & span.ai {
                    width: 25px;
                    height: 25px;
                    background-color: var(--theme-primary-color);
                    border-radius: 50%;
                    color: var(--theme-light-color);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: 700;
                }

                & span {
                    height: 35px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: auto;
                }
            }
        }

        & .right {
            display: flex;
            align-items: center;
            gap: 10px;

            & .btn-primary {
                border-radius: 15px !important;
            }
        }
    }

    & .section_body {
        background: var(--theme-light-color);
        border: 1px solid var(--theme-primary-color-shade-1) !important;
        border-radius: 15px;
        box-shadow: var(--theme-box-shadow) !important;
        padding: 10px;
        margin: 10px 0px;
        padding-bottom: 100px;



        & .nodata {
            width: 100%;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            position: relative;

            & img.position-absolute {
                width: 350px;
                height: auto;
                opacity: 0.05;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            & .gif {
                width: 100px;
            }

            & span {
                font-weight: 700;
                color: var(--theme-primary-color);
            }

            & p {
                font-weight: 700;
                color: var(--theme-secondary-color-shade-1);
            }
        }

        table {
            border: none;
            width: 100%;
            border-collapse: separate;
            border-spacing: 0 15px;

            & thead {
                border-radius: 15px;
            }

            & thead tr {
                border-radius: 15px;
                box-shadow: var(--theme-box-shadow-shade-1) !important;

                & th {
                    color: var(--theme-primary-color-shade-5);
                    font-size: 12px;
                    height: 50px;
                    vertical-align: middle;
                    border: none !important;
                }

                & th:first-child {
                    border-radius: 15px 0 0 15px;
                }

                & th:last-child {
                    border-radius: 0 15px 15px 0;
                }

                & th:nth-child(odd) {
                    background: var(--theme-primary-color-shade-3);
                }

                & th:nth-child(even) {
                    background: var(--theme-primary-color-shade-4);
                }
            }

            & tbody {
                border-spacing: 0 10px;

                & tr {
                    box-shadow: var(--theme-box-shadow-shade-1) !important;
                    margin: 10px auto;
                    border-radius: 15px;

                    & td {
                        color: var(--theme-primary-color-shade-5);
                        font-size: 12px;
                        height: 50px;
                        vertical-align: middle;
                        border: none !important;
                        border-top: 1px solid var(--theme-primary-color-shade-1) !important;

                    }

                    & td:first-child {
                        border-radius: 15px 0 0 15px;
                    }

                    & td:last-child {
                        border-radius: 0 15px 15px 0;
                    }

                }
            }
        }
    }

    .modal-footer {
        p {
            font-size: 12px;
            margin-bottom: 0px !important;
        }
    }

    .modal .modal-dialog {
        transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        transform: translate(50%, 50%) scale(0.2);
        /* Start from the top-right corner */
        opacity: 0;
        /* Start with transparency */
    }

    .modal.show .modal-dialog {
        transform: translate(0, 0) scale(1);
        /* Move to the center and full size */
        opacity: 1;
        /* Fully visible */
    }

    .dropzieToggle {
        margin: 0px;
        padding: 10px 15px;
        border: 1px solid var(--theme-primary-color-shade-6);
        border-radius: 9px;
        box-shadow: 0px 0px 2px 2px #E9E0FF;
        width: 100%;
        outline: none !important;
        height: auto !important;
    }

    & .ai_assistant_logo {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    & .assistant_id {
        border-radius: 4px;
        border: 1px solid #E2E2E2;
        background: #F5F5F5;
        padding: 5px 10px;
        color: #8B8B8B;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 210px;
    }

    & .assistant_dropdown {
        cursor: pointer;
        padding: 5px 10px;
    }

    & .ai_assistant_provider_cost_div {
        border: 1px solid #C4AFF5;
        border-radius: 7px;
        padding: 20px 10px;
        width: 100%;

        & .ai_assistant_provider_cost_div_inner_div {
            display: flex;
            justify-content: space-between;
            align-items: center;

            & .heading {
                font-weight: 700;
                font-size: 16px;
                display: flex;
                align-items: center;
            }
        }

        & .ai_assistant_provider_cost_div_inner_div_hr {
            border-top: 1px solid #E6DCFF;
            margin-left: -10px;
            width: calc(100% + 20px);
        }


    }

    & .dropdown-item {
        display: flex !important;
        gap: 10px !important;
        padding: 8px 15px !important;
    }

    & .dropdown-item:first-child {
        border-radius: 5px 5px 0px 0px !important;
    }

    & .dropdown-item:last-child {
        border-radius: 0px 0px 5px 5px !important;
    }

    & .dropdown-item.active,
    & .dropdown-item:active {
        color: #000 !important;
        text-decoration: none;
        background-color: #E6DCFF !important;
    }

    & .dropdown-menu {
        border: none !important;
        border-radius: 5px !important;
        box-shadow: 1px 1px 4px 3px rgb(102 102 102 / 21%) !important;
        padding: 0px !important;
    }

    & .assistant_log_modal_tabs {
        border: 1px solid #D6CEF6;
        border-radius: 7px;
        padding: 5px 10px;
        transition: all 0.5s ease-in;
        cursor: pointer;

        &.active {
            background: #6446EF26;
        }
    }

    & .assistant_log_modal_tab_body {
        padding: 10px 15px;
        transition: all 0.5s ease-in;
        display: none;
        color: #505360 !important;
        max-height: 450px;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        border: 1px solid #7155EF59;
        border-radius: 15px;

        &.active {
            display: block;
        }

        & #assistant_log_modal_callog_table {

            & .tr:last-child {
                border-bottom: none !important;
            }

            & .tr {
                border-bottom: 1px solid #7155EF59;
                display: flex;
                align-items: center;
                justify-content: space-between;

                & .td {
                    padding: 10px 5px;
                    white-space: nowrap;
                }

                & .td-2 {
                    color: var(--theme-primary-color);
                }

                & .td-3 {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }
        }
    }

    & .ai_assistant_logo_td {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
    }

    label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .customdropdown {
        position: relative;
        z-index: 2;
        padding: 5px;
        display: inline-block;

        & .customdropdown-toggle {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
        }

        & .customdropdown-menu {
            display: none;
            position: absolute;
            top: calc(100% - 20px);
            right: calc(100% - 10px);
            width: auto;
            min-width: 100px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: var(--theme-box-shadow-shade-1) !important;

            &.show {
                display: block;
            }

            & a {
                text-decoration: none;
            }

            & .customdropdown-item {
                cursor: pointer;
                display: flex;
                align-items: center;
                gap: 5px;
                padding: 10px;
                color: #333;
                white-space: nowrap;
                transition: all 0.2s ease-in-out;

                &:hover {
                    background: #7155ef1f;
                }

                & span {
                    display: flex;
                    align-items: center;
                    font-size: 13px;
                }
            }
        }
    }

    & .leadviewcalllogs-card {
        border: 1px solid #9A73F9 !important;
        border-bottom: 5px solid #9A73F9 !important;
        border-radius: 15px !important;
        background: #fff !important;

        & .heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 20px 10px 0px 10px;

            & .heading-title {
                font-size: 16px;
                display: flex;
                align-items: center;
                justify-content: start;
                width: auto;
                gap: 5px;
                font-weight: 600;
            }

            & .call-logs-list-search {
                display: flex;
                align-items: center;
                gap: 5px;
                position: relative;

                & .search-icon {
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    transform: translateY(-50%);
                    color: #DFDFDF;
                }

                & input {
                    width: 100%;
                    padding: 10px 40px 10px 10px;
                    border-radius: 10px;
                    border: 1px solid #9A73F9;
                    outline: none;
                    border: 1px solid #F4F4F4 !important;
                    box-shadow: none !important;
                    background: #F4F4F4 !important;
                }
            }
        }

    }
}

.mb--6 {
    margin-bottom: -6px !important;
}

.btn-primary-zigzag {
    background: linear-gradient(-600deg, #6b4eed 50%, #7253fcf2 57%) !important;
    transition: background 0.5s ease !important;

    &:hover {
        transition: background 0.5s ease !important;
        background: linear-gradient(-600deg, #6b4eed 100%, #7253fcf2 17%) !important;
    }
}

.theme-secondary-color-shade-2 {
    color: var(--theme-secondary-color-shade-2) !important;
}

.theme-secondary-color-shade-3 {
    color: var(--theme-secondary-color-shade-3) !important;
}

.bg-theme-secondary-color-shade-3 {
    background: var(--theme-secondary-color-shade-3) !important;
}

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

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

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

.white-space-nowrap {
    white-space: nowrap !important;
}

.hidden-after:after {
    display: none !important;
}


.email-saved-as-draft {
    background: #F4F4F4;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    width: 120px;
    margin: auto;
}

.saved-as-draft-circle {
    background: #571BE8;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 2px;
}

.saved-as-draft-text {
    color: #525252;
    white-space: nowrap;
}

/* Datatable Css */
.dataTables_length {
    display: none;
}

.dataTables_filter {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #e3e7ed;
    padding: 5px 10px;
    margin: 0;
    border: 0;
    border-radius: 1px;
    transition: all 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #FFF;
    border: none;
    outline: none;
    box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 5px;
    cursor: pointer;
    line-height: .8;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    border: 0;
    background-image: none;
    background-color: var(--theme-primary-color);
    color: #fff !important;
}

.dataTables_paginate.paging_simple_numbers>span {
    display: flex;
    align-items: center;
}

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

#assistant-calllog-table,
#assistant-scheduledcalllog-table {
    width: calc(100% - 20px);
    margin: 20px auto;
    border-collapse: separate;
    /* Enables spacing between cells for rounded corners */
    border-spacing: 0;
    overflow: hidden;
    border-radius: 15px;

    & thead {
        border-radius: 10px;

        & tr {
            border-radius: 15px;

            & th {
                flex: 1;
                background-color: #F5F5F5;
                margin: 0 4px;
                border-top: 1px solid #DACBFF;
                border-bottom: 1px solid #EDEDED;
                text-align: left;
                position: relative;
                padding: 10px;
                white-space: nowrap;
                font-weight: 600;
                font-size: 13px;

                &:not(:last-child)::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 1px;
                    height: 100%;
                    background-color: #fff;
                }

                &:first-child {
                    margin-left: 0;
                    border-radius: 15px 0 0 0px;
                    border-left: 1px solid #DACBFF;
                }

                &:last-child {
                    margin-right: 0;
                    border-radius: 0 15px 0px 0;
                    border-right: 1px solid #DACBFF;
                }
            }
        }
    }

    & tbody {
        & tr {
            border: 1px solid #EBE8FF;

            & td {
                margin: 0 4px;
                text-align: left;
                border-bottom: 1px solid #EEEAFD;
                padding: 10px;
                font-size: 13px;
                font-weight: 400;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 150px;

                &:first-child {
                    margin-left: 0;
                    border-left: 1px solid #DACBFF;
                }

                &:last-child {
                    margin-right: 0;
                    border-right: 1px solid #DACBFF;
                }
            }

        }

        & tr:last-child {
            & td {
                border-bottom: 1px solid #DACBFF;
            }
        }

        & tr:last-child td:first-child {
            border-bottom-left-radius: 15px;
            border-left: 1px solid #DACBFF;
        }

        & tr:last-child td:last-child {
            border-bottom-right-radius: 15px;
            border-right: 1px solid #DACBFF;
        }
    }


    &.dataTable {
        border: none !important;
    }
}

#assistant-calllog-table_paginate,
#assistant-scheduledcalllog-table_paginate {
    margin-top: 0px !important;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.call_ended_reason {
    font-size: 11px;
    color: #000;
    font-weight: 400;
    background: #eee;
    border-radius: 30px;
    margin: auto;
    padding: 5px 7px;

    &.customer_ended {
        color: #6E3EE2;
        background: #E6DCFF;
        border: 1px solid #CBB6FF;
    }
}

.view_call_log {
    cursor: pointer;
}

.transcript_row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
    padding: 5px 0px;
    width: 100%;

    & .sender {
        font-weight: 600;

        &.bot {
            color: var(--theme-primary-color);
        }

        &.user {
            color: #07A7F8;
        }
    }

    & .text {
        color: #505360;
    }
}

#assistant_log_modal_tabs_analysis {
    padding: 5px 0px;

    & label {
        color: #454545;
        font-weight: 600;
        font-size: 16px;
    }

    & .text {
        color: #505360;
    }
}

#assistant_log_modal_tabs_messages {
    & .message_row {
        margin: 5px;
        color: #505360;
    }
}

.json-pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 1.5;
}

#assistant_log_modal_tabs_costs {
    & .row {
        display: flex;
        align-content: start;
        justify-content: center;
        gap: 10px;

        & .box {
            width: 170px;
            height: 100px;
            border: 1px solid #D9D9D9;
            border-radius: 7px;
            background: #F0F0F0;
            padding: 10px;

            & label {
                width: 100%;
                font-weight: 600;
                margin-bottom: 0px;
            }

            & .value {
                font-size: 14px;

                & .value_text {
                    font-size: 13px;
                }

                & ul {
                    margin: 0px;
                    padding: 0px;

                    & li {
                        list-style-type: none;
                        font-size: 12px;
                        margin-left: 7px;
                        position: relative;

                        &::before {
                            content: "‣";
                            font-weight: bold;
                            position: absolute;
                            top: 50%;
                            transform: translateY(-50%);
                            left: -7px;
                        }

                        & .strong {
                            font-weight: 600;
                            margin: auto 2px;
                        }
                    }
                }
            }
        }
    }

}

.btn {
    font-family: "Inter", serif;
}

.call_cost_graph_total_cost {
    font-weight: 600;
    color: #606A82;
    font-size: 20px;
}

.call_cost_graph_total_cost_text {
    color: #606A82;
    font-weight: 400;
    margin-top: -6px;
    font-size: 12px;
}

.margin-top--5 {
    margin-top: -5px;
}

.margin-top--10 {
    margin-top: -10px;
}

.call_recording_div {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    background: #FAFAFA;

    & #call_recording_player {
        width: 100%;
        height: 100%;
        margin: 10px;
    }

    & .controlbtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        font-size: 30px;
        cursor: pointer;
        transform: all 0.2s ease-in-out;
    }
}

.assistant_call_cost_div {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #eee;
    height: 15px;

    & .assistant_call_cost_span {
        height: 15px;

        &[data-attr='vapi'] {
            background: #EF6E37;
        }

        &[data-attr='tts'] {
            background: #EFC437;
        }

        &[data-attr='model_cost'] {
            background: #9882FA;
        }

        &[data-attr='stt'] {
            background: #07A7F8;
        }
    }
}

.customtooltip {
    position: relative;

    & .customtooltipbody {
        display: none;
    }

    &:hover {
        cursor: pointer;

        & .customtooltipbody {
            position: absolute;
            top: 22px;
            left: 0px;
            transform: translateX(-50%);
            background: #ff0000;
            border: 1px solid #0745e1;
            border-radius: 10px;
            padding: 10px;
            z-index: 9999999999;
            /* Increase z-index */
            width: 150px;
            /* Adjust width if needed */
            height: auto;
            /* Adjust height based on content */
            display: block;
        }
    }
}

.modal {
    z-index: 1050;
    /* Bootstrap modal default z-index */
}

.customtooltip .customtooltipbody {
    z-index: 1060;
    /* Make sure this is above the modal's z-index */
}

.dropdown-menu {

    & a {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 10px;
    }
}

.progress {
    background: #EFEFEF !important;
}

.dropzie-option-img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    margin-right: 5px;
}

.facebook-adds-library-section {
    & .dropzie-option-img {
        width: 20px !important;
        height: 20px !important;
    }
}

#assistant_logo+.dropzie>.dropzieToggle,
#update_assistant_logo+.dropzie>.dropzieToggle {
    padding: 0px 5px 0px 5px !important;
}

#assistant_logo+.dropzie>.dropzieMenu>.dropzieOption,
#update_assistant_logo+.dropzie>.dropzieMenu>.dropzieOption {
    padding: 2px 5px 2px 5px !important;
}

.gear-settings .button {
    background: #fff !important;
    color: #65686f !important;
    padding: 0 !important;
    border: none !important;
    font-size: 16px !important;
}

/*----------- Lead Profile View SMS Logs Start ------------*/
.smslogs-wrap {
    border-radius: 15px;
    border-bottom: 4px solid #7155EF80;
    box-shadow: 0px 0px 5.7px 2px #0000000D;

    & .card-body {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    & .loading-spinner {
        height: 400px;
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.smslogs-wrap .messages img {
    width: 36px;
    height: 36px;
    border-radius: 100px;
}

.smslogs-wrap .messages .sent img {
    margin-right: 20px;
}

.smslogs-wrap .messages .replies img {
    margin-left: 20px;
}

.smslogs-wrap .messages .profile-name {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin: 0px;
}

.smslogs-wrap .messages .sent .profile-name::before,
.smslogs-wrap .messages .replies .profile-name::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: #C5C5C5;
    border-radius: 50px;
}

.smslogs-wrap .messages .sent .profile-name::before {
    left: -12px;
}

.smslogs-wrap .messages .replies .profile-name:after {
    right: -12px;
}

.smslogs-wrap .messages ul {
    list-style: none;
    padding: 0px 15px;
    margin: 0px;
}

.smslogs-wrap .messages ul li {
    width: calc(100% - 375px);
    clear: both;
}

.smslogs-wrap .messages ul li .chat-profile {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.smslogs-wrap .messages ul li.replies .chat-profile {
    justify-content: end;
}

.smslogs-wrap .messages ul li.sent .msg-text {
    background-color: #f7f5ff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    padding: 15px;
}

.smslogs-wrap .messages ul li.sent .chat-wrap {
    margin-left: 3.3rem;
    display: table;
}

.smslogs-wrap .messages ul li .msg-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    overflow-wrap: anywhere;
}

.smslogs-wrap .messages ul li.replies {
    float: right;
}

.smslogs-wrap .messages ul li.replies .msg-text {
    border: 1px solid #707C9740;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    padding: 15px;
}

.smslogs-wrap .messages ul li.replies .chat-wrap {
    margin-right: 3.3rem;
}

.smslogs-wrap .messages ul li .msg-time {
    font-size: 11px;
    font-weight: 400;
    line-height: 26px;
    color: #707C97B2;
    text-align: right;
    display: block;
}

.day-text-wrap h4 {
    color: #707C97D9;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.smslogs-wrap .messages ul li.day-text-wrap {
    width: 100%;
    margin: 15px 0px;
}

.day-text-wrap h4::after,
.day-text-wrap h4::before {
    content: "";
    position: absolute;
    width: 47%;
    height: 1px;
    background-color: #707C9726;
    top: 50%;
    border-radius: 2px;
}

.day-text-wrap h4::after {
    left: 0px;
}

.day-text-wrap h4::before {
    right: 0px;
}

.messages-no-record-found {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.messages-no-record-found h4 {
    color: #949494;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.messages-no-record-found p {
    color: #6F6F6F;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

/*------------- Lead Profile View SMS Logs End -------------*/

.scheduled_call_status_span {
    font-size: 12px;
    background-color: #eee;
    border-radius: 15px;
    padding: 5px 10px;

    &.scheduled_call_status_span0 {
        background: var(--theme-primary-color);
        color: #fff;
    }

    &.scheduled_call_status_span1 {
        background: var(--theme-success-color);
        color: #fff;
    }

    &.scheduled_call_status_span2 {
        background: var(--theme-warning-color);
        color: #fff;
    }

    &.scheduled_call_status_span3 {
        background: var(--theme-danger-color);
        color: #fff;
    }

    &.scheduled_call_status_span4 {
        background: #eee;
        color: #000;
    }
}

.delete-scheduled-call {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
    transition: all 0.3s ease-in-out;

    &:hover {
        color: var(--theme-danger-color);
    }

    & i {
        font-family: "Font Awesome 5 Free" !important;

        /* &.fab {
            font-family: "Font Awesome 5 Brands" !important;
        } */
    }
}

.tag_facebook {
    position: absolute;
    color: #1877F2;
    padding: 0px 5px;

    top: 33px;
    left: 33px;

    & .fab {
        font-family: "Font Awesome 5 Brands" !important;
    }

    & .lead_source_icon_sticky {
        top: 2px !important;
        left: 0px !important;
    }
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.admin-sidebar-nav .fa,
.admin-sidebar-nav .far,
.admin-sidebar-nav .fas {
    font-family: "FontAwesome" !important;
}

#nav-state-toggle .fa {
    font-family: "FontAwesome" !important;
}


.w-100px {
    width: 100px;
}

.remove_ai_assistant_attachment_text {
    cursor: pointer;
    color: var(--theme-danger-color);
    transition: all 0.3s ease-in-out;
    width: auto !important;
    float: right;
    text-decoration: underline;
    font-size: 13px;

    &:hover {
        color: var(--theme-danger-color-hover);
    }
}

.list_style_none {
    list-style: none;
}

.w-auto {
    width: auto !important;
}

.ai_assistant_knowledge_base_files_ul .ai_assistant_knowledge_base_files_li:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}

.ai_assistant_knowledge_base_files_ul .ai_assistant_knowledge_base_files_li:last-child {
    padding-top: 10px;
}

/* Css For Admin Website Page */
.user_panel_content_area[data-url="websites"][data-user="admin"] {
    font-weight: 400 !important;
    font-family: 'Inter' !important;

    & #user_panel_inner_tab_form {
        border: 1px solid #E9EBFF;
        height: 40px;
        width: 400px;
        position: relative;
        display: flex;
        align-items: center;
        border-radius: 5px;
        border-top-width: 1px;
        border-right-width: 2px;
        border-bottom-width: 1px;
        border-left-width: 2px;
        margin-left: auto;


        & input {
            margin: 0px;
            padding: 10px 15px;
            border: none !important;
            border-radius: none !important;
            box-shadow: none !important;
            width: 100%;
            outline: none !important;

            &::placeholder {
                font-size: 12px !important;
                color: #131212 !important;
                opacity: 1;
            }

            /* Override Autofill Background */
            &:-webkit-autofill,
            &:-webkit-autofill:hover,
            &:-webkit-autofill:focus,
            &:-webkit-autofill:active {
                appearance: none !important;
                background-color: transparent !important;
                box-shadow: 0 0 0px 1000px white inset !important;
                color: inherit !important;
            }

        }

        &::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 40px;
            transform: translateY(-50%);
            width: 1px;
            height: 80%;
            background-color: #F0F0F0;
        }

        & .svg {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
        }
    }

    & .website-card-header {
        display: flex;
        justify-content: space-between;
    }

    & .website-thumbnail {
        width: 250px;
        height: 150px;
        position: relative;
        border-radius: 15px;
        border: 8px solid #595C64 !important;
        box-shadow: 0px 0px 4px 0px #927AFF26 !important;

        & img {
            border-radius: 0px !important;
        }
    }

    & .website-title {
        font-size: 14px !important;
        font-weight: 400 !important;
        font-family: 'Inter' !important;
    }

    & .dropdown-item {
        font-weight: 400 !important;
        font-family: 'Inter' !important;
    }

    & p {
        font-weight: 400 !important;
        font-family: 'Inter' !important;
    }

    & .website-actions {
        font-size: 14px !important;

        & .website-action-div {
            display: flex;
            align-items: center;
            color: var(--theme-primary-color);
            cursor: pointer;
            white-space: nowrap;

            & .btn-icon {
                padding: 0px !important;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            &.delete-btn {
                display: flex;
                align-items: center;
                color: #E76464;
                cursor: pointer;

                & .btn-icon {
                    padding: 0px !important;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                & .btn-text {
                    color: #E76464;
                    margin-left: 2px;
                }
            }

            &.edit-name {
                & .btn-text {
                    color: #A67339;
                    margin-left: 2px;
                }
            }

            &.clone-website {
                & .btn-text {
                    color: #6A7890;
                    margin-left: 2px;
                }
            }
        }
    }

    & .website-card-footer {
        &.domain-link {
            & a {
                max-width: calc(100% - 40px) !important;
            }
        }
    }

    & .website-card-footer-td {
        width: 50px;
    }

    & .btn-outline-success:hover path {
        fill: #fff !important;
    }

}

/* Css For User Website Page */
.user_panel_content_area[data-url="websites"] {
    background: #FFFFFF40;
    font-family: "Inter", serif;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - var(--user-panel-top-navbar-height));

    & .user_panel_inner_tab_content {
        & .website-content-container {
            margin-top: 10px;
            border: 1px solid #E9EBFF;
            border-radius: 16px;
            padding: 10px;
            background: #FFFFFF40;

            & .website-list-view {
                padding: 10px 10px;
                display: flex;
                flex-direction: column;
                gap: 10px;

                & table {
                    border: none;
                    width: 100%;
                    border-collapse: separate;
                    border-spacing: 0 15px;


                    & .website-card {
                        width: 100%;
                        margin: auto;
                        background: #FFFFFF;
                        border: 1px solid #E6E6E6;
                        box-shadow: 0px 0px 15px 0px #0000001f;
                        border-radius: 15px;
                        padding: 20px 15px;

                        & td {
                            border: none !important;
                            position: relative;
                            height: 100%;
                            vertical-align: middle;
                            border: none !important;
                        }

                        & td:first-child {
                            border-radius: 15px 0 0 15px;
                        }

                        & td:last-child {
                            border-radius: 0 15px 15px 0;
                        }

                        &:not(.website-card-library) td:not(.no-border-after):not(:last-child):not(:first-child)::after {
                            content: "";
                            position: absolute;
                            top: 50%;
                            right: 0;
                            transform: translateY(-50%);
                            width: 1px;
                            height: 50%;
                            background-color: #eee;
                            /* Adjust color as needed */
                        }

                        & .padding-right-20 {
                            padding-right: 20px;
                        }

                        & .my-website-domain,
                        & .my-website-creation-date,
                        & .my-website-status {
                            width: 180px;
                        }

                        & .my-website-domain-link {
                            max-width: 200px;
                        }

                        &.website-card-library {
                            & td.splash-image-td {
                                width: 150px;
                                padding-left: 18px;

                                & .website-thumbnail {
                                    border: 1px solid var(--theme-primary-color);
                                    border-radius: 12px;
                                    height: 100px;
                                    width: 150px;
                                    margin: 10px;

                                    & img {
                                        border-radius: 12px;
                                    }
                                }
                            }

                            & td .website-card-header .website-info {
                                height: 100% !important;
                            }

                            & td.website-card-button-td {
                                width: 400px;

                                & .website_card_buttons {
                                    display: flex;
                                    align-items: center;
                                    justify-content: flex-end;
                                    gap: 10px;

                                    & button {
                                        width: 150px;

                                        &:hover path {
                                            fill: #fff !important;
                                        }
                                    }

                                    & .btn-outline-primary path {
                                        fill: var(--theme-primary-color);
                                    }

                                    & .btn-outline-success path {
                                        fill: var(--theme-success-color);
                                    }

                                    & .btn-outline-success:hover path {
                                        fill: #fff !important;
                                    }
                                }
                            }
                        }

                        & .website-card-header {
                            display: flex;
                            align-items: center;
                            gap: 10px;

                            padding-left: 18px;

                            & .website-thumbnail {
                                height: 100px;
                                width: 150px;
                                position: relative;
                                border-radius: 15px;
                                border: 8px solid #595C64;
                                box-shadow: 0px 0px 4px 0px #927AFF26;
                                margin: 10px;

                                & .website-serial {
                                    position: absolute;
                                    top: -15px;
                                    left: -15px;
                                    width: 30px;
                                    height: 30px;
                                    background: var(--theme-primary-color);
                                    border: 2px solid #fff;
                                    border-radius: 50%;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    font-size: 12px;
                                    color: #fff;
                                }

                                & img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                }
                            }

                            & .website-info {
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;

                                & .website-title {
                                    color: #1E3161;
                                    font-size: 17px;
                                    margin-top: 20px;
                                    max-width: 400px;

                                }

                                & .website-pages {
                                    font-weight: 500;
                                    font-size: 14px;
                                    line-height: 5px;
                                    letter-spacing: 0;
                                    vertical-align: middle;
                                    color: #333;

                                    display: flex;
                                    align-items: center;
                                    gap: 5px;

                                    & .pages-count {
                                        color: #747375;
                                        background-color: #EEEEEE;
                                        border: none;
                                        border-radius: 50%;
                                        width: 30px;
                                        height: 30px;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;

                                    }
                                }
                            }
                        }

                        & .divider {
                            width: 1px;
                            height: 100px;
                            background: #eee;
                            margin: auto 5px;
                        }

                        & .website-card-body {
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            gap: 15px;
                            flex-wrap: wrap;
                            width: 100%;
                            max-width: 550px;

                            & .website-domain {
                                display: flex;
                                align-items: center;
                                gap: 10px;
                                margin: auto;
                                overflow: auto;
                                max-width: 200px;

                                & .btn-change-domain,
                                & .btn-assign-domain {
                                    white-space: nowrap;

                                    & svg path {
                                        fill: var(--theme-primary-color);
                                    }

                                    &:hover {
                                        & svg path {
                                            fill: #fff;
                                        }
                                    }
                                }

                                & .website-link {
                                    background: #F8F8F8;
                                    border-radius: 7px;
                                    padding: 10px 15px;
                                    display: flex;
                                    align-items: center;
                                    gap: 10px;
                                    white-space: nowrap;

                                    & a {
                                        cursor: pointer;
                                        text-decoration: none;
                                        white-space: nowrap;
                                        cursor: pointer;
                                        text-decoration: none;
                                        white-space: nowrap;
                                        /* max-width: 190px;
                                        overflow: hidden;
                                        text-overflow: ellipsis; */
                                    }

                                    & .copy-link {
                                        cursor: pointer;
                                        display: flex;
                                        align-items: center;

                                        &:hover {
                                            transform: scale(1.05);
                                        }
                                    }
                                }

                                & .website-remove {
                                    cursor: pointer;

                                    &:hover {
                                        transform: scale(1.05);
                                    }
                                }
                            }
                        }

                        & .website-creation-date {
                            display: flex;
                            align-items: center;
                            gap: 5px;
                            width: 170px;
                            margin: auto;

                            & .creation-date {
                                margin: 0px !important;
                                width: auto;
                                font-weight: 500;
                                font-size: 12px;
                                line-height: 100%;
                                letter-spacing: 0%;
                                vertical-align: middle;
                                color: #939393;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                            }
                        }

                        & .website-status-container {
                            background: #FFDEDE;
                            padding: 10px 15px;
                            border-radius: 9px;
                            display: flex;
                            align-items: center;
                            gap: 5px;
                            width: 150px;
                            color: #E76464;
                            margin: auto;
                            font-family: "Inter", serif;

                            .switch {
                                background-color: #fff;
                            }

                            .switch::before {
                                background-color: #FFB4B4;
                            }

                            &.active {
                                background: #DCFFF2;

                                .switch {
                                    background-color: #46DBA5;
                                }

                                .switch::before {
                                    background-color: #fff;
                                }

                                color: #16C384;
                            }

                            &.unpublished {
                                background: #EEEEEE;

                                .switch {
                                    background-color: #BCBCBC;
                                }

                                .switch::before {
                                    background-color: #fff;
                                }

                                color: #797979;
                            }

                            & .website-status-text {
                                font-weight: 600;
                                font-size: 12px;
                                line-height: 100%;
                                letter-spacing: 0%;
                                text-align: center;
                                vertical-align: middle;
                                margin: 0px;
                            }
                        }

                        & .mywebsites_last_td {
                            width: 100px;
                            padding-left: 30px;
                        }

                        & .website-card-footer {
                            width: 50px;
                            margin: auto;

                            & .dropdown-toggle {
                                width: 25px;
                                height: 25px;
                                display: block;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                border-radius: 50%;
                                background: #afafafcc;
                                cursor: pointer;
                                transition: all 0.3s ease-in-out;

                                &:hover {
                                    background: #AFAFAF;
                                    transform: scale(1.05);
                                }

                                & svg {
                                    width: 10px;
                                    height: 10px;

                                    & path {
                                        fill: #fff;
                                    }
                                }

                                &::after {
                                    content: none !important;
                                    display: none !important;
                                }
                            }

                            & .dropdown-item {
                                font-weight: 400;
                                font-size: 12px;
                                line-height: 100%;
                                letter-spacing: 0%;
                                vertical-align: middle;
                                text-transform: capitalize;
                                color: #273B4A;
                            }

                        }
                    }
                }
            }

            .website-grid-view {
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                /* Ensures proper alignment */

                & .website_card {
                    width: 300px;
                    height: 250px;
                    background: #fff !important;
                    border-radius: 15px;
                    display: flex;
                    border: 10px solid #595C64;
                    position: relative;
                    z-index: 2;
                    margin-bottom: 50px;
                    flex: 1 1 calc(33.33% - 20px);
                    /* 3 cards per row */
                    max-width: calc(33.33% - 20px);
                    /* Ensures 3 in a row */

                    /* When screen size is 1400px or more, show 4 cards per row */

                    /* When screen size is 1400px or more, show 4 cards per row */
                    @media screen and (min-width: 1550px) {
                        & {
                            flex: 1 1 calc(25% - 20px);
                            /* 4 cards per row */
                            max-width: calc(25% - 20px);
                        }
                    }


                    &::before {
                        content: "";
                        position: absolute;
                        top: -5px;
                        left: -5px;
                        width: calc(100% + 10px);
                        height: calc(100% + 10px);
                        border-radius: 15px;
                        background: transparent;
                        /* Fix: Prevent black overlay */
                        z-index: 1;
                        /* Behind main card */
                    }

                    &::after {
                        content: "";
                        position: absolute;
                        top: calc(100% + 10px);
                        left: 50%;
                        height: 40px;
                        width: 100%;
                        transform: translateX(-50%);
                        border-radius: 15px;
                        background: url(/assets/img/website_grid_stand.png) no-repeat center;
                        background-size: auto 40px;
                        /* Maintain aspect ratio with height 50px */
                        z-index: 1;

                    }

                    & .splash-image {
                        width: 100%;
                        height: 100%;
                        background: #595C64;

                        & img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }

                    &:hover {
                        & .splash-image {
                            opacity: 0.2;
                            transition: opacity 0.5s ease-in-out;
                        }

                        .website_grid_content {
                            opacity: 1;
                            visibility: visible;
                        }
                    }

                    & .website_grid_content {
                        opacity: 0;
                        visibility: hidden;
                        transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;

                        background-color: rgba(255, 255, 255, 0.2);
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;

                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        z-index: 3;


                        & .website-card-header {
                            padding: 10px;
                            padding-bottom: 0px;

                            & .website-info {
                                & .website-pages {
                                    float: right;
                                    font-weight: 500;
                                    font-size: 12px;
                                    line-height: 5px;
                                    letter-spacing: 0;
                                    vertical-align: middle;
                                    color: #333;
                                    display: flex;
                                    align-items: center;
                                    gap: 5px;

                                    & .pages-count {
                                        color: #fff;
                                        background-color: var(--theme-primary-color);
                                        border: none;
                                        border-radius: 50%;
                                        width: 25px;
                                        height: 25px;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        font-size: 12px;
                                    }
                                }
                            }
                        }

                        & .website_grid_center_buttons {
                            width: 100%;
                            height: 200px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            flex-direction: column;
                            gap: 10px;

                            & .btn {
                                width: 150px;
                            }

                            & button {
                                width: 150px;

                                &:hover path {
                                    fill: #fff;
                                }
                            }

                            & .btn-outline-primary path {
                                fill: var(--theme-primary-color);
                            }

                            & .btn-outline-success {
                                display: flex;
                                align-items: center;
                                gap: 5px;

                                & path {
                                    fill: var(--theme-success-color);
                                }

                                &:hover path {
                                    fill: #fff !important;
                                }
                            }



                        }

                        & .website-card-footer {
                            width: 100%;
                            height: 40px;
                            background-color: #fff;
                            box-shadow: 0px -1px 4px 0px #00000012;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            padding: 0px 10px;

                            &.domain-link {
                                background: #7155EF40;
                                height: auto;
                                padding: 5px 10px;

                                & a {
                                    color: #856BF8;
                                    max-width: 50%;
                                    white-space: nowrap;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    display: block;
                                    font-size: 12px;
                                    margin: 0px;

                                }

                                & span {
                                    display: block;
                                }

                                & .copy-link,
                                & .remove-domain {
                                    cursor: pointer;
                                    transition: all 0.3s ease-in-out;

                                    &:hover {
                                        transform: scale(1.05);
                                    }
                                }
                            }

                            & .website-title {
                                max-width: 50%;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: block;
                                font-size: 12px;
                                color: #1E3161;
                                margin: 0px;
                            }

                            & .website-actions {
                                display: flex !important;
                                align-items: center;
                                gap: 5px;
                                font-size: 10px;
                            }

                            & .btn-assign-domain {
                                display: flex;
                                align-items: center;
                                color: var(--theme-primary-color);
                                cursor: pointer;
                                white-space: nowrap;

                                & .btn-icon {
                                    padding: 0px !important;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                }
                            }

                            & .delete-btn {
                                display: flex;
                                align-items: center;
                                color: #E76464;
                                cursor: pointer;

                                & .btn-icon {
                                    padding: 0px !important;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                }
                            }
                        }

                    }
                }


            }

            & .no-data-found {
                width: 100%;
                height: 100%;
                min-height: 500px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;

                & img {
                    width: 200px;
                    height: auto;
                }

                & p {
                    text-align: center;
                }
            }

            & .form-control {
                margin: 0px;
                padding: 10px 15px;
                border: 1px solid var(--theme-primary-color-shade-6);
                border-radius: 9px;
                box-shadow: 0px 0px 2px 2px #E9E0FF;
                width: 100%;
                outline: none !important;
                color: #000;
            }

        }
    }
}

.user_panel_inner_tab_panel {
    height: 70px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 15px;

    & .tab {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 10px 15px;
        background-color: var(--theme-secondary-color-shade-3);
        border-radius: 4px;
        color: #000000;

        &.active {
            background-color: #E3DFFFB2;
            color: var(--theme-primary-color);

            & path {
                fill: var(--theme-primary-color);
            }
        }
    }
}

#user_panel_inner_tab_form {
    border-style: solid;
    border-color: #F0F0F0;
    height: 38px;
    width: 400px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 1px;
    border-left-width: 2px;
    margin-left: auto;


    & input {
        margin: 0px;
        padding: 5px 15px;
        border: none !important;
        border-radius: none !important;
        box-shadow: none !important;
        width: 100%;
        outline: none !important;

        &::placeholder {
            font-size: 12px !important;
            color: #615e5e !important;
        }

        /* Override Autofill Background */
        &:-webkit-autofill,
        &:-webkit-autofill:hover,
        &:-webkit-autofill:focus,
        &:-webkit-autofill:active {
            appearance: none !important;
            background-color: transparent !important;
            box-shadow: 0 0 0px 1000px white inset !important;
            color: inherit !important;
        }

    }

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        width: 1px;
        height: 80%;
        background-color: #F0F0F0;
    }

    & .svg {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
}

.user_panel_inner_tab_content {
    width: 100%;
    height: calc(100% - 70px);
    padding: 15px 20px;
    position: relative;

    /* Loader Animation */
    &.loading {
        position: relative;
        cursor: wait;
        min-height: 500px;
        /* Show loading cursor */

        /* Click-blocking overlay */
        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.5);
            z-index: 1000;
            pointer-events: all;
            /* Blocks clicks */
        }

        /* Loading Text */
        &::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px dashed var(--theme-primary-color-shade-3);
            border-top-color: var(--theme-primary-color);
            animation: spin 1s linear infinite;
            z-index: 1001;
            transform: translate(-50%, -50%);
        }
    }

    & .user_panel_inner_tab_content_header {
        width: 100%;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;

        &.pos-bottom {
            padding-bottom: 100px;
        }

        & .user_panel_inner_tab_content_header_title {
            display: flex;
            align-items: center;
            gap: 5px;

            & .icon {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            & .title {
                font-size: 15px;
                color: #353434;
                font-weight: 700;
                margin-bottom: 0px;
            }
        }

        & .library-controls {
            display: flex;
            align-items: center;
            gap: 5px 20px;
            list-style: none;
            color: #6A7890;
            margin: 0px;

            & li {
                display: flex;
                align-items: center;
                gap: 5px;

                & span {
                    display: flex;
                    align-items: center;
                    white-space: nowrap;
                }

                & .pagination-btn {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 30px;
                    height: 30px;
                    border-radius: 4px;
                    cursor: pointer;
                    background: #E6E6E6;
                    font-size: 12px;
                    border: none !important;
                    outline: none !important;
                    transition: all 0.2s ease-in-out;

                    &:hover {
                        background: #d4d3d3;
                    }

                    &:active {
                        background: #b3b3b3;
                    }

                    &:disabled {
                        pointer-events: none;
                        cursor: not-allowed;
                        opacity: 0.5;
                        background: #E6E6E6 !important;
                    }
                }

                & .view-toggle-btn {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 30px;
                    height: 30px;
                    border-radius: 4px;
                    cursor: pointer;
                    background: transparent;
                    font-size: 12px;
                    border: none !important;
                    outline: none !important;
                }

                &.search-filter {
                    border: 1px solid #D8D3E7;
                    border-radius: 5px;
                    padding: 5px 10px;
                    padding-right: 30px;

                    & .selected-filter-select {
                        & .dropzieToggle {
                            height: auto !important;
                            margin: 2px auto !important;
                            padding: 2px 10px !important;
                            padding-right: 14px !important;
                            border-radius: 5px !important;
                            background: #E3DFFF80 !important;
                            color: var(--theme-primary-color) !important;
                            border: none !important;
                            max-width: 150px;
                            font-size: 13px;
                        }

                        & .dropzieToggle::after {
                            right: -20px !important;
                        }
                    }

                    & .dropzieSearch {
                        display: none !important;
                    }

                    & .dropzieMenu {
                        min-width: 200px;
                        left: 50%;
                        transform: translateX(-50%);
                        margin-top: 10px;
                        max-height: none !important;
                        padding: 10px 2px;
                    }

                    & .dropzieOption[data-selected="true"] {
                        font-weight: 500;
                        background: #E9E4FF;
                        color: var(--theme-primary-color);

                        &:after {
                            content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M11.5 1.75L4.625 8.625L1.5 5.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                            position: absolute;
                            top: -2px;
                            right: -4px;
                            width: 15px;
                            height: 15px;
                            background: var(--theme-success-color);
                            border-radius: 50%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            padding: 10px;
                        }
                    }

                    & .dropzieOption {
                        padding: 8px 14px;
                        border-top: none !important;
                        position: relative;
                        border-radius: 5px;
                        margin: 8px 7px;
                        width: auto;
                    }

                }

                &.library-rows-per-page.pos-bottom {
                    & .dropzieMenu {
                        top: unset !important;
                        bottom: 100% !important;
                    }
                }

                &.status-filter {
                    border: 1px solid #EAEAEA;
                    border-radius: 5px;
                    background: #FFFFFF;
                    padding: 6px 10px;
                    cursor: pointer;
                    transition: all 0.2s ease-in-out;
                    font-size: 13px;

                    & .icon {
                        display: flex;
                        align-items: center;
                        white-space: nowrap;
                        width: 13px;
                        height: 13px;

                        & path {
                            fill: #6A7890;
                        }
                    }

                    & .text {
                        display: flex;
                        align-items: center;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        color: #3b424d;
                    }

                    & .count {
                        background: #B6A6FF;
                        color: #fff;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 1px 3px;
                        font-size: 13px;
                        border-radius: 5px;
                    }

                    &:hover {
                        background: #efedf9;
                    }

                    &.active {
                        border: 1px solid #B6A6FF;
                        background: #DED9FB;

                        & .icon {
                            & path {
                                fill: var(--theme-primary-color);
                            }
                        }

                        & .text {
                            color: var(--theme-primary-color);
                        }

                        & .count {
                            background: var(--theme-primary-color);
                        }

                    }
                }
            }

        }
    }
}

/* Spinner Animation */
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* Select 2 Css */
.select2-drop-active {
    border: 1px solid transparent;
    border-top: none;
    box-shadow: var(--theme-box-shadow);
}

.select2-results .select2-highlighted {
    background: var(--theme-primary-color);
    color: #fff;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid transparent;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-search input {
    font-size: var(--theme-paragraph-font-size);
    font-weight: var(--theme-paragraph-font-weight);
    line-height: var(--theme-paragraph-line-height);
    margin: 0px;
    padding: 5px 10px;
    border: 1px solid var(--theme-primary-dimmed-opacity-color-active);
    border-radius: var(--theme-button-radius);
    width: 100%;
    margin: 5px auto;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: transparent;
}


.select2-result-selectable,
.select2-result-unselectable {
    & .select2-match {
        text-decoration: underline;
        position: relative;
        border: 1px solid var(--theme-primary-color);
        width: 5px;
        height: 5px;
        margin-right: 5px;
        padding: 5px;
        /* display: inline-block; */
        display: none;
        margin-bottom: -1px;
        border-radius: 50%;

        &::after {
            content: '';
            position: absolute;
            width: 2px;
            height: 2px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: var(--theme-primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 3px;
        }
    }

    &.select2-highlighted .select2-match {
        border: 1px solid #fff;

        &::after {
            background: #fff;
        }
    }
}

.select2-results li:not(:last-child) {
    list-style: none;
    display: list-item;
    background-image: none;
    margin: 4px auto;
    border-bottom: 1px solid var(--theme-secondary-color);
}

.select2-search {
    display: none;
}

/* Css For Optin Forms */
.optin-form-css-starts-here {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px;
        position: relative;
    }

    .add-form-button {
        border-radius: 7px;
        border-top: 1px solid #7155EF;
        border-right: 1px solid #7155EF;
        border-bottom: 2px solid #7155EF;
        border-left: 1px solid #7155EF;
        background: #FFF;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        cursor: pointer;
        height: 35px;
        padding: 5px 10px;
        color: #7155EF;
        transition: background 0.3s, color 0.3s;
    }

    .add-form-button svg path {
        transition: stroke 0.3s;
    }

    .add-form-button:hover {
        background: #7155ef21;
    }

    .add-form-button:active,
    .add-form-button:focus {
        background: #7155EF;
        color: #fff;
        outline: none;
        border: none;
    }

    .add-form-button:active svg path {
        stroke: #fff;
    }

    .header .add-form-button svg {
        margin: auto 5px auto 8px;
    }

    .no-data-placeholder-div {
        width: 100%;
        height: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .no-data-placeholder-div .nodata-placeholder {
        width: 300px;
        object-fit: cover;
        aspect-ratio: 4/3;
    }

    .no-data-placeholder-div .nodata-placeholder-text {
        font-size: 18px;
        color: #000;
    }

    #create-form-modal.show .modal-dialog {
        transform: translate(0, 150px) !important;
    }

    .optin-form-modal .modal-dialog .modal-content {
        border-radius: 12px;
        border-top: 2px solid #8E7BE4;
        border-bottom: 5px solid #8E7BE4;
        background: #FFF;
        box-shadow: none;
    }

    .optin-form-modal .modal-dialog .modal-content .modal-header {
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(179, 164, 249, 0.50);
    }

    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }

    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group {
        display: flex;
        align-items: center;
    }

    /* General button styles */
    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button {
        background: #FFF;
        border: none;
        border-radius: 4px;
        outline: none;
        cursor: pointer;
        padding: 5px 15px;
        color: #7155EF;
        transition: background 0.3s, color 0.3s, border 0.3s, stroke 0.3s;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button span {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto 2px;
    }

    /* Cancel button default state */
    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button.cancel {
        border: 1px solid #7155EF;
        color: #7155EF;
        background: #FFF;
        margin: auto 10px;
    }

    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button.cancel svg path {
        stroke: #7155EF;
    }

    /* Create button default state */
    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button.create {
        background-color: #7155EF;
        color: #FFF;
    }

    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button.create svg path {
        stroke: #FFF;
    }

    /* Hover effect for the Cancel button */
    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button.cancel:hover {
        background: #7155EF;
        color: #FFF;
    }

    /* Change SVG stroke on hover for Cancel button */
    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button.cancel:hover svg path {
        stroke: #FFF;
    }

    /* Hover effect for the Create button */
    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button.create:hover {
        background: #5837d9;
        /* Darker purple */
        color: #FFF;
    }

    /* Change SVG stroke on hover for Create button */
    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button.create:hover svg path {
        stroke: #FFF;
    }

    /* Active effect for the Cancel button */
    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button.cancel:active {
        background: #FFF;
        color: #7155EF;
        border: 2px solid #7155EF;
        /* Slightly bolder border */
    }

    /* Active effect for the Create button */
    .optin-form-modal .modal-dialog .modal-content .modal-header .modal-header-button-group .modal-header-button.create:active {
        background-color: #5837d9;
        /* Darker purple when active */
        color: #FFF;
    }


    .optin-form-modal .modal-dialog .modal-content .modal-body {
        border: none;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        padding: 20px 0px;
        background-color: #fff;
    }

    .optin-form-modal .modal-dialog .modal-content .modal-body {
        border: none;
        border-radius: 12px;
        padding: 20px 0px;
        background-color: #fff;
    }

    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group label {
        color: #4D4D4D;
        margin: 5px 0px;
        white-space: nowrap;
    }

    /* Override Bootstrap's form-control */
    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group input.form-control {
        border-radius: 4px;
        /* Custom border radius */
        border: 1px solid #C8C8C8;
        /* Primary color border */
        background: #FFF;
        /* Background white */
        transition: border-color 0.3s, box-shadow 0.3s;
        /* Smooth transitions */
        margin: 0px auto;
    }

    /* Focus state (when the input is clicked or active) */
    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group input.form-control:focus {
        border-color: #7155EF;
        /* Primary color border on focus */
        box-shadow: 0 0 0 0.2rem rgba(113, 85, 239, 0.25);
        /* Light shadow with primary color */
        outline: none;
        color: #000;
        /* Remove default outline */
    }

    .optin-form-modal .form-title-input:focus {
        border: 1px solid #7155EF !important;
        /* Primary color border on focus */
        box-shadow: 0 0 0 0.2rem rgba(113, 85, 239, 0.25);
        /* Light shadow with primary color */
        outline: none;
        font-weight: 500;
        color: #000;
        /* Remove default outline */
    }

    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group .form-control::placeholder {
        color: #C8C8C8;
        /* Primary color placeholder text */
    }

    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group span {
        color: #4D4D4D;
        margin: 0px;
    }

    .add-input-button {
        width: 100%;
        border: none;
        border-radius: 4px;
        background-color: #7155EF;
        color: #FFF;
        outline: none;
        cursor: pointer;
        padding: 5px 15px;
        height: 35px;
        transition: background 0.3s, color 0.3s, border 0.3s, stroke 0.3s;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .add-input-button:active,
    .add-input-button:focus {
        border: none;
        outline: none;
    }

    .add-input-button span {
        color: #fff !important;
        display: flex;
        align-items: center;
    }

    .add-input-button svg path {
        stroke: #FFF;
    }

    /* Hover effect for the Create button */
    .add-input-button:hover {
        background: #5837d9;
        /* Darker purple */
        color: #FFF;
    }

    /* Change SVG stroke on hover for Create button */
    .add-input-button:hover svg path {
        stroke: #FFF;
    }

    /* Active effect for the Create button */
    .add-input-button:active {
        background-color: #5837d9;
        /* Darker purple when active */
        color: #FFF;
        outline: none;
    }

    /* Override Bootstrap's select */
    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group select.form-control {
        border-radius: 4px;
        /* Custom border radius */
        border: 1px solid #C8C8C8;
        /* Default border color */
        background: #FFF;
        /* Background white */
        transition: border-color 0.3s, box-shadow 0.3s;
        /* Smooth transitions */
        margin: 2px auto;
        /* Centering */
        padding: 5px 30px 5px 10px;
        /* Padding for better touch area */
        appearance: none;
        /* Remove default dropdown arrow */
        -webkit-appearance: none;
        /* Safari */
        -moz-appearance: none;
        /* Firefox */
    }

    /* Focus state for the select */
    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group select.form-control:focus {
        border-color: #7155EF;
        /* Primary color border on focus */
        box-shadow: 0 0 0 0.2rem rgba(113, 85, 239, 0.25);
        /* Light shadow with primary color */
        outline: none;
        /* Remove default outline */
    }

    /* Custom dropdown arrow */
    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group {
        position: relative;
        /* Positioning context for the dropdown icon */
    }

    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group select.form-control::after {
        content: '▼';
        /* Custom arrow */
        position: absolute;
        /* Absolute positioning */
        right: 10px;
        /* Position from the right */
        top: 50%;
        /* Center vertically */
        transform: translateY(-50%);
        /* Adjust positioning */
        color: #7155EF;
        /* Color of the arrow */
        pointer-events: none;
        /* Prevent interaction with the arrow */
    }

    /* Change arrow color on focus */
    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group select.form-control:focus::after {
        color: #5837d9;
        /* Darker color for the arrow when focused */
    }

    /* Custom switch styles */
    .custom-switch {
        display: none;
        /* Hide the default checkbox */
    }

    .switch {
        position: relative;
        width: 40px;
        height: 20px;
        background-color: #C8C8C8;
        border-radius: 20px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .switch::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: white;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        transition: transform 0.3s;
    }

    /* Checked state */
    .custom-switch:checked+.switch {
        background-color: #7155EF;
        /* Primary color when checked */
    }

    .custom-switch.bg-yellow:checked+.switch {
        background-color: #EDB421;
        /* Primary color when checked */
    }

    .custom-switch:checked+.switch::before {
        transform: translateX(20px);
        /* Move the switch toggle to the right */
    }

    .form-group {
        margin-bottom: 0px;
    }

    /* Override Bootstrap's textarea */
    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group textarea.form-control {
        border-radius: 4px;
        /* Custom border radius */
        border: 1px solid #C8C8C8;
        /* Default border color */
        background: #FFF;
        /* Background white */
        transition: border-color 0.3s, box-shadow 0.3s;
        /* Smooth transitions */
        margin: 2px auto;
        /* Margin */
        resize: none;
        /* Disable resizing if needed */
    }

    /* Focus state for textarea */
    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group textarea.form-control:focus {
        border-color: #7155EF;
        /* Primary color border on focus */
        box-shadow: 0 0 0 0.2rem rgba(113, 85, 239, 0.25);
        /* Light shadow with primary color */
        outline: none;
        /* Remove default outline */
        font-weight: 500;
        /* Font weight */
        color: #000;
        /* Text color */
    }

    /* Placeholder text color */
    .optin-form-modal .modal-dialog .modal-content .modal-body .form-group textarea.form-control::placeholder {
        color: #C8C8C8;
        /* Placeholder text color */
    }

    .input-widget-header {
        padding-bottom: 15px;
        border-radius: 9px;
        background: #FFF;
        box-shadow: -1px 3px 1.9px -1px rgba(179, 149, 253, 0.35);
    }

    .step-form {
        width: 100%;
        margin: 20px auto;
        position: relative;
    }

    .step-form-processed-div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        background: rgb(223 223 223 / 49%);
        z-index: 5;
        display: none;
        transition: all 0.3s;
    }

    .step-form-processed-div.show {
        display: flex !important;
        align-items: center;
        justify-content: center;
        /* Add this class to apply the flexbox and show the element */
        animation: background-glow 1s ease-in-out forwards;
        /* Animate background */
    }

    /* Background color transition */
    @keyframes background-glow {
        0% {
            background: rgba(223, 223, 223, 0.49);
            /* Initial background color */
        }

        100% {
            background: rgba(223, 223, 223, 0.7);
            /* Glowing background color */
        }
    }

    /* Glow effect for the SVG */
    .step-form-processed-div svg {
        animation: svg-glow 0.6s ease-in-out forwards;
        /* Animate the SVG */
    }

    @keyframes svg-glow {
        0% {
            transform: scale(0.8);
            /* Start smaller */
            filter: drop-shadow(0 0 10px rgba(11, 166, 64, 0.5));
            /* Slight glow */
        }

        100% {
            transform: scale(1);
            /* Scale to original size */
            filter: drop-shadow(0 0 20px rgba(11, 166, 64, 1));
            /* Stronger glow */
        }
    }


    .step-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 80%;
        margin: auto;
    }

    .step-header .step.current,
    .step-header .step.completed {
        color: #7155EF;
        background: #fff;
    }

    .step {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 1px solid #CFCFCF;
        color: #CFCFCF;
        transition: background 0.3s;
    }

    .step.current,
    .step.completed {
        border: 1px solid #7155EF;
    }

    .step.current .step-number,
    .step.completed .step-number {
        display: none;
    }

    .step.current::before,
    .step.completed::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        background: #7155EF;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .step.current::after,
    .step.completed::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 7px;
        height: 13px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        transform: translate(-50%, -50%) rotate(50deg);
    }


    .step-title {
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        color: #626262;
        width: 100px;
        text-align: center;
    }

    .step-line {
        height: 2px;
        width: calc(100% - 390px);
        background: #DFDFDF;
    }

    .step-form-body {
        border-radius: 7px;
        background: #FFF;
        box-shadow: 0px 0px 5.9px 0px rgba(0, 0, 0, 0.25);
        width: 100%;
        padding: 10px;
        margin: 40px auto 0px auto;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        display: none;
    }

    .step-form-body.active {
        opacity: 1;
        display: flex;
    }

    .step-form-preview {
        position: relative;
    }

    .step-form-preview::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        pointer-events: none;
        /* Allow clicks to pass through */
    }


    .editable-formgroup {
        position: relative;
    }

    .input-icon {
        position: absolute;
        top: 50%;
        left: 18px;
        transform: translateY(-50%);
        color: #C8C8C8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #C8C8C8;
        height: 20px;
        width: 25px;
    }

    .input-group-text {
        padding: 5px 10px;
        line-height: 1;
        font-size: 14px;
        height: 100%;
        border-radius: 0px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .editable-input {
        width: 100%;
        height: 35px;
        border: 1px solid #C8C8C8;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 13px;
        font-weight: 400;
    }

    .editable-input.editable-input-radio {
        height: auto;
        /* display: flex;
        align-items: center; */
        padding: 0px !important;
        border: none !important;
        flex-wrap: wrap;
        height: auto !important;
    }

    .editable-input.editable-input-checkbox {
        height: 25px !important;
        display: flex;
        align-items: center;
        padding: 0px !important;
        border: none !important;
        flex-wrap: wrap;
        height: auto !important;
    }

    .input-group>.editable-input {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        margin: 0px !important;
    }

    textarea.editable-input {
        padding-left: 10px;
        min-height: 35px;
        height: 50px;
    }

    .editable-control {
        display: flex;
        align-items: center;
        /* This already centers items vertically */
        position: absolute;
        /* top: 50%;
        right: -120px;
        transform: translate(-50%, -50%); */
        bottom: 2px;
        right: -80px;
    }


    .editable-control button {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background: #FFF;
        border: none;
        outline: none;
        box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2px 5px;
        cursor: pointer;
        line-height: .8;
    }

    textarea {
        border-radius: 4px;
        /* Custom border radius */
        border: 1px solid #C8C8C8;
        /* Primary color border */
        background: #FFF;
        /* Background white */
        transition: border-color 0.3s, box-shadow 0.3s;
        /* Smooth transitions */
        margin: 2px auto;
    }

    textarea:focus {
        border-color: #7155EF;
        /* Primary color border on focus */
        box-shadow: 0 0 0 0.2rem rgba(113, 85, 239, 0.25);
        /* Light shadow with primary color */
        outline: none;
        font-weight: 500;
        color: #000;
        /* Remove default outline */
    }

    textarea.editable-input {
        padding: 5px 10px;
    }


    .cursor-pointer {
        cursor: pointer;
    }

    .form1-submit-btn {
        border-radius: 4px;
        border: 1px solid #A7A7A7;
        background: #FFF;
        width: 100%;
        padding: 5px 10px;
        color: #959595;
        cursor: pointer;
        outline: none;
    }

    .form1-submit-btn:hover {
        background: #5837d9;
        border: 1px solid #5837d9;
        color: #FFF;
        outline: none;
    }

    .form1-submit-btn:focus {
        outline: none;
    }

    .form1-submit-btn:active {
        outline: none;
        border: 2px solid #7155EF;
        color: #FFF;
        background: #7155EF;
    }

    .visibility-none {
        visibility: hidden;
    }

    .form-title-input {
        border: 1px dashed #DFDFDF !important;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 16px !important;
        font-weight: 700;
    }

    .add-form-buttons {
        padding: 5px 10px;
        border-radius: 4px;
        border: 1px solid #7155EF;
        outline: none;
        cursor: pointer;
        box-shadow: none !important;
        min-width: 75px;
    }

    .btn-primary {
        background: #7155EF;
        color: #fff;
    }

    .btn-primary:hover {
        background: #5837d9;
        color: #fff;
    }

    .btn-primary:focus {
        outline: none;
        background-color: #7155EF;
    }

    .btn-primary:active {
        outline: none;
        background-color: #5837d9 !important;
        color: #fff;
    }

    .btn-primary-outline {
        background: #fff;
        color: #7155EF;
        border: 1px solid #7155EF;
    }

    .btn-primary-outline:hover {
        background: #7155EF;
        color: #fff;
        border: 1px solid #7155EF;
    }

    .btn-primary-outline:focus {
        outline: none;
    }

    .btn-primary-outline:active {
        outline: none;
        background: #5837d9;
        color: #fff;
        border: 1px solid #5837d9;
    }

    .text-primary-theme {
        color: #7155EF;
    }

    .step-form-body h4 {
        font-weight: 600;
        font-size: 16px;
    }

    .modal-close-btn span {
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-close-btn button {
        width: 28px;
        height: 28px;
        border-radius: 50px;
        background: #FFF;
        border: none;
        outline: none;
        box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2px 5px;
        position: absolute;
        top: -13px;
        right: -16px;
        z-index: 6;
        cursor: pointer;
    }

    .term-text-div {
        border: 1px dashed #DFDFDF !important;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 14px !important;
        font-weight: normal;
        display: none;
    }

    .customModal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1051;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        /* No transition on display */
    }

    .customModalDialog {
        position: absolute;
        top: -100%;
        left: 50%;
        transform: translate(-50%, 0);
        /* Only horizontally center */
        z-index: 1053 !important;
        width: 100%;
        height: auto;
        max-width: 600px;
        max-height: 500px;
        background: #fff;
        border-radius: 12px;
        border-top: 2px solid #8E7BE4;
        border-bottom: 5px solid #8E7BE4;
        background: #FFF;
        box-shadow: none;
        transition: top 0.5s ease;
        /* Animate the top property */
    }

    /* Show modal with animation */
    .customModal.show .customModalDialog {
        top: 50%;
        transform: translate(-50%, -50%);
        /* Center vertically */
    }

    .form-card-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 20px;
    }

    .form-card {
        border-radius: 12px;
        border-top: 1px solid rgba(175, 162, 253, 0.70);
        border-right: 1px solid rgba(175, 162, 253, 0.70);
        border-bottom: 5px solid rgba(175, 162, 253, 0.70);
        border-left: 1px solid rgba(175, 162, 253, 0.70);
        background: #FFF;
        box-shadow: 1px 1px 5.2px 0px #EAE7FF;
        width: 400px;
        /* margin: 10px 0 0 0; */
        width: 350px;
    }

    .part1 {
        border-bottom: 1px solid #C7BFFE;
        display: flex;
        flex-direction: column;
    }

    .part1 .form-button {
        border-radius: 15px;
        background: #F6F4FF;
        width: 172px;
        border: none;
        outline: none;
        margin: 10px auto;
        padding: 5px 10px;
        color: #5E5E5E;
        visibility: hidden;
    }

    .form-button.system-generated {
        background: #7155EF;
        color: #fff;
        padding: 5px 10px;
        border-radius: 14px;
        font-size: 12px;
        visibility: visible;
    }

    .part2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
    }

    .part2 label {
        margin: 1px 0px;
        color: #8F8F8F;
        font-size: 13px;
    }

    .part2 h4 {
        margin: 0px 0px 1px 0px;
        font-size: 14px;
        font-weight: normal;
    }

    .part2 .dropdown {
        background: #EAE7FF;
        width: 40px;
        height: 20px;
        border-radius: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        outline: none;
        border: none;
        cursor: pointer;
        position: relative;
    }

    .part2 .dropdown::before {
        position: absolute;
        content: '';
        top: 6px;
        left: 13%;
        width: 7px;
        height: 7px;
        background: #000000;
        border-radius: 50%;
        margin: 0px 5px;
    }

    .part2 .dropdown::after {
        position: absolute;
        content: '';
        top: 6px;
        right: 13%;
        width: 7px;
        height: 7px;
        background: #00000033;
        border-radius: 50%;
        margin: 0px 5px;
    }

    .dropdown-body {
        position: absolute;
        bottom: -20px;
        left: 50px;
        min-width: 100px;
        min-height: 50px;
        background: #fff;
        display: none;
        border-radius: 10px;
        box-shadow: 0px 0px 3.7px rgba(0, 0, 0, 0.15);
        transition: all 0.5s ease;
    }

    .dropdown.show .dropdown-body {
        display: block;
    }

    .dropdown-body ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .dropdown-body ul li {
        padding: 5px 10px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .dropdown-body ul li:hover {
        background: #EAE7FF;
    }

    .dropdown-body ul li .dropdown-icon {
        margin-right: 5px;
    }

    .dropdown-body ul li .dropdown-text {
        font-size: 13px;
        color: #000;
    }

    .dropdown-body::before {
        content: '';
        position: absolute;
        bottom: 29px;
        transform: rotate(270deg);
        left: -17px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

    .form-card img {
        width: 172px;
        height: 162px;
        margin: auto;
        margin-top: 20px;
    }

    .form-button .single-optin {
        width: 177px;
        height: 29px;
    }

    .sortable-input {
        position: absolute;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 2px;
        left: -80px;
    }

    .sortable-input-icon[data-type="up"] {
        transform: rotate(180deg);
    }

    .sortable-input-icon,
    .delete-icon-rounded,
    .sortable-input-option-field-icon {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background: #FFF;
        border: none;
        outline: none;
        box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2px 5px !important;
        cursor: pointer;
        line-height: .8;
        /* Indicate it's clickable */
    }

    .delete-icon-rounded:focus,
    .delete-icon-rounded:active {
        outline: none;
    }

    .sortable-input-icon svg path {
        stroke: #5B5B5B !important;
    }

    /* Hide the "up" icon in the first .editable-formgroup */
    .editable-formgroup:first-child .sortable-input-icon[data-type="up"] {
        visibility: hidden;
    }

    /* Hide the "down" icon in the last .editable-formgroup */
    .editable-formgroup:last-child .sortable-input-icon[data-type="down"] {
        visibility: hidden;
    }

    /* Hide the "down" icon in the last .editable-formgroup */
    .editable-formgroup:last-child .sortable-input {
        flex-direction: row-reverse;
    }

    .add-more-option {
        cursor: pointer;
        color: #7155EF;
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
        text-align: center;
    }

    .choose-options-text {
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        color: #7155EF;
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
        text-align: center;
    }

    .not-options {
        display: block;
    }

    .show-options {
        margin-top: 16px;
    }

    /* Custom CSS Oct 1 */
    #form_name {
        margin: 3px 0px 5px 0px !important;
    }

    .new-form-create-in-progress-text {
        font-size: 12px;
    }

    .form-heading {
        width: 100%;
        font-weight: 500;
        font-size: 20px !important;
        text-align: center;
        margin: 0px;
    }

    .form-subheading {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin: 4px 0px 0px 0px;
    }

    #email_campaign_lists ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-top: 5px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    #email_campaign_lists ul li {
        font-size: 12px;
    }

    #email_campaign_lists ul li:not(.nodata) {
        padding: 4px 10px;
        display: flex;
        align-items: center;
        background-color: #DFDFDF;
        border-radius: 4px;
    }

    #email_campaign_lists ul li span {
        margin-right: 5px;
    }

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

/* Css For Facebook Ads While building Feat. */
.facebook-adds-library-section {
    width: 100%;
    min-height: calc(100vh - 200px);
    margin: 0px !important;
    padding: 5px;
    margin-top: 20px !important;
    margin-bottom: 50px !important;
    padding-bottom: 80px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    overflow: hidden;
    font-family: "Inter", serif;

    .modal {
        z-index: 10000 !important;
    }


    & .facebook-adds-library-section .heading {
        font-size: var(--theme-heading-font-size) !important;
        font-weight: var(--theme-heading-font-weight);
        line-height: var(--theme-heading-line-height);
        margin: 0px;
    }

    & .facebook-adds-library-section .paragraph,
    & .facebook-adds-library-section p {
        font-size: var(--theme-paragraph-font-size);
        font-weight: var(--theme-paragraph-font-weight);
        line-height: var(--theme-paragraph-line-height);
        margin: 0px;
    }

    & .facebook-adds-library-section__content label {
        font-size: var(--theme-paragraph-font-size);
        font-weight: var(--theme-paragraph-font-weight);
        line-height: var(--theme-paragraph-line-height);
        margin: 0px;
    }

    & .facebook-adds-library-section__content input,
    & .facebook-adds-library-section__content textarea,
    & .facebook-adds-library-section__content select,
    & .facebook-adds-library-section__content .select_div_fb_ads_headline {
        font-size: var(--theme-input-font-size);
        font-weight: var(--theme-paragraph-font-weight);
        line-height: var(--theme-paragraph-line-height);
        margin: 0px;
        padding: 5px 10px;
        border: 1px solid var(--theme-primary-dimmed-opacity-color-active);
        border-radius: var(--theme-button-radius2);
        width: 100%;
        height: var(--theme-input-height);
        margin: 5px auto;
    }

    & .facebook-adds-library-section__content textarea {
        height: auto;
    }

    & .facebook-adds-library-section__content input:focus,
    & .facebook-adds-library-section__content textarea:focus,
    & .facebook-adds-library-section__content select:focus {
        outline: none !important;
        border: 1px solid var(--theme-primary-color);
        box-shadow: var(--theme-input-box-shadow);
    }

    & .facebook-adds-library-section__innerdiv {
        background-color: #fff;
        border-radius: var(--theme-border-radius);
        box-shadow: var(--theme-box-shadow);
        padding: 10px 20px;
        height: 100%;
    }

    & .facebook-adds-library-section__content {
        width: calc(55% - 15px);
        position: relative;

        & .macro-btn {
            border: transparent !important;
            border-radius: 15px !important;
            background: #eaeaea !important;
            color: #6C6C6C !important;
            padding: 5px 10px !important;
            min-width: 100px !important;
            font-size: 12px;
        }

        & .macro-btn:hover {
            background: #d0cece !important;
            outline: none !important;
        }

        & .macro-btn.active {
            background: #e0e0e0 !important;
            outline: none !important;
        }
    }

    & .facebook-adds-library-section__preview {
        width: calc(45% - 15px);
    }

    & .facebook-adds-library-section .modal-content {
        border-radius: 24px !important;
        border-top: 2px solid var(--theme-primary-color) !important;
        border-bottom: 5px solid var(--theme-primary-color) !important;
        background: #FFF !important;
        box-shadow: none !important;
    }

    & .facebook-adds-library-section .modal-content .modal-header {
        border: none;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(179, 164, 249, 0.50);
    }

    & .facebook-adds-library-section .modal-content .modal-header .modal-title {
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }

    & .facebook-ads-library-section__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    & .facebook-ads-library-section__title>.icon {
        margin-right: 5px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        overflow: hidden;
        margin-bottom: 3px;
    }

    & .facebook-ads-library-section__title>.icon>svg {
        width: 20px;
        height: 20px;
    }

    & .facebook-adds-library-section__select-ads-btn {
        width: 100%;
    }

    & .btn-dimmed-opacity {
        border-top: 2px solid var(--theme-primary-dimmed-opacity-color-active);
        border-right: 0.5px solid var(--theme-primary-shade1);
        border-bottom: 0.5px solid var(--theme-primary-shade1);
        border-left: 0.5px solid var(--theme-primary-shade1);

        background-color: var(--theme-primary-dimmed-opacity-color);
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        outline: none !important;
        border-radius: var(--theme-button-radius2);
        padding: 15px 25px;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        font-size: 14px;

        &:hover {
            background-color: var(--theme-primary-dimmed-opacity-color-hover);
            outline: #000;
        }
    }


    & .media-section {
        width: 100%;
        border: 1px solid var(--theme-secondary-shade2);
        background: var(--theme-secondary-shade3);
        font-size: var(--theme-paragraph-font-size);
        font-weight: var(--theme-paragraph-font-weight);
        line-height: var(--theme-paragraph-line-height);
        padding: 10px;
        border-radius: var(--theme-button-radius2);
        width: 100%;
    }

    & .text-dark {
        color: #000 !important;
        font-weight: 500;
    }

    & .text-grey {
        font-size: 13px !important;
    }

    & .btn-dimmed-opacity-secondary {
        border: 1px solid var(--theme-secondary-shade4);
        background-color: var(--theme-secondary-shade1);
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        outline: none !important;
        border-radius: var(--theme-button-radius2);
        padding: 5px 10px;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.3s ease-in-out;

        &:hover {
            background-color: var(--theme-primary-color);
            border: 1px solid transparent;
            color: #fff;
        }

        &:hover svg path {
            stroke: #fff;
        }

        &:active {
            background-color: var(--theme-color-active);
            border: 1px solid transparent;
        }
    }


    & .media-preview,
    & .sample-image-preview {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin: 10px auto auto auto;

        & .media-item {
            margin-left: 6px;
            position: relative;
            width: 150px;
            height: 120px;
            cursor: pointer;
            border-radius: var(--theme-button-radius2);

            &.selected {
                position: relative;

                &::after {
                    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M11.5 1.75L4.625 8.625L1.5 5.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                    position: absolute;
                    top: -5px;
                    right: -5px;
                    width: 20px;
                    height: 20px;
                    background: var(--theme-success-color);
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 5px;
                }
            }

            & img {
                border-radius: var(--theme-button-radius2);
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            & video {
                border-radius: var(--theme-button-radius2);
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: relative;
            }

            &[attachment-type="video"]::before {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 40px;
                /* Adjust width as needed */
                height: 40px;
                /* Adjust height as needed */
                color: #fff;
                /* Change color if necessary */
                content: '';
                background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"/></svg>');
                background-size: cover;
                /* Cover the entire pseudo-element */
                background-repeat: no-repeat;
                background-position: center;
                z-index: 1;
                display: none;
            }


            & .control {
                position: absolute;
                top: 5px;
                left: 5px;
                gap: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column-reverse;
            }


            & .control span {
                color: #fff;
                background-color: var(--theme-secondary-shade5);
                border: 1px solid #fff;
                border-radius: 50%;
                width: 20px;
                height: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                font-size: 10px;
                padding: 8px;
                transition: all 0.3s ease-in-out;

                &:hover {
                    transform: scale(1.1);
                }
            }

        }
    }


    & .input-prepend-icon {
        font-size: 13px;
        color: #686868;
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: 500;
        position: relative;
        width: 120px;
        padding: 5px 10px;

        &::after {
            content: '';
            position: absolute;
            width: 1px;
            height: 90%;
            top: 50%;
            right: 0px;
            transform: translateY(-50%);
            background-color: var(--theme-primary-dimmed-opacity-color-active);
        }
    }


    & .facebook-adds-library-section .input-group:not(.gj-timepicker) {
        font-size: var(--theme-paragraph-font-size);
        font-weight: var(--theme-paragraph-font-weight);
        line-height: var(--theme-paragraph-line-height);
        margin: 0px;
        padding: 0px;
        border: 1px solid var(--theme-primary-dimmed-opacity-color-active);
        border-radius: var(--theme-button-radius2);
        width: 100%;
        height: var(--theme-input-height);
        gap: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    & .select-div {
        width: calc(100% - 140px);
    }

    & .select-div .select2-container {
        width: 100%;
        margin: 0px !important;
        height: 100%;
    }

    & .select-div .select2-container {
        width: 100% !important;
    }

    & .select-div .select2-container .select2-selection {
        width: 100% !important;
    }


    & .select-div .select2-container .select2-choice .select2-arrow {
        background-image: none !important;
        background: transparent;
        border: none;
    }

    & .select-div .select2-container .select2-choice {
        display: block;
        background: transparent;
        border: 1px solid transparent;
    }

    & .target-section {
        width: 100%;
        border: 1px solid var(--theme-primary-dimmed-opacity-color-active);
        border-radius: var(--theme-button-radius);
        font-size: var(--theme-paragraph-font-size);
        font-weight: var(--theme-paragraph-font-weight);
        line-height: var(--theme-paragraph-line-height);
        margin: 0px;
        padding: 10px;
    }

    & .select-target-section__inner_div {
        width: 100%;
        border: var(--theme-secondary-border);
        font-size: var(--theme-paragraph-font-size);
        font-weight: var(--theme-paragraph-font-weight);
        line-height: var(--theme-paragraph-line-height);
        padding: 10px;
        border-radius: var(--theme-button-radius2);
        margin: 10px auto;
        /* Ensure consistent spacing between elements */
    }

    & .select-target-section__inner_div:last-child {
        margin-bottom: 0;
        /* Remove margin for the last element */
    }

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

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

    & .mt--2 {
        margin-top: -2px;
        color: #686868;
    }

    /* Custom switch styles */
    & .custom-switch {
        display: none;
        /* Hide the default checkbox */
    }

    & .switch {
        position: relative;
        width: 40px;
        height: 20px;
        background-color: var(--theme-secondary-color);
        border-radius: 20px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    & .switch::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: white;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        transition: transform 0.3s;
    }

    /* Checked state */
    & .custom-switch:checked+.switch {
        background-color: #7155EF;
        /* Primary color when checked */
    }

    & .custom-switch:checked+.switch::before {
        transform: translateX(20px);
        /* Move the switch toggle to the right */
    }

    & .audience-details {
        background: var(--theme-secondary-shade7);
        border-top-left-radius: var(--theme-border-radius);
        border-top-right-radius: var(--theme-border-radius);
        border-bottom-left-radius: var(--theme-border-radius);
        border-bottom-right-radius: var(--theme-border-radius);
        display: none;
        transition: all 0.3s ease-in-out;

        &.show {
            display: block;
        }

        &.lead-form-detail {
            background-color: #fff;

            & .lead-form__header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding-bottom: 10px;
                /* margin-bottom: 10px; */
            }

            & .sticky-top {
                background: #eee;
            }

            & .tbody tr td:first-child {
                font-weight: 500;
            }
        }
    }

    & .audience-details__header {
        border-top-left-radius: var(--theme-border-radius);
        border-top-right-radius: var(--theme-border-radius);
        background: var(--theme-secondary-shade6);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    & .audience-details__icon {
        width: 21px;
        height: 21px;
        margin-right: 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #fff;
        font-size: 10px;
        padding: 5px;
        transition: all 0.3s ease-in-out;

        &:hover {
            background: var(--theme-primary-color);
            color: #fff;
        }
    }

    & .audience-details__body {
        padding: 10px;
        border: 1px solid var(--theme-secondary-shade8);
        border-bottom-left-radius: var(--theme-border-radius);
        border-bottom-right-radius: var(--theme-border-radius);
    }

    & .lead-form_details_body {
        border-radius: none;
        border: none;
        border-top: 1px solid #eee;
        width: 100%;
    }

    & .audience-details__list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    & .audience-details__item:not(:last-child, :first-child) {
        margin: 10px 0;
    }

    & .audience-details__item-value {
        font-weight: 600;
    }

    & .facebook-adds-library-section .form-group {
        border-radius: var(--theme-button-radius2);
    }


    & .lead-form__item,
    & .optin-form__item {
        padding: 8px 15px;
        margin: auto 10px;
        position: relative;

        &:not(:last-child, :first-child) {
            margin: 10px;
        }

        &:not(:last-child)::after {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 0px;
            transform: translateY(-50%);
            width: 100%;
            height: 1px;
            background: var(--theme-secondary-shade8);
        }

        &::before {
            content: '';
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background: #000;
        }

    }

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

    & .progress-div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    & .manual-input {
        height: auto !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        color: var(--theme-primary-color) !important;
        padding: 0 !important;
        margin: 0 5px !important;
        padding: 0px !important;
        border: none !important;
        outline: none !important;
        line-height: 1 !important;
        background: transparent !important;
        width: 36px !important;

        &:focus {
            outline: none !important;
            border: none !important;
            box-shadow: none !important;
        }
    }

    & .hidden-span {
        visibility: hidden;
        position: absolute;
        white-space: nowrap;
        font-size: 30px;
        font-weight: 700;
        font-family: inherit;
    }

    & .text-primary {
        color: var(--theme-primary-color) !important;
    }

    & .bg-primary {
        background: var(--theme-primary-color) !important;
    }

    & .bg-primary-theme {
        background: var(--theme-primary-color) !important;
    }

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

    & .btn-sm-white {
        width: 21px;
        height: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #fff;
        font-size: 10px;
        padding: 5px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
        cursor: pointer;

        &:hover {
            background: var(--theme-primary-color);
            color: #fff;
        }
    }

    & .form-range {
        --webkit-appearance: none;
        appearance: none;
        width: 100%;
        margin: auto 10px !important;
        height: 3px !important;
        padding: 2px 0px !important;
        background: linear-gradient(to right, var(--theme-primary-color) 0%, var(--theme-primary-color) 0%, #ddd 0%, #ddd 100%);
        outline: none !important;
        border: none !important;
        box-shadow: none !important;

        &:focus {
            outline: none !important;
            border: none !important;
            box-shadow: none !important;
        }
    }

    /* WebKit Browsers (Chrome, Safari) */
    & .form-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: var(--theme-primary-color);
        border: none;
        cursor: pointer;
    }

    /* Mozilla Browsers (Firefox) */
    & .form-range::-moz-range-thumb {
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: var(--theme-primary-color);
        border: none;
        cursor: pointer;
    }

    & .form-range::-webkit-slider-thumb {
        background: var(--theme-primary-color);
        background: #fff;
        box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
    }

    & .form-range::-moz-range-thumb {
        background: var(--theme-primary-color);
        background: #fff;
        box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
    }

    & .form-range::-ms-thumb {
        background: var(--theme-primary-color);
        background: #fff;
        box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
    }

    & .btn-text {
        /* color: var(--theme-secondary-shade9);  */
    }

    & .facebook-ads-library-section__preview_inner {
        border: 1px solid var(--theme-secondary-shade2);
        background: var(--theme-secondary-shade3);
        padding: 10px 20px;
        border-radius: var(--theme-button-radius3);
    }

    & .tab-panel {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        width: 100%;
        list-style: none;
        padding: 0px;
    }

    & .tab-panel__item {
        cursor: pointer;
        border: 1px solid transparent;
        padding: 2px;
        transition: all 0.3s ease-in-out;

        &.active {
            background: var(--theme-secondary-shade10);
            border-radius: var(--theme-button-radius2);
        }
    }

    & .tab-panel__link {
        text-decoration: none;
    }


    /* Create Add CSS Here */
    & .ads-card-section {
        background: #fff;
        border-top: 2px solid #7155EF;
        border-bottom: 5px solid #7155EF;
        padding: 50px;
        border-radius: 24px;
        width: 630px;
        box-shadow: 1px 2px 11px -3px #939393;
    }

    & .ads-card-section .card {
        border-radius: 15px;
        box-shadow: 0px 4px 18px -5px #7155EF50;
        border: 0;
        padding: 20px 0;
        text-align: center;
        transition: 500ms;
        margin-bottom: 15px;
    }

    & .ads-card-section .card:hover {
        box-shadow: 0px 4px 18px -5px #7155EF;
        transition: 500ms;
    }

    & .ads-card-section .title-bx h2 {
        width: 100%;
        font-weight: 800;
        color: #000;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        font-size: 16px;
        justify-content: center;
    }

    & .ads-card-section .title-bx h2 img {
        width: 20px;
    }

    & .ads-card-section .title-bx p {
        text-align: center;
        font-size: 12px;
        color: #7B7B7B;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    & .ads-card-section .card .card-body span {
        background: #EEECEC;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 58px;
        margin-bottom: 17px;
    }

    & .ads-card-section .card .card-body span img {
        width: 30px;
    }

    & .ads-card-section .card .card-body h5 {
        color: #3A3A3A;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 5px;
    }

    & .ads-card-section .card .card-body p {
        color: #717171;
        font-size: 12px;
    }

    /* post-moadal */
    & .post-pop .modal-dialog {
        max-width: 680px;
        margin: 1.75rem auto;
    }

    & .post-pop .modal-content {
        border-top: 2px solid #7155EF !important;
        border-bottom: 5px solid #7155EF !important;
        border: 0;
        border-radius: 15px;
        padding: 15px 30px;
    }

    & .post-pop .modal-body {
        padding: 0;
    }

    & .post-pop .modal-header {
        padding: 0 0 12px 0;
    }

    & .post-pop .modal-title {
        font-size: 24px;
        text-transform: capitalize;
        font-weight: bold;
    }

    & .post-pop .modal-title span {
        font-size: 30px;
    }

    & .post-pop p {
        font-size: 12px;
        color: #717171;
        padding: 12px 0;
        margin-bottom: 0;
    }

    & .post-pop .nav {
        flex-wrap: nowrap;
    }

    & .post-pop .nav-item {
        width: 50%;
    }

    & .post-pop .nav-item .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #656565;
    }

    & .post-pop .nav-pills .nav-link.active,
    & .nav-pills .show>.nav-link {
        background: #1C59F3;
        border-radius: 7px;
        color: #fff;
    }

    & .post-pop .nav-pills .nav-link span>svg {
        margin-right: 5px;
        margin-top: -1px;
    }

    & .post-pop .nav-pills .nav-link:not(.nav-link-instagram).active svg path {
        fill: #fff;
    }

    & .post-pop .nav-pills .nav-link.nav-link-instagram.active svg path {
        stroke: #fff;
    }

    & .post-pop .nav-pills .nav-link-instagram.active,
    & .nav-pills .show>.nav-link {
        background: #EA67C9;
        border-radius: 7px;
        color: #fff;
    }

    & .post-pop .nav-pills {
        background: #EEEEEE;
        border-radius: 7px;
        font-size: 15px;
        text-transform: capitalize;
        margin-top: 7px;
    }

    & .post-pop .nav-link {
        padding: .8rem 1rem;
    }

    & .post-pop .list-body {
        background: #F4F4F4;
        border: 1px solid #CDCDCD;
        border-radius: 15px;
        padding: 15px 0;
        margin-bottom: 15px;
    }

    & .post-pop .tab-item-box h4 {
        margin-bottom: 0;
        font-size: 15px;
        color: #000;
        font-weight: 500;
    }

    & .post-pop .tab-item-box p {
        font-size: 12px;
        color: #33363F;
    }

    & .post-pop .tab-item-box .btn-secondary {
        background: #D9D9D9;
        color: #434343;
        border: 0;
    }


    /* new ads create page
    ------------------------------------ */
    & .create-ad .card-body {
        background: #fff;
        padding: 30px 50px;
        box-shadow: 4px 4px 18px -5px #DADDE825;
        border-radius: 15px;
    }

    & .create-ad .card-body .title-bx h2 {
        width: 100%;
        font-weight: bold;
        color: #000;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        font-size: 16px;
        justify-content: left;
    }

    & .create-ad .card-body .tab-bx {
        background: #EFEDFF70;
        border: 1px solid #d2c1ff;
        border-top: 1px solid #B395FD;
        padding: 15px 12px;
        border-radius: 9px;
        margin-bottom: 15px;
        text-align: center;
        text-transform: capitalize;
        font-size: 15px;
        color: #000;
        font-weight: 500;
    }

    & .create-ad .card-body .tab-bx img {
        margin-top: -2px;
    }

    & .create-ad .card-body .tab-bx-area {
        margin-bottom: 15px;
    }

    & .create-ad .card-body .tab-bx-area>label {
        margin-bottom: 0;
        text-transform: capitalize;
    }

    & .create-ad .card-body .tab-bx-area>textarea {
        font-size: 14px;
        background: #FFFFFF;
        border: 1px solid #B395FD;
        padding: 20px;
        border-radius: 9px;
        width: 100%;
        max-height: 200px;
        height: 65px;
        padding: 7px 15px 15px 15px;
        text-transform: capitalize;
    }

    & .create-ad .card-body .tab-bx-area>input {
        font-size: 14px;
        background: #FFFFFF;
        border: 1px solid #B395FD;
        padding: 20px;
        border-radius: 9px;
        width: 100%;
        max-height: 100px;
        height: 55px;
        padding: 7px 15px 15px 15px;
        text-transform: capitalize;
    }

    & .create-ad .card-body .tab-bx-area .input-group {
        font-size: 14px;
        background: #FFFFFF;
        border: 1px solid #d2c1ff;
        border-top: 1px solid #B395FD;
        padding: 20px;
        border-radius: 9px;
        width: 100%;
        padding: 7px;
        text-transform: capitalize;
        box-shadow: 1px 3px 18px -4px #B8C0DB70;
    }

    & .create-ad .card-body .tab-bx-section {
        font-size: 14px;
        background: #FFFFFF;
        border: 1px solid #d2c1ff;
        border-top: 1px solid #B395FD;
        padding: 20px;
        border-radius: 9px;
        width: 100%;
        padding: 15px;
        text-transform: capitalize;
        box-shadow: 1px 3px 18px -4px #B8C0DB70;
    }

    & .create-ad .card-body .tab-bx-section .card {
        margin-bottom: 15px;
        border-radius: 7px;
        border: 1px solid #E2E2E2;
    }

    & .create-ad .card-body .tab-bx-section .card .card-header h5 {
        font-size: 15px;
    }

    & .create-ad .card-body .tab-bx-section .card .card-header p {
        font-size: 12px;
        color: #273B4A;
    }

    & .create-ad .card-body .tab-bx-area .input-group-append {
        width: 20%;
    }

    & .create-ad .card-body .tab-bx-area .action-tabs {
        width: 80%;
        padding: 0 15px;
        cursor: pointer;
    }

    & .create-ad .card-body .bdr-right {
        border-right: 1px solid #B395FD !important;
    }

    & .todayleaddatashow {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 22px;
        margin: 0 0 0 5px;
    }

    & .todayleaddatashow input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    & .todayleaddatashow input:checked+.slider {
        background-color: #7155EF;
    }

    & .todayleaddatashow .slider.round {
        border-radius: 34px;
    }

    & .todayleaddatashow .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    & .todayleaddatashow input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(20px);
    }

    & .todayleaddatashow .slider.round:before {
        border-radius: 50%;
    }

    & .todayleaddatashow .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 2px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    /* Create Add CSS Here */

    & .facebook-ads-library-section__preview_screen_inactive {
        align-items: center;
        justify-content: center;
        height: calc(100vh - 300px);
        flex-direction: column;
        display: none !important;
    }

    & .preview-inactive-text {
        color: var(--theme-secondary-shade11);
        font-size: 32px !important;
        font-weight: 700 !important;
        text-align: center;
    }


    & .facebook-ads-library-section__preview_screen {
        width: 100%;
        height: 100%;
        /* min-height: calc(100vh - 500px); */
        padding: 10px;
        margin: auto;
        background: #fff;
        box-shadow: var(--theme-box-shadow);
        border-radius: var(--theme-button-radius2);
        transition: width 0.3s ease;
    }

    & .facebook-ads-library-section__preview_screen h4 {
        font-weight: 400;
    }

    & .facebook-ads-library-section__preview_screen .subtitle {
        font-weight: 400;
        color: var(--theme-secondary-shade12);
    }

    & .facebook-ads-library-section__preview_screen .see-more {
        color: var(--theme-secondary-shade12);
    }

    & .facebook-ads-library-section__preview_screen .col-12 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    & .preview-screen_footer_content {
        background: var(--theme-secondary-shade13);
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

    & .preview-screen_footer_btn {
        background: var(--theme-secondary-shade14);
        border-radius: var(--theme-button-radius4);
        width: 150px;
        border: none;
        outline: none;
        padding: 10px 0px;
        font-size: var(--theme-heading-font-size);

        &:focus {
            outline: none;
        }

        &:active {
            outline: none;
        }

        &.mobile-view {
            padding: 5px 10px;
            width: auto;
            white-space: nowrap;
        }
    }

    & .preview-screen_footer_icons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 2px 10px;
    }

    & .preview-screen_footer_icons_items {
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--theme-secondary-shade15);
        gap: 2px;

        & span {
            display: flex;
            align-items: center;
        }
    }

    & .search-location-input-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--theme-secondary-shade16);
        height: 45px !important;
        border-radius: var(--theme-button-radius2);
    }

    & .search-location-input-prepend-icon {
        color: var(--theme-secondary-shade17);
        font-size: 16px;
        width: 50px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    & .search-location-input-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: calc(100% - 50px);
        height: 100%;
        position: relative;

        & input {
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
            background: transparent !important;
            height: 100%;
        }

        &::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background-color: var(--theme-secondary-shade18);
            height: 70%;
            width: 1px;
        }
    }

    & .border-rounded-grey {
        border: 1px solid var(--theme-secondary-shade19);
        border-radius: var(--theme-button-radius3);
        width: 100%;
        margin: auto;
    }

    & .border-rounded-grey-bottom {
        border-top: 1px solid var(--theme-secondary-shade19);
        width: 100%;
        margin: 0px;
    }

    & .search-manually-label {
        color: var(--theme-secondary-shade20);
        font-size: 13px !important;
        font-weight: 400;
        margin: 0;
    }

    & .btn-theme-primary {
        background: var(--theme-primary-color);
        border: none;
        color: #fff !important;
        font-size: 14px;
        border-radius: var(--theme-button-radius4);
        text-decoration: none;
        padding: 5px 10px;
        cursor: pointer;
        width: 100%;

        &:hover {
            background: var(--theme-primary-color-hover);
            text-decoration: none;
            color: #fff;
        }

        &:active {
            background-color: var(--theme-color-active);
        }
    }

    & #edit-targeting-audience-modal input,
    & #edit-targeting-audience-modal select {
        height: 33px;
        border: 1px solid #E0E0E0;

        &:focus {
            border: 1px solid var(--theme-primary-color);
            outline: none;
        }
    }

    & #edit-targeting-audience-modal .modal-dialog {
        max-width: 80%;
        width: 600px;
    }


    & .select-target-audience-select {
        width: calc(100% - 140px);
    }

    & .select-target-audience-select .select2-container {
        font-size: var(--theme-paragraph-font-size);
        font-weight: var(--theme-paragraph-font-weight);
        line-height: var(--theme-paragraph-line-height);
        padding: 5px 10px;
        height: 33px;
        border: 1px solid #E0E0E0;
        border-radius: var(--theme-button-radius2);
        margin: 5px auto;
        max-width: 100% !important;
        width: 100%;
        min-width: 100% !important;
        background: #fff;

        &.select2-dropdown-open {
            border: 1px solid var(--theme-primary-color);
            outline: none;
            box-shadow: var(--theme-input-box-shadow);
        }
    }

    & .select-target-audience-select .select2-container {
        width: 100% !important;
    }

    & .select-target-audience-select .select2-container .select2-choice {
        line-height: normal !important;
    }

    & .select-target-audience-select .select2-container .select2-selection {
        width: 100% !important;
    }


    & .select-target-audience-select .select2-container .select2-choice .select2-arrow {
        background-image: none !important;
        background: transparent;
        border: none;
    }

    & .select-target-audience-select .select2-container .select2-choice {
        display: block;
        background: transparent;
        border: 1px solid transparent;
    }

    & .select-target-audience-select .select2-container .select2-choice .select2-arrow {
        top: -4px !important;
    }

    & .close-modal {
        position: absolute;
        width: 35px;
        height: 35px;
        padding: 5px;
        right: -10px;
        top: -10px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: var(--theme-box-shadow);
    }

    & .address-text-div {
        width: auto;
        background: var(--theme-primary-shade2);
        padding: 5px 10px;
        border-radius: var(--theme-button-radius3);
        position: relative;
        display: inline-block;

        & .close-modal {
            width: 25px;
            height: 25px;
            padding: 5px;
            right: -10px;
            top: -15px;
        }
    }

    & .address-text {
        color: var(--theme-primary-color);
    }

    & .embed-map {
        width: 100%;
        height: 200px;
        z-index: 1;

        & iframe {
            width: 100%;
            height: 100%;
            border: none;
            border-radius: var(--theme-button-radius3);
        }
    }

    & .gender-div {
        border: 1px solid var(--theme-secondary-shade19);
        border-radius: var(--theme-button-radius4);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        line-height: 1.5;
        width: 30% !important;
        cursor: pointer;
        position: relative;

        & input[type="radio"] {
            display: none;
        }

        & input[type="radio"]:checked+.radio-input::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--theme-success-color);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.5%202.25L3.375%206.375L1.5%204.5%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center;
        }

        & input[type="radio"]:checked+.radio-input {
            border: 1px solid var(--theme-success-color);
        }

        & input[type="checkbox"] {
            display: none;
        }

        & input[type="checkbox"]:checked+.radio-input::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 0px;
            background: var(--theme-success-color);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.5%202.25L3.375%206.375L1.5%204.5%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center;
        }

        & .radio-input {
            width: 16px;
            height: 16px;
            /* margin-bottom: 4px; */
            border-radius: 50%;
            border: 1px solid var(--theme-primary-color);
            position: relative;
        }

        & input[type="checkbox"]+.radio-input {
            border-radius: 2px;
        }

        & input[type="checkbox"]:checked+.radio-input {
            border: 1px solid var(--theme-success-color);
        }

        &.disabled {
            background: #eee;
            cursor: not-allowed !important;
        }

        & i {
            position: absolute;
            /* top: calc(50% - 1px); */
            right: 10px;
            /* transform: translateY(calc(-50% - 1px)); */
        }
    }



    & .browse-btn {
        background: var(--theme-primary-color);
        color: #fff;
        border-radius: var(--theme-button-radius4);
        padding: 5px 10px;
        cursor: pointer;
        width: 150px;
        height: 100%;
        text-align: center;
        border: 1px solid transparent;
        transition: all 0.3s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-size: 14px;
        outline: none !important;

        &:focus {
            outline: none;
            background: var(--theme-primary-color-hover);
        }

        &:hover {
            background: var(--theme-primary-color-hover);
        }

        &:active {
            background: var(--theme-primary-color-active);
        }
    }

    & .save-audience-btn {
        height: 45px;
    }

    & .back-btn {
        border-radius: 0px !important;
        margin: 0px 15px 0px 0px;
        width: 75px;
        cursor: pointer;
        height: auto;
        padding: 0px;
        border: none;
        background: white;
        border-right: 1px solid var(--theme-secondary-shade21);
    }

    & .accordion-here {
        width: 100% !important;
        margin: 0px auto;
        padding: 10px;
        border-radius: var(--theme-button-radius3);
        border: 1px solid var(--theme-secondary-shade19);
        cursor: pointer;

        & .accordion-item {
            margin: auto;
        }

        & .accordion-item:not(:last-child) .accordion-header {
            border-bottom: 1px solid var(--theme-secondary-shade19);
        }

        & .accordion-header {
            padding: 5px;
        }

        & .accordion-button {
            background: transparent;
            border: none;
            color: #000;
            padding: 0px;
            position: relative;
        }

        & .accordion-button::after {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 14px;
            height: 14px;
            content: "";
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-size: 14px;
            transition: transform .2s ease-in-out;
        }

        /* Rotate the arrow when the accordion is expanded */
        & .accordion-header:not(.collapsed) .accordion-button::after {
            transform: translateY(-50%) rotate(180deg);
        }


        & .accordion-body {
            display: none;
        }

        & .accordion-body.show {
            display: block;
        }
    }

    & .interest-list {
        list-style: none;
        background: var(--theme-secondary-shade22);
        margin: 0px;
        padding: 0px;

        & .interest-list_item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            position: relative;
        }

        & .interest-list_item:not(:last-child) {
            border-bottom: 1px solid var(--theme-secondary-shade19);
        }
    }

    & .interest-list_item .customcheckboxinput:checked+.customcheckbox::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--theme-primary-color);
    }

    & .customcheckbox {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid var(--theme-primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    & .customcheckboxinput {
        width: 16px;
        /* Adjust this as needed */
        height: 16px;
        /* Adjust this as needed */
        margin-bottom: 4px;
        /* Adjust this as needed */
        border-radius: 50%;
        border: 1px solid var(--theme-primary-color);
        position: absolute;
        /* Positioning for custom checkbox */
        opacity: 0;
        /* Hide the actual checkbox */
        cursor: pointer;
        /* Pointer cursor for the checkbox */
    }

    & .customcheckbox input {
        position: absolute;
        /* Position input on top */
        opacity: 0;
        /* Hide the default checkbox */
        cursor: pointer;
        /* Pointer cursor */
        height: 100%;
        /* Full height */
        width: 100%;
        /* Full width */
        z-index: 999;
    }

    & .customcheckbox-indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease-in-out;
        /* Smooth transition */
    }

    /* Change the background when the checkbox is checked */
    & .customcheckbox input:checked+.customcheckbox-indicator {
        background: var(--theme-primary-color);
        /* Change color to primary */
    }

    & .customcheckbox-indicator::after {
        content: "";
        width: 0;
        /* Initial size */
        height: 0;
        /* Initial size */
        border-radius: 50%;
        /* Make it circular */
        transition: width 0.2s ease, height 0.2s ease;
        /* Smooth transition */
    }


    & .interest-selected-div,
    & .interest-selected-div-narrow {
        display: none;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 10px;
        padding: 10px 0px;
        border-bottom: 1px solid var(--theme-secondary-shade19);
    }

    & .facebook-ads-library-section__footer {
        background: #fff;
        height: 60px;
        width: calc(100vw - 200px);
        /* Full width */
        position: fixed;
        /* Sticky position */
        bottom: 0;
        /* Stick to bottom */
        left: 200px;
        /* Align to left */
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1050;
        padding: 0px 50px;
        box-shadow: var(--theme-box-shadow);
    }

    & .facebook-ads-library-section__footer.minimizefacebookaddfooter {
        left: 60px;
        /* Adjust the left position when minimized */
        width: calc(100vw - 60px);
    }

    body .slaask-button {
        right: 200px !important;
    }

    & .packages-offers {
        right: 300px !important;
        display: none !important;
    }

    & #slaask-button {
        display: none !important;
    }

    & .facebook-ads-library-section__footer_btn {
        height: 35px;
        border-radius: var(--theme-button-radius4);
        /* width: 120px; */
        padding: 5px 15px;
        border: none;
        outline: none;
        white-space: nowrap;

        &:active,
        &:focus {
            outline: none;
        }

        &.discard {
            background: var(--theme-secondary-shade6);

            & svg {
                margin-bottom: 3px;
            }

            &:not([disabled]):hover {
                background: var(--theme-secondary-shade11);
            }

            &:not([disabled]):active {
                background: var(--theme-secondary-shade8);
            }
        }

        &.launch {
            background: var(--theme-primary-color);
            color: #fff;

            &:not([disabled]):hover {
                background: var(--theme-primary-color-hover);
            }

            &:not([disabled]):active {
                background: var(--theme-primary-color-active);
            }
        }

        &[disabled] {
            cursor: not-allowed;
        }
    }



    /*Chrome*/
    & .form-range::-webkit-slider-thumb {
        -webkit-appearance: none;
    }

    /** FF*/
    & .form-range::-moz-range-progress {
        background-color: var(--theme-primary-color);
    }

    /* IE*/
    & .form-range::-ms-fill-lower {
        background-color: var(--theme-primary-color);
    }


    /* .form-range.age-range::-webkit-slider-thumb {
        background: #fff;
        box-shadow: 0px 0px 2.8px 0px var(--theme-primary-shade3);
    }

    .form-range.age-range::-moz-range-thumb {
        background: #fff;
        box-shadow: 0px 0px 2.8px 0px var(--theme-primary-shade3);
    }

    .form-range.age-range::-ms-thumb {
        background: #fff;
        box-shadow: 0px 0px 2.8px 0px var(--theme-primary-shade3);
    } */


    & .optin-form-section {
        & .form-group label {
            color: #4D4D4D;
            margin: 5px 0px;
            white-space: nowrap;
        }

        /* Override Bootstrap's form-control */
        & .form-group input.form-control {
            border-radius: 4px;
            /* Custom border radius */
            border: 1px solid var(--theme-secondary-color);
            /* Primary color border */
            background: #FFF;
            /* Background white */
            transition: border-color 0.3s, box-shadow 0.3s;
            /* Smooth transitions */
            margin: 0px auto;
        }

        /* Focus state (when the input is clicked or active) */
        & .form-group input.form-control:focus {
            border-color: #7155EF;
            /* Primary color border on focus */
            box-shadow: 0 0 0 0.2rem rgba(113, 85, 239, 0.25);
            /* Light shadow with primary color */
            outline: none;
            color: #000;
            /* Remove default outline */
        }

        & .form-title-input:focus {
            border: 1px solid #7155EF !important;
            /* Primary color border on focus */
            box-shadow: 0 0 0 0.2rem rgba(113, 85, 239, 0.25);
            /* Light shadow with primary color */
            outline: none;
            font-weight: 500;
            color: #000;
            /* Remove default outline */
        }

        & .form-group .form-control::placeholder {
            color: var(--theme-secondary-color);
            /* Primary color placeholder text */
        }

        & .form-group span {
            color: #4D4D4D;
            margin: 0px;
        }

        /* Override Bootstrap's textarea */
        & .form-group textarea.form-control {
            border-radius: 4px;
            /* Custom border radius */
            border: 1px solid var(--theme-secondary-color);
            /* Default border color */
            background: #FFF;
            /* Background white */
            transition: border-color 0.3s, box-shadow 0.3s;
            /* Smooth transitions */
            margin: 2px auto;
            /* Margin */
            resize: none;
            /* Disable resizing if needed */
        }

        /* Focus state for textarea */
        & .form-group textarea.form-control:focus {
            border-color: #7155EF;
            /* Primary color border on focus */
            box-shadow: 0 0 0 0.2rem rgba(113, 85, 239, 0.25);
            /* Light shadow with primary color */
            outline: none;
            /* Remove default outline */
            font-weight: 500;
            /* Font weight */
            color: #000;
            /* Text color */
        }

        /* Placeholder text color */
        & .form-group textarea.form-control::placeholder {
            color: var(--theme-secondary-color);
            /* Placeholder text color */
        }

        & .input-widget-header {
            padding-bottom: 15px;
            border-radius: 9px;
            background: #FFF;
            box-shadow: -1px 3px 1.9px -1px rgba(179, 149, 253, 0.35);
        }

        & .step-form-body h4 {
            font-weight: 600;
            font-size: 16px;
        }

        & .form-heading {
            width: 100%;
            font-weight: 500;
            font-size: 20px !important;
            text-align: center;
            margin: 0px;
        }

        & .form-subheading {
            width: 100%;
            font-size: 16px;
            text-align: center;
            margin: 4px 0px 0px 0px;
        }

        & .input-group {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
            width: 100%;
            gap: 0px !important;
            border: none;
            flex-wrap: nowrap !important;
            height: auto !important;
        }

        &.input-group-prepend {
            margin-right: -1px;
        }

        & .form-group input.form-control {
            border-radius: 4px;
            border: 1px solid var(--theme-secondary-color);
            background: #FFF;
            transition: border-color 0.3s, box-shadow 0.3s;
            margin: 0px auto;
        }

        & .input-group>.editable-input {
            border-top-left-radius: 0px !important;
            border-bottom-left-radius: 0px !important;
            margin: 0px !important;
        }

        & .editable-input {
            width: 100%;
            height: 35px;
            border: 1px solid var(--theme-secondary-color);
            border-radius: 4px;
            padding: 0 10px;
            font-size: 13px;
            font-weight: 400;
        }

        & .input-group-text {
            padding: 5px 10px;
            line-height: 1;
            font-size: 14px;
            height: 100%;
            border-radius: 0px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        & .term-text-div {
            border: 1px dashed #DFDFDF !important;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 14px !important;
            font-weight: normal;
            display: none;
        }

        & .input-group-prepend {
            height: 35px;
        }

        & .editable-input.editable-input-checkbox {
            height: auto !important;
            display: flex;
            align-items: center;
            padding: 0px !important;
            border: none !important;
            flex-wrap: wrap;
        }

        & .editable-input.editable-input-radio {
            height: auto;
            /* display: flex;
        align-items: center; */
            padding: 0px !important;
            border: none !important;
            flex-wrap: wrap;
        }

        & .cursor-pointer {
            cursor: pointer;
        }

        & .form1-submit-btn {
            border-radius: 4px;
            border: 1px solid #A7A7A7;
            background: var(--theme-primary-color);
            width: 100%;
            padding: 5px 10px;
            color: #fff;
            cursor: pointer;
            outline: none;
        }

        & .form1-submit-btn:hover {
            background: #5837d9;
            border: 1px solid #5837d9;
            color: #FFF;
            outline: none;
        }

        & .form1-submit-btn:focus {
            outline: none;
        }

        & .form1-submit-btn:active {
            outline: none;
            border: 2px solid #7155EF;
            color: #FFF;
            background: #7155EF;
        }
    }

    input[type="radio"],
    input[type="checkbox"] {
        accent-color: var(--theme-primary-color);
    }

    & .btn-icon {
        padding-left: 0px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4px;
    }











    & .pixelsimgmodal {

        & .file-upload-wrapper {
            border: 2px dashed #d6d6d6;
            border-radius: 10px;
            padding: 40px;
            text-align: center;
            background-color: #f9f9f9;
            position: relative;
        }

        & .file-upload-wrapper .upload-icon {
            font-size: 48px;
            color: #000;
            margin-bottom: 10px;
        }

        & .file-upload-wrapper .upload-text {
            font-size: 18px;
            color: #6c757d;
            margin-bottom: 10px;
        }

        & .file-upload-wrapper .browse-btn {
            background-color: #ffffff;
            border: 2px solid #d6d6d6;
            border-radius: 30px;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
        }

        & .file-upload-wrapper input[type="file"] {
            display: none;
        }

        & .upload-options {
            height: 40px;
            padding: 0px 15px;
            border-radius: 10px;
            /* margin: 0px 10px; */
            background: #fff;
            border: none;
            color: #836AF1;
            font-weight: 500;
            outline: none;
        }

        & .upload-options.active {
            background: #EAE6FB;
            /* outline: none; */
        }

        & .browse-btn {
            background-color: #ffffff;
            border: 2px solid #d6d6d6;
            border-radius: 30px;
            padding: 10px 20px;
            font-size: 16px;
            color: #000;
            cursor: pointer;
            margin: auto;
        }

        & .closebtn {
            outline: none;

            &:focus,
            &:active {
                outline: none;
            }
        }

        & .image-attachments {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: start;
            margin: auto;

            & .image-div {
                position: relative;
                width: 48%;
                border-radius: var(--theme-button-radius4);
                cursor: pointer;

                & img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    border-radius: var(--theme-button-radius4);
                }

                &:not(.selected):hover {
                    box-shadow: var(--theme-box-shadow);
                }

                &.selected {
                    border: 1px dashed var(--theme-primary-color);
                    position: relative;
                    padding: 2px;
                }

                &.selected::before {
                    content: "✓";
                    position: absolute;
                    top: -5px;
                    right: -5px;
                    color: var(--theme-primary-color);
                    background-color: #fff;
                    border-radius: 50%;
                    width: 20px;
                    height: 20px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 14px;
                    box-shadow: var(--theme-box-shadow);
                }
            }
        }
    }

    & #preview-slider {
        display: flex;
        overflow: hidden;
        /* height: 300px; */
        aspect-ratio: 16/9;
        background: #c2c2c2c7;

        & .preview-img {
            width: 100%;
            height: 100%;
            border-top-left-radius: var(--theme-button-radius4);
            border-top-right-radius: var(--theme-button-radius4);
            aspect-ratio: 16 / 9;
            object-fit: contain;

            &[attachment-type="video"] {
                position: relative;

                &::before {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 40px;
                    /* Adjust width as needed */
                    height: 40px;
                    /* Adjust height as needed */
                    color: #fff;
                    /* Change color if necessary */
                    content: '';
                    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"/></svg>');
                    background-size: cover;
                    /* Cover the entire pseudo-element */
                    background-repeat: no-repeat;
                    background-position: center;
                    z-index: 1;
                }
            }
        }

        & .slider-control {
            display: none;
        }

        &.multiple {
            position: relative;

            & .slider-control {
                display: flex;
                align-items: center;
                justify-content: space-between;
                position: absolute;
                left: 0px;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
                padding: 0 10px;
                z-index: 1;

                & .slider-control__btn {
                    width: 25px;
                    height: 25px;
                    border-radius: 50%;
                    background-color: #fff;
                    box-shadow: var(--theme-box-shadow);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    transition: all 0.3s ease;
                    visibility: visible;

                    &:hover {
                        background-color: var(--theme-primary-color);

                        & svg path {
                            stroke: #fff;
                        }
                    }
                }

            }

            & .preview-img {
                display: none;
                transition: all 0.4s ease;

                &.active {
                    width: 80%;
                    height: 100%;
                    border-top-left-radius: var(--theme-button-radius4);
                    border-top-right-radius: 0px;
                    display: block;
                }

                &.next {
                    width: 80%;
                    height: 100%;
                    border-top-right-radius: var(--theme-button-radius4);
                    border-top-left-radius: 0px;
                    display: block;
                    margin-left: 10px;
                }
            }
        }
    }


    & .manual-set-input-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;

        & .manual-set-input-div__col {
            width: calc(50% - 10px);
            display: flex;
            align-items: center;
            justify-content: space-between;
            border: 1px solid;
            border: var(--theme-secondary-border);
            font-size: var(--theme-paragraph-font-size);
            font-weight: var(--theme-paragraph-font-weight);
            line-height: var(--theme-paragraph-line-height);
            border-radius: var(--theme-button-radius2);
            padding: 0px 0px 0px 10px;

            & .days {
                width: 50px;
            }

            & input[type="number"] {
                height: 100%;
                width: calc(100% - 50px);
                border: none;
                outline: none;

                &:focus {
                    border: none;
                    outline: none;
                    box-shadow: none;
                }
            }

            & .date {
                width: 100px;
            }

            & input[type="text"],
            & input[type="time"] {
                height: 100%;
                width: calc(100% - 100px);
                border: none;
                outline: none;
                cursor: pointer;

                &:focus {
                    border: none;
                    outline: none;
                    box-shadow: none;
                }
            }
        }
    }

    & #map {
        width: 100%;
        height: 200px;
        border-radius: var(--theme-button-radius3);
        box-shadow: var(--theme-box-shadow);
    }

    & .leaflet-control-attribution.leaflet-control {
        display: none !important;
    }

    & #drop-pin-icon {
        position: absolute;
        top: 13px;
        right: 75px;
        cursor: grab;
        z-index: 1000;
        padding: 2px 5px;

        & i {
            font-size: 20px;
            color: var(--theme-primary-color);
            cursor: move;
        }
    }

    & #drop-pin-icon-div {
        position: absolute;
        top: 10px;
        width: 100px;
        right: 10px;
        cursor: grab;
        z-index: 999;
        background: #fff;
        border-radius: var(--theme-button-radius4);
        box-shadow: var(--theme-box-shadow);
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: end;
        text-align: right;
        color: var(--theme-primary-color);
    }

    /* .leaflet-pane.leaflet-marker-pane{
        position: relative;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            background-color: #fff;
            border: 1px solid var(--theme-primary-color);
            background: #A397F126;
            padding: 30px;
            border-radius: 50%;
            width: 41px;
        }
    } */

    & .marker-circle {
        position: absolute;
        bottom: 0px;
        left: 0px;
        /* transform: translate(-50%, 25%); */
        border-radius: 50%;
        border: 1px solid var(--theme-primary-color);
        background: #A397F126;
        padding: 30px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        display: none;
    }


    & .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: red !important;
    }

    & .select2-results__option--highlighted {
        background-color: red !important;
        /* Red background for the selected option */
        color: white !important;
        /* Change text color for better visibility */
    }

    & .select2-results__option {
        background-color: white;
        /* Default background color */
        color: black;
        /* Default text color */
    }

    & .select2-results__option:hover {
        background-color: lightcoral !important;
        /* Different color for hover */
        color: black !important;
        /* Change text color on hover */
    }

    & .select2-drop.select2-drop-above.select2-drop-active {
        border-top: none !important;
    }

    & .set-budget-div {
        display: flex;
        justify-content: space-between;

        &>.progress-div:first-child {
            border-right: 1px solid #DFDFDF;
            padding-right: 10px;
        }

        &>.progress-div:last-child {
            padding-left: 10px;
        }
    }

    & .select2-results__option--selected {
        background-color: red !important;
    }

    & .select-campaign-title {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

    & #campaign-list-container {
        width: 100%;

        & .campaign-list {

            background: var(--theme-secondary-shade13);
            border: 1px solid var(--theme-secondary-shade4);
            border-radius: 15px;

            display: flex;
            flex-direction: column;
            justify-content: center;

            & .campaign-id {
                font-size: 12px;
                font-style: italic;
            }

            & .campaign-name {
                font-size: 18px;
                font-weight: var(--theme-heading-font-weight);
                color: var(--theme-heading-color);
                transition: all 0.3s ease;
            }

            & .campaign-status {
                padding: 5px 10px;
                border-radius: var(--theme-button-radius3);
                color: #000;
                font-size: 12px;
                background: var(--theme-secondary-shade19);
                transition: all 0.3s ease;

                &.paused {
                    color: #000;
                    background: var(--theme-warning-color);
                }

                &.active {
                    color: #fff;
                    background: var(--theme-success-color);
                }
            }

            & .campaign-objective {
                padding: 5px 10px;
                border-radius: var(--theme-button-radius3);
                color: #fff;
                font-size: 12px;
                background: var(--theme-primary-color);
                transition: all 0.3s ease;

            }
        }

        & .select-campaign-btn {
            width: 100%;
            padding: 10px 15px;
            border-radius: var(--theme-button-radius4);
            border: 1px solid var(--theme-primary-color);
            background: #fff;
            color: var(--theme-primary-color);
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;

            &:hover {
                background: var(--theme-primary-color);
                color: #fff;
            }

            &:focus {
                outline: none;
                box-shadow: none;
            }

            &:active {
                background: var(--theme-primary-color-active);
                color: #fff;
            }
        }
    }

    & #fb_ads_set_interests,
    & #fb_ads_set_interests_narrow {
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        gap: 10px;
    }

    & .progressbar {
        display: none;

        &.show {
            position: absolute;
            top: 5px;
            left: 5px;
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            background: #eeeeeeba;
            opacity: .5;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: var(--theme-border-radius);
        }
    }

    & .page-loader {
        display: none;

        &.show {
            display: block;
        }

        & p {
            font-weight: 500;
        }
    }



    /* facebook-ads-admin-css start*/
    & .facebook-content {
        width: 1250px;
    }

    & .facebook-ads-library-section__title .heading {
        font-size: 16px;
        color: #1B0C3D;
        font-weight: bold;
        margin-bottom: 0;
        padding: 5px;
    }

    & .facebook-ad-admin .facebook-adds-library-section__content {
        width: 100%;

        & .modal {
            & .modal-content {
                border: none !important;
            }

            & .modal-footer {
                border: none !important;
            }
        }
    }

    & #multiselectmodal .modal-dialog .modal-content ul li.selected {
        background-color: var(--theme-primary-color) !important;
        color: white;
    }

    & .badge-customblue {
        background-color: var(--theme-primary-color) !important;
        border-radius: 10px;
        color: #fff;
    }

    & .select2-container .select2-choices .select2-search-field input,
    & .select2-container .select2-choice,
    & .select2-container .select2-choices {
        box-shadow: none !important;
    }

    & .email-template-form .form-group label {
        width: 145px;
    }

    & .gender-div label {
        width: auto !important;
    }

    & .email-template-form {

        & .form-group input:not([name="gender-input"]),
        & .form-group select,
        & .form-group .form-control-email,
        & .form-group .select-div,
        & .form-group .upload-image-div,
        & .form-group .form-group-2nd {
            width: calc(100% - 155px);
            border: none;
            outline: none;
            border-bottom: 1px solid var(--theme-primary-dimmed-opacity-color-active) !important;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            padding: 5px 10px;
        }

        & .form-group .form-group-2nd {
            border-bottom: none !important;
        }
    }

    & .upload-image-div span {
        width: 100%;
        text-overflow: ellipsis;
        display: inline-block;
        position: relative;
        text-wrap: nowrap;
        overflow: hidden;
    }

    & #subcategories_div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;

        & span {
            padding: 5px 10px;
            border-radius: 16px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            color: #000;
            background: #eee;
            transition: all 0.3s ease;

            &.selected {
                background: var(--theme-primary-color);
                color: #fff;
            }
        }
    }

    & .select2-container .select2-choice>.select2-chosen {
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

    & .modal-body {
        background-color: #fff !important;
    }

    & .facebook-ad-admin {
        margin-top: 0 !important;
    }

    & .facebook-ad-admin .media-section {
        border-radius: 12px;
    }

    & .facebook-ad-admin .media-section .title h4 {
        font-size: 14px;
        color: #1B0C3D;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    & .facebook-ad-admin .media-section .title {
        border-bottom: 1px solid #EDEDED;
        margin-bottom: 0;
        padding: 12px;
        display: flex;
        align-items: center;
    }

    & .facebook-ad-admin .media-section .title img {
        margin-top: -2px;
    }

    & .facebook-ad-admin .media-section {
        padding: 0;
    }

    & .facebook-ad-admin .media-control {
        padding: 12px 15px;
    }

    & .facebook-ad-admin .facebook-adds-library-section__innerdiv {
        padding-top: 24px;
        border-top: 1px solid #7155EF;
    }

    & .facebook-ad-admin .target-section .heading span {
        font-size: 14px;
        color: #1B0C3D;
        text-transform: capitalize;
        margin-bottom: 0;
        font-weight: normal;
    }

    & .facebook-ad-admin .target-section {
        padding: 15px 15px;
        border-radius: 12px;
        border-color: #B0B2E1;
    }

    & .facebook-ad-admin .select-target-section__inner_div {
        border-radius: 12px;
    }

    & .facebook-ad-admin .media-preview {
        justify-content: space-between;
    }

    & .facebook-ad-admin .media-preview {
        & .media-item {
            width: 150px;
            height: 120px;
        }
    }

    & .facebook-ad-admin .form-admin select,
    & .facebook-ad-admin .form-admin input,
    & .facebook-ad-admin .form-admin textarea,
    & .facebook-ad-admin .hasDatepicker {
        border: 0;
        border-bottom: 1px solid #B0B2E1;
        height: 38px;
        color: #949494;
    }

    & .facebook-ad-admin .form-admin label {
        color: #1B0C3D;
        font-size: 14px;
        text-transform: capitalize;
    }

    & .facebook-ad-admin .form-admin span {
        color: #fff;
        background: #C2C2C2;
        padding: 5px 12px;
        border-radius: 15px;
        margin: 0 2px;
        font-size: 12px;
        cursor: pointer;
    }

    & .facebook-ad-admin .form-admin span.active {
        background: #7155EF;
        font-weight: 600;
    }

    & .padd-rl15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    & .padd-rl20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    & .w-76 {
        width: 76%;
    }

    & .w-22 {
        width: 22%;
    }

    & .w-28 {
        width: 28%;
    }

    & .width-100 {
        width: 100px;
    }

    & .width-120 {
        width: 120px;
    }

    & .width-180 {
        width: 180px;
    }

    & .width-200 {
        width: 200px;
    }

    & .width-370 {
        width: 370px;
    }

    & .width-682 {
        width: 682px;
    }

    & .width-972 {
        width: 972px;
    }

    & .campaign-bg {
        padding: 0px;
        padding-bottom: 10px;

        & .select-target-section__inner_div {
            width: calc(100% - 20px);
        }

        & .manual-set-input-div {
            width: calc(100% - 20px);
            display: flex;
            margin-left: auto;
            margin-right: auto;
        }

        & .set-budget-div {
            width: calc(100% - 20px);
            display: flex;
            margin-left: auto;
            margin-right: auto;
        }

    }

    & .campaign-bg .heading {
        background-color: #EFEFEF;
        padding: 15px;
        border-top-left-radius: var(--theme-button-radius2);
        border-top-right-radius: var(--theme-button-radius2);
        display: flex;
        align-items: center;
        gap: 5px;
    }

    & .campaign-bg .campign-select {
        padding: 15px;
    }

    & .campaign-bg .campign-select select {
        background: #F4F4F4;
        color: #545454;
        padding: 7px 12px;
        height: 44px;
        border: 1px solid #D8D8D8;
        font-weight: 600;
        font-size: 13px;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
        background-position-x: 99.5%;
        background-position-y: 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    & .campaign-bg .campign-select select option {
        background: rgb(255, 255, 255);
    }

    & .campaign-bg .campign-select select span {
        width: 30px;
        height: 30px;
        background: #33363F;
        display: block;
    }

    & .campaign-bg .campaign-category {
        padding: 24px 20px;
        border-radius: 7px;
        border: 1px solid #D8D8D8;
    }

    & .campaign-bg .campaign-category span {
        padding: 7px 12px;
        background: #EBEBEB;
        border-radius: 7px;
        color: #000000;
        margin: 0 5px;
    }

    & .facebook-ad-admin .email-submit-button {
        position: relative;
        padding: 5px 15px;
        border: none;
        border-radius: 5px;
        background: linear-gradient(-600deg, #2F098A 50%, #30098ae0 70%);
        color: white;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

    & .fileUploadWrap {
        padding-top: 10px;
        position: relative;
        border: 0;
        border-bottom: 1px solid #B0B2E1;
        height: 38px;
        color: #949494;
        border-radius: 7px;
        cursor: pointer;
    }

    & .fileUploadWrap img {
        position: absolute;
        cursor: pointer;
        pointer-events: none;
        width: auto;
        top: 50%;
        transform: translatey(-50%);
        left: 5px;
    }

    & .fileUploadWrap .fileName {
        position: absolute;
        left: 25px;
        top: 10px;
        pointer-events: none;
        color: #80819B;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 70px;
    }

    & .fileUploadWrap input[type=file] {
        opacity: 0;
    }

    & .email-template-form .form-group input,
    & .email-template-form .form-group select,
    & .email-template-form .form-group .form-control-email,
    & .email-template-form .form-group .upload-image-div {
        border-bottom: 1px solid var(--theme-primary-dimmed-opacity-color-active) !important;
        height: auto !important;
        box-shadow: none !important;
    }

    /* facebook-ads-admin-css end*/
    & #form-section,
    & #optin-page-section {
        padding: 0px;
        max-height: 300px;
        overflow: auto;
        border-radius: 10px;
        border: 1px solid #eee;

        & .table.border {
            border: none !important;
        }

        & .table th {
            border-top: none !important;
        }
    }

    & .table th,
    & .table td {
        padding: 5px 10px !important;
    }

    & #add-interest-modal .modal-body {
        background-color: transparent !important;
    }

    & #form-section .header,
    & #optin-page-section .header {
        padding-top: 0px;
    }

    & #create-form-modal .modal-dialog .modal-content .modal-body .form-group textarea.form-control:focus,
    & #create-form-widget-modal .modal-dialog .modal-content .modal-body .form-group textarea.form-control:focus,
    & #create-input-property-modal .form-group textarea.form-control:focus {
        font-weight: 400 !important;
    }

    & .step-number {
        border: none;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        color: #CFCFCF;
    }

    & .step-title {
        margin: auto !important;
    }

    & .system-generated {
        background: #7155EF;
        color: #fff;
        padding: 5px 10px;
        border-radius: 14px;
        font-size: 12px;
        white-space: nowrap;
    }

    & .table-button:hover {
        cursor: pointer;
        background: #7155EF;
    }

    & .table-button:hover span svg path {
        fill: #fff;
        stroke: #fff;
    }

    & .table-button:active {
        background: #5b3fc9;
    }

    & .form-table .leadgridtablewrap {
        border: 1px solid rgba(72, 94, 144, 0.16);
        border-radius: 6px;
        position: relative;
    }

    & .form-table .leadgridtablewrap .gridtableheader .sticky-top {
        background: #eee !important;
        top: -1px;
        z-index: 1;
    }

    & .form-table .leadgridtablewrap .gridtableheader .sticky-top {
        border-left: 1px solid rgba(72, 94, 144, 0.16);
        border-top: 1px solid rgba(72, 94, 144, 0.16);
    }

    & .form-table {
        border: 1px solid rgba(72, 94, 144, 0.16);
        border-radius: 6px;
        position: relative;
    }

    & .form-table .tableheader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
    }

    & .form-table .tableresponsive {
        position: relative;
        overflow: auto;
        min-height: auto;
        max-height: calc(100vh - 239px) !important;
        z-index: 1;
    }

    & .form-table .table {
        border-collapse: separate;
        border-spacing: 0;
        border: none !important;
    }


    & .form-table .table {
        border-collapse: separate;
        border-spacing: 0;
        border: none !important;
    }

    & .form-table .table th {
        padding: 12px 15px;
        background-color: #eee;
        border-left: 1px solid rgba(72, 94, 144, 0.16) !important;
    }

    & .form-table .table th:first-child {
        border-left: none !important;
    }

    & .form-table .table td {
        padding: 7px;
        position: relative;

    }

    & .form-table .table tbody tr:nth-child(even) {
        background-color: #eee;
    }

    & .form-table .table tr {
        border-top: 1px solid rgba(72, 94, 144, 0.16);
    }

    & .form-table .tablesearch {
        position: relative;
    }

    & .form-table .tablesearch input {
        border: 1px solid #21232c3d;
        border-radius: 4px;
        background: #F9F8F9;
        height: 40px;
        padding: 8px 8px 8px 35px;
        width: 300px;
    }

    & .form-table .tablesearch input::placeholder {
        font-size: 13px;
    }

    & .form-table .tablesearch input:focus {
        border-color: #2b74da;
        outline: none;
    }

    & .form-table .tablesearch .srcicon {
        position: absolute;
        left: 5px;
        top: 8px;
        outline: none;
        border: none;
        background: transparent;
    }

    & .form-table .table {
        border-collapse: separate;
        border-spacing: 0;
        border: none !important;
    }

    & .dropdown-toggle::after {
        display: none;
    }

    & .dropdown-menu {
        z-index: 1021;
    }

    & #list-view-toggle,
    & #grid-view-toggle {
        cursor: pointer;
    }

    & .form-grid-view {
        gap: 20px;
    }

    & .dropdown-body {
        z-index: 1;
    }

    & .customgridboxtooltip {
        position: relative;
        z-index: 1;
        opacity: 1;
        display: flex;
        margin-top: 5px;
        cursor: pointer;
    }

    & .customgridboxtooltip .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: black;
        color: #fff !important;
        text-align: center;
        border-radius: 6px;
        padding: 5px 2px;
        position: absolute;
        z-index: 1;
        bottom: 130%;
        left: 50%;
        margin-left: -60px;
        font-family: "Inter", sans-serif;
    }

    & .customgridboxtooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

    & .customgridboxtooltip:hover .tooltiptext {
        visibility: visible;
    }

    & .optin-form-modal .modal-dialog .modal-content .modal-body .form-group textarea.form-control {
        resize: auto;
    }

    & .custom-switch.bg-yellow:checked+.switch {
        background-color: var(--theme-primary-color);
    }

    & .step-form-preview {
        padding-top: 15px;
    }

    & .step-line {
        width: calc(100% - 420px);
    }

    & .radio-td {
        padding: 0px;
        cursor: pointer;

        & div {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        & .radio-input {
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid var(--theme-primary-color);
            position: relative;
            cursor: pointer;
        }

        & input[type="radio"]:checked+.radio-input,
        & input[type="checkbox"]:checked+.radio-input {
            border: none;
        }

        & input[type="radio"]:checked+.radio-input::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--theme-success-color);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.5%202.25L3.375%206.375L1.5%204.5%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
            background-size: 60%;
            background-repeat: no-repeat;
            background-position: center;
        }

        & input[type="checkbox"]:checked+.radio-input::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--theme-success-color);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.5%202.25L3.375%206.375L1.5%204.5%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
            background-size: 60%;
            background-repeat: no-repeat;
            background-position: center;
        }
    }

    & .gap-10 {
        gap: 10px;
    }

    & .email-template-editor-content {
        & .gender-div {
            min-width: 120px;
            width: auto !important;
            margin: auto 5px;

            & label {
                width: auto !important;
                text-wrap: nowrap;
            }
        }
    }

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

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

    & .editable-control button {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background: #FFF;
        border: none;
        outline: none;
        box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2px 5px;
        cursor: pointer;
        line-height: .8;
    }

    & .interest-div,
    & .headline-div {
        display: flex;
        align-items: center;
        justify-content: space-between;

        & input {
            width: 100% !important;
        }
    }

    & .add-more-interest {
        cursor: pointer;
        font-weight: 600;
        font-size: 12px;
        color: var(--theme-primary-color);
    }

    & .mt-15 {
        margin-top: 15px !important;
    }

    & .mt-10 {
        margin-top: 10px !important;
    }

    & .select2-container .select2-choices .select2-search-field input,
    & .select2-container .select2-choice,
    & .select2-container .select2-choices {
        font-family: sans-serif !important;
    }

    & .customAccordionBody.show {
        display: flex !important;
    }

    & .customAccordionHeader {
        background-color: var(--theme-primary-dimmed-opacity-color) !important;
        border: 0.5px solid var(--theme-primary-shade1);
        border-radius: var(--theme-button-radius2);
        border-bottom: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;

        &.collapsed {
            border: 0.5px solid var(--theme-primary-shade1) !important;
            border-radius: var(--theme-button-radius2);
        }
    }

    & .visibility-none {
        visibility: hidden;
    }

    & .dropzieSearch {
        height: auto !important;
    }

    & .dropzieToggle {
        height: auto !important;
        min-height: 35px !important;
        border-radius: var(--theme-button-radius2) !important;
        border: 1px solid var(--theme-secondary-color);
    }

    & .border-top-dashed {
        border-top: 1px dashed #eee;
    }

    & .fw-normal {
        font-weight: normal !important;
    }

    & .lead-capture-form-admin {
        max-height: 200px;
        overflow: auto;
        border-radius: 10px;
        border: var(--theme-secondary-border);

        & .sticky-top {
            background: #fff;
        }
    }



    & .sample-image-preview {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin: 10px auto auto auto;

        & .sample-img {
            position: relative;
            width: 120px;
            height: 100px;
            cursor: pointer;
            border-radius: var(--theme-button-radius2);

            /* & .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #00000073;
            border-radius: var(--theme-button-radius2);
        } 
        & .overlay::after {
            content: 'Sample Image';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 14px;
            width: 100%;
            text-align: center;
            font-weight: 500;
        } */

            &.selected {
                position: relative;

                &::after {
                    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M11.5 1.75L4.625 8.625L1.5 5.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                    position: absolute;
                    top: -5px;
                    right: -5px;
                    width: 20px;
                    height: 20px;
                    background: var(--theme-success-color);
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 5px;
                }
            }

            & img {
                border-radius: var(--theme-button-radius2);
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

            & video {
                border-radius: var(--theme-button-radius2);
                width: 100%;
                height: 100%;
                object-fit: contain;
                position: relative;
            }

            &[attachment-type="video"]::before {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 40px;
                /* Adjust width as needed */
                height: 40px;
                /* Adjust height as needed */
                color: #fff;
                /* Change color if necessary */
                content: '';
                background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"/></svg>');
                background-size: cover;
                /* Cover the entire pseudo-element */
                background-repeat: no-repeat;
                background-position: center;
                z-index: 1;
                display: none;
            }


            & .control {
                position: absolute;
                top: 5px;
                left: 5px;
                gap: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column-reverse;
            }


            & .control span {
                color: #fff;
                background-color: var(--theme-secondary-shade5);
                border: 1px solid #fff;
                border-radius: 50%;
                width: 20px;
                height: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                font-size: 10px;
                padding: 8px;
                transition: all 0.3s ease-in-out;

                &:hover {
                    transform: scale(1.1);
                }
            }

        }
    }

    & .sticky-top>th {
        text-transform: capitalize !important;
    }

    & .pl-15 {
        padding-left: 15px !important;
    }

    & .visibility-hidden {
        visibility: hidden;
    }

    & .custom-search-dropdown {
        position: relative;

        & .custom-search-dropdown-body {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
            z-index: 2;
            height: auto;
            max-height: 150px;
            overflow: auto;
            padding: 10px;
        }
    }

    & .custom-search-dropdown-body {
        display: none;
        /* Hide by default */
    }

    & .custom-search-dropdown-body.show {
        display: block;
        /* Show when active */
    }


    & .searched-locations {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;

        & .searched-location-span {
            background: #eee;
            padding: 5px 10px;
            border-radius: 4px;
            display: inline-block;
            width: 100%;

            &:hover {
                cursor: pointer;
                background: var(--theme-primary-color-hover);
                color: #fff;
            }
        }
    }

    /* For most modern browsers */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
    }

    /* For Firefox */
    input[type="number"] {
        -moz-appearance: textfield;
    }

    & .preview-ads-img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 2px;
        border: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        &.selected {
            border: 1px solid var(--theme-primary-color);
        }

        & video {
            border-radius: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: relative;
        }

        &[attachment-type="video"]::before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50%;
            /* Adjust width as needed */
            height: 50%;
            /* Adjust height as needed */
            color: #fff;
            /* Change color if necessary */
            content: '';
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"/></svg>');
            background-size: cover;
            /* Cover the entire pseudo-element */
            background-repeat: no-repeat;
            background-position: center;
            z-index: 1;
        }
    }


    & .sample-image-preview-border-top {
        border-top: 1px dashed #eee;
        padding-top: 10px;
    }

    & #fb_ads_primary_text {
        min-height: 150px;
    }


    & .fb_ads_headline_preview {
        overflow: hidden;
        text-overflow: ellipsis;
        /* Show ellipsis for truncated text */
        white-space: nowrap;
        /* Prevent wrapping */
        width: 100%;
    }

    & .fb_ads_description_preview {
        overflow: hidden;
        text-overflow: ellipsis;
        /* Show ellipsis for truncated text */
        white-space: nowrap;
        /* Prevent wrapping */
        width: 100%;
    }

    & .preview-screen_footer_content_text {
        width: calc(100% - 170px);
    }

    & .facbookpageicon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eee;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    & #preview-lead-form,
    & #preview-optin-page {
        box-shadow: none;
        width: 100%;
        min-height: 200px;

        &.loading {
            background: var(--theme-secondary-shade13);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;

            &::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 50px;
                height: 50px;
                border-radius: 50%;
                border: 5px solid transparent;
                /* Transparent base for the border */
                border-top-color: var(--theme-primary-color);
                /* Color for the spinning segment */
                border-radius: 50%;
                animation: spin 1s linear infinite;
                /* Spin effect */
            }
        }

        & #lead-form-preview-div {
            width: 100%;
            min-height: 200px;
            border: 1px solid var(--theme-primary-color);
            border-bottom: 2px solid var(--theme-primary-color);
            border-radius: var(--theme-border-radius);
            box-shadow: none !important;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            padding: 30px 10px;

            & .lead-form-preview-background {
                width: 80%;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-wrap: wrap;
                padding: 60px 20px 30px 20px;
                background: #EFEFEF;
                position: relative;

                & .lead-form-preview-background-img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 50%;
                    object-fit: cover;
                }
            }

            & .lead-form-step-div {
                width: 100%;
                padding: 10px;
                box-shadow: 0px 1px 9px 0px #7155EF40;
                border-radius: var(--theme-border-radius);
                margin-top: 20px;
                position: relative;
                display: none;
                transition: all 0.3s ease-in-out;
                background: #fff;

                &.active {
                    display: block;
                }

                & .page-icon {
                    position: absolute;
                    top: -25px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                    border: 1px solid var(--theme-primary-color);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    box-shadow: 0px 1px 9px 0px #7155EF40;

                    & img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 50%;
                    }
                }

                & .form-heading {
                    text-align: center;
                    font-weight: 700;
                    font-size: 20px;
                }

                & .form-subheading {
                    text-align: center;
                    font-weight: 400;
                    font-size: 12px;
                }

                & .privacy-policy {
                    font-size: 12px;
                }

            }

            & .lead-form-step4-cta-btn {
                width: 80%;
            }

        }

        & .lead-form-pagination {
            width: 44px;
            height: 34px;
            cursor: pointer;
            border: 1px solid var(--theme-primary-color);
            border-radius: var(--theme-button-radius2);
            display: flex;
            align-items: center;
            justify-content: center;

            &:hover {
                background: var(--theme-primary-color-hover);

                & svg path {
                    stroke: #fff;
                }
            }

            &.disabled {
                pointer-events: none;
                opacity: 0.5;
                cursor: not-allowed;
            }
        }
    }

    /* Keyframes for spinning animation */
    @keyframes spin {
        from {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    & .btn-primary {
        width: auto !important;
    }

    & .w-125 {
        width: 125px !important;
    }

    & .progress-bar {
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: #0168fa;
        transition: width 0.6s ease;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 2;
        padding: 0px 5px;
    }

    & .email-saved-as-draft {
        white-space: nowrap;
    }

    & .lead-ad-term {
        font-weight: 400;
        color: var(--theme-color-active) !important;
        cursor: pointer;
    }

    & .gap-5 {
        gap: 5px;
    }

    & .w-50px {
        width: 50px !important;
    }

    & .w-100px {
        width: 100px !important;
    }

    & .theme-secondary-shade23 {
        color: var(--theme-secondary-shade23);
    }

    & .fw-500 {
        font-weight: 500;
    }

    & .theme-secondary-shade24 {
        color: var(--theme-secondary-shade24);
    }

    & .min-height-35 {
        min-height: 35px;
    }

    & .input-border-secondary {
        border: 1px solid var(--theme-secondary-color) !important;

        &:focus {
            border: 1px solid var(--theme-primary-color) !important;
        }
    }

    & .ui-menu-item {
        width: 83px !important;
    }

    & .white-space-nowrap {
        white-space: nowrap;
    }

    input#call_start_time {
        height: 31px !important;
        margin: 0px;
        width: 60px !important;
        padding: 5px 11px !important;
        border-right: 0px !important;
    }

    input#call_end_time {
        height: 31px !important;
        margin: 0px;
        width: 60px !important;
        padding: 5px 11px !important;
        border-right: 0px !important;
    }

    & .gj-timepicker-md [role=right-icon] {
        right: 6px !important;
        top: 11px !important;
        font-size: 14px !important;
    }

    & .gj-timepicker-md [role=right-icon].custom-position {
        font-size: 16px !important;
        color: #8f8f8f;
    }

    & .gj-unselectable.input-group {
        flex-wrap: nowrap !important;
    }

    & .update_followup {
        height: 35px;
        border-radius: var(--theme-button-radius4);
        padding: 5px 15px;
        border: none;
        outline: none;
        white-space: nowrap;
        background: var(--theme-primary-color);
        color: white;

        &:not([disabled]):hover {
            background: var(--theme-primary-color-hover);
        }

        &[disabled] {
            cursor: not-allowed;
        }

        &:focus,
        &:active {
            outline: none;
            background: var(--theme-primary-color);
            color: white;
        }
    }

    & .delay_time_input_group {
        & .input-group-append {
            height: auto;
            line-height: normal;
            display: flex;
            align-items: center;
        }
    }

    & #twilio_sms_textarea {
        min-height: 100px !important;
    }

    & .height-36 {
        height: 36px !important;
    }

    & .calling-time-input {
        border-top-left-radius: var(--theme-button-radius2) !important;
        border-bottom-left-radius: var(--theme-button-radius2) !important;
    }

    & .selectbox {
        border-top-right-radius: var(--theme-button-radius2) !important;
        border-bottom-right-radius: var(--theme-button-radius2) !important;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url('/logos/br_down.webp');
        background-repeat: no-repeat;
        background-position: right;
        background-size: 9px;
        width: 52px !important;
        background-position-x: 35px;
        cursor: pointer;
        background-color: #f7f7f7;
        font-family: Arial;
        padding: 5px 10px;
        font-size: 12px;
        color: #33363F;
        height: auto !important;
    }

    & .call-duration-input {
        border: 1px solid var(--theme-secondary-color) !important;
    }

    & .call-duration-input:focus {
        box-shadow: unset !important;
    }

    & .calling-time-unit-selectbox-admin {
        height: 35px !important;
    }

    & #select-lead-capture {
        & .lead-capture-options {
            list-style: none;
            padding: 0px;
            margin: 10px 0px;

            & .lead-capture-option {
                display: flex;
                align-items: center;
                margin-bottom: 10px;
                gap: 5px;
                padding: 5px 10px;
                border-radius: var(--theme-button-radius2);
                cursor: pointer;
                border: 1px solid #d3d0f1;

                & * {
                    cursor: pointer;
                }

                & .lead-capture-label {
                    display: flex;
                    align-items: center;
                    gap: 10px;

                    & .lead-capture-radio {
                        width: 16px;
                        height: 16px;
                        border-radius: 50%;
                        border: 1px solid var(--theme-primary-color);
                        position: relative;
                    }

                    & .lead-capture-content {
                        & p {
                            margin: 0px;
                            padding: 0px
                        }

                        & .lead-capture-title {
                            color: var(--theme-primary-color);
                        }

                        & .lead-capture-description {
                            font-size: 10px;
                        }
                    }

                }


                &.selected {
                    background: #f5f3ffb2;

                    & .lead-capture-radio {
                        border: 1px solid var(--theme-success-color);

                        &::after {
                            content: "";
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            border-radius: 50%;
                            background: var(--theme-success-color);
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.5%202.25L3.375%206.375L1.5%204.5%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
                            background-size: 100%;
                            background-repeat: no-repeat;
                            background-position: center;
                        }
                    }
                }

                &:hover {
                    background: #f5f3ffb2;
                }

                &.disabled {
                    cursor: not-allowed !important;

                    & * {
                        cursor: not-allowed !important;
                    }

                    &:hover:not(.selected) {
                        background: #EEEEEE;

                        & .lead-capture-title {
                            position: relative;

                            &::after {
                                content: "The conversion location can't be change once an ad has been published";
                                position: absolute;
                                top: 50%;
                                left: 100%;
                                transform: translateY(-50%);
                                font-size: 10px;
                                color: var(--theme-danger-color);
                                width: 100%;
                                white-space: nowrap;
                                transition: all 0.2s ease-in-out;
                            }
                        }
                    }
                }
            }

        }
    }

    & #ig_account_info {

        display: flex;
        align-items: center;
        gap: 5px;

        & .ig_image {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #EEE;

            & img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }
        }

    }
}

/* Css For Facebookads */
.user_panel_content_area[data-url="facebookads"] {
    font-family: "Inter", serif;
    height: calc(100vh - 60px);

    & #facebook_ads_preview {
        &.active {
            display: block;
        }

        position: absolute;
        display: none;
        width: 400px;
        height: auto;
        border-radius: 7px;
        box-shadow: -1px 1px 19.4px -5px #6D6D6D59;

        padding: 10px;
        margin: auto;
        background: #fff;
        box-shadow: var(--theme-box-shadow);
        border-radius: var(--theme-button-radius2);
        transition: width 0.3s ease;
        z-index: 1;

        & .facbookpageicon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;

            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .facebook-ads-library-section__preview_screen {
            display: block;
            margin: auto;
            background: #fff;
            transition: width 0.3s ease;
            z-index: 1;
            transform: none;
            transition: width 0.3s ease;
            position: relative;
            z-index: 1;

            &::after {
                content: "";
                position: absolute;
                width: 35px;
                height: 35px;
                right: -10px;
                top: -10px;
                background: #fff;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.4 19L5 17.6L10.6 12L5 6.4L6.4 5L12 10.6L17.6 5L19 6.4L13.4 12L19 17.6L17.6 19L12 13.4L6.4 19Z' fill='%233A3A3A'/%3E%3C/svg%3E");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 20px;
            }

            & .preview-primary-text {
                white-space: nowrap;
                width: 350px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
            }

            & .load-attachment {
                &.col-12 {
                    padding: 0px !important;
                }

                min-height: 170px;
                background: #eee;
                padding: 0px !important;
                margin: auto 15px;
                width: auto;
            }
        }

        .facebook-ads-library-section__preview_screen h4 {
            font-weight: 400;
        }

        .facebook-ads-library-section__preview_screen .subtitle {
            font-weight: 400;
            color: var(--theme-secondary-shade12);
        }

        .facebook-ads-library-section__preview_screen .see-more {
            color: var(--theme-secondary-shade12);
        }

        .facebook-ads-library-section__preview_screen .col-12 {
            padding-right: 15px !important;
            padding-left: 15px !important;
        }

        & .preview-slider {
            border-top-left-radius: var(--theme-button-radius4);
            border-top-right-radius: var(--theme-button-radius4);
            display: flex;
            overflow: hidden;
            height: 156px;

            & .preview-img {
                width: 100%;
                height: 100%;
                border-top-left-radius: var(--theme-button-radius4);
                border-top-right-radius: var(--theme-button-radius4);
                aspect-ratio: 16 / 9;
                background: #eee;
                object-fit: cover;
                display: flex;
                align-items: center;
                justify-content: center;

                &[attachment-type="video"] {
                    position: relative;

                    &::before {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 40px;
                        /* Adjust width as needed */
                        height: 40px;
                        /* Adjust height as needed */
                        color: #fff;
                        /* Change color if necessary */
                        content: '';
                        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"></path></svg>');
                        background-size: cover;
                        /* Cover the entire pseudo-element */
                        background-repeat: no-repeat;
                        background-position: center;
                        z-index: 1;
                    }
                }

                & img {
                    height: 100%;
                    object-fit: contain;
                }
            }

            & .slider-control {
                display: none;
            }

            &.multiple {
                position: relative;

                & .slider-control {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    position: absolute;
                    left: 0px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 100%;
                    padding: 0 10px;
                    z-index: 1;

                    & .slider-control__btn {
                        width: 25px;
                        height: 25px;
                        border-radius: 50%;
                        background-color: #fff;
                        box-shadow: var(--theme-box-shadow);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        cursor: pointer;
                        transition: all 0.3s ease;
                        visibility: visible;

                        &:hover {
                            background-color: var(--theme-primary-color);

                            & svg path {
                                stroke: #fff;
                            }
                        }
                    }

                }

                & .preview-img {
                    display: none;
                    transition: all 0.4s ease;

                    & img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                    &.active {
                        width: 80%;
                        height: 100%;
                        border-top-left-radius: var(--theme-button-radius4);
                        border-top-right-radius: 0px;
                        display: block;
                    }

                    &.next {
                        width: 80%;
                        height: 100%;
                        border-top-right-radius: var(--theme-button-radius4);
                        border-top-left-radius: 0px;
                        display: block;
                        margin-left: 10px;
                    }
                }
            }

            & .preview-img {
                &.thumbnail {
                    position: relative;

                    &::after {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 40px;
                        /* Adjust width as needed */
                        height: 40px;
                        /* Adjust height as needed */
                        color: #fff;
                        /* Change color if necessary */
                        content: '';
                        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"></path></svg>');
                        background-size: cover;
                        /* Cover the entire pseudo-element */
                        background-repeat: no-repeat;
                        background-position: center;
                        z-index: 1;
                    }
                }
            }
        }

        .preview-screen_footer_content {
            background: var(--theme-secondary-shade13);
            padding: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .preview-screen_footer_btn {
            background: var(--theme-secondary-shade14);
            border-radius: var(--theme-button-radius4);
            min-width: 85px;
            border: none;
            outline: none;
            padding: 5px 2px;
            font-size: var(--theme-button-radius3);

            &:focus {
                outline: none;
            }

            &:active {
                outline: none;
            }
        }

        .preview-screen_footer_icons {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 2px 10px;
        }

        .preview-screen_footer_icons_items {
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--theme-secondary-shade15);
            gap: 2px;

            & span {
                display: flex;
                align-items: center;
            }
        }

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

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

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

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

    }

    & .facebook-ads-list-view {
        overflow-x: auto;

        & .ads-status-container {
            background: #FFDEDE;
            padding: 8px 10px;
            border-radius: 9px;
            display: flex;
            align-items: center;
            gap: 5px;
            color: #E76464;
            margin: auto;
            font-family: "Inter", serif;


            &.active {
                background: #DCFFF2;
                color: #16C384;
            }

            &.draft {
                background: #FAF5E9;
                color: #DCB002;
            }

            & .ads-status-text {
                font-weight: 600;
                font-size: 12px;
                line-height: 100%;
                letter-spacing: 0%;
                text-align: center;
                vertical-align: middle;
                margin: 0px;
            }

        }

        & .effective_status_tooltip {
            position: relative;
            padding: 5px 10px;
            cursor: pointer;

            & .effective_status_tooltip_text {
                display: none;
                position: absolute;
                width: 500px;
                white-space: normal;
                left: 100%;
                top: 50%;
                transform: translateY(-50%);
                padding: 10px;
                background: #fff;
                box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 19%);
                border-radius: var(--theme-button-radius2);
                transition: width 0.3s ease;
                line-height: normal;
            }

            &:hover {
                & .effective_status_tooltip_text {
                    display: block;
                }
            }
        }

        & .fb-ads-img-td {
            width: 60px;
            text-align: center;

            & .fb-ads-img-div {
                width: 50px;
                height: 35px;
                background: #eee;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: auto;

                & img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    border-radius: 5px;
                }
            }
        }
    }


    & .facebook_ads_date_filter_tab {
        display: none !important;
        position: absolute;
        right: 20px;
    }

    .tab.active[data-url="facebookads"]~.facebook_ads_date_filter_tab {
        display: flex !important;

    }

    & .facebook_ads_date_filter_dropdown {
        position: relative;
        cursor: pointer;

        & .facebook_ads_date_filter_body {
            display: none;
        }

        &.active {
            & .facebook_ads_date_filter_body {
                display: flex;
                position: absolute;
                top: 33px;
                right: -15px;
                width: 400px;
                min-height: 400px;
                z-index: 5;
                /* padding: 10px 15px; */
                /* background-color: var(--theme-secondary-color-shade-3); */
                background: #FFFFFF;
                border-radius: 4px;
                box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.11);

                & .time-range-filter {
                    border-radius: 4px 0px 0px 4px;
                    background: #FFF;
                    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.11);
                    /* height: 360px; */
                    padding: 15px 10px;
                    position: relative;
                }

                & .list-filter-closebtn {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    padding: 5px 8px;
                    cursor: pointer;
                    color: #AAA9AA;
                }

                & .time-range-filter h4 {
                    color: #4B4B4B;
                    font-size: 13px;
                    font-weight: 600;
                    text-transform: capitalize;
                    padding: 7px 5px;
                }

                & .time-range-filter-form-group {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 5px 2px;
                    border-radius: 4px;
                    border: 1px solid #e6e6e6;
                    position: relative;
                    margin: 5px 0px 20px 0px;
                }

                & .time-range-filter-label {
                    position: absolute;
                    top: -5px;
                    left: 20px;
                    font-size: 13px;
                    color: #747474;
                }

                & .time-range-filter-input {
                    border: none;
                    outline: none;
                    width: 100%;
                    background: transparent;
                    padding: 5px 15px;
                    color: #535151;
                    font-size: 13px;
                }

                & .time-range-filter-button {
                    padding: 10px 2px;
                    border-radius: 4px;
                    color: #fff;
                    background: var(--theme-primary-color);
                    font-weight: 600;
                    text-align: center;
                    display: block;
                    width: 100%;
                    font-size: 13px;
                    cursor: pointer;
                }

                & .time-range-filter-button:hover {
                    background: var(--theme-primary-color-hover);
                }

                & .time-range-filter-button:active {
                    background: var(--theme-primary-color-active);
                }

                & .list-filter {
                    padding: 15px 10px;
                    /* height: 360px; */
                }

                & .list-filter ul {
                    list-style: none;
                    padding: 0px;
                    margin: 0px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    height: 100%;
                }

                & .list-filter ul li.apply_range_btn {
                    width: 100%;
                    text-align: left;
                    font-size: 13px;
                    padding: 7px 5px;
                    display: flex;
                    align-items: center;
                    cursor: pointer;
                }

                & .list-filter ul li.apply_range_btn:not(:last-child) {
                    border-bottom: 1px solid #e6e6e6;
                }

                & .list-filter ul li.apply_range_btn .input-radio {
                    width: 12px;
                    height: 12px;
                    border-radius: 50%;
                    border: 1px solid #D1D1D1;
                    margin-right: 5px;
                }

                & .list-filter ul li.apply_range_btn.active .input-radio {
                    border: 1px solid #571BE8;
                    position: relative;
                }

                & .list-filter ul li.apply_range_btn.active .input-radio::after {
                    position: absolute;
                    content: "";
                    width: 6px;
                    height: 6px;
                    background: #571BE8;
                    border-radius: 50%;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }

                & .list-filter ul li.apply_range_btn .apply_range_btn_label {
                    margin: 0px !important;
                    cursor: pointer;
                }

                & .chart-filter-unlist li {
                    margin: 4px auto;
                }
            }
        }
    }


}

.library-rows-per-page {
    & .dropzieToggle {
        border: none !important;
        background: transparent !important;
    }

    & .dropzie.active .dropzieToggle {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    & .dropzieSearch {
        display: none !important;
    }
}

/* Table Design */

table.table-v4 {
    margin-top: 10px;
    border: none;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;

    /* & * {
        transition: all 0.3s ease-in;
    } */

    & thead {
        border-radius: 5px;

        & tr {
            border-radius: 5px;
            border-top: 1px solid #E9E9E9;

            & th {
                background: #F2F2F2;
                color: var(--theme-primary-color-shade-5);
                font-size: 13px;
                height: 45px;
                vertical-align: middle;
                border: none;
                width: auto;
                white-space: nowrap;

                & .th {
                    display: flex;
                    align-items: center;
                    flex-wrap: nowrap;
                    gap: 5px;


                    & .icon-placeholder {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        color: #231F2E;

                        & path {
                            fill: #231F2E;
                        }

                    }

                    & .column-title {
                        display: flex;
                        align-items: center;
                        white-space: nowrap;
                        color: #000;
                        font-weight: 500;
                    }
                }
            }

            & th.sticky-right-column {
                border-left: 1px solid #fff;
            }

            & th:first-child {
                border-radius: 5px 0 0 5px;
            }

            & th:last-child {
                border-radius: 0 5px 5px 0;
            }

            & th:not(:last-child) {
                position: relative;

                &::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 1px;
                    height: 100%;
                    background: #fff;
                }
            }
        }
    }

    & tbody {
        border-spacing: 0 8px;

        & tr {
            border: 1px solid #F4F2FF;
            margin: 10px auto;
            border-radius: 5px;

            & td {
                padding: 5px 10px;
                line-height: 1;
                color: #1b191f;
                font-size: 13px;
                vertical-align: middle;
                border-top: 1px solid #F4F2FF;
                border-bottom: 1px solid #F4F2FF;
                height: 35px;

                /* &.inner_buble {
                    padding-left: 20px;
                    position: relative;

                    &::after {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 5px;
                        width: 7px;
                        height: 7px;
                        border-radius: 50%;
                        transform: translateY(-50%);
                        background: #A5A5A5;
                    }
                } */

                &.text-ellipsis {
                    display: table-cell !important;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                &.table-row-expand-td {
                    position: relative;
                    cursor: pointer;
                    padding-right: 20px;

                    & .table-row-expand {
                        position: absolute;
                        top: 50%;
                        right: 5px;
                        transform: translateY(-50%);
                        cursor: pointer;
                        width: 15px;
                        height: 15px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;
                        background: #9e89ff9c;
                        overflow: hidden;
                    }
                }

            }

            & td:first-child {
                border-radius: 5px 0 0 5px;
                border-left: 1px solid #F4F2FF;
            }

            & td:last-child {
                border-radius: 0 5px 5px 0;
                border-right: 1px solid #F4F2FF;
            }

            /* &.child-row {
                display: none;

                &.active {
                    display: table-row;
                }
            } */


            &.child-row {
                display: none;
                max-height: 0;
                overflow: hidden;
                opacity: 0;
                transform-origin: top;
                animation: collapse 0.5s ease-in-out forwards;

                &.child-row.active {
                    display: table-row;
                    animation: expand 0.5s ease-in-out forwards;
                }


                &.childloading {
                    position: relative;
                    cursor: wait;
                    min-height: 500px;
                    /* Show loading cursor */

                    /* Click-blocking overlay */
                    &::before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(255, 255, 255, 0.5);
                        z-index: 1000;
                        pointer-events: all;
                        /* Blocks clicks */
                    }

                    /* Loading Text */
                    &::after {
                        content: "";
                        position: absolute;
                        top: 70%;
                        left: 50%;
                        width: 25px;
                        height: 25px;
                        border-radius: 50%;
                        border: 2px dashed var(--theme-primary-color-shade-3);
                        border-top-color: var(--theme-primary-color);
                        animation: spin 1s linear infinite;
                        z-index: 1001;
                        transform: translate(-50%, -50%);
                    }
                }
            }




            &.parent-row.active {
                border: 1px solid #D3CCFF;

                & td {
                    background: #F4F4F4;
                    border-top: 1px solid #D3CCFF;
                    border-bottom: 1px solid #D3CCFF;
                }

                & td:first-child {
                    border-left: 1px solid #D3CCFF;
                }

                & td:last-child {
                    border-right: 1px solid #D3CCFF;
                }

                .table-row-expand {
                    transform: translateY(-50%) rotate(180deg);
                }
            }

            &.child-row {
                margin: 0px;

                &>td {
                    padding: 0px;
                    border-radius: 5px !important;
                }
            }

        }
    }

    &.table-v4-child {
        margin: 0px !important;
        border-spacing: 0px;
        border-radius: 5px;
        border: 1px solid #D3CCFF;

        & tr {
            margin: 0px;
            height: 50px;
        }

        & thead {
            border-radius: 5px 5px 0px 0px;

            & tr {
                border-radius: 5px 5px 0px 0px;
                border-top: 1px solid #FFFFFF;
                background: #E9E9E9;
                height: 45px;

                & th {
                    background: #E9E9E9;
                }

                & th:first-child {
                    border-radius: 5px 0 0 0;
                }

                & th:last-child {
                    border-radius: 0 5px 0 0;
                }
            }
        }

        & tbody {
            & tr {
                border: 1px solid #E6E6E6;
                border-radius: 0px;
                background: #F4F4F4;
                height: 45px;

                & td {
                    border-top: 1px solid #E6E6E6;
                    border-bottom: 1px solid #E6E6E6;
                    background: #F4F4F4;
                }

                & td:first-child {
                    border-radius: 0px;
                    border-left: 1px solid #E6E6E6;
                }

                & td:last-child {
                    border-radius: 0px;
                    border-right: 1px solid #E6E6E6;
                }
            }
        }
    }
}

.card-grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;

    .card-grid {
        width: calc(25% - 12px);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: #fff;
        border-radius: 9px;
        overflow: hidden;
        box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
        padding: 5px;
        transition: transform 0.3s ease-in-out;
        border: 1px solid #EAEAEA;
        border-bottom-width: 2px;
        min-width: 150px;



        &:hover {
            transform: translateY(-5px);
        }

        .img-top {
            width: 100%;
            border-radius: 9px;
            overflow: hidden;
            height: 200px;
            background: #eee;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                border-radius: 8px;
            }
        }

        .card-grid-body {
            margin-top: 10px;
            padding: 5px;
            width: 100%;

            & .card-grid-heading {
                color: #3A3A3A;
                font-size: 14px;
                font-weight: 400;
                display: flex;
                align-items: center;
                overflow: hidden;
                white-space: nowrap;
                gap: 10px;
                text-overflow: ellipsis;

                & .card-grid-title {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
            }
        }

        & .card-grid-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: calc(100% + 10px);
            padding: 5px;
            border-top: 1px solid #EAEAEA;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;

            & .btn {
                display: flex;
                align-items: center;
                gap: 5px;

                &.campaign-name {
                    pointer-events: none;
                    max-width: calc(100% - 100px);
                }

                & .btn-text {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
            }
        }
    }

    /* Responsive Breakpoints */
    @media (max-width: 1024px) {
        .card-grid {
            width: calc(33.33% - 12px);
        }
    }

    @media (max-width: 768px) {
        .card-grid {
            width: calc(50% - 12px);
        }
    }

    @media (max-width: 480px) {
        .card-grid {
            width: 100%;
        }
    }
}

.remove-after-element::after {
    display: none;
}

@keyframes expand {
    from {
        height: 0px;
        opacity: 0;
        transform: scaleY(0);
    }

    to {
        height: auto;
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes collapse {
    from {
        height: auto;
        opacity: 1;
        transform: scaleY(1);
    }

    to {
        height: 0px;
        opacity: 0;
        transform: scaleY(0);
    }
}


/* Media Query For Screen < 1700px */
@media screen and (max-width: 1700px) {
    .user_panel_inner_tab_content {
        & .user_panel_inner_tab_content_header {
            & .user_panel_inner_tab_content_header_title {
                & .title {
                    white-space: nowrap;
                }
            }

            & .library-controls {
                gap: 5px 7px;
                font-size: 12px;

                & li {
                    &.status-filter {
                        padding: 8px 7px;
                    }

                    &.search-filter {
                        padding: 5px 10px;
                        padding-right: 30px;

                        & .selected-filter-select {
                            & .dropzieToggle {
                                padding: 8px 10px !important;
                                padding-right: 14px !important;
                                font-size: 14px;
                            }
                        }
                    }

                }
            }
        }
    }

    #user_panel_inner_tab_form {
        width: 250px;
    }
}


/* Media Query For Screen < 1500px */
@media screen and (max-width: 1500px) {
    .user_panel_inner_tab_content {

        font-size: 12px;

        & .user_panel_inner_tab_content_header {
            & .library-controls {
                & li {
                    &.search-filter {
                        & .selected-filter-select {
                            & .dropzieToggle {
                                padding: 8px 10px !important;
                                padding-right: 14px !important;
                                font-size: 12px;
                            }
                        }
                    }

                }
            }
        }
    }

    #user_panel_inner_tab_form {
        width: 200px;
    }
}

.optin-form-modals {
    & .input-group {
        flex-wrap: nowrap !important;
    }
}

.select2-drop {
    z-index: 10000 !important;
}

.font-weight-600 {
    font-weight: 600;
}

.h-45 {
    height: 45px;
}

.sticky-right-column {
    position: sticky;
    right: 0;
    background: #fcfdfe;
    z-index: 2;
}

.sticky-left-column {
    position: sticky !important;
    left: 0;
    z-index: 2;
    background: #fcfdfe;
}

.fb-ads-title {
    cursor: pointer;
}

/* Admin Post Management Starts Here */
.postmanagement_main_content {
    width: 100%;
    min-height: 500px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 0px 5.7px 0px #00000026;
    margin: 0px auto;
    padding: 25px;
    font-weight: normal;
    display: inherit;
    background: #FFFFFF;

    & * {
        font-family: "Inter", serif;
    }

    /* Loader Animation */
    &.loading {
        position: relative;
        cursor: wait;
        min-height: 500px;
        /* Show loading cursor */

        /* Click-blocking overlay */
        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.5);
            z-index: 1000;
            pointer-events: all;
            /* Blocks clicks */
        }

        /* Loading Text */
        &::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px dashed var(--theme-primary-color-shade-3);
            border-top-color: var(--theme-primary-color);
            animation: spin 1s linear infinite;
            z-index: 1001;
            transform: translate(-50%, -50%);
        }
    }

    & .dropzie.active {
        & .dropzieToggle:after {
            transform: rotate(180deg);
        }
    }

    & .select_multiselect .form-control-email {
        border: none;
        outline: none;
        border-bottom: 1px solid #D0D0D0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 5px 10px;
    }

    & .width-100 {
        width: 100px !important;
    }

    & .form-control-admin {
        border: none;
        outline: none;
        border-bottom: 1px solid #D0D0D0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 5px 10px;
        font-size: 14px !important;
    }

    & #multiselectmodal {
        & .modal-dialog .modal-content {
            border-radius: 5px !important;

            & ul {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                gap: 3px;

                & li {
                    border-radius: 5px !important;

                    &:hover {
                        background-color: var(--theme-primary-color-hover) !important;
                        color: white;
                    }

                    &:active {
                        background-color: var(--theme-primary-color-active) !important;
                        color: white;
                    }

                    &.selected {
                        background-color: var(--theme-primary-color) !important;
                        color: white;
                    }

                    & input {
                        margin: 0px;
                        margin-right: 10px;
                        cursor: pointer;
                        pointer-events: none;
                        width: 14px;
                        height: 14px;
                    }
                }
            }
        }


    }

    & .country_select_div,
    & .month_select_div {
        border: none;
        outline: none;
        border-bottom: 1px solid #D0D0D0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        width: 100%;

        & .dropzie {
            width: 100%;

            & .dropzieToggle {
                border: none;
            }

            &.active .dropzieToggle {
                border-color: none !important;
                box-shadow: none !important;
                outline: none;
                color: #000;
            }
        }


    }

    & .manual_width_form_control {
        border-bottom: 1px dashed #EFEFEF;
        margin-bottom: 20px;

        & .form-group:nth-child(1) {
            width: 35%;
        }

        & .form-group:nth-child(2) {
            width: 15%;
        }

        & .form-group:nth-child(3) {
            width: 10%;
        }

        & .form-group:nth-child(4) {
            width: 30%;
        }

    }

    & .upload-image-div {
        border-bottom: 1px solid #D0D0D0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        width: 100%;
        padding: 4px 10px;
    }

    & .social-platform,
    & .copy-to {
        & .dropdown-toggle {
            padding: 5px 13px;
        }

        & .dropdown-menu {
            box-shadow: 0px 0px 5.5px 0px #00000026;
            border-radius: 7px;
            border: none;
            padding: 0px;

            &.show {
                left: calc(-100% + 10px) !important;
            }

            & .dropdown-item {
                padding: 8px 10px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                cursor: pointer;
                position: relative;

                &:first-child {
                    border-top-left-radius: 7px;
                    border-top-right-radius: 7px;
                }

                &:last-child {
                    border-bottom-left-radius: 7px;
                    border-bottom-right-radius: 7px;
                }

                &:active {
                    color: #000 !important;
                    background-color: #FFF !important;
                }

                &:not(.apply-now-dropdown-item) {

                    &::after {
                        content: "";
                        display: inline-block;
                        width: 11px;
                        height: 11px;
                        background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='10' height='10' rx='1.5' stroke='%23AB9BEF'/%3E%3C/svg%3E");
                        background-size: contain;
                        background-repeat: no-repeat;
                        margin-left: 5px;
                        vertical-align: middle;
                    }

                    &.active {
                        color: #000 !important;
                        background-color: #FFF !important;

                        &::after {
                            background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='7' height='7' rx='1' fill='%23AB9BEF'/%3E%3Crect x='0.5' y='0.5' width='10' height='10' rx='1.5' stroke='%23AB9BEF'/%3E%3C/svg%3E");
                        }
                    }
                }

            }
        }
    }

    & .copy-to {
        & .dropdown-toggle {
            min-width: 207px;

            &:after {
                content: '';
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                width: 16px;
                height: 16px;
                background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                background-repeat: no-repeat;
                background-position: center;
                border: none !important;
            }
        }

        &.show {
            & .dropdown-toggle {
                &::after {
                    /* Rotate 180 */
                    transform: translateY(-50%) rotate(180deg);
                }
            }
        }

        & .dropdown-menu {
            &.show {
                left: unset !important;
                right: 0px !important;

            }
        }

        & .copy-to-dropdown-btn {
            background: #FFFFFFB2;
            color: #1B0C3D;
            border: 1px solid #AB9BEF;
            padding: 8px 20px;
            border-radius: 7px;
            font-size: var(--theme-font-size);
            cursor: pointer;
            transition: all 0.3s ease;
            outline: none !important;
            height: 35px;
        }
    }

    & .language-dropzie {

        & .dropzieToggle {
            border: 1px solid #AB9BEF;
            border-radius: 7px;
            width: auto;
        }

        & .dropzie-option-img {
            width: 20px !important;
            height: 15px !important;
            border-radius: 2px !important;
        }

        .dropzie.active .dropzieMenu {
            min-width: 150px;
        }
    }

    & .bgimageicon {
        width: 120px;
        height: 70px;
        margin-bottom: 15px;
        border-radius: 7px;
    }

    & .social-platform-div,
    & .social-profile-div {
        display: none;
        opacity: 0;
        transform: translateX(-80px);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        cursor: pointer;

        &.active {
            display: flex;
            align-items: center;
            gap: 5px;
            opacity: 1;
            transform: translateX(0);
        }

        & .social-platform-div-icon,
        & .social-profile-div-icon {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            position: relative;
            justify-content: center;

            & img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

            & .social-profile-div-icon-small {
                width: 15px;
                height: 15px;
                border-radius: 50%;
                border: 1px solid #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                right: -5px;
                bottom: -5px;
            }

            &.notconnected {
                position: relative;

                & .account_not_connected {
                    display: none;
                }

                &:hover {
                    & .account_not_connected {
                        z-index: 2;
                        display: flex;
                        align-items: center;
                        gap: 5px;
                        position: absolute;
                        left: 0px;
                        top: calc(100% + 5px);
                        width: auto;
                        white-space: nowrap;
                        background: #FFF;
                        padding: 5px 10px;
                        box-shadow: var(--theme-box-shadow);
                        border-radius: 4px;
                        color: var(--theme-danger-color);

                        & .reddot {
                            display: inline-block;
                            width: 10px;
                            height: 10px;
                            border-radius: 50%;
                            background: var(--theme-danger-color);
                        }

                    }
                }
            }
        }

        & .social-platform-div-icon {
            padding: 0px;
            border: 1px solid var(--theme-primary-color);

            & .svg {
                width: calc(100% - 5px);
                height: calc(100% - 5px);
                border-radius: 50%;
                background: #eee;

                & svg {
                    width: 100%;
                    height: 100%;
                }
            }

            &[data-title="linkedin"] {
                & .svg {
                    background: #3486D1;
                }
            }

            &[data-title="facebook"] {
                & .svg {
                    background: #1E8BEF;
                }
            }

            &[data-title="instagram"] {
                & .svg {
                    background: #E969C8;
                }
            }

            &[data-title="x"] {
                & .svg {
                    background: #292B2D;
                }
            }

            &[data-title="tiktok"] {
                & .svg {
                    background: #292B2D;
                }
            }

            &.notconnected {
                & .svg {
                    background: #EEEEEE;
                }
            }
        }

        &.disabled {
            & .social-platform-div-icon {
                border: 1px solid #EEE;
            }
        }

        &.selected {
            & .social-platform-div-icon {
                position: relative;

                &::after {
                    content: "";
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    right: -2px;
                    top: -4px;
                    border-radius: 50%;
                    background: var(--theme-success-color);
                }
            }
        }
    }

    & .social-profile-div {
        position: relative;
        margin-right: 5px;
        padding-right: 5px;

        &::after {
            content: "";
            display: inline-block;
            width: 1px;
            height: 100%;
            position: absolute;
            right: -5px;
            top: 50%;
            transform: translateY(-50%);
            background: #DEDEDF;
        }
    }

    & .default_badge {
        border-radius: 30px;
        background: #EEEEEE;
        padding: 5px 10px;
        color: #757575;
        font-weight: 400;
    }

    & .ckeditor_container {
        margin: 0px auto 15px auto;
        display: none;
        opacity: 0;
        transform: translateX(-80px);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

        &.active {
            display: block;
            opacity: 1;
            transform: translateX(0);
        }
    }

    & .ckeditor_div {
        box-shadow: 0px 1px 7px 0px #00000026;
        border-radius: 15px;
    }

    & .post-title-wrapper {
        border-top: 1px solid #EFEFEF;
        padding-top: 10px !important;
        margin-top: 10px !important;
    }

    & .post_title {
        border: none;
        outline: none;
        border-bottom: 1px solid #D0D0D0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 5px 10px;
        width: 100%;
    }

    .cke_reset {
        border-radius: 20px;
        border: none !important;
    }

    .cke_top {
        border-bottom: none !important;
        background: #F7F5FF;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-top: 1px solid #AB9BEF;
        box-shadow: 0px 1px 2px 0px #00000026;
        margin-bottom: 5px;
    }


    & .word_limit_container {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0px 0px 10px !important;
        color: var(--theme-success-color);
        border-top: 1px dashed #EFEFEF;
        margin-top: 15px;
    }

    & .hashtag_container {
        border-radius: 12px;
        box-shadow: 0px 1px 7px 0px #00000026;

        & .hashtag_header {
            background: #EFEFEF;
            padding: 15px 20px;
            font-weight: 600;
            border-top: 1px solid #A1A1A133;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            box-shadow: 0px 1px 2px 0px #00000026;
        }

        & .hashtag_body {
            padding: 20px 20px;
            background: #FFFFFF;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;

            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
            box-shadow: 0px 1px 2px 0px #00000026;
        }

        & .hashtag_input {
            border-radius: 7px !important;
            border: 1px solid #D2C8FF !important;
            background: #F7F7F7 !important;
            color: #000000 !important;
            padding: 15px 15px !important;
        }
    }

    & .attachment_container {
        border-radius: 12px;
        box-shadow: 0px 1px 7px 0px #00000026;

        & .post_attachment_header {
            background: #F7F5FF;
            padding: 15px 20px;
            font-weight: 600;

            &.top_header {
                border-top: 1px solid #AB9BEF;
                border-top-left-radius: 12px;
                border-top-right-radius: 12px;
                box-shadow: 0px 1px 2px 0px #00000026;
                display: flex;
                align-items: center;
                gap: 5px;

                & .note_text {
                    font-weight: 400;
                    color: #7e7e7e;
                }
            }

            & .cultural-groups-dropzie {
                width: 220px;
                font-weight: 400;

                .dropzie {
                    .dropzieMenu {
                        width: 220px !important;
                        left: unset !important;
                    }
                }
            }
        }

        & .post_attachment_body {
            padding: 20px 20px;
            background: #FFFFFF;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;

            &.bottom_body {
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 12px;
                box-shadow: 0px 1px 2px 0px #00000026;
            }

            & .media-attachment {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;

                &.hide {
                    display: none;
                }

                & .select_social_media {
                    display: flex;
                    align-items: center;
                    gap: 5px;

                    justify-content: space-evenly;


                    & .select_social_media_item {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        cursor: pointer;

                        &.selected {
                            position: relative;

                            &::after {
                                position: absolute;
                                content: '';
                                top: -1px;
                                right: 1px;
                                width: 6px;
                                height: 6px;
                                background: var(--theme-success-color);
                                border-radius: 50%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                        }

                        &.usermode {
                            &.selected {
                                &::after {
                                    top: -1px;
                                    right: 1px;
                                    width: 7px;
                                    height: 7px;
                                    border: 1px solid #FFF;
                                }
                            }
                        }

                        &.inactive {
                            display: none;
                        }
                    }
                }

                & .select_language {
                    display: flex;
                    align-items: center;
                    gap: 5px;

                    justify-content: space-evenly;


                    & .select_language_item {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        cursor: pointer;
                        min-width: 24px;
                        white-space: nowrap;
                        height: 24px;
                        border-radius: 50%;
                        background: #EFEFEF;
                        font-size: 10px;
                        font-weight: 700;

                        &.selected {
                            position: relative;

                            &::after {
                                position: absolute;
                                content: '';
                                top: -1px;
                                right: 1px;
                                width: 6px;
                                height: 6px;
                                background: var(--theme-success-color);
                                border-radius: 50%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                        }

                        &.usermode {
                            &.selected {
                                &::after {
                                    top: -1px;
                                    right: 1px;
                                    width: 7px;
                                    height: 7px;
                                    border: 1px solid #FFF;
                                }
                            }
                        }

                        &.inactive {
                            display: none;
                        }
                    }
                }

                & .select_cultural_groups {
                    display: flex;
                    align-items: center;
                    gap: 5px;

                    justify-content: space-evenly;


                    & .select_cultural_groups_item {
                        display: none;
                        align-items: center;
                        justify-content: center;
                        cursor: pointer;
                        min-width: 25px;
                        white-space: nowrap;
                        height: 25px;
                        border-radius: 50%;
                        padding: 2px;
                        background: #EFEFEF;
                        font-size: 10px;
                        font-weight: 700;
                        color: #ffffff;
                        position: relative;

                        &.selected {
                            display: flex;

                            &::after {
                                position: absolute;
                                content: '';
                                top: 1px;
                                left: 1px;
                                width: calc(100% - 2px);
                                height: calc(100% - 2px);
                                border: 1px solid #fff;
                                border-radius: 50%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                        }


                        &.usermode {
                            &.selected {
                                &::after {
                                    top: -1px;
                                    right: 1px;
                                    width: 7px;
                                    height: 7px;
                                    border: 1px solid #FFF;
                                }
                            }
                        }

                        &.inactive {
                            display: none;
                        }
                    }
                }
            }

            & .media-loader {
                position: relative;
                width: 150px;
                height: 120px;
                cursor: pointer;
                background: #eee;
                border-radius: var(--theme-button-radius2);
                display: none;

                &.loading {
                    display: block;
                }

                /* Click-blocking overlay */
                &::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(255, 255, 255, 0.5);
                    z-index: 1000;
                    pointer-events: all;
                    /* Blocks clicks */
                }

                /* Loading Text */
                &::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    border: 2px dashed var(--theme-primary-color-shade-3);
                    border-top-color: var(--theme-primary-color);
                    animation: spin 1s linear infinite;
                    z-index: 1001;
                    transform: translate(-50%, -50%);
                }

            }

            & .media-item {
                margin-left: 6px;
                position: relative;
                width: 150px;
                height: 120px;
                cursor: pointer;
                background: #eee;
                border-radius: var(--theme-button-radius2);

                &.selected {
                    position: relative;

                    &::after {
                        content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M11.5 1.75L4.625 8.625L1.5 5.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                        position: absolute;
                        top: -5px;
                        right: -5px;
                        width: 20px;
                        height: 20px;
                        background: var(--theme-success-color);
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 5px;
                    }
                }

                & img {
                    border-radius: var(--theme-button-radius2);
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }

                & video {
                    border-radius: var(--theme-button-radius2);
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    position: relative;
                }

                & .control {
                    position: absolute;
                    top: 5px;
                    left: 5px;
                    gap: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column-reverse;
                }


                & .control span {
                    color: #fff;
                    background-color: var(--theme-secondary-shade5);
                    border: 1px solid #fff;
                    border-radius: 50%;
                    width: 20px;
                    height: 20px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    transition: all 0.3s ease-in-out;

                    & path {
                        fill: #fff;
                    }

                }

            }
        }
    }

    & #datepickereditt,
    & #datepickeredittpolllibrary {
        border: none;
        outline: none;
        border-bottom: 1px solid #D0D0D0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 5px 10px;
    }

    & .back-btn {
        border-radius: 0px !important;
        margin: 0px;
        padding-right: 7px;
        cursor: pointer;
        width: auto;
        height: auto;
        padding: 0px;
        border: none;
        padding-right: 5px;
        background: white;
        border-right: 1px solid var(--theme-secondary-shade21);
        display: flex;
        align-items: center;
    }

    &.create_poll_library {
        min-height: 500px;
        position: relative;
        border-radius: none;
        box-shadow: none;
        margin: 0px auto;
        padding: 0px;
        font-weight: normal;
        display: inherit;
        background: #FFFFFF;

        & .create_poll_library_body {
            max-width: 850px;
            margin: auto;
            min-height: 500px;
            position: relative;
            border-radius: 12px;
            box-shadow: 0px 0px 5.7px 0px #00000026;
            margin: 0px auto;
            padding: 25px;
            font-weight: normal;
            background: #FFFFFF;
        }

        & .width-180 {
            width: 180px;
        }

        & .create-poll-heading {
            font-size: 20px;
            font-weight: 600;
            margin: 0px;
        }

        & .border-bottom-dashed-poll {
            border-bottom: 1px dashed #DCDCDC !important;
            margin-bottom: 20px;
            padding-bottom: 20px !important;
        }

        & .text-fade {
            color: #8C8C8C;
        }

        & .your_question {
            border: 1px solid #D0D0D0;
            border-radius: 7px;
            outline: none;
            padding: 5px;
        }

        & .poll_option {
            border: 1px solid #D0D0D0;
            border-radius: 7px;
            outline: none;
            padding: 8px;
        }

        & .remove_poll_option {
            cursor: pointer;
            text-decoration: none;

            &:hover {
                color: var(--theme-primary-color-hover);
            }
        }

        & .poll_duration_select_div {
            & .dropzieToggle {
                border: 1px solid #D0D0D0;
                border-radius: 7px;
                outline: none;
            }

            & .dropzieMenu {
                top: unset;
                bottom: 100%;
            }

            & .dropzie.active .dropzieToggle {
                border-color: #D0D0D0 !important;
                box-shadow: none !important;
                outline: none;
                color: #000;
            }
        }

    }

    & .upload-image-div {
        overflow: hidden;
    }

    & .upload-image-div span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    & .platform-active-to-users {
        display: none;
        align-items: center;
        gap: 10px;
        border: 1px solid #AB9BEF;
        border-radius: 7px;
        padding: 8px 14px;
        height: 35px;
        opacity: 0;
        transform: translateX(-80px);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

        &.active {
            display: flex;
            opacity: 1;
            transform: translateX(0);
        }
    }

    & .hashtag_input {
        display: none;
        opacity: 0;
        transform: translateX(-80px);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;


        &.active {
            display: block;
            opacity: 1;
            transform: translateX(0);
        }
    }

    & .border-top-left-right-12px {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    & .border-radius-12px {
        border-radius: 12px;
    }

    & .field_mandatory {
        color: #836AF1;
    }

    .ckeditor_placeholder {
        display: flex;
        align-items: center;
        height: 100%;
        float: right;
        margin: 5px 20px;
        color: var(--theme-primary-color);
        font-weight: 600;
    }

    & .hashtag_input_container {
        display: none;
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        opacity: 0;
        width: 100%;
        border: 1px solid #D2C8FF;
        border-radius: 9px;
        background: #FFFFFF;
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

        &.active {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 5px;
            opacity: 1;
        }

        & .tag {
            display: inline-flex;
            align-items: center;
            background-color: #e0e0e0;
            color: #333;
            padding: 5px 10px;
            margin: 10px 5px;
            border-radius: 5px;
            font-size: 14px;
            position: relative;
            height: 25px;

            & i {
                cursor: pointer;
                color: black;
                font-size: 8px;
                border-radius: 50%;
                width: 14px;
                height: 14px;
                display: flex;
                justify-content: center;
                align-items: center;
                background: white;
                margin: -24px -12px 0px 0px;
                box-shadow: 0px 0px 10px -2px gray;
                font-family: FontAwesome !important;
            }
        }

        & .hashtag_input {
            border: none !important;
            box-shadow: none !important;
            border-radius: 0px !important;
            background-color: transparent !important;

            &:focus {
                border: none !important;
                box-shadow: none !important;
            }
        }
    }

    .cke_bottom {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    &[data-usertype="user"] {
        margin: 20px auto 50px auto;
        border-radius: none !important;
        box-shadow: none !important;
        padding: 0px !important;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 20px !important;

        & .editor_area {
            width: calc(65% - 15px);
            position: relative;
            border-radius: 12px;
            padding: 25px;
            border: 1px solid #BCADFF;

            &.loading {
                position: relative;
                cursor: wait;
                min-height: 500px;
                /* Show loading cursor */

                /* Click-blocking overlay */
                &::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(255, 255, 255, 0.5);
                    z-index: 1000;
                    pointer-events: all;
                    /* Blocks clicks */
                }

                /* Loading Text */
                &::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    border: 2px dashed var(--theme-primary-color-shade-3);
                    border-top-color: var(--theme-primary-color);
                    animation: spin 1s linear infinite;
                    z-index: 1001;
                    transform: translate(-50%, -50%);
                }
            }

        }

        & .editor_preview_area {
            width: calc(35% - 15px);
            border-radius: 12px;
            height: 100%;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            border: 1px solid #BCADFF;

            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;

            font-size: 12px;

            & .header {
                padding: 0px 25px;
                border-top-left-radius: 12px;
                border-top-right-radius: 12px;
                min-height: 80px;
                box-shadow: 0px 3px 3.7px -1px #00000026;
            }

            & .body {
                padding: 25px 30px;
                background: #E8E8E8;
                position: relative;

                & .social_preview_card {
                    background-color: #FFF;
                    border-radius: 7px;
                    padding: 15px;
                    box-shadow: 0px 1px 7px 0px #00000026;
                    display: none;
                    transition: display 0.3s ease-in-out, transform 0.3s ease-in-out;
                    pointer-events: none;

                    &.selected {
                        display: block;
                        pointer-events: auto;
                    }

                    & .profile_header {
                        display: flex;
                        align-items: center;
                        gap: 10px;

                        & .social-profile-div-icon {
                            width: 50px;
                            height: 50px;
                            padding: 2px;
                            border-radius: 50%;
                            position: relative;

                            & img {
                                width: 100%;
                                height: 100%;
                                border-radius: 50%;
                            }

                            & .social-profile-div-icon-small {
                                width: 22px;
                                height: 22px;
                                border-radius: 50%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                position: absolute;
                                right: -5px;
                                bottom: -5px;
                            }
                        }

                        & .sponsered_text {
                            color: var(--theme-secondary-shade12);
                            margin-top: -3px;
                            display: flex;
                        }
                    }

                    & .post_body {
                        padding: 10px 0px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        /* min-height: 100px; */
                        color: #33363F;

                        & .show_more_social_media_preview_body,
                        & .show_less_social_media_preview_body {
                            color: #2d2d2d;
                            cursor: pointer;
                            font-weight: 700;
                            white-space: nowrap;
                        }

                        & .hashtag_tag {
                            color: var(--theme-primary-color);
                            font-weight: 500;
                        }

                        &[data-title="tiktok"] {
                            height: 600px;
                            max-height: none;
                            width: 100%;
                            margin: 10px auto;
                            padding: 0px;
                            max-width: 400px;
                            overflow: hidden;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;
                            position: relative;
                            background: black;

                            .tiktok_video_preview {
                                width: 100%;
                                height: 100%;
                                position: relative;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                cursor: pointer;

                                .video-preview {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    display: block;
                                    pointer-events: none;
                                }

                                .video-preview::-webkit-media-controls,
                                .video-preview::-webkit-media-controls-enclosure,
                                .video-preview::-webkit-media-controls-panel {
                                    opacity: 0 !important;
                                }

                                .custom-play-button {
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    transform: translate(-50%, -50%);
                                    width: 60px;
                                    height: 60px;
                                    background: rgba(0, 0, 0, 0.5);
                                    border-radius: 50%;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    cursor: pointer;
                                    transition: opacity 0.3s;

                                    &::before {
                                        content: "▶";
                                        font-size: 30px;
                                        color: white;
                                    }
                                }

                                &.playing {
                                    .custom-play-button {
                                        opacity: 0;
                                    }
                                }
                            }

                            .body_text {
                                position: absolute;
                                bottom: 0px;
                                max-height: 500px;
                                overflow: hidden;
                                width: 100%;
                                padding: 10px;
                                font-size: 14px;
                                text-align: left;
                                background: rgb(0 0 0 / 10%);
                                color: #FFF;
                            }
                        }

                    }

                    & .post_attachment {
                        background: #eee;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 100%;
                        height: 250px;
                        margin: 10px auto;

                        & img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                            border-radius: 7px;
                        }

                        & video {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                            border-radius: 7px;
                        }
                    }

                    & .post_footer {
                        border-top: 1px solid #eee;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        color: #8C8C8C;
                        padding: 10px 5px;
                    }
                }

                & .slider_control {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    background: #3333333D;
                    padding: 10px;
                    cursor: pointer;

                    &.left {
                        left: 30px;
                    }

                    &.right {
                        right: 30px;
                    }
                }
            }
        }

        & .post_title {
            padding-left: 120px;
        }

        & .post-title-label {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

        & .rewrite_with_ai_btn {
            border-radius: 7px;
            height: 35px;
            width: auto;
            padding: 5px 8px;
            background-color: #FFFFFF;
            border: 1px solid #937DFA;
            color: var(--theme-primary-color);
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        /* & .social-platform-div {
            & .social-platform-div-icon {
                border: 1px solid #EEEEEE;

                & .svg {
                    display: none;
                }

                & .svg.notselect {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }

            &.select {
                & .social-platform-div-icon {
                    border: 1px solid var(--theme-primary-color);

                    & .svg.select {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    & .svg.notselect {
                        display: none;
                    }
                }

            }

            &.disabled {
                & .social-platform-div-icon {
                    border: 1px solid #EEEEEE;
                }
            }
        } */

        & .language-dropzie {
            & .dropzieToggle {
                border-radius: 7px;
                height: 35px;
                width: 112px;
                padding: 5px 8px;
                background-color: #FFFFFF;
                border: 1px solid #937DFA;
                cursor: pointer;
                display: flex;
                align-items: center;
                gap: 5px;
            }
        }

        & .cultural-groups-dropzie {
            & .dropzieToggle {
                border-radius: 7px;
                height: 35px;
                padding: 5px 8px;
                background-color: #FFFFFF;
                border: 1px solid #937DFA;
                cursor: pointer;
                display: flex;
                align-items: center;
                gap: 5px;
            }

            .dropzieOption {

                & span.dot {
                    position: relative;
                    margin-right: 5px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    min-width: 25px;
                    white-space: nowrap;
                    height: 25px;
                    border-radius: 50%;
                    padding: 2px;
                    background: #EFEFEF;
                    font-size: 10px;
                    font-weight: 700;
                    color: #ffffff;
                    position: relative;

                    &::after {
                        position: absolute;
                        content: '';
                        top: 1px;
                        left: 1px;
                        width: calc(100% - 2px);
                        height: calc(100% - 2px);
                        border: 1px solid #fff;
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
        }

        & .copy-to {
            width: 115px;
            top: 23px;
            z-index: 1;
            right: 0px;
            position: absolute;

            & .dropdown-toggle {
                border-radius: 7px;
                height: 35px;
                width: 112px;
                min-width: unset;
                padding: 5px 8px;
                background-color: transparent;
                border: none;
                cursor: pointer;
                display: flex;
                align-items: center;
                gap: 5px;
            }
        }

        & #datepickereditt {
            width: 145px;
            border-bottom: 1px solid #8C9EDC;
        }

        & .select_time_div {
            width: 120px;

            & .dropzieOption {
                padding: 8px 14px 8px 18px;

                &.slot_taken {
                    position: relative;

                    &::before {
                        content: "\f00c";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 900;
                        position: absolute;
                        top: 50%;
                        left: 5px;
                        transform: translateY(-50%);
                        color: #ffffff;
                        background-color: var(--theme-success-color, #28a745);
                        width: 10px;
                        height: 10px;
                        border-radius: 50%;
                        font-size: 6px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }

        }

        & .social-platform-dropdown-item[data-title="linkedin"] svg {
            width: unset;
            height: unset;
        }

        & .form-control {
            border: 1px solid #D7D7D7;
            border-radius: 9px;
            background: #FFFFFF;
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

            &:focus {
                border: 1px solid #D2C8FF;
                box-shadow: var(--theme-box-shadow-shade-1)
            }
        }

        & .input-after-right {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

        & .call_to_action_container {
            border-radius: 12px;
            box-shadow: 0px 1px 7px 0px #00000026;

            & .call_to_action_header {
                background: #FAF9FF;
                padding: 15px 20px;
                font-weight: 600;
                border-top: 1px solid #C5BAF8;
                border-radius: 12px;
                box-shadow: 0px 1px 2px 0px #00000026;
                color: #27397B;
                display: flex;
                align-items: center;
                justify-content: space-between;

                &.active {
                    border-bottom-left-radius: 0px;
                    border-bottom-right-radius: 0px;
                }
            }

            & .call_to_action_body {
                padding: 20px 20px;
                background: #FFFFFF;
                display: none;
                gap: 10px;
                flex-wrap: wrap;

                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 12px;
                box-shadow: 0px 1px 2px 0px #00000026;

                &.active {
                    display: flex;
                }
            }

            & .call_to_action_input {
                border-radius: 7px !important;
                border: 1px solid #D2C8FF !important;
                background: #F7F7F7 !important;
                color: #000000 !important;
                padding: 15px 15px !important;
            }

            & .call_to_action_body_container {
                display: none;
                transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
                opacity: 0;
                width: 100%;
                transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

                &.active {
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    gap: 5px;
                    opacity: 1;
                }

                & .select-div {
                    width: 100%;

                    & .dropzieToggle {
                        border-radius: 7px;
                    }
                }

                & .optin_link_text {
                    width: 100%;
                    margin: 20px auto 10px auto;
                }

                & .contact_link_text {
                    width: 100%;
                    margin: 20px auto 10px auto;
                }

                & .contact_link_button_div {
                    width: 100%;
                    display: none;
                    opacity: 0;

                    &.active {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        opacity: 1;
                    }
                }

                & .call_to_action_child_div {
                    display: none;
                    opacity: 0;

                    &.active {
                        display: flex;
                        opacity: 1;
                    }

                    & .call_to_action_child_div_button {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 5px;
                    }

                    & button {
                        width: 30%;
                        position: relative;

                        &.selected {
                            &::after {
                                /* Tick Sign */
                                content: "\f00c";
                                font-family: "Font Awesome 5 Free";
                                font-weight: 900;
                                position: absolute;
                                top: -8px;
                                right: -8px;
                                color: #fff;
                                background: var(--theme-success-color);
                                border-radius: 50%;
                                width: 18px;
                                height: 18px;
                                font-size: 10px;
                                padding: 2px;
                            }
                        }
                    }

                    & .select-div {
                        width: 100%;
                    }

                    & .dropzie {
                        width: 100%;

                        & .dropzieToggle {
                            border-radius: 7px;
                            width: 100%;
                        }
                    }
                }
            }
        }

        & .email-submit-button {
            height: 35px;
        }

        & .email-submit-button[data-type="draft"] {
            background: linear-gradient(-600deg, #D39B2F 50%, #e5af45b8 70%);
        }

        & .average_impression_container {
            padding: 0px 20px !important;
        }

        & .right_left_border {
            position: relative;
            padding: 0px 10px;
            margin: auto 5px;

            &::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                width: 1px;
                height: 80%;
                background: #B7B7B7;
            }

            &::after {
                content: "";
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                width: 1px;
                height: 80%;
                background: #B7B7B7;
            }
        }

        & .impression_section {
            margin-bottom: 20px;
            justify-content: center;
            align-items: center;
            min-height: 80px;
            margin-top: -25px;
            min-width: calc(100% + 50px);
            margin-left: -25px;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            box-shadow: 0px 3px 3.7px -1px #00000026;

            & .label_text {
                color: #4D4D4D;
                margin: 0px;
                font-size: 12px;
                text-align: center;
            }

            & .impression_numbers {
                margin: 0px auto 5px auto;
            }

            & .engaagement_like_comment {
                width: 18px;
                height: 18px;
            }

            & .mark-as-not-interested_button_div {
                position: absolute;
                right: 25px;
                display: flex;
                align-items: center;
                gap: 5px;
                cursor: pointer;

                & .mark-as-not-interested_button_text {
                    align-items: center;
                    justify-content: center;
                    gap: 3px;
                    color: #E76464;
                }

                & .customgridboxtooltip .tooltiptext.posteditorscreen {
                    width: 180px !important;
                }
            }

        }

        & .select_time_div {
            display: none;

            &.active {
                display: flex;
            }

            & .dropzie {

                & .dropzieToggle {
                    border-radius: 7px;
                    width: 100%;
                    border: none;
                    outline: none;
                    border-bottom-left-radius: 4px;
                    border-bottom-right-radius: 4px;
                    border-bottom: 1px solid #8C9EDC;
                    margin-bottom: 4px;
                }

                & .dropzieMenu {
                    top: unset;
                    bottom: 100%;
                    width: 180px;
                }

                &.active {
                    & .dropzieToggle {
                        border-color: none !important;
                        box-shadow: none !important;
                        outline: none;
                    }
                }
            }
        }

        & .select_custom_time_div {
            display: none;
            opacity: 0;

            &.active {
                display: flex;
                align-items: center;
                gap: 5px;
                opacity: 1;
            }

            & input[type="time"],
            & input[type="text"] {
                border: none;
                outline: none;
                border-bottom: 1px solid #D0D0D0;
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
                padding: 5px 10px;
                width: 90px;
                border-bottom: 1px solid #8C9EDC;

                &.flatpickr-input {
                    border: none !important;
                    outline: none !important;
                    width: 100px !important;
                    border-bottom: 1px solid #8C9EDC !important;
                    border-bottom-left-radius: 4px !important;
                    border-bottom-right-radius: 4px !important;
                    padding: 5px 10px !important;
                }
            }
        }

        .flatpickr-calendar.open,
        .flatpickr-calendar.inline {
            max-width: 150px !important;
        }

        & .social-platform {
            & .dropdown-toggle {
                border-radius: 7px;
                height: 35px;
                width: 100px;
                padding: 5px 8px;
                background-color: #FFFFFF;
                border: 1px solid #937DFA;
                cursor: pointer;
                display: flex;
                align-items: center;
                gap: 5px;
                font-weight: normal;
                font-size: 14px;
                position: relative;

                &:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    margin-top: -8px;
                    width: 16px;
                    height: 16px;
                    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                    background-repeat: no-repeat;
                    background-position: center;
                    border: none;
                }

                &[aria-expanded="true"] {
                    &:after {
                        transform: rotate(180deg);
                    }
                }
            }

            & .dropdown-menu {
                &.show {
                    left: unset !important;
                    right: 0px !important;
                }
            }
        }

        .input-with-icon {
            position: relative;
            display: inline-block;

            & input {
                padding-left: 30px;
            }

            & .fa-clock {
                position: absolute;
                right: 8px;
                top: 50%;
                transform: translateY(-50%);
                color: #555;
                pointer-events: none;
            }
        }


        & .editor_preview_area {
            position: relative;

            & .body {
                & .social_preview_card {
                    & .post_attachment {
                        background: #eee;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin: 10px auto;
                        width: 100%;
                        height: 250px;
                    }
                }
            }
        }

        & .social_profiles_header_div {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            align-items: center;
            border-bottom: 1px dashed #eee;
            padding-bottom: 15px !important;
        }

        & .social_profile_name {
            max-width: 150px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0px 2px 0px 0px;
            display: block !important;
        }

        & .preview_profile_name {
            max-width: 160px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0px 2px 0px 0px;
            display: block !important;
            font-size: 15px;
        }

        & .social_profiles_header_div_gaps {
            gap: 10px;
        }

        & .pixelsimgmodal {

            .loader1 {
                display: inline-block;
                font-size: 0px;
                padding: 0px;
                display: flex;
                justify-content: center;
                margin-top: 15px;
            }

            .loader1 span {
                vertical-align: middle;
                border-radius: 100%;

                display: inline-block;
                width: 10px;
                height: 10px;
                margin: 3px 2px;
                -webkit-animation: loader1 0.8s linear infinite alternate;
                animation: loader1 0.8s linear infinite alternate;
            }

            .loader1 span:nth-child(1) {
                -webkit-animation-delay: -1s;
                animation-delay: -1s;
                background: #cbbfbf;
            }

            .loader1 span:nth-child(2) {
                -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s;
                background: #a39797;
            }

            .loader1 span:nth-child(3) {
                -webkit-animation-delay: -0.26666s;
                animation-delay: -0.26666s;
                background: #787272;
            }

            .loader1 span:nth-child(4) {
                -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s;
                background: #a39797;

            }

            .loader1 span:nth-child(5) {
                -webkit-animation-delay: -1s;
                animation-delay: -1s;
                background: #cbbfbf;
            }

            @keyframes loader1 {
                from {
                    transform: scale(0, 0);
                }

                to {
                    transform: scale(1, 1);
                }
            }

            @-webkit-keyframes loader1 {
                from {
                    -webkit-transform: scale(0, 0);
                }

                to {
                    -webkit-transform: scale(1, 1);
                }
            }

            & button.upload-options {
                height: 40px;
                padding: 0px 15px;
                border-radius: 10px;
                background: #fff;
                border: none;
                color: #836AF1;
                font-weight: 500;
                background: #EAE6FB;
                outline: none;
            }

            & .modal-body {
                padding-top: 0;
                padding-bottom: 20px;

            }

            & .scrl {
                height: 700px;
                overflow: auto;
                padding: 0 10px 10px 10px;
            }

            & .scrl::-webkit-scrollbar {
                width: 4px;
            }

            & .scrl::-webkit-scrollbar-track {
                background: transparent;
            }

            & .scrl::-webkit-scrollbar-thumb {
                background: #9ea7b1;
            }

            & .modal-header {
                border: none;
            }

            & .modal-dialog {
                max-width: 800px;
            }

            & .wrapper {
                margin-bottom: 20px;
                padding: 0 20px;
            }

            & .wrapper .search_box {
                width: 100%;
                background: #e9eef061;
                border-radius: 50px;
                height: 55px;
                display: flex;
                padding: 10px;
                border: 1px solid #21232c3d;
            }

            & .wrapper .search_box .dropdown {
                width: 150px;
                border-right: 2px solid #21232c3d;
                color: #596882;
                position: relative;
                cursor: pointer;
            }

            & .wrapper .search_box .dropdown .default_option {
                padding: 4px 15px;
                font-size: 18px;
            }

            & .wrapper .search_box .dropdown ul {
                position: absolute;
                top: 50px;
                left: -10px;
                background: #fff;
                width: 160px;
                border-radius: 5px;
                padding: 20px;
                display: none;
                box-shadow: 8px 8px 6px -10px #b3c6ff;
                z-index: 9;
                border: 1px solid rgba(65, 80, 95, .16);
            }

            & .wrapper .search_box .dropdown ul.active {
                display: block;
            }

            & .wrapper .search_box .dropdown ul li {
                padding-bottom: 20px;
                list-style: none;
                font-size: 16px;
            }

            & .wrapper .search_box .dropdown ul li:last-child {
                padding-bottom: 0;
            }

            & .wrapper .search_box .dropdown ul li:hover {
                color: #6f768d;
            }

            & .wrapper .search_box .dropdown:before {
                content: "";
                position: absolute;
                top: 12px;
                right: 20px;
                border: 8px solid;
                border-color: #596882 transparent transparent transparent;
            }

            & .wrapper .search_box .search_field {
                width: calc(100% + -150px);
                height: 100%;
                position: relative;
            }

            & .wrapper .search_box .search_field .input {
                width: 100%;
                height: 100%;
                border: 0px;
                font-size: 18px;
                padding-left: 20px;
                padding-right: 38px;
                color: #6f768d;
                background: transparent;
            }

            & .wrapper .search_box .search_field .input:focus-visible {
                border: none !important;
                outline: none;
            }

            & .wrapper .search_box .search_field svg {
                position: absolute;
                top: 3px;
                right: 10px;
                font-size: 22px;
                color: #21232c3d;
                cursor: pointer;
            }

            ::-webkit-input-placeholder {
                color: #596882;
            }

            :-ms-input-placeholder {
                color: #596882;
            }

            & .gallery {
                column-count: 3;
                --webkit-column-count: 3;
                --moz-column-count: 3;

            }

            & .gallery .image {
                padding: 10px 0;
                position: relative;
                cursor: pointer;
            }

            & .gallery .image .icon {
                position: absolute;
                top: 10px;
                right: 0;
                padding: 12px 8px;
                width: 100%;
                height: calc(60% - 20px);
                display: flex;
                justify-content: flex-end;
                background: linear-gradient(180deg, rgb(0 0 0 / 50%), transparent 35%, transparent 65%, rgb(0 0 0 / 0%));
                opacity: 0;
            }

            & .gallery .image:hover .icon {
                opacity: 1;
            }

            & .gallery .image .icon span {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 40px;
                height: 40px;
                pointer-events: all;
                border: 0;
                border-radius: 10px;
                background: #fff;
                color: #4a4a4a;
                margin: 0 4px;
                cursor: pointer;
            }

            & .gallery .image .icon span:hover {
                background: #fff;
                opacity: .9;
            }

            & .gallery .image video {
                width: 100%;
                height: 150px;
                object-fit: fill;
            }


            & .image img {
                height: auto;
                width: 100%;
            }


            @media screen and (max-width: 810px) {
                & .gallery {
                    column-count: 3;
                    --webkit-column-count: 3;
                    --moz-column-count: 3;
                }
            }

            @media screen and (max-width: 500px) {
                & .gallery {
                    column-count: 2;
                    --webkit-column-count: 2;
                    --moz-column-count: 2;
                }
            }

            @media screen and (max-width: 400px) {
                & .gallery {
                    column-count: 1;
                    --webkit-column-count: 1;
                    --moz-column-count: 1;
                }
            }
        }

        .chatgptmodal input[type="text"] {
            z-index: 1;
            font-size: 14px;
            outline: 0;
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            text-align: left;
            line-height: 4.2em;
            padding-left: 15px;
            background: #f3f3f3;
            border: 0px solid rgb(45 20 100 / 15%);
            color: rgba(0, 0, 0, .87);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-bottom: none;
        }

        .msger-send-btn {
            background: rgb(0, 196, 65);
            color: #fff;
            font-weight: bold;
            cursor: pointer;
            transition: background 0.23s;
            border: none;
            padding: 8px;
            position: absolute;
            bottom: 16px;
            right: 12px;
        }

        .msg {
            display: flex;
            margin-bottom: 10px;
        }

        .msg-img {
            width: 35px;
            height: 35px;
            margin-right: 10px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            border-radius: 50%;
            margin-top: 15px;
        }

        .msg-bubble {
            padding: 15px;
            border-radius: 15px;
            width: calc(100% - 40px);
        }

        .msg-info {
            display: flex;
            justify-content: space-between;
        }

        .msg-bubble.answer .msg-text {
            color: #374151;
            font-weight: 500;
            font-size: 13px;
            margin: 10px 0;
        }

        .use_article {
            color: #5B18FF;
            font-weight: 500;
            cursor: pointer;
            display: inline-block;
            font-size: 11px;
            margin-top: 5px;
            padding: 4px 8px;
            border: 1px solid #5B18FF;
            border-radius: 4px;
        }

        .use_article:hover {
            color: #fff;
            background: #5B18FF;
        }

        .msger-chat {
            flex: 1;
            overflow-y: auto;
            padding: 15px 30px;
            padding-top: 0;
            border-bottom: 2px solid #bbbbbb;
            overflow: auto;
            border-bottom: 1px solid #cfd8dc;
            padding-bottom: 10px !important;
            min-height: 200px;
        }

        .msg-info-time {
            color: #7e7e7e;
            font-size: 9px;
            margin-left: 9px;
        }

        .msg-bubble.question .msg-info-name {
            color: #5f5fc7;
        }

        .msg-bubble.answer .msg-info-name {
            color: #41a4c5;
        }

        .msg-info-name {
            margin-right: 10px;
            font-weight: bold;
            font-size: 16px;
        }

        .msg-bubble.question .msg-text {
            color: #94949f;
            font-weight: 600;
            font-size: 13px;
        }

        .typing-loader {
            margin: 10px 0;
            width: 6px;
            height: 6px;
            -webkit-animation: line 1s linear infinite alternate;
            -moz-animation: line 1s linear infinite alternate;
            animation: line 1s linear infinite alternate;
        }

        @-webkit-keyframes line {
            0% {

                background-color: rgba(0, 0, 0, 1);
                box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
                    24px 0px 0px 0px rgba(0, 0, 0, 0.2);

            }

            25% {
                background-color: rgba(0, 0, 0, 0.4);
                box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 2),
                    24px 0px 0px 0px rgba(0, 0, 0, 0.2);

            }

            75% {
                background-color: rgba(0, 0, 0, 0.4);
                box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
                    24px 0px 0px 0px rgba(0, 0, 0, 2);

            }
        }

        @-moz-keyframes line {
            0% {

                background-color: rgba(0, 0, 0, 1);
                box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
                    24px 0px 0px 0px rgba(0, 0, 0, 0.2);

            }

            25% {
                background-color: rgba(0, 0, 0, 0.4);
                box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 2),
                    24px 0px 0px 0px rgba(0, 0, 0, 0.2);

            }

            75% {
                background-color: rgba(0, 0, 0, 0.4);
                box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
                    24px 0px 0px 0px rgba(0, 0, 0, 2);

            }
        }

        @keyframes line {
            0% {

                background-color: rgba(0, 0, 0, 1);
                box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
                    24px 0px 0px 0px rgba(0, 0, 0, 0.2);

            }

            25% {
                background-color: rgba(0, 0, 0, 0.4);
                box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 2),
                    24px 0px 0px 0px rgba(0, 0, 0, 0.2);

            }

            75% {
                background-color: rgba(0, 0, 0, 0.4);
                box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
                    24px 0px 0px 0px rgba(0, 0, 0, 2);

            }
        }

        .second-modal-btn {
            padding: 6px 15px;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            border: 1px solid transparent;
            border-radius: 4px;
            background-color: #5B18FF;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .second-modal-btn:hover {
            color: #5B18FF;
            border: 1px solid #5B18FF;
            background-color: transparent;
        }

        .second-modal-btn:hover svg {
            fill: #5B18FF;
            color: #5B18FF;
        }

        .loader-type {
            position: relative;
            display: inline-block;
            width: 1em;
            height: 1em;
        }

        .loader-type:before,
        .loader-type:after {
            content: "";
            width: inherit;
            height: inherit;
            border-radius: 50%;
            background-color: #000;
            opacity: 0.9;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-animation: loader-type 2s infinite ease-in-out;
            animation: loader-type 2s infinite ease-in-out;
        }

        .loader-type:after {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

        @keyframes loader-type {

            0%,
            100% {
                transform: scale(0.0);
            }

            50% {
                transform: scale(1.0);
            }
        }

        .rewrite-btn {
            padding: 7px 24px;
            background-color: #6c757d;
            color: #fff;
            border: none;
            border-radius: 30px;
            line-height: 20px;
            font-weight: 500;
        }

        .use-btn {
            padding: 7px 24px;
            background-color: #10b759;
            color: #fff;
            border: none;
            border-radius: 30px;
            line-height: 20px;
            font-weight: 500;
        }

        .use-btn:hover {
            background-color: #78c59a;
        }

        .rewrite-btn:hover {
            background-color: #919395;
        }

        .word-count-wrapper {
            margin-left: 10px;
            font-size: 12px;
        }

        /* Media Query for screen size below 1550 */
        @media screen and (max-width: 1550px) {

            & * {
                font-size: 13px;
            }

            & .editor_area {
                /* width: calc(67% - 5px);
                padding: 15px 10px; */
            }

            & .editor_preview_area {

                /* width: calc(33% - 5px); */
                & * {
                    font-size: 12px;
                }

                & .body {
                    /* padding: 5px; */

                    & .social_preview_card {
                        padding: 10px;
                    }

                    & .slider_control {
                        width: 30px;
                        height: 50px;
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        /* &.left {
                            left: 5px;
                        }

                        &.right {
                            right: 5px;
                        } */
                    }
                }
            }

            & .social_profile_name {
                max-width: 120px;
            }

            & .social_profiles_header_div_gaps {
                gap: 5px;
            }

            & #datepickereditt {
                width: 120px;
            }

        }

        /* Media Query for screen size below 1450 */
        @media screen and (max-width: 1450px) {
            .footer_btn {
                width: 100%;
            }
        }

        /* Media Query for screen size below 1400 */
        @media screen and (max-width: 1400px) {
            & .editor_area {
                /* width: calc(70% - 5px); */
            }

            & .editor_preview_area {

                /* width: calc(30% - 5px); */
                & * {
                    font-size: 11px;
                }

                & .preview_profile_name {
                    font-size: 12px;
                }
            }

            & .language-dropzie {
                & .dropzieToggle {
                    width: 90px;
                }
            }

            /* & .rewrite_with_ai_btn {
                width: 130px;
            } */

            & .social-platform {
                & .dropdown-toggle {
                    width: 100px;
                }
            }

            & .copy-to {
                & .dropdown-toggle {
                    /* width: 120px; */
                }
            }


            & .post_footer {
                & span:not(.svg) {
                    display: none;
                }
            }
        }

        /* Media Query for screen size below 1300 */
        @media screen and (max-width: 1300px) {
            & * {
                font-size: 12px;
            }

            & .editor_preview_area {
                & * {
                    font-size: 10px;
                }

                & .preview_profile_name {
                    font-size: 11px;
                }
            }

            & .social_profile_name {
                max-width: 100px;
            }

            & .default_badge {
                font-size: 8px !important;
            }

            & .language-dropzie {
                & .dropzieToggle {
                    /* width: 105px; */
                    padding: 5px;
                }
            }
        }

        /* Media Query for screen size below 1250 */
        @media screen and (max-width: 1250px) {
            & .editor_area {
                width: calc(70% - 5px);
            }

            & .editor_preview_area {
                width: calc(30% - 5px);
            }
        }

        /* Media Query for screen size below 1200 */
        @media screen and (max-width: 1200px) {
            & * {
                font-size: 11px;
            }

            /* & .rewrite_with_ai_btn {
                width: 118px;
                padding: 5px;
            } */

            & .language-dropzie {
                & .dropzieToggle {
                    /* width: 118px; */
                }
            }

            & .copy-to {
                & .dropdown-toggle {
                    /* width: 118px; */
                }
            }

            & .editor_area {
                width: calc(75% - 5px);
                padding: 15px 10px;
            }

            & .editor_preview_area {
                width: calc(25% - 5px);

                & * {
                    font-size: 10px;
                }

                & .preview_profile_name {
                    font-size: 11px;
                }

                & .body {
                    padding: 5px;
                }
            }
        }
    }

}

.add_cultural_group_btn {
    background: #F4F4F4;
    border: 1px solid #CDCDCD;
    border-radius: 30px;
    padding: 5px 9px;
    font-weight: 500;
    color: #000000;
    font-size: 12px;

    &:hover {
        color: #000000;
    }
}

#cultural_group_modal {
    & .modal-dialog {
        max-width: 800px;

        & .modal-content {
            & .modal-header {
                & .modal-title {
                    color: #000;
                }

                & .close {
                    color: var(--theme-danger-color);
                    opacity: 1;
                }
            }

            & .modal-body {
                & .cultural_group_modal_body_section {
                    background: #F6445B1F;
                    border-radius: 9px;
                    padding: 15px;
                    border: 1px solid #FFB7C0;

                    & .cultural_group_modal_body_section_header {
                        font-weight: 400;
                        font-size: 14px;
                        vertical-align: middle;
                        text-transform: capitalize;
                        color: #000000;
                        display: flex;
                        align-items: center;
                        gap: 10px;

                        & .cultural_group_count {
                            color: var(--theme-danger-color);
                            font-weight: 700;
                        }
                    }

                    & .cultural_group_modal_body_section_content {
                        display: grid;
                        grid-template-columns: repeat(auto-fit, minmax(calc(25% - 10px), 1fr));
                        grid-auto-rows: auto;
                        gap: 15px 10px;
                        margin: 10px auto;
                        max-width: 100%;

                        & .cultural_group_tabs {
                            border-radius: 5px;
                            padding: 8px 25px 8px 25px;
                            color: #ffffff;
                            text-align: center;
                            position: relative;
                            cursor: pointer;

                            &.selected::before {
                                content: "✓";
                                position: absolute;
                                left: 10px;
                                top: 10px;
                                font-weight: bold;
                                font-size: 14px;
                                color: #ffffff;
                            }
                        }
                    }
                }

                & .cultural_group_modal_body_section_footer {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-top: 20px;

                    & p {}

                    & .cultural_group_modal_body_section_footer_button_group {
                        display: flex;
                        gap: 10px;

                        & .cultural_group_modal_body_section_footer_button {
                            border: 1px solid var(--theme-primary-color);
                            border-radius: 5px;

                            &.reset {}

                            &.save {}
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1600px) {
    .usermaildatadiv {
        padding: 0px;
    }
}

.card:has(.postmanagement_main_content) {
    border: none;
    background: #FFF;
    box-shadow: none;
}

.getdashboard_data_div {

    /* Loader Animation */
    &.loading {
        position: relative;
        cursor: wait;
        min-height: 500px;
        /* Show loading cursor */

        /* Click-blocking overlay */
        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.5);
            z-index: 1000;
            pointer-events: all;
            /* Blocks clicks */
        }

        /* Loading Text */
        &::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px dashed var(--theme-primary-color-shade-3);
            border-top-color: var(--theme-primary-color);
            animation: spin 1s linear infinite;
            z-index: 1001;
            transform: translate(-50%, -50%);
        }
    }
}

.error_container {
    flex-direction: column;
    gap: 10px;
    width: auto;
    margin-top: 15px;

    & .error_msg {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 40px 5px 10px;
        color: #FFF;
        background: var(--theme-danger-color);
        border-radius: 5px;
        position: relative;

        & .error_msg_text {
            margin: 0px;
        }

        & .error_msg_close {
            width: 40px;
            height: calc(100% - 2px);
            background: var(--theme-danger-color);
            color: #FFF;
            border: none;
            outline: none;
            box-shadow: 0px 0px 3.7px 0px rgba(0, 0, 0, 0.25);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            line-height: .8;
            font-weight: normal;
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }
    }
}

.media-validation-notes {
    padding: 20px;
    width: 100%;

    & .media-validation-note_heading {
        font-size: 16px !important;
        text-align: center;
    }

    & .media-platform {
        margin-bottom: 10px;

        &:not(:last-child) {
            border-bottom: 1px solid #eee;
        }

        & .platform_name {
            font-size: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 5px;

            & .platform_div {
                display: flex;
                align-items: center;
                gap: 5px;
            }

            & .platform_name_icon {
                width: 20px;
                height: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                background: transparent;

                &[data-title="instagram"] {
                    background: #E969C8;
                }

                &[data-title="x"] {
                    background: #292B2D;
                }

                &[data-title="tiktok"] {
                    background: #292B2D;
                }
            }
        }

        & .platform_notes {
            display: none;

            &.active {
                display: block;
            }
        }

        & .media_type {
            font-size: 14px;
        }

        & ul {
            list-style-type: disc;
            margin-left: 10px;
            padding-left: 10px;
        }

        & li {
            margin-bottom: 5px;
        }
    }

    @media screen and (max-width: 1550px) {
        & .media-validation-note_heading {
            font-size: 15px !important;
        }
    }
}

#media_validation_guidelines {
    padding: 25px 30px !important;
    background: #E8E8E8;

    & .customAccordionHeader {
        background: #FAF9FF !important;
        border-top: 1px solid #C5BAF8 !important;
        color: #27397B !important;
    }

    & .platform_notes {
        padding: 10px 5px;
    }


    & .platform_notes {
        display: none;

        &.active {
            display: block;
        }
    }

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

    & ul {
        list-style-type: disc;
        margin-left: 10px;
        padding-left: 10px;
    }

    & li {
        margin-bottom: 5px;
    }


    @media screen and (max-width: 1550px) {
        & .media-validation-note_heading {
            font-size: 15px !important;
        }
    }

    @media screen and (max-width: 1200px) {
        padding: 5px !important;
    }
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Only for dateFrom and dateTo datepickers */
.facebook_ads_date_filter_custom-daterange-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
.facebook_ads_date_filter_custom-daterange-datepicker .ui-datepicker-header .ui-datepicker-next::before {
    font-size: 26px;
    position: absolute;
    font-weight: 700;
    top: -14px;
    text-indent: 0;
}

.facebook_ads_date_filter_custom-daterange-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
    content: '‹';
    left: 5px;
}

.facebook_ads_date_filter_custom-daterange-datepicker .ui-datepicker-header .ui-datepicker-next::before {
    content: '›';
    right: 5px;
}

/* Userdetails > Connect Email Css Starts Here */
.userdetails-mailmanagement {
    font-family: 'Inter', sans-serif;

    & .email_account_tab {
        color: #B395FD;
        border-radius: 5px;
        background-color: #F7F4FF;
        padding: 15px 0px;
        width: 150px;
        text-align: center;

        &.active {
            background-color: #E7DDFF;
            color: var(--theme-primary-color);
            font-weight: 700;

            &::after {
                display: none;
            }
        }
    }

    & #myTab5 {
        &.nav-line {
            padding-bottom: 14px;
            margin-bottom: 10px;
            border-bottom: 1px solid #F0F0F0;

            & .nav-item+.nav-item {
                margin-left: 5px;
            }
        }
    }

    & #myTab4 {
        border: none;

        & .nav-item {
            border: 1px solid #D1D1D1;
            border-radius: 5px;
            background: #F0F0F0;
            color: #273B4A;
            margin-bottom: 5px;
            margin-right: 8px;
            width: 100%;

            & .nav-link {
                padding: 24px 5px !important;
                gap: 5px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                justify-content: flex-start !important;

                & svg {
                    width: 31px;
                    height: 31px;
                    background: #DCDCDC;
                    border-radius: 50%;
                    padding: 4px;
                }

                & span {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: calc(100% - 50px);
                }
            }
        }
    }

    & #myTabContent4 {
        padding-top: 0px;
        margin-top: 10px;


        & .tab-pane {
            border-left: 1px solid #EEE;
            padding-left: 10px;
        }

        & .sendgrid_container_div {
            border: none;
            min-width: 800px;

            & .sendgrid_container {
                gap: 10px;
                justify-content: space-between;
                padding: 20px;
                border: 1px solid #F0F0F0;
                border-radius: 12px;

                & .card {
                    width: calc(50% - 5px);
                    min-height: 270px;
                    border-radius: 12px;

                    & .note {
                        font-size: 12px;
                        color: #3A5481;
                    }

                    & .card_header {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        border-bottom: 1px solid #F0F0F0;
                        padding: 12px;

                        & .card_header_title {
                            font-size: 16px;
                            font-weight: 600;
                            color: #273B4A;
                        }

                        & .card_header_action {
                            display: flex;
                            align-items: center;
                            gap: 10px;

                            & .status_div {
                                color: #08A958;
                                position: relative;

                                &::before {
                                    content: '';
                                    position: absolute;
                                    width: 8px;
                                    height: 8px;
                                    background-color: #08A958;
                                    border-radius: 50%;
                                    top: 50%;
                                    left: -15px;
                                    transform: translateY(-50%);
                                }
                            }

                            & .delete-dkim-email {
                                border: 1px solid #F5F5F5;
                                border-radius: 26px;
                                padding: 5px 12px;
                                color: var(--theme-danger-color);
                                display: flex;
                                align-items: center;
                                justify-content: center;

                                &:hover {
                                    cursor: pointer;
                                    background: var(--theme-danger-color);
                                    color: #fff;
                                    border: 1px solid var(--theme-danger-color);
                                    transition: all 0.3s ease-in-out;

                                    & svg {
                                        & path {

                                            fill: #FFFFFF;
                                        }
                                    }
                                }
                            }

                            & .switch-input {
                                display: flex;
                                align-items: center;

                                .custom-switch {
                                    display: none;
                                    /* Hide the default checkbox */
                                }

                                .switch {
                                    position: relative;
                                    width: 40px;
                                    height: 20px;
                                    background-color: #C8C8C8;
                                    border-radius: 20px;
                                    cursor: pointer;
                                    transition: background-color 0.3s;
                                    margin: auto;
                                }

                                .switch::before {
                                    content: '';
                                    position: absolute;
                                    width: 16px;
                                    height: 16px;
                                    background-color: white;
                                    border-radius: 50%;
                                    top: 2px;
                                    left: 2px;
                                    transition: transform 0.3s;
                                }

                                /* Checked state */
                                .custom-switch:checked+.switch {
                                    background-color: #9A73F9;
                                    /* Primary color when checked */
                                }

                                .custom-switch:checked+.switch::before {
                                    transform: translateX(20px);
                                    /* Move the switch toggle to the right */
                                }
                            }
                        }

                    }

                    & .card_body {
                        padding: 12px;

                        & input,
                        & input:focus {
                            border: 1px solid #DFD2FF !important;
                            outline: none !important;
                            box-shadow: none !important;
                            background: #FDFDFF !important;
                            border-radius: 5px;
                            margin-bottom: 10px;
                        }

                        & .scheduled_email_campaign_text {
                            font-weight: 600;
                            color: #3A5481;
                            font-size: 14px;
                        }
                    }

                    &.add_dkim_email_card {
                        background-color: #EEEEEE;
                        background-image: url("/assets/img/mail-management-dkim-bg.png");
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: cover;
                        height: 100%;
                        min-height: 270px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        padding: 10px;

                        & .inner_card_body {
                            background: #FFFFFF;
                            padding: 40px 50px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            flex-direction: column;
                            gap: 5px;
                            border: 1px solid #F0F0F0;
                            border-radius: 7px;

                            & .note {
                                color: #A0A4A7;
                            }
                        }
                    }

                    & .card_footer {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        flex-wrap: wrap;
                        gap: 10px;
                        border-top: 1px solid #F0F0F0;
                        padding: 12px;
                        white-space: nowrap;
                        padding-left: 28px;
                    }
                }

            }
        }
    }

    & .dkim_email_modals {
        & .modal-dialog {
            max-width: 500px;
            margin-top: 100px;
        }

        & .modal-content {
            border-radius: 12px !important;
            border: 1px solid var(--theme-primary-color) !important;
            border-bottom: 4px solid var(--theme-primary-color) !important;
        }

        & .close-modal {
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            width: 28px;
            height: 28px;
            border: 1px solid #6E7377;
        }

        & .modal-title {
            font-weight: 600 !important;
            font-size: 16px !important;
        }

        & input,
        & input:focus,
        & textarea,
        & textarea:focus {
            border: 1px solid #DFD2FF !important;
            outline: none !important;
            box-shadow: none !important;
            background: #FDFDFF !important;
            border-radius: 5px;
            margin-bottom: 10px;
        }

        & .border-dashed-bottom {
            border-bottom: 1px dashed #DEDEDE;
        }

        & .border-dashed-bottom-with-padding-x {
            position: relative;

            &::after {
                content: '';
                position: absolute;
                left: 10px;
                bottom: 0;
                width: calc(100% - 20px);
                border-bottom: 1px dashed #DEDEDE;
            }
        }


        &#dkim-dns-modal, &#email-config-modal {
            .tab-pane {
                display: flex;
                align-items: center;
                gap: 5px;
                margin-top: 10px;
            }

            .tab {
                padding: 5px 20px;
                background: #FFFFFF;
                color: var(--theme-primary-color);
                border: 1px solid var(--theme-primary-color);
                border-radius: 4px;
                transition: all 0.3s ease-in-out;
                cursor: pointer;

                &.active {
                    background: var(--theme-primary-color);
                    color: #FFFFFF;
                    border: 1px solid var(--theme-primary-color);
                }
            }


            .tab-content {
                display: none;

                &.active {
                    display: block;
                    padding: 15px;
                }
            }

            & .modal-dialog {
                max-width: 700px !important;
            }

            & .loader {
                width: 100%;
                height: 300px;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                cursor: wait;

                /* Show loading cursor */
                &::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(255, 255, 255, 0.5);
                    z-index: 1000;
                    pointer-events: all;
                    /* Blocks clicks */
                }

                &::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    border: 2px dashed var(--theme-primary-color-shade-3);
                    border-top-color: var(--theme-primary-color);
                    animation: spin 1s linear infinite;
                    z-index: 1001;
                    transform: translate(-50%, -50%);
                }

                @keyframes spin {
                    0% {
                        transform: translate(-50%, -50%) rotate(0deg);
                    }

                    100% {
                        transform: translate(-50%, -50%) rotate(360deg);
                    }
                }
            }

        }

        & .information-card {
            border: 1px solid #CEB9FF;
            border-radius: 5px;
            background: #F7F4FF;
            padding: 10px;
            font-size: 12px;

            & ul {
                list-style-type: disc;
                margin-left: 20px;
                padding-left: 0px;

                & li {
                    margin-bottom: 5px;
                }
            }
        }

        & .dns-records-table {
            overflow-x: auto;

            & .dns-table {
                border: 1px solid #CEB9FF;
                border-radius: 5px;
                border-collapse: separate;
                border-spacing: 0;
                overflow: hidden;
                width: 100%;

                & thead {
                    & tr {
                        & th {
                            font-weight: 500;
                            background: #EDE7FE;
                            padding: 10px;
                            border-bottom: 1px solid #CEB9FF;
                            border-right: 1px solid #CEB9FF;
                            color: var(--theme-primary-color);

                            &:last-child {
                                border-right: none;
                            }
                        }
                    }
                }

                & tbody {
                    & tr {
                        & td {
                            white-space: nowrap;
                            border: none;
                            background: #F7F4FF;
                            padding: 10px;
                            border-bottom: 1px solid #CEB9FF;
                            color: #8874E2;
                        }

                        &:last-child td {
                            border-bottom: none;
                        }

                        & .dns-keypair {
                            border: 1px solid #DACAFF;
                            background: #FFFFFF;
                            padding: 5px 10px;
                            border-radius: 5px;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            gap: 5px;
                            width: min-content;

                            & .dns-keypair__value {
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                max-width: 200px;
                                color: var(--theme-primary-color);
                            }

                            & .dns-keypair__copy {
                                cursor: pointer;
                                color: var(--theme-primary-color);
                                border: none;
                                outline: none;
                                background: transparent;
                                display: flex;
                                align-items: center;
                                justify-content: center;

                                &:focus {
                                    outline: none;
                                }
                            }
                        }
                    }
                }
            }
        }

        &#dkim-success-modal {
            & .modal-content {
                border: none !important;
            }

            & .modal-body {
                min-height: 230px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            & .success-icon {
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;

                & img {
                    width: 100%;
                    height: 100%;
                }
            }

            & h3 {
                color: #222222;
                font-size: 20px;
                font-weight: 600;
                margin: 0px;
                padding: 0px;
                text-align: center;
                margin: 10px auto !important;
            }

            & p {
                color: #273B4A;
                font-size: 14px;
                font-weight: 400;
                width: 300px;
                margin: 0px;
                padding: 0px;
                text-align: center;
            }
        }



    }

    #dkim-success-modal.fade .modal-dialog {
        transform: translateY(100px);
        transition: transform 0.4s ease-out, opacity 0.4s ease-out;
        opacity: 0;
    }

    #dkim-success-modal.show .modal-dialog {
        transform: translateY(0);
        opacity: 1;
    }


    /* Media Query For screen less than 1600px */
    @media screen and (max-width: 1600px) {

        & .sendgrid_container_div {
            border: none;

            & .sendgrid_container {
                gap: 10px;
                justify-content: center;
                flex-direction: column;
                padding: 20px;
                border: 1px solid #F0F0F0;
                border-radius: 12px;

                & .card {
                    width: 500px !important;
                    max-width: 90%;
                    margin: 0 auto;
                    min-height: 270px;
                    border-radius: 12px;
                }

            }
        }
    }
}

.border-none {
    border: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

/* ==========================================
    CUSTOM STYLES FOR AMPLIFY PLAN SIGNUP
========================================== */

.plans_body {
    background: #FFFFFF;
    font-family: 'Inter';

    /* Typography */
    & .font-weight-1 {
        font-weight: 600;
    }

    /* Form Styling */
    & .trail-form {
        border-radius: 15px !important;
        border: 2px solid #CCC0FF;
        border-top: 2px solid var(--theme-primary-color) !important;
        border-bottom: 5px solid var(--theme-primary-color) !important;
        background: #fff !important;
        box-shadow: none !important;
        font-family: sans-serif !important;
        font-size: 14px !important;

        & .img-fluid {
            max-width: 200px !important;
        }
    }

    & .heading_1 {
        font-size: 24px !important;
        color: #000000;
        margin: 5px 0px;
        font-family: 'Inter';
    }

    & .heading_2 {
        color: var(--theme-secondary-color-shade-2);
        margin: 0px;
        font-family: 'Inter';
    }

    & .trail-form label {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        margin-bottom: 2px;
    }

    & .trail-form label sup {
        color: #dc3545;
        margin-left: 3px;
        font-size: 10px;
    }

    & .trail-form .form-group {
        margin: 12px 0;
    }

    & .trail-form .form-control {
        border-radius: 4px;
        border: 1px solid #ddd;
        padding: 10px 12px;
        font-size: 14px;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    & .trail-form .form-control:focus {
        border-color: #5C1EFF;
        box-shadow: 0 0 0 0.2rem rgba(92, 30, 255, 0.25);
    }

    & .start-trial-btn:disabled {
        background-color: #6c757d;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

    /* Left Side Content */
    & .left-top-box h1 {
        color: #5C1EFF;
        font-size: 22px;
        text-align: center;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    & .left-top-box .img-box {
        background-image: url('/v3/assets/img/login-v2.svg');
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-top: 30px;
        position: relative;
    }

    & .left-top-box .img-box img {
        max-width: 100%;
        height: auto;
    }

    & .left-top-box .img-box .header-txt {
        position: absolute;
        width: 100%;
        top: -10px;
        left: 0;
        font-size: 25px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Sign Up Wrapper */
    & .sign-wrapper {
        display: block !important;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    & .sign-wrapper .img-fluid {
        width: 250px;
        max-width: 100%;
    }

    /* Client Testimonial */
    & .client-testi img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #5C1EFF;
    }

    & .client-testi h3 {
        color: #333;
        font-size: 14px;
        padding-top: 10px;
        text-align: center;
        font-weight: 600;
    }

    & .client-testi p {
        color: #525252;
        padding-top: 12px;
        font-style: italic;
        line-height: 1.6;
    }

    /* Message Styling */
    & .txt_msg {
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 15px;
        font-weight: 500;
    }

    & .txt_msg.error {
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }

    & .txt_msg.success {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    & .txt_msg.warning {
        background-color: #fff3cd;
        color: #856404;
        border: 1px solid #ffeaa7;
    }

    /* Responsive Design */
    @media only screen and (max-width: 768px) {
        & .left-top-box h1 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        & .left-top-box .img-box {
            margin-top: 15px;
            height: 300px;
        }

        & .left-top-box .img-box .header-txt {
            font-size: 22px;
        }

        & .client-testi p {
            text-align: center;
            font-size: 15px;
        }

        & .sign-wrapper .wd-100p.mg-l-0.ml-5.mt-3 {
            margin-left: 0 !important;
        }

        & .sign-wrapper .tx-color-01 {
            text-align: center;
        }

        & .trail-form {
            margin: 0 15px;
        }
    }

    @media only screen and (max-width: 480px) {
        & .left-top-box h1 {
            font-size: 18px;
        }

        & .left-top-box .img-box .header-txt {
            font-size: 20px;
        }

        & .sign-wrapper .img-fluid {
            width: 200px;
        }

        & .start-trial-btn {
            font-size: 14px;
            padding: 10px 20px;
        }
    }

    /* Loading State */
    & .form-loading {
        opacity: 0.7;
        pointer-events: none;
    }

    & .btn-loading::after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 8px;
        border: 2px solid transparent;
        border-top-color: #ffffff;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    & .payment_box .flex {
        display: flex;
    }

    & .payment_box .flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    & .payment_box .flex-fill {
        display: flex;
        flex: 1 1;
    }

    & .payment_box .flex-vertical {
        display: flex;
        justify-content: flex-end;
    }

    & .payment_box .flex-vertical-center {
        display: flex;
        align-items: center;
    }

    & .payment_box .flex-between {
        display: flex;
        justify-content: space-between;
    }

    & .payment_box .purchase-section {
        position: relative;
        overflow: visible;
        padding: 0 1em 1em 1em;
        background: var(--sidebar-color);
        border-top-left-radius: 0.8em;
        border-top-right-radius: 0.8em;
    }

    & .payment_box .purchase-section:before {
        content: "";
        position: absolute;
        width: 1.6em;
        height: 1.6em;
        border-radius: 50%;
        left: -0.8em;
        bottom: -0.8em;
        background: #ffffff;
    }

    & .payment_box .purchase-section:after {
        content: "";
        position: absolute;
        width: 1.6em;
        height: 1.6em;
        border-radius: 50%;
        right: -0.8em;
        bottom: -0.8em;
        background: #ffffff;
    }


    & .payment_box .purchase-props {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    & .payment_box .purchase-props li {
        width: 100%;
        line-height: 2.5;
    }

    & .payment_box .purchase-props li span {
        color: var(--secondary-text);
        /* font-weight: 600; */
    }

    & .payment_box .separation-line {
        border-top: 1px dashed #aaa;
        margin: 0 0.8em;
    }

    & .payment_box .total-section {
        position: relative;
        overflow: hidden;

        padding: 1em;
        background: var(--sidebar-color);
        border-bottom-left-radius: 0.8em;
        border-bottom-right-radius: 0.8em;
    }

    & .payment_box .total-section:before {
        content: "";
        position: absolute;
        width: 1.6em;
        height: 1.6em;
        border-radius: 50%;
        left: -0.8em;
        top: -0.8em;
        background: #ffffff;
    }

    & .payment_box .total-section:after {
        content: "";
        position: absolute;
        width: 1.6em;
        height: 1.6em;
        border-radius: 50%;
        right: -0.8em;
        top: -0.8em;
        background: #ffffff;
    }

    & .payment_box .total-label {
        font-size: 0.8em;
        padding-bottom: 0.5em;
        text-align: end;
    }

    & .payment_box .total-section strong {
        font-size: 1.5em;
        font-weight: 800;
    }

    & .payment_box .total-section small {
        font-weight: 600;
    }

    & .input-group {
        position: relative;

        & .input-group-append {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            z-index: 2;
        }

        & .form-control.is-invalid,
        & .form-control.is-valid {
            background-position: center right 60px;
        }
    }
}

.trial_plan_body {
    background: #F4F4F4;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';

    & .auth-section {
        height: 100%;
        padding: 20px;

        & .auth-section__wrapper {
            width: 90%;
            max-width: 550px;
            background: var(--theme-light-color);
            border-radius: 15px;
            margin: auto;
            display: flex;
            flex-direction: column;
            box-shadow: 0px 0px 24px 0px #00000012;


            & .auth-section__info {
                background: #1B0C3D;
                border-radius: 15px;
                margin: 10px;

                & .auth-section__info-wrapper {
                    padding: 10px;
                    margin: auto;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;

                    & .auth-section__headline {
                        color: var(--theme-light-color);
                        font-size: 14px;
                        font-weight: 400;
                        text-align: center;
                        margin: 0px auto;
                    }

                    & .auth-section__image {
                        width: 90%;
                        border-radius: var(--theme-border-radius);
                        margin: auto;

                        & img {
                            border-radius: var(--theme-border-radius);
                            width: 100%;
                        }
                    }

                    & .auth-section__description {
                        width: 100%;
                        font-weight: 600;
                        font-size: 17px;
                        line-height: 27px;
                        text-align: center;
                        color: var(--theme-dark-color);
                        margin: 20px auto 10px auto;
                    }

                }
            }

            & .auth-section__form-info {
                border-radius: var(--theme-button-radius5);
                display: flex;

                & .auth-section__form-info-wrapper {
                    padding: 0px 20px 10px 20px;
                    margin: auto;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;

                    & .auth-section__form-title {
                        font-size: 16px;
                        font-weight: 400;
                        margin: 5px auto;
                    }

                    & .auth-section__form-subtitle {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 22px;
                        text-align: center;
                        margin: auto;
                    }

                    & .auth-section__form {
                        width: 100%;

                        & label {
                            font-size: 14px;
                            font-weight: 400;
                            color: #000;
                            margin-bottom: 2px;
                        }

                        & label sup {
                            color: #dc3545;
                            margin-left: 3px;
                            font-size: 10px;
                        }

                        & .form-group {
                            margin: 12px 0;
                        }

                        & .form-control {
                            border-radius: 7px;
                            border: 1px solid #D2C7EB;
                            padding: 10px 12px;
                            font-size: 14px;
                            transition: border-color 0.3s ease, box-shadow 0.3s ease;
                        }

                        & .form-control:focus {
                            box-shadow: none;
                        }

                        & .start-trial-btn:disabled {
                            background-color: #6c757d;
                            cursor: not-allowed;
                            transform: none;
                            box-shadow: none;
                        }
                    }
                }
            }

        }
    }

    & .auth-section__branding {
        width: 120px;
        margin-top: -10px;

        & img {
            width: 100%;
        }
    }

    & .txt_msg {
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 15px;
        font-weight: 500;

        &.error {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }

        &.success {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        &.warning {
            background-color: #fff3cd;
            color: #856404;
            border: 1px solid #ffeaa7;
        }

    }

    & .package-info {
        & .each_row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0px;
            font-weight: 400;

            & span {
                white-space: nowrap;
            }

            & span:first-child {
                max-width: 50%;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            & .package_name {
                font-weight: 600;
                font-size: 16px;
            }

            & .invoice_id {
                font-weight: 500;
                font-size: 16px;
            }

            &.amount_payable {
                font-weight: 700;
                font-size: 18px;
            }
        }
    }

    & .border_bottom_dashed {
        border-bottom: 1px dashed #D3D3D3;
    }

    & .stripe-fields,
    & .password-fields {
        border: 1px solid #EEEEEE;
        padding: 10px;
        border-radius: 15px;
        margin-top: 10px;

        & .card_details_title {
            font-weight: 500;
            font-size: 18px;
        }
    }


    /* Responsive Layout */

    /* For Screen Size Less Than 600px */
    @media screen and (max-width: 600px) {
        & .auth-section {
            height: 100%;
            padding: 0px;

            & .auth-section__wrapper {
                width: 100%;
            }
        }
    }

    /* For Screen Size Less Than 1400px */
    @media screen and (max-width: 200px) {
        & .auth-section {
            & .auth-section__wrapper {
                & .auth-section__info {
                    & .auth-section__info-wrapper {
                        & .auth-section__headline {
                            font-size: 28px;
                            max-width: 400px;
                            margin: 25px auto;
                        }

                        & .auth-section__description {
                            font-size: 15px;
                            line-height: 27px;
                            margin: 20px auto 10px auto;
                        }
                    }
                }
            }
        }


        & .auth-section {
            & .auth-section__wrapper {
                & .auth-section__form-info {
                    & .auth-section__form-info-wrapper {
                        & .auth-section__form-title {
                            font-size: 28px;
                            margin: 25px 0px 10px 0px;
                        }
                    }
                }
            }
        }
    }

    /* For Screen Size Less Than 1000px */
    @media screen and (max-width: 200px) {
        & .auth-section {
            & .auth-section__wrapper {
                max-width: 700px;
                flex-direction: column;

                & .auth-section__info {
                    width: 100%;

                    & .auth-section__info-wrapper {
                        & .auth-section__headline {
                            font-size: 25px;
                            max-width: 350px;
                            margin: 25px auto;
                        }

                        & .auth-section__description {
                            font-size: 14px;
                            line-height: 27px;
                            margin: 20px auto 10px auto;
                        }

                        & .auth-section__image {
                            display: none;
                        }
                    }

                    & .auth-section__description {
                        display: none;
                    }
                }

                & .auth-section__form-info {
                    width: 100%;

                    & .auth-section__form-info-wrapper {
                        padding: 20px 30px 30px 30px;

                        & .auth-section__form-title {
                            font-size: 25px;
                            margin: 25px 0px 10px 0px;
                            text-align: center;
                        }

                        & .auth-section__form-subtitle {
                            text-align: center;
                        }
                    }
                }
            }
        }

        & .auth-section__branding {
            width: 190px;
        }

        & .package-info {
            & .each_row {
                & .package_name {
                    font-size: 15px;
                }

                & .invoice_id {
                    font-size: 15px;
                }

                &.amount_payable {
                    font-size: 17px;
                }
            }
        }

        & .card_details_title {
            font-size: 17px;
        }
    }

    /* For Screen Size Less Than 600px */
    @media screen and (max-width: 200px) {
        & .auth-section {
            width: 100%;
            padding: 0px;

            & .auth-section__wrapper {
                width: 100%;
                margin: 0px;
                height: 100%;
                padding: 0px;
                min-height: 100vh;
                border-radius: 0px;

                & .auth-section__info {
                    width: 100%;
                    border-top-left-radius: 0px;
                    border-top-right-radius: 0px;

                    & .auth-section__info-wrapper {

                        & .auth-section__headline {
                            font-size: 22px;
                            max-width: 350px;
                            margin: 25px auto;
                        }
                    }
                }

                & .auth-section__form-info {
                    & .auth-section__form-info-wrapper {
                        padding: 20px 30px;

                        & .auth-section__form-title {
                            font-size: 22px;
                            margin: 25px 0px 10px 0px;
                        }
                    }
                }
            }
        }

        & .auth-section__branding {
            width: 150px;
        }
    }

    /* For Screen Size Less Than 375px */
    @media screen and (max-width: 200px) {
        & .auth-section {
            & .auth-section__wrapper {
                & .auth-section__info {
                    & .auth-section__info-wrapper {
                        padding: 30px 15px 5px 15px;

                        & .auth-section__headline {
                            max-width: unset;
                            font-size: 20px;
                        }
                    }
                }

                & .auth-section__form-info {
                    & .auth-section__form-info-wrapper {
                        padding: 15px;

                        & .auth-section__form-title {
                            font-size: 20px;
                        }
                    }
                }
            }
        }

        & .package-info {
            & .each_row {
                & .package_name {
                    font-size: 14px;
                }

                & .invoice_id {
                    font-size: 14px;
                }

                &.amount_payable {
                    font-size: 14px;
                }
            }
        }

        & .card_details_title {
            font-size: 14px;
        }
    }
}

.order_page_body {
    font-family: 'Inter';
    background: var(--theme-light-color);

    & nav {
        background: #FFFFFF;
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 10px;
    }

    /* Checkout Container */
    .checkout-container {
        max-width: 950px;
        margin: 0 auto;
    }

    /* Header Section */
    .checkout-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;

        .logo-section {
            .logo {
                height: 46px;
                width: auto;

                img {
                    height: 100%;
                    width: 100%;
                }
            }
        }

        .support-section {
            text-align: right;

            .support-text {
                font-size: 14px;
                margin: 0px;
            }

            .support-email {
                color: var(--theme-primary-color);
                text-decoration: none;
                font-weight: 600;
                font-size: 14px;

                &:hover {
                    color: var(--theme-primary-color-hover);
                }
            }
        }
    }

    /* Main Content */
    .checkout-main {
        box-shadow: 0px 0px 20px 0px #00000012;
        border-radius: 24px;
        border: 1px solid #DBD3FF;
        padding: 20px;
        margin-bottom: 20px;

        .checkout-content {
            gap: 40px;


            /* Plan Header */
            .plan-header {
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                justify-content: space-between;

                .plan-title-section {

                    .plan-title {
                        font-size: 30px;
                        font-weight: 700;
                        color: #000000;
                        margin: 0px;
                    }

                    .plan-subtitle {
                        font-size: 12px;
                        color: #000000;
                        margin: 0;
                        font-weight: 400;
                        white-space: nowrap;
                    }
                }

                .plan-description {
                    text-align: center;
                    position: relative;

                    &::after {
                        content: '';
                        position: absolute;
                        left: 10px;
                        top: 50%;
                        transform: translateY(-50%);
                        width: 1px;
                        height: 100%;
                        background: #E0E0E0;
                    }

                    .description-text {
                        font-size: 13px;
                        color: #000000;
                        margin: 0 auto;
                        padding: 0px 30px;
                    }
                }

                .money-back-guarantee {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    gap: 5px;

                    .guarantee-icon {
                        width: 90px;
                        height: 67px;
                    }

                    .guarantee-text {
                        font-size: 12px;
                        font-weight: 500;
                        color: #000000;
                        text-align: center;
                        white-space: nowrap;
                        padding: 0px;
                        margin: 0px;
                    }
                }
            }

            /* Form Container */
            .checkout-form-container {
                border-radius: 20px;
                background: linear-gradient(138.65deg, #B7A8F8 9.02%, #9A82FF 97.95%);
                padding: 20px;
                display: flex;
                align-items: start;
                justify-content: space-between;
                gap: 20px;

                .form-section {
                    background: #FFF;
                    padding: 20px;
                    border-radius: 12px;
                    height: 100%;

                    .section-title {
                        font-size: 20px;
                        font-weight: 600;
                        color: #000000;
                        margin: 0 0 15px 0;
                    }

                    /* Contact Form Fields */
                    .contact-form-fields {
                        display: flex;
                        flex-direction: column;
                        gap: 20px;
                        margin-bottom: 20px;
                    }

                    /* Form Divider */
                    .form-divider {
                        background: transparent;
                        width: 100%;
                        border: 1px dashed #C8C8C8;
                        margin: 4px 0px;
                    }

                    /* Card Info Section */
                    .card-info-section {
                        display: flex;
                        flex-direction: column;
                        gap: 20px;
                        margin-bottom: 20px;

                        .form-field {

                            .field-label {
                                display: block;
                                font-size: 13px;
                                font-weight: 400;
                                color: #717171;
                                margin-bottom: 5px;
                            }
                        }

                        .card-details-row {
                            display: grid;
                            grid-template-columns: 1fr 1fr 1fr;
                            gap: 10px;
                        }

                        .accepted-cards {

                            .cards-title {
                                font-size: 12px;
                                font-weight: 500;
                                color: #000000;
                                margin: 0 0 10px 0;
                            }

                            .card-icons {
                                display: flex;
                                align-items: center;
                                gap: 20px;

                                .card-icon {
                                    width: 80px;
                                    height: 40px;
                                    border-radius: 5px;
                                }
                            }
                        }
                    }

                    /* Order Summary */
                    .order-summary {
                        .summary-row {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            padding: 5px 0px;

                            &.total-row {

                                .summary-label,
                                .summary-value {
                                    font-weight: 700;
                                    font-size: 18px;
                                }
                            }

                            .summary-label {
                                font-size: 16px;
                                color: #000000;
                                font-weight: 400;
                            }

                            .summary-value {
                                font-size: 16px;
                                color: #000000;
                                font-weight: 400;
                            }
                        }
                    }

                    /* Payment Section */
                    .payment-section {
                        margin-top: 20px;

                        .payment-btn {
                            width: 100%;
                            font-size: 16px;
                            font-weight: 600;
                        }
                    }
                }
            }

            /* Promotional Panel */
            .promo-panel {
                color: white;
                width: 350px;
                height: 100%;

                .limited-offer {
                    text-align: center;
                    background: #9984F2;
                    padding: 20px;
                    border-radius: 12px;
                    margin-bottom: 30px;

                    .offer-title {
                        font-size: 21px;
                        font-weight: 700;
                        color: white;
                        margin: 0 auto 20px auto;
                        width: 80%;
                        text-align: center;
                    }

                    .countdown-timer {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        gap: 10px;

                        .timer-box {
                            background: #FFFFFF;
                            border-radius: 12px;
                            padding: 10px;
                            text-align: center;
                            width: 30%;

                            .timer-number {
                                display: block;
                                font-size: 24px;
                                font-weight: 700;
                                color: #FF8800;
                                line-height: 1.2;
                            }

                            .timer-label {
                                display: block;
                                font-size: 14px;
                                font-weight: 400;
                                color: #A39FB5;
                                text-transform: uppercase;
                            }
                        }
                    }
                }

                .features-section {

                    .features-title {
                        font-size: 20px;
                        font-weight: 600;
                        color: white;
                        margin: 0 0 20px 0;
                    }

                    /* Simple Working Slider */
                    .features-slider {
                        position: relative;
                        overflow: hidden;
                        margin-bottom: 0px;

                        .slider-track {
                            display: flex;
                            transition: transform 0.4s ease;
                        }

                        .slider-item {
                            min-width: 100%;
                            flex-shrink: 0;
                        }

                        .feature-box {
                            background: #FFFFFF;
                            padding: 20px;
                            text-align: center;
                            width: 100%;
                            border: 1px solid #8F76FF;
                            border-bottom: 3px solid #8F76FF;
                            border-radius: 12px;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            flex-direction: row-reverse;
                            transition: transform 0.3s ease, box-shadow 0.3s ease;

                            .feature-icon {
                                width: 100%;
                                max-width: 107px;

                                .feature-image {
                                    width: 100%;
                                    height: 100%;
                                }
                            }

                            .feature-content {
                                width: auto;

                                .feature-name {
                                    font-size: 16px;
                                    font-weight: 600;
                                    color: #000000;
                                    margin: 0 0 8px 0;
                                    text-align: left;
                                }

                                .feature-description {
                                    font-size: 12px;
                                    color: #000000;
                                    margin: 0px;
                                    text-align: left;
                                }

                                .feature-price {
                                    font-size: 16px;
                                    font-weight: 700;
                                    text-align: left;
                                    color: #000;
                                }
                            }
                        }

                        .slider-controls {
                            position: absolute;
                            top: 50%;
                            left: 0;
                            right: 0;
                            transform: translateY(-50%);
                            display: none;
                            justify-content: space-between;
                            padding: 0 15px;
                            pointer-events: none;
                            z-index: 5;

                            .slider-btn {
                                background: rgba(255, 255, 255, 0.2);
                                border: none;
                                outline: none;
                                border-radius: 50%;
                                width: 40px;
                                height: 40px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white;
                                cursor: pointer;
                                transition: all 0.3s ease;
                                backdrop-filter: blur(10px);
                                pointer-events: all;

                                &:hover {
                                    background: rgba(255, 255, 255, 0.3);
                                    transform: scale(1.05);
                                }

                                svg {
                                    width: 18px;
                                    height: 18px;
                                }
                            }
                        }

                        .slider-dots {
                            display: flex;
                            justify-content: center;
                            gap: 8px;
                            margin-top: 10px;

                            .dot {
                                width: 8px;
                                height: 8px;
                                border-radius: 50%;
                                background: #8F7DDD;
                                cursor: pointer;
                                transition: all 0.3s ease;
                                outline: none;
                                border: none;
                                padding: 0px;
                                margin: 2px;

                                &.active {
                                    background: #7657FF;
                                }
                            }
                        }


                        & .slider-item.active-slide .feature-box {
                            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
                        }

                        &:not(.auto-playing) .slider-dots .dot {
                            animation: none;
                        }
                    }

                    .features-list {
                        margin: 20px 0;

                        .feature-item {
                            display: flex;
                            align-items: center;
                            gap: 12px;
                            padding: 3px 5px;

                            .feature-bullet {
                                width: 14px;
                                height: 14px;
                                background: transparent;
                                border-radius: 50%;
                                flex-shrink: 0;
                                border: 1px solid #FFFFFF;
                                position: relative;

                                &::before {
                                    content: "";
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    transform: translate(-50%, -50%);
                                    width: 8px;
                                    height: 8px;
                                    background: #FFFFFF;
                                    border-radius: 50%;
                                }
                            }

                            .feature-text {
                                font-size: 15px;
                                color: #FFFFFF;
                            }
                        }
                    }

                    .pricing-section {
                        margin: 10px 0px 20px 0px;

                        .pricing-text {
                            font-size: 18px;
                            color: #FFFFFF;
                            font-weight: 600;
                            margin: 0px;
                        }

                        .pricing-info {
                            display: flex;
                            align-items: center;
                            gap: 15px;
                            margin-bottom: 8px;

                            .current-price {
                                font-size: 30px;
                                font-weight: 700;
                                color: #FFE100;
                            }

                            .discount-badge {
                                color: white;
                                font-size: 16px;
                                font-weight: 500;

                                .discount-percentage {
                                    font-size: 18px;
                                    font-weight: 700;
                                    color: #FFE100;
                                }
                            }
                        }

                        .original-price {
                            font-size: 18px;
                            color: #6252A6;
                            text-decoration: line-through;
                            font-weight: 600;
                        }
                    }

                    .trust-badges {
                        display: flex;
                        justify-content: space-around;
                        margin-top: 25px;

                        .badge-item {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;
                            gap: 8px;
                            width: 30%;
                            height: 100px;
                            background: #9179F6;
                            border-radius: 9px;
                            padding: 10px;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;

                            .badge-icon {
                                width: 38px;
                                height: 38px;
                                background: rgba(255, 255, 255, 0.2);
                                border-radius: 50%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }

                            .badge-text {
                                font-size: 12px;
                                color: rgba(255, 255, 255, 0.9);
                                text-align: center;
                                font-weight: 500;
                            }
                        }
                    }
                }
            }
        }
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        .checkout-container {
            padding: 15px;
        }

        .checkout-content {
            gap: 25px;
        }

        .checkout-header {
            flex-direction: column;
            gap: 15px;
            text-align: center;
        }
    }

    @media (max-width: 768px) {

        .checkout-form-container,
        .promo-panel {
            padding: 20px;
        }

        .plan-header .plan-title {
            font-size: 24px;
        }

        .countdown-timer {
            flex-wrap: wrap;
            gap: 10px;

            .timer-box {
                min-width: 60px;
                padding: 12px 8px;

                .timer-number {
                    font-size: 20px;
                }
            }
        }

        .trust-badges {
            flex-direction: column;
            gap: 15px;

            .badge-item {
                flex-direction: row;
                justify-content: flex-start;
                gap: 12px;
            }
        }
    }

    @media (max-width: 576px) {
        .checkout-container {
            padding: 10px;
        }

        .checkout-form-container,
        .promo-panel {
            padding: 15px;
        }

        .section-title {
            font-size: 16px;
        }

        .offer-title {
            font-size: 18px;
        }

        .pricing-info .current-price {
            font-size: 28px;
        }
    }

    .mt-20px {
        margin-top: 20px !important;
    }

    .input-field {
        position: relative;
        display: flex;
        align-items: center;
        border: 1px solid #C1B7EA;
        border-radius: 5px;
        padding: 0px;
        background: white;
        height: 47px;

        .input-icon {
            margin-right: 12px;
            display: flex;
            align-items: center;
            width: 47px;
            position: relative;
            justify-content: center;

            &::after {
                content: '';
                position: absolute;
                right: 0px;
                top: 50%;
                transform: translateY(-50%);
                width: 1px;
                height: 20px;
                background: #E0E0E0;
            }

            svg {
                width: 16px;
                height: 16px;
            }
        }

        .form-input {
            flex: 1;
            border: none;
            outline: none;
            background: transparent;
            height: 100%;
            width: 100%;
            padding: 0px 10px;

            &::placeholder {
                color: #999;
            }
        }

        .form-select {
            height: 100%;
            width: 100%;
            border: none;
            outline: none;
            background: transparent;
            padding: 0px 10px;

            &::placeholder {
                color: #999;
            }
        }

        .form-select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 12px center;
            background-repeat: no-repeat;
            background-size: 8px;
            padding-right: 20px;
        }
    }

    .field-label {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #717171;
        margin-bottom: 5px;
    }

    /* Progress Bar Section */
    .progress-bar-section {
        margin: 10px auto;
        max-width: 950px;

        .progress-steps {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin: 0 auto;

            .progress-line {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                height: 8px;
                background: #E5DFFF;
                z-index: 1;
                transform: translateY(-50%);
                border-radius: 4px;
                overflow: hidden;

                .progress-fill {
                    height: 100%;
                    width: 0%;
                    background-image: repeating-linear-gradient(45deg, #8066F0 0px, #8066F0 5px, #E5DFFF 4px, #E5DFFF 8px);
                    border-radius: 4px;
                    transition: width 0.3s ease;
                    animation: progress-stripes 1s linear infinite;
                }
            }

            .step {
                position: relative;
                z-index: 2;
                display: flex;
                opacity: 0;
                flex-direction: column;
                align-items: center;

                .step-circle {
                    width: 24px;
                    height: 24px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #e5e5e5;
                    transition: all 0.3s ease;
                    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                    border: 2px solid #FFFFFF;

                    svg {
                        opacity: 0;
                        transition: opacity 0.3s ease;
                    }
                }

                .step-number {
                    color: #8066F0;
                    font-weight: 600;
                    font-size: 12px;
                    transition: all 0.3s ease;
                    border: none;
                }

                &.completed {
                    opacity: 1;

                    .step-circle {
                        background: #8066F0;

                        svg {
                            opacity: 1;
                        }
                    }
                }

                &.active {
                    .step-circle {
                        background: #8066F0;
                    }

                    .step-number {
                        color: #ffffff;
                    }
                }
            }
        }

        @keyframes progress-stripes {
            0% {
                background-position: 0 0;
            }

            100% {
                background-position: 32px 0;
            }
        }

        @media (max-width: 768px) {
            padding: 10px 0;

            .checkout-container {
                padding: 0 15px;
            }

            .progress-steps {
                max-width: 100%;

                .progress-line {
                    height: 6px;
                }

                .step {
                    .step-circle {
                        width: 20px;
                        height: 20px;
                    }

                    .step-number {
                        font-size: 10px;
                    }
                }
            }
        }
    }
}

/* Order Page V2 Design */
.order-page {
    font-family: 'Inter', sans-serif;
    background: var(--theme-light-color);
    margin: 0;
    padding: 0;
    min-height: 100vh;

    /* Header Section */
    .order-header {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;

        .order-header__container {
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .order-header__brand {
            .order-header__logo {
                height: 50px;
                width: auto;
            }
        }

        .order-header__support {
            text-align: right;

            .order-header__support-text {
                font-size: 14px;
                margin: 0px;
            }

            .order-header__support-link {
                color: var(--theme-primary-color);
                text-decoration: none;
                font-weight: 600;
                font-size: 14px;

                &:hover {
                    color: var(--theme-primary-color-hover);
                }
            }
        }
    }

    .order-header_2 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #E6E6E6;

        .order-header__container_2 {
            width: 100%;
            margin: 0 auto;
            padding: 3px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .order-header__container_2-text {
            padding: 0px;
            text-align: center;
            margin: 5px auto;
            padding: 0px;
            text-align: center;
            margin: 5px auto;
            font-weight: 700;
            color: #F23336;
            font-size: 21px;
        }
    }

    /* Main Content Area */
    .order-main {
        background: #F2F2F2;
        min-height: calc(100vh - 76px);
        padding: 1px 0px 40px 0;
    }

    .progress-steps {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin: 10px auto;

        .progress-line {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 8px;
            background: #E5DFFF;
            z-index: 1;
            transform: translateY(-50%);
            border-radius: 4px;
            overflow: hidden;

            .progress-fill {
                height: 100%;
                width: 0%;
                background-image: repeating-linear-gradient(45deg, #522CF5 0px, #522CF5 3px, #9177FF 5px, #9177FF 0px);
                border-radius: 4px;
                transition: width 0.3s ease;
                animation: progress-stripes 1s linear infinite;
            }
        }

        .step {
            position: relative;
            z-index: 2;
            display: flex;
            opacity: 0;
            flex-direction: column;
            align-items: center;

            .step-circle {
                width: 24px;
                height: 24px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #e5e5e5;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                border: 2px solid #FFFFFF;

                svg {
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
            }

            .step-number {
                color: #8066F0;
                font-weight: 600;
                font-size: 12px;
                transition: all 0.3s ease;
                border: none;
            }

            &.completed {
                opacity: 1;

                .step-circle {
                    background: #8066F0;

                    svg {
                        opacity: 1;
                    }
                }
            }

            &.active {
                .step-circle {
                    background: #8066F0;
                }

                .step-number {
                    color: #ffffff;
                }
            }
        }
    }

    @keyframes progress-stripes {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: 32px 0;
        }
    }

    @media (max-width: 768px) {

        .checkout-container {
            padding: 0 15px;
        }

        .progress-steps {
            max-width: 100%;

            .progress-line {
                height: 6px;
            }

            .step {
                .step-circle {
                    width: 20px;
                    height: 20px;
                }

                .step-number {
                    font-size: 10px;
                }
            }
        }
    }

    .order-container {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

    /* Left Column - Order Form */
    .order-form-section {
        .order-form {
            max-width: 542px;
            width: 100%;
            background: #FFFFFF;
            border-radius: 20px;
            padding: 18px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);

            .order-form__header {
                margin-bottom: 30px;
                text-align: center;
            }

            .order-form__title {
                font-weight: 700;
                font-size: 24px;
                line-height: 30px;
                text-align: center;
                vertical-align: middle;
                text-transform: capitalize;
            }

            .order-form__progress {
                .order-form__progress-text {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 100%;
                    vertical-align: middle;
                    color: #717171;
                }
            }

            .order-form__section {
                margin-bottom: 20px;
                padding: 18px;
                border: 1px solid #EEF0F2;
                background: #FCFCFC;
                border-radius: 12px;

                &:last-child {
                    margin-bottom: 0;
                }
            }

            .order-form__section-title {
                font-weight: 600;
                color: #000000;
                margin: 0 0 18px 0;
                padding-bottom: 10px;
                border-bottom: 1px dashed #E2E2E2;
                font-size: 15px;
                line-height: 100%;
                vertical-align: middle;
                text-transform: capitalize;
            }
        }
    }

    /* Form Fields */
    .form-field {
        margin-bottom: 20px;

        .form-field__label {
            display: block;
            font-weight: 500;
            color: #4C4C4C;
            margin-bottom: 8px;
            font-family: Inter;
            font-size: 12px;
            line-height: 100%;
            text-transform: capitalize;
        }

        .form-field__input,
        .form-field__select {
            width: 100%;
            height: 45px;
            padding: 0 15px;
            border: 1px solid #DDDDDD;
            border-radius: 7px;
            font-size: 14px;
            background: #FFFFFF;
            transition: all 0.3s ease;

            &:focus {
                outline: none;
            }

            &::placeholder {
                color: var(--theme-secondary-shade12);
            }
        }

        .form-field__select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 12px center;
            background-repeat: no-repeat;
            background-size: 12px;
            padding-right: 35px;
        }
    }

    .form-field-group {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;


        &.col2 {
            grid-template-columns: 1fr 1fr;

            &:not(:last-child) {
                margin-bottom: 20px;
            }
        }

        .form-field {
            margin-bottom: 0;
        }
    }

    /* Order Bump Section */
    .order-bump {
        background: #ffffff;
        border: 1px solid #DBD3FF;
        border-radius: 9px;
        padding: 20px;
        margin: 20px 0;
        transition: all 0.3s ease;

        &.active {
            border: 1px solid #9F88FF;
            background: #FCFBFF;
        }

        .order-bump__header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
            padding-bottom: 10px;
            border-bottom: 1px dashed #DBD3FF;
            margin-bottom: 10px;
        }

        .order-bump__option {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .order-bump__checkbox {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            border-radius: 50%;
            background-color: white;
            cursor: pointer;
            position: relative;
            transition: all 0.2s ease;
        }

        .order-bump__checkbox:checked {
            border-color: var(--theme-primary-color);
            background-color: white;
        }

        .order-bump__checkbox:checked::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 12px;
            height: 12px;
            background-color: var(--theme-primary-color);
            border-radius: 50%;
        }

        .order-bump__checkbox:hover {
            border-color: var(--theme-primary-color);
        }

        .order-bump__content {
            flex: 1;
        }

        .order-bump__pricing {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .order-bump__price-old {
            font-weight: 400;
            font-size: 15px;
            vertical-align: middle;
            text-transform: capitalize;
            text-decoration: line-through;
            color: #838383;
        }

        .order-bump__price-new {
            font-weight: 500;
            font-size: 15px;
            vertical-align: middle;
            text-transform: capitalize;
            color: #431E97;
        }

        .order-bump__title {
            color: #000000;
            font-family: Inter;
            font-weight: 500;
            font-size: 15px;
            line-height: 100%;
            vertical-align: middle;
            text-transform: capitalize;
            margin: 0px;
        }

        .order-bump__details {
            background: #FFF5F5;
            padding: 10px;
            border-radius: 7px;
            color: #F23336;
            font-family: Inter;
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            vertical-align: middle;
            text-transform: capitalize;
        }

        .order-bump__description {
            strong {
                font-weight: 600;
            }

            p {
                font-family: Inter;
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                vertical-align: middle;
                margin-top: 10px;
                margin-bottom: 0px;
            }
        }
    }

    .card-icons {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 5px;

        .card-icon {
            width: 30px;
            height: 17px;
        }
    }

    .cc_card_wrapper {
        position: relative;

        .cc_card_icon {
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
            width: 36px;
            height: auto;
            pointer-events: none;
            z-index: 1;

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }

    /* Order Summary */
    .order-summary {
        background: var(--theme-secondary-shade16);
        border-radius: var(--theme-border-radius);
        padding: 25px;
        /* margin-top: 30px; */

        .order-summary__title {
            font-size: 18px;
            font-weight: 600;
            color: var(--theme-heading-color);
            margin: 0 0 20px 0;
        }

        .order-summary__line {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px dashed #D3D3D3;

            &.inactive {
                display: none;
            }
        }

        .order-summary__label {
            font-size: 16px;
        }

        .order-summary__value {
            font-size: 16px;
            font-weight: 500;
        }

        .order-summary__total {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0 10px 0;
            margin-top: 10px;
        }

        .order-summary__total-label {
            font-weight: 700;
            font-size: 18px;
            line-height: 100%;
            vertical-align: middle;
        }

        .order-summary__total-value {
            font-weight: 700;
            font-size: 18px;
            line-height: 100%;
            vertical-align: middle;
        }
    }

    .order-submit-btn {
        border-radius: 7px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        /* margin-top: 20px; */
        background: #3B1B83;
    }

    /* Right Column - Promotional Content */
    .order-promo-section {
        max-width: 650px;
        width: 100%;
        margin: 20px auto;
    }

    /* Timer Section */
    .order-timer {
        padding-bottom: 30px;
        margin-bottom: 20px;
        position: relative;
        display: block;
        margin: auto;
        max-width: 400px;

        .order-timer__title {
            font-weight: 600;
            font-size: 21px;
            text-align: left;
            vertical-align: middle;
            text-transform: capitalize;
            margin: 18px;
        }

        .order-timer__countdown {
            display: flex;
            align-items: start;
            justify-content: center;
            gap: 7px;
            flex-wrap: wrap;
        }

        &.expired {
            .order-timer__title {
                display: none;
            }

            .order-timer__countdown {
                margin-top: 20px;
            }

            .countdown-unit__value {
                color: #D88283 !important;
            }
        }
    }

    .countdown-unit {
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000012;
        border: 1px solid #FFFFFF;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
        width: 84px;
        height: 97px;
        padding: 0px 4px;

        .countdown-unit-group {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            gap: 0;
        }

        .countdown-unit__value {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #EF0004;
            font-weight: 600;
            font-size: 42px;
            text-align: center;

        }

        .countdown-unit__label {
            display: block;
            margin-top: 5px;
            letter-spacing: 0.5px;
            font-family: Inter;
            font-weight: 400;
            font-size: 15px;
            line-height: 20px;
            text-align: center;
            font-size: 12px;
            font-weight: 500;
            line-height: 20px;
        }
    }

    /* Value Proposition */
    .order-value-prop {
        margin-bottom: 30px;

        .order-value-prop__title {
            margin: 0 0 20px 0;
            padding-bottom: 20px;
            position: relative;
            font-family: Inter;
            font-weight: 500;
            font-size: 22px;
            line-height: 1.5;
            vertical-align: middle;
            text-transform: capitalize;

            &::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background-image: repeating-linear-gradient(to right, #898989 0 5px,
                        /* dash */
                        #c7c7c79c 5px 10px
                        /* gap */
                    );
                -webkit-mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-size: 100% 100%;
                mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent);
                mask-repeat: no-repeat;
                mask-size: 100% 100%;

            }
        }

        .order-value-prop__subtitle {
            margin: 0;
            font-weight: 500;
            font-size: 20px;
            line-height: 100%;
            vertical-align: middle;
            text-transform: capitalize;
        }
    }

    /* Product Features */
    .order-features {
        margin-bottom: 30px;

        .feature-card {
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            transition: all 0.3s ease;
            background: #FFFFFF;
            border: 1px solid #D7D7D7;

            &:hover {
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            }

            .feature-card__content {
                flex: 1;
            }

            .feature-card__pricing {
                margin-bottom: 8px;
            }

            .feature-card__price {
                font-weight: 700;
                font-size: 16px;
                vertical-align: middle;
                text-transform: capitalize;
            }

            .feature-card__discount {
                margin-top: 5px;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
            }

            .feature-card__title {
                margin: 10px 0px 5px 0px;
                font-family: Inter;
                font-weight: 700;
                font-size: 16px;
                line-height: 20px;
                text-transform: capitalize;
            }

            .feature-card__value {
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
            }

            .feature-card__icon {
                width: 109px;
                height: 107px;
                background: #4D3686;
                border-radius: 12px;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: 77px;
                    height: 69px;
                    object-fit: contain;
                }
            }
        }
    }

    /* Total Savings */
    .order-savings {
        padding: 0px 0px 20px 0px;
        position: relative;
        margin-bottom: 20px;

        &::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-image: repeating-linear-gradient(to right, #898989 0 5px,
                    /* dash */
                    #c7c7c79c 5px 10px
                    /* gap */
                );
            -webkit-mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent);
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent);
            mask-repeat: no-repeat;
            mask-size: 100% 100%;

        }

        .order-savings__title {
            margin: 0 0 15px 0;
            font-weight: 600;
            font-size: 24px;
            line-height: 100%;
            vertical-align: middle;
            text-transform: capitalize;

            &.total_savings {
                font-size: 20px;
                margin-top: 10px;
                color: #149D29;
            }
        }

        .order-savings__calculation {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .order-savings__breakdown {
            font-weight: 700;
            font-size: 30px;
            line-height: 100%;
            vertical-align: middle;
            text-transform: capitalize;
            color: #F23336;
        }

        .order-savings__total {
            color: #F23336;
            font-weight: 700;
            font-size: 36px;
            line-height: 100%;
            vertical-align: middle;
            text-transform: capitalize;
        }

        .order-savings__calculation_regular_price {
            font-weight: 800;
            font-size: 20px;
            line-height: 100%;
            vertical-align: middle;
            text-transform: capitalize;
            margin-top: 15px;
            color: #001737;

            .strike-through {
                color: #001737;
            }
        }
    }

    /* Guarantee Section */
    .order-guarantee {
        .order-guarantee__title {
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            vertical-align: middle;
            text-transform: capitalize;
        }

        .order-guarantee__list {
            list-style: none;
            padding: 0;
            margin: 0 0 40px 0;
        }

        .order-guarantee__item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 2px 0;
            font-size: 14px;
            line-height: 23px;
            vertical-align: middle;
            text-transform: capitalize;


            &::before {
                content: '';
                width: 10px;
                height: 10px;
                background: #000000;
                color: #FFFFFF;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 12px;
                font-weight: 600;
                flex-shrink: 0;
            }
        }

        .order-guarantee__badge {
            text-align: center;

            img {
                max-width: 120px;
                height: auto;
            }
        }
    }

    /* Security Badges */
    .order-security {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;

        .security-badge {
            display: flex;
            align-items: center;
            gap: 8px;

            .security-badge__icon {
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .security-badge__text {
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                vertical-align: middle;
                text-transform: capitalize;
            }
        }
    }

    .order-promo-toggler-container {
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        vertical-align: middle;
        text-transform: capitalize;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
        cursor: pointer;
        display: none;
    }

    .order-promo-toggler-close {
        display: none;
    }

    /* For Screen smaller than 1300 width */
    @media only screen and (max-width: 1300px) {
        .order-container {
            max-width: 95%;
        }

        .order-form-section {
            max-width: 40%;
        }

        .order-promo-section {
            max-width: 50%;
            padding-right: 0px;
        }
    }

    @media only screen and (max-width: 1000px) {
        .order-form-section {
            max-width: 90%;
            margin: auto;
            display: none;

            &.active {
                display: block;
            }

            .order-form {
                border-radius: 7px;
            }
        }


        .order-container {
            max-width: 100%;
        }

        .order-promo-section {
            display: none;
            max-width: 90%;
            transform: translate(150%, 0);
            transition: transform 0.3s ease;

            &.active {
                display: block;
                padding: 20px;
                max-width: none;
                border: 1px solid #FFBE62;
                border-radius: 7px;
                position: relative;
                transform: translate(0, 0);

                .order-promo-toggler-close {
                    display: block;
                    position: absolute;
                    right: 20px;
                    top: 20px;
                    cursor: pointer;
                    z-index: 1;
                    transition: transform 0.3s ease;

                    &:hover {
                        transform: scale(1.05);
                    }
                }
            }
        }

        .order-promo-toggler-container {
            justify-content: center;
            align-items: center;
            gap: 10px;

            &.active {
                display: flex;
            }
        }

        .feature-card__price {
            display: block;
            /* text-align: center; */
        }

        .feature-card__discount {
            display: block;
            /* text-align: center; */
        }

        .feature-card__title {
            display: block;
            /* text-align: center; */
        }

        .feature-card__value {
            display: block;
            /* text-align: center; */
        }
    }

    @media only screen and (max-width: 700px) {
        .order-header_2 {
            .order-header__container_2-text {
                font-size: 18px;
            }
        }
    }

    @media only screen and (max-width: 560px) {

        .order-header_2 {
            .order-header__container_2-text {
                font-size: 16px;
            }
        }

        .order-timer {
            .order-timer__title {
                font-size: 21px;
            }
        }

        .order-timer__countdown {
            gap: 10px;
        }

        .countdown-unit {
            .countdown-unit__label {
                font-size: 13px;
            }
        }

        .order-value-prop {
            .order-value-prop__title {
                font-size: 20px;
            }

            .order-value-prop__subtitle {
                font-size: 18px;
            }
        }

        .order-features {
            .feature-card {
                flex-direction: column-reverse;

                .feature-card__icon {
                    width: 80px;
                    height: 60px;

                    img {
                        width: 50px;
                        height: 50px;
                    }
                }
            }
        }

        .order-savings {
            .order-savings__title {
                font-size: 22px;

                &.total_savings {
                    font-size: 18px;
                }
            }

            .order-savings__breakdown {
                font-size: 24px;
            }

            .order-savings__total {
                font-size: 28px;
                margin-top: 5px;
            }

            .order-savings__calculation_regular_price {
                font-size: 20px;
            }
        }
    }

    @media only screen and (max-width: 560px) {
        .order-form-section {
            max-width: 100%;
        }

        .order-bump__header {
            flex-wrap: wrap;
        }

        .order-bump__option {
            width: 100%;
        }

        .order-bump__pricing {
            width: 100%;
            justify-content: end;
        }
    }

    @media only screen and (max-width: 500px) {
        .form-field-group {
            grid-template-columns: 1fr;

            &.col2 {
                grid-template-columns: 1fr;
            }
        }

        .order-header__container_2-text {
            font-size: 13px;
        }
    }

    @media only screen and (max-width: 420px) {

        .countdown-unit {
            width: 72px;
            height: 80px;
        }

        .countdown-unit__value {
            font-size: 38px;
        }

        .order-header__logo {
            height: 30px !important;
        }

        .order-summary__total {
            flex-wrap: wrap;
            gap: 10px;
        }

        .order-summary__total-label {
            width: 100%;
        }

        .order-summary__total-value {
            width: 100%;
            text-align: right;
        }

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

        .order-header__container_2-text {
            padding: 0px 5px !important;
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 330px) {
        .countdown-unit {
            width: 23%;
            height: auto;
        }

        .order-timer__countdown {
            gap: 1px;
        }

        .countdown-unit__value {
            font-size: 36px;
        }

        .order-timer__countdown {
            padding: 0px 5px;
        }
    }

    /* Alert Styles */
    .alert-container {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1000;
        max-width: 400px;
    }

    .alert {
        padding: 15px 40px 15px 15px;
        border: 1px solid transparent;
        border-radius: 4px;
        position: relative;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }

    .alert-error {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
    }

    .alert-close {
        position: absolute;
        top: 10px;
        right: 15px;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: inherit;
    }

    /* Form Error Styles - Fixed UI jerking */
    .form-field__error {
        color: #dc3545;
        font-size: 12px;
        margin-top: 5px;
        display: block;
        /* min-height: 18px; */
        line-height: 18px;
        transition: opacity 0.2s ease-in-out;
    }

    .form-field__error:empty {
        opacity: 0;
    }

    /* Spinner Styles */
    .spinner {
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    /* Disabled State */
    .order-form.disabled {
        pointer-events: none;
        opacity: 0.7;
    }

    .order-bump.active {
        border: 1px solid #9F88FF;
        background-color: #f8f9fa;
    }

    /* Professional state/country dropdown styling */
    .form-field__select:disabled {
        background-color: #f8f9fa;
        cursor: not-allowed;
        opacity: 0.6;
    }

    .form-field__select.updated {
        animation: dropdownUpdate 0.3s ease-in-out;
        border-color: #28a745;
    }

    @keyframes dropdownUpdate {
        0% {
            transform: scale(0.98);
            box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.4);
        }

        50% {
            transform: scale(1.01);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.2);
        }

        100% {
            transform: scale(1);
            box-shadow: none;
        }
    }

    .terms_conditions {
        font-size: 12px;
        color: #6c757d;
        margin-top: 10px;
        line-height: 1.5;
    }
}

.strike-through {
    text-decoration: line-through;
}

.bump-in {
    & svg {
        animation: bump-in 2s ease-in-out infinite;
    }
}

@keyframes bump-in {

    0%,
    60%,
    100% {
        transform: scale(1);
        opacity: 1;
        filter: drop-shadow(0 0 0px rgba(242, 51, 54, 0.3));
    }

    15% {
        transform: scale(1.4);
        opacity: 0.7;
        filter: drop-shadow(0 0 15px rgba(242, 51, 54, 0.8));
    }

    30% {
        transform: scale(1.6);
        opacity: 0.5;
        filter: drop-shadow(0 0 25px rgba(242, 51, 54, 1));
    }

    45% {
        transform: scale(1.2);
        opacity: 0.8;
        filter: drop-shadow(0 0 10px rgba(242, 51, 54, 0.6));
    }
}

.list-style-none {
    list-style: none !important;
}

.mx-width-50-percent {
    max-width: 50% !important;
}

.rotate-y-180 {
    transform: rotateY(180deg);
}


@keyframes pop-in {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes accordionSlideDown {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        max-height: 500px;
        transform: translateY(0);
    }
}

.sales-page {
    font-family: 'Inter', sans-serif;
    background: var(--theme-light-color);
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-size: 14px;
    font-weight: 400;

    * {
        /* border: 1px solid; */
    }

    .sales_button {
        background: #d6a354;
        color: #000;
        padding: 10px 20px;
        border: none;
        outline: none;
        border-radius: 5px;
        font-size: 14px;
        text-decoration: none;
        font-weight: 700;
        transition: background 0.3s ease;

        &:hover {
            background: #c49344;
        }
    }

    .navbar {
        background: #1B0C3D;
        color: #fff;
        padding: 10px 20px;
        justify-content: center;
        position: relative;
        height: 75px;

        .navbar__offer-ends {
            display: flex;
            align-items: center;
            gap: 12px;
            justify-content: center;
            border: 2px solid #6c0000;
            background: #6c000085;
            border-radius: 5px;
            padding: 6px 12px;
            box-shadow: 0px 0px 16px 1px #6c0000;

            &.offer_ended {
                opacity: 0.8;
                cursor: not-allowed;
                box-shadow: none;
            }

            .navbar__offer-ends-bell {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 20px;
                height: 20px;

                i {
                    font-size: 14px;
                    color: #fff;
                }
            }

            .navbar__offer-ends-label {
                font-weight: 700;
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                color: #ff8787;
            }

            .navbar__offer-ends-timer {
                display: flex;
                align-items: start;

                .navbar__timer-block {
                    padding: 0px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    min-width: 45px;

                    .navbar__timer-value {
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 1.2;
                    }

                    .navbar__timer-unit {
                        font-size: 12px;
                    }
                }

                .navbar__timer-separator {
                    font-size: 16px;
                    font-weight: 700;
                    margin-top: -4px;
                }
            }
        }

        .navbar__actions {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .navbar__country-dropdown {
            position: relative;
        }

        .navbar__country-toggle {
            display: flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 5px;
            padding: 8px 12px;
            color: #fff;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 14px;
            font-weight: 500;

            &:hover {
                background: rgba(255, 255, 255, 0.2);
                border-color: rgba(255, 255, 255, 0.3);
            }

            .navbar__country-flag {
                font-size: 16px;
            }

            .navbar__dropdown-arrow {
                transition: transform 0.3s ease;
            }
        }

        .navbar__country-dropdown.active .navbar__country-toggle .navbar__dropdown-arrow {
            transform: rotate(180deg);
        }

        .navbar__country-menu {
            position: absolute;
            top: calc(100% + 8px);
            right: 0;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            list-style: none;
            padding: 8px 0;
            margin: 0;
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .navbar__country-dropdown.active .navbar__country-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .navbar__country-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 16px;
            color: #333;
            cursor: pointer;
            transition: background 0.2s ease;
            font-size: 14px;

            &:hover {
                background: #f5f5f5;
            }

            &.active {
                background: #f0f0f0;
                font-weight: 600;
            }

            .navbar__country-flag {
                font-size: 18px;
            }
        }

        .navbar__buy-now {
            background: #d6a354;
            color: #000;
            padding: 10px 20px;
            border: none;
            outline: none;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 700;
            box-shadow: 0px 0px 11px -1px #F79E1B;
            transition: background 0.3s ease;
            /* animation: pop-in 2s ease-in-out infinite; */

            &:hover {
                background: #c49344;
            }
        }
    }

    .section__container {
        max-width: 1230px;
        margin: auto;
    }

    .offer-section {
        /* min-height: calc(100vh - 75px); */
        padding: 80px 20px;
        background: #fff;
        display: flex;

        .offer-section__container {
            display: flex;
            gap: 40px;
            margin: 0 auto;
            padding: 0px;
            align-items: center;
        }

        .offer-section__media {
            flex: 1 1 45%;
            display: flex;
            justify-content: end;

            .offer-section__video-placeholder {
                position: relative;
                border-radius: 10px;

                img {
                    width: 100%;
                    display: block;
                    border-radius: 10px;
                }

                .offer-section__ends-banner {
                    position: absolute;
                    bottom: 0px;
                    left: 50%;
                    transform: translateX(-50%);
                    color: #FAC61A;
                    text-shadow: 0px 0px 31px #ffff4eb0;
                    font-weight: 900;
                    font-size: 18px;
                    text-align: center;
                    padding: 8px 16px;
                    border-radius: 6px;
                    line-height: 1.2;
                    width: 100%;
                    background: linear-gradient(178deg, rgb(0 0 0 / 3%) 0%, rgb(0 0 0 / 86%) 67%, rgb(0 0 0 / 61%) 118%);

                    span {
                        display: block;
                    }
                }
            }
        }

        .offer-section__details {
            flex: 1 1 55%;
            display: flex;
            flex-direction: column;
            width: 100%;

            .offer-section__title {
                font-size: 30px;
                font-weight: 700;
                margin: 0px;
            }

            .offer-section__subtitle {
                font-size: 20px;
                color: #706c6c;
                margin: 5px 0px;
                font-weight: 500;
            }

            .offer-section__rating {
                font-size: 14px;
                margin: 10px 0px;

                .rating {
                    font-size: 14px;
                }

                .stars {
                    color: #f39c12;
                    margin-right: 8px;
                }

                .rating-count {
                    color: #6868d8;
                    font-weight: 500;
                }

                .rating-info {
                    color: #706c6c;
                }
            }


            .offer-section__bundle {
                border: 2px solid #eeeeee;
                background: #ffffff;
                border-radius: 12px;
                position: relative;
                margin-top: 25px;

                .header {
                    position: relative;
                    padding: 16px;
                    padding-bottom: 10px !important;
                    flex-wrap: wrap;

                    .offer-section__bonus-badge {
                        background: var(--theme-success-color);
                        color: #fff;
                        font-weight: 600;
                        font-size: 12px;
                        padding: 0px 20px;
                        vertical-align: middle;
                        border-radius: 20px;
                        text-transform: uppercase;
                        position: absolute;
                        left: 50%;
                        transform: translateX(-50%);
                        top: -15px;
                        height: 30px;
                        display: flex;
                        align-items: center;
                    }

                    .offer-section__checkbox {
                        appearance: none;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        min-width: 20px;
                        height: 20px;
                        border: 2px solid #ccc;
                        border-radius: 50%;
                        background-color: white;
                        cursor: pointer;
                        position: relative;
                        transition: all 0.2s ease;
                    }

                    .offer-section__checkbox:checked {
                        border-color: var(--theme-success-color);
                        background-color: white;
                    }

                    .offer-section__checkbox:checked::after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 12px;
                        height: 12px;
                        background-color: var(--theme-success-color);
                        border-radius: 50%;
                    }

                    .offer-section__checkbox:hover {
                        border-color: var(--theme-success-color);
                    }
                }

                .header-body {
                    padding: 0px 20px 16px 20px;
                    display: none;
                    transition: all 0.3s ease;
                }

                &.selected {
                    border: 2px solid var(--theme-success-color);
                    background: #39a66a14;

                    .header-body {
                        display: block;
                    }
                }


                .offer-section__bundle-title {
                    font-weight: 700;
                    font-size: 17px;
                    margin: 0px;
                    display: flex;
                    align-items: center;
                    gap: 5px;

                    .offer-section__bundle-title-text {
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        width: 100%;
                    }
                }

                .offer-section__price-container {
                    display: flex;
                    justify-content: end;
                    align-items: center;
                    gap: 10px;

                    .offer-section__total-value {
                        color: #706c6c;
                    }
                }

                .offer-section__price {
                    color: #39a66a;
                    font-size: 18px;
                    font-weight: 700;
                    margin: 0px;
                    white-space: nowrap;
                    text-align: right;
                }

                .offer-section__bundle-list {
                    list-style: none;
                    padding: 0px;
                    margin: 0px 30px;
                    position: relative;

                    li {
                        margin-bottom: 10px;
                        font-size: 15px;
                        position: relative;

                        &::before {
                            content: '✓';
                            color: var(--theme-success-color);
                            font-weight: 700;
                            position: absolute;
                            left: -25px;
                            top: 50%;
                            transform: translateY(-50%);
                            border: 1px solid var(--theme-success-color);
                            border-radius: 50%;
                            width: 16px;
                            height: 16px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            font-size: 12px;
                        }
                    }

                }

                .offer-section__installments {
                    font-size: 13px;
                    color: #666;
                    margin: 0px 30px;
                }
            }

            .offer-section__other-option {
                display: flex;
                justify-content: space-between;
                font-size: 14px;
                padding: 10px;
                border: 1px solid #ddd;
                border-radius: 6px;
            }

            .offer-section__cta {
                background: #d6a354;
                color: #000;
                font-size: 16px;
                font-weight: 700;
                padding: 14px;
                border: none;
                border-radius: 8px;
                cursor: pointer;
                transition: background 0.3s;
                outline: none;

                &:hover {
                    background: #c49344;
                }
            }

            .offer-section__cta_disclaimer {
                margin: 10px auto 0px;
                padding: 0px;
                color: #70717a;
                font-size: 12px;
            }
        }
    }

    .wavy-background {
        position: relative;
        background: #1B0C3D;
        padding: 50px 20px;

        &::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 50px;
            background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(27, 12, 61)'/></svg>") repeat-x;
            background-size: 1200px 50px;
            z-index: 1;
        }

        &::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 50px;
            background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(27, 12, 61)'/></svg>") repeat-x;
            background-size: 1200px 50px;
            transform: rotate(180deg);
            z-index: 2;
        }

        &.white_background {
            background: #f9f9f9;
            color: #000000;

            &::before {
                background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(249, 249, 249)'/></svg>") repeat-x;
            }

            &::after {
                display: none;
            }

            &.bottom_separator::after {
                display: block;
                background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(249, 249, 249)'/></svg>") repeat-x;
            }

            & .container {
                .wavy-title {
                    color: #000000;
                }
            }

            .bundle_items_container {
                display: grid;
                grid-template-columns: 1fr 1fr;
                align-items: stretch;
                justify-content: space-between;
                gap: 20px;
                padding: 20px 0px;
                min-height: 500px;

                .bundle__image_right {
                    margin: auto;
                    border-radius: 12px;

                    img {
                        width: 100%;
                        border-radius: 12px;
                    }
                }
            }

            .bundle__item {
                background: #ffffff;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            }

            & .bundle__content {
                h3 {
                    color: #000000;
                }

                p {
                    color: #3e3e3e;
                }
            }
        }

        &.why_now_matters {
            background: var(--theme-primary-color);

            &::before {
                background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(113, 85, 239)'/></svg>") repeat-x;
            }

            &::after {
                background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(113, 85, 239)'/></svg>") repeat-x;
            }
        }

        .container {
            width: 100%;
            margin: 0 auto;
            position: relative;
            z-index: 3;
            text-align: center;
            padding: 0px;
            color: #ffffff;

            .wavy-title {
                font-size: 34px;
                font-weight: 700;
                margin: 0px;
                color: #ffffff;
            }

            .wavy-subtitle {
                font-size: 20px;
                margin: 25px auto;
                font-weight: 700;
                color: #ffffff;
            }

            .wavy-description {
                font-size: 14px;
                width: 100%;
                margin: auto;
                color: #ffffff;
            }
        }
    }

    .sales-letter {
        background: #f9f9f9;
        padding: 40px 20px 10px 20px;
        font-family: 'Inter', sans-serif;
        color: #333;
        line-height: 1.6;
        font-size: 14px;

        .sales-letter__container {
            margin: 0 auto;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        }

        .story-section_container {
            margin-top: -80px;
            z-index: 2;
            position: relative;
            background: #fff;

            &::before {
                content: '';
                position: absolute;
                top: -10px;
                left: 0;
                width: 100%;
                height: 50px;
                background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(255, 255, 255)'/></svg>") repeat-x;
                background-size: 1200px 50px;
                z-index: 1;
                border-radius: 20px;
            }

            &::after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 0;
                width: 100%;
                height: 50px;
                background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(255, 255, 255)'/></svg>") repeat-x;
                background-size: 1200px 50px;
                z-index: 1;
                border-radius: 20px;
                transform: rotate(180deg);
            }
        }

        .sales-letter__greeting {
            font-weight: 700;
            margin-bottom: 16px;
        }

        p {
            margin: 16px 0;
        }

        .highlight {
            font-weight: 700;
        }

        .sales-letter__red {
            color: #e53935;
            font-weight: 600;
        }

        .sales-letter__link {
            color: #0073e6;
            text-decoration: underline;
            font-weight: 600;

            &:hover {
                color: #005bb5;
            }
        }

        .sales-letter__offer {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 30px;

            .sales-letter__offer-type {
                font-size: 16px;
                font-weight: 700;
            }

            .sales-letter__offer-ends {
                display: flex;
                align-items: center;
                gap: 12px;
                justify-content: center;
                background: #eee;
                border-radius: 5px;
                padding: 6px 12px;

                &.offer_ended {
                    opacity: 0.8;
                    cursor: not-allowed;
                    box-shadow: none;
                }

                .sales-letter__offer-ends-bell {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 20px;
                    height: 20px;

                    i {
                        font-size: 14px;
                        color: #fff;
                    }
                }

                .sales-letter__offer-ends-label {
                    font-weight: 700;
                    font-size: 12px;
                    text-transform: uppercase;
                    letter-spacing: 0.5px;
                    color: #ff8787;
                }

                .sales-letter__offer-ends-timer {
                    display: flex;
                    align-items: start;

                    .sales-letter__timer-block {
                        padding: 0px;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        min-width: 45px;

                        .sales-letter__timer-value {
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 1.2;
                        }

                        .sales-letter__timer-unit {
                            font-size: 10px;
                        }
                    }

                    .sales-letter__timer-separator {
                        font-size: 16px;
                        font-weight: 700;
                        margin-top: -4px;
                    }
                }
            }
        }
    }

    .testimonials {
        background: #ffffff;
        padding: 20px 15px 60px 15px;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 50px;
            background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(255, 255, 255)'/></svg>") repeat-x;
            background-size: 1200px 50px;
            z-index: 1;
        }

        &.zigzag {
            background: #ffffff;
            padding-top: 20px;

            &::before {
                background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(255, 255, 255)'/></svg>") repeat-x;
            }
        }

        .testimonials__container {
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;

            .testimonial-card {
                background: #fff;
                border-radius: 10px;
                padding: 20px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                transition: transform 0.2s;

                &:hover {
                    transform: translateY(-4px);
                }

                .testimonial-card__text {
                    font-size: 15px;
                    /* line-height: 1.5; */
                    color: #000000;
                    margin-bottom: 16px;
                }

                .testimonial-card__author {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                }

                .testimonial-card__avatar {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    overflow: hidden;
                    flex-shrink: 0;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                .testimonial-card__name {
                    font-weight: 600;
                    font-size: 14px;
                    margin: 0;
                }

                .testimonial-card__role {
                    font-size: 12px;
                    color: #777;
                    margin: 0;
                }
            }
        }

        .testimonials__subtitle {
            font-size: 26px;
            font-weight: 700;
            margin: 20px auto;
            text-align: center;
            width: 100%;
        }


        .testimonials__disclaimer {
            margin-top: 40px;
            font-size: 12px;
            color: #777;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.4;
        }
    }

    .who_this_is_for_section {
        width: 100%;
        padding: 0px 0px 60px 0px;

        .wavy-title {
            font-size: 34px;
            font-weight: 700;
            margin: 0px 0px 20px 0px;
            text-align: center;
            width: 100%;
        }

        .who_this_is_for__image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                max-width: 1000px;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 12px;
            }
        }

        .who_this_is_for__items {
            display: flex;
            align-items: stretch;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            padding: 0px 20px;
            margin-top: 20px;


            .who_this_is_for__item {
                border: 1px solid #38207073;
                padding: 20px;
                border-radius: 10px;
                gap: 20px;
                text-align: left;
                max-width: 375px;

            }

            .who_this_is_for__icon {
                flex-shrink: 0;
                border-radius: 13px;
                margin: auto;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: auto;
                    height: 80px;
                    border-radius: 10px;
                }
            }

            .who_this_is_for__content {
                margin-top: 20px;

                h3 {
                    font-size: 18px;
                    font-weight: 600;
                    margin-bottom: 10px;
                    text-align: center;
                }

                p {
                    font-size: 14px;
                    line-height: 1.6;
                    text-align: center;
                    margin: 0px;
                }
            }
        }
    }

    .zigzag {
        background: #f9f9f9;
        padding: 60px 15px;
        width: 100%;

        .zigzag__container {
            display: flex;
            flex-direction: column;
            gap: 60px;
            width: 100%;
            margin: 0 auto;

            &.no-separation {
                .separation-line {
                    display: none;
                }
            }

            .zigzag__item {
                display: flex;
                align-items: center;
                gap: 40px;
            }

            .zigzag__item--reverse {
                flex-direction: row-reverse;

                @media (max-width: 900px) {
                    flex-direction: column;
                }
            }

            .zigzag__content {
                flex: 1;
                font-size: 16px;
                line-height: 1.6;
                padding: 15px;
                border-radius: 12px;

                p {
                    text-align: left;
                }
            }

            .zigzag__pretitle {
                color: #3D08BE;
                text-transform: uppercase;
                margin: 0px 0px 5px !important;
                display: inline-block;
            }

            .zigzag__title {
                font-size: 22px;
                font-weight: 700;
                margin-bottom: 16px;
                display: inline-block;
            }

            .zigzag__list {
                list-style: disc;
                padding-left: 20px;
                margin: 16px 0;

                li {
                    margin-bottom: 20px;
                    text-align: left;
                }
            }

            .zigzag__image {
                flex: 1;
                text-align: center;

                img {
                    width: 100%;
                    border-radius: 8px;
                }
            }
        }
    }

    .customer-feedback {
        background: #ffffff;
        padding: 40px 20px 100px 20px;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 50px;
            background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(255, 255, 255)'/></svg>") repeat-x;
            background-size: 1200px 50px;
            z-index: 1;
        }

        .customer-feedback__container {
            margin: 0 auto;

            .customer-feedback__header {
                text-align: center;
                margin-bottom: 60px;

                .customer-feedback__title {
                    font-size: 28px;
                    font-weight: 700;
                    margin-bottom: 20px;
                    line-height: 1.3;
                }

                .customer-feedback__subtitle {
                    font-size: 16px;
                    max-width: 800px;
                    margin: 0 auto;
                }
            }

            .customer-feedback__grid {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                gap: 30px;
                align-items: stretch;

                .customer-feedback__item {
                    position: relative;

                    .customer-feedback__item--center {
                        transform: translateY(-20px);

                        @media (max-width: 992px) {
                            transform: none;
                        }
                    }

                    .customer-feedback__card {
                        background: #ffffff;
                        border-radius: 20px;
                        border: 1px solid #B1A1D8;
                        transition: all 0.3s ease;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        position: relative;

                        .customer-feedback__profile {
                            display: flex;
                            align-items: center;
                            gap: 15px;
                            padding: 10px;

                            .customer-feedback__avatar {
                                width: 60px;
                                height: 60px;
                                border-radius: 50%;
                                overflow: hidden;
                                flex-shrink: 0;
                                background: #9569FF80;

                                img {
                                    width: 94%;
                                    height: 94%;
                                    border-radius: 50%;
                                }
                            }

                            .customer-feedback__info {
                                flex: 1;

                                .customer-feedback__name {
                                    font-size: 18px;
                                    font-weight: 600;
                                    color: #190351;
                                    margin: 0px;
                                }

                                .customer-feedback__role {
                                    color: #190351;
                                    margin: 0;
                                }
                            }
                        }



                        .customer-feedback__content {
                            flex: 1;
                            display: flex;
                            align-items: center;
                            padding: 10px 15px;
                            background: #240F53;
                            border-radius: 12px;
                            color: #ffffff;
                            position: relative;

                            .customer-feedback__quote {
                                margin: 0;
                                position: relative;

                                strong {
                                    font-weight: 600;
                                }
                            }

                            &::after {
                                content: '';
                                height: 10px;
                                width: 90%;
                                position: absolute;
                                left: 50%;
                                transform: translateX(-50%);
                                background: #897DA4;
                            }
                        }
                    }

                    &:nth-child(odd) {
                        .customer-feedback__card {
                            flex-direction: column-reverse;

                            .customer-feedback__content {
                                &::after {
                                    top: -10px;
                                    border-top-left-radius: 12px;
                                    border-top-right-radius: 12px;
                                }
                            }
                        }
                    }

                    &:nth-child(even) {
                        .customer-feedback__card {

                            .customer-feedback__content {

                                &::after {
                                    bottom: -10px;
                                    border-bottom-left-radius: 12px;
                                    border-bottom-right-radius: 12px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .content-course {
        background: #ffffff;
        padding: 80px 20px;

        .content-course__container {
            margin: 0 auto;

            .content-course__wrapper {
                min-height: 600px;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 60px 20px;
                align-items: stretch;
            }

            .content-course__accordion {
                .accordion-item {
                    background: white;
                    transition: all 0.3s ease;
                    border-radius: 12px;
                    border: 1px solid #eaeaea;
                    border-bottom: 5px solid #eaeaea;
                    margin: 15px auto;

                    &.active {
                        .accordion-content {
                            display: block;
                            animation: accordionSlideDown 0.3s ease-out;
                        }

                        .accordion-header {
                            border-bottom: 1px solid #EAEAEA;

                            .accordion-toggle {
                                & svg {
                                    transform: rotate(180deg);
                                }
                            }
                        }
                    }

                    .accordion-header {
                        background: #ffffff;
                        border-radius: 12px;
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        padding: 15px 10px;
                        cursor: pointer;

                        .accordion-number {
                            width: 34px;
                            height: 34px;
                            border-radius: 50%;
                            background: #7345E4;
                            color: white;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            font-weight: 700;
                            font-size: 20px;
                        }

                        .accordion-title {
                            flex: 1;
                            font-size: 16px;
                            font-weight: 600;
                            margin: 0;
                            transition: all 0.3s ease;
                        }

                        .accordion-toggle {
                            margin: 0px 10px;
                            background: #F0F0F0;
                            width: 24px;
                            height: 24px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            border-radius: 5px;

                            & svg {
                                transition: all 0.3s ease;
                            }
                        }
                    }

                    .accordion-content {
                        display: none;
                        padding: 0px 10px;

                        .accordion-chapters {

                            .chapter-item {
                                display: flex;
                                align-items: center;
                                padding: 10px 0px;
                                gap: 10px;
                                border-bottom: 1px dashed #e9ecef;

                                &:nth-last-child(2) {
                                    border-bottom: none;
                                    padding-bottom: 20px;
                                }

                                .chapter-label {
                                    background: #EBEBEB;
                                    padding: 4px 10px;
                                    border-radius: 5px;
                                    font-size: 12px;
                                    font-weight: 700;
                                }

                                .chapter-title {
                                    flex: 1;
                                    font-size: 15px;
                                    font-weight: 500;
                                    line-height: 1.5;
                                    color: var(--theme-heading-color);
                                }
                            }

                            .outcome {
                                padding: 10px;
                                border-top: 1px solid #EBEBEB;
                                margin-left: -10px;
                                width: calc(100% + 20px);

                                strong {
                                    font-weight: 600;
                                }
                            }
                        }
                    }
                }
            }

            .content-course__image {
                display: flex;
                align-items: center;
                justify-content: center;

                .content-course__image-wrapper {
                    overflow: hidden;

                    .content-course__preview-image {
                        width: 100%;
                        height: auto;
                        display: block;
                    }
                }
            }
        }
    }

    .course-impact {
        background: #F5F5F5;
        padding: 80px 20px;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 50px;
            background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(245, 245, 245)'/></svg>") repeat-x;
            background-size: 1200px 50px;
            z-index: 1;
        }

        .course-impact__container {
            text-align: center;

            .course-impact__header {
                margin-bottom: 60px;

                .course-impact__title {
                    font-size: 32px;
                    font-weight: 700;
                    margin-bottom: 16px;
                }

                .course-impact__subtitle {
                    font-size: 16px;
                    max-width: 800px;
                    margin: 0 auto;
                }
            }

            .course-impact__testimonials {
                display: grid;
                gap: 60px;
                margin: 0 auto;

                .course-impact__testimonial {
                    position: relative;
                    background: #ffffff;
                    border-radius: 20px;
                    padding: 30px 30px 20px 30px;
                    border: 1px solid #E4E4E4;
                    transition: all 0.3s ease;
                    margin-bottom: 50px;

                    .course-impact__top-dotted-icon {
                        position: absolute;
                        top: -10px;
                        right: 100px;
                        width: 20px;
                        height: 20px;
                        border-radius: 50%;
                    }

                    .course-impact__quote {
                        font-size: 14px;
                        margin-bottom: 50px;
                        text-align: left;
                    }

                    .course-impact__author {
                        display: flex;
                        align-items: center;
                        position: absolute;
                        top: calc(100% - 50px);
                        left: 50px;
                        border: 1px solid #E4E4E4;
                        box-shadow: 0px 0px 20px 0px #00000012;
                        background: #ffffff;
                        border-radius: 12px;
                        padding: 10px 15px;
                        flex-wrap: wrap;

                        .course-impact__author-top-dotted-icon-wrapper {
                            display: flex;
                            width: 100%;
                            position: relative;
                            margin-top: -15px;

                            .course-impact__author-top-dotted-icon {
                                position: absolute;
                                top: -18px;
                                right: 10px;
                                width: 20px;
                                height: 20px;
                                border-radius: 50%;
                            }
                        }

                        .course-impact__avatar {
                            width: 74px;
                            height: 74px;
                            border-radius: 50%;
                            overflow: hidden;

                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
                        }

                        .course-impact__info {
                            flex: 1;
                            margin-left: 14px;

                            .course-impact__name {
                                font-size: 16px;
                                font-weight: 600;
                                margin: 0 0 4px 0;
                                text-align: left;
                            }

                            .course-impact__role {
                                font-size: 16px;
                                text-align: left;
                                margin: 0px;
                                padding: 0px;
                            }
                        }
                    }
                }

                .course-impact__testimonial:nth-child(even) {
                    margin-left: 60px;

                    .course-impact__author {
                        right: 50px;
                        left: unset;
                    }
                }

                .course-impact__testimonial:nth-child(odd) {
                    margin-right: 60px;
                }
            }
        }
    }

    .support-team {
        background: #ffffff;
        padding: 80px 20px;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 50px;
            background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(255, 255, 255)'/></svg>") repeat-x;
            background-size: 1200px 50px;
            z-index: 1;
        }

        .support-team__container {
            margin: 0 auto;

            .support-team__header {
                text-align: center;
                margin-bottom: 60px;

                .support-team__title {
                    font-size: 28px;
                    font-weight: 700;
                    margin-bottom: 20px;
                }

                .support-team__subtitle {
                    font-size: 16px;
                    max-width: 800px;
                    margin: 0 auto;
                }
            }

            .support-team__testimonials {
                display: flex;
                flex-direction: column;
                gap: 60px;

                .support-team__testimonial {
                    display: flex;
                    align-items: flex-end;
                    justify-content: center;
                    gap: 30px;

                    @media (max-width: 768px) {
                        flex-direction: column;
                        align-self: center !important;
                        max-width: 100%;
                        gap: 20px;

                        &:nth-child(even) {
                            flex-direction: column !important;

                            .support-team__profile {
                                margin-right: auto;
                            }
                        }

                        .support-team__testimonial--right {

                            .support-team__quote-box {
                                text-align: left;
                            }

                            .support-team__profile {
                                flex-direction: row;
                                text-align: left;
                            }
                        }
                    }

                    .support-team__quote-box_container {
                        position: relative;

                        .support-team__quote-box_container_wrapper {
                            position: absolute;
                            top: 20px;
                            left: 20px;
                            width: calc(100% - 10px);
                            height: calc(100% - 10px);
                            border: 1px solid #E0D3FF;
                            z-index: 0;
                            border-radius: 20px;
                        }
                    }

                    .support-team__quote-box {
                        background: #F0F0F0;
                        border-radius: 20px;
                        padding: 20px;
                        position: relative;
                        flex: 1;
                        border: 1px solid #e9ecef;

                        .support-team__quote-icon {
                            position: absolute;
                            top: -10px;
                            left: 20px;

                            .support-team__testimonial--right & {
                                left: auto;
                                right: 20px;
                            }

                            svg {
                                width: 40px;
                                height: 40px;
                                fill: #e9ecef;
                            }
                        }

                        .support-team__quote {
                            font-size: 14px;
                            margin: 15px 0 20px 0;
                            position: relative;
                            z-index: 1;
                        }

                        .support-team__quote-end {
                            position: absolute;
                            bottom: -5px;
                            right: 20px;

                            .support-team__testimonial--right & {
                                right: auto;
                                left: 20px;
                            }

                            svg {
                                width: 40px;
                                height: 40px;
                                fill: #e9ecef;
                            }
                        }
                    }


                    .support-team__profile {
                        display: flex;
                        align-items: center;
                        gap: 15px;
                        flex-shrink: 0;

                        .support-team__avatar {
                            width: 94px;
                            height: 94px;
                            border-radius: 50%;
                            background: #9569FF80;
                            position: relative;

                            img {
                                width: 94%;
                                height: 94%;
                                border-radius: 50%;
                            }

                            &::before {
                                content: "";
                                position: absolute;
                                right: 100%;
                                width: 40px;
                                height: 40px;
                                background: url("data:image/svg+xml,<svg width='27' height='22' viewBox='0 0 27 22' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='18.7162' cy='13.3976' r='8' transform='rotate(-3.03581 18.7162 13.3976)' fill='rgb(91, 24, 255)'/><circle cx='3.68045' cy='3.68033' r='3.5' transform='rotate(-3.03581 3.68045 3.68033)' fill='rgb(91, 24, 255)'/></svg>") repeat-x;
                                background-size: 100%;
                                z-index: 1;
                            }
                        }

                        .support-team__info {
                            flex: 1;
                            min-width: 0;

                            .support-team__name {
                                font-size: 16px;
                                color: #190351;
                                font-weight: 600;
                                margin: 0 0 5px 0;
                            }

                            .support-team__role {
                                font-size: 14px;
                                color: #190351;
                                margin: 0;
                            }
                        }

                        .support-team__dots {
                            display: flex;
                            flex-direction: column;
                            gap: 8px;

                            .support-team__dot {
                                width: 12px;
                                height: 12px;
                                border-radius: 50%;

                                .support-team__dot--primary {
                                    background-color: #667eea;
                                }

                                .support-team__dot--secondary {
                                    background-color: #f093fb;
                                }
                            }
                        }
                    }

                    &:nth-child(odd) {
                        .support-team__profile {
                            .support-team__avatar {
                                margin-left: 25px;

                                &::before {
                                    right: 100%;
                                }
                            }
                        }
                    }

                    &:nth-child(even) {
                        flex-direction: row-reverse;

                        .support-team__quote-box_container {
                            .support-team__quote-box_container_wrapper {
                                right: 20px;
                                left: unset;
                            }
                        }

                        .support-team__profile {
                            flex-direction: row-reverse;

                            .support-team__avatar {
                                position: relative;
                                margin-right: 25px;

                                &::before {
                                    left: 100%;
                                    transform: rotate(90deg);
                                }
                            }
                        }

                        .support-team__info {
                            .support-team__name {
                                text-align: right;
                            }

                            .support-team__role {
                                text-align: right;
                            }
                        }
                    }
                }
            }
        }
    }

    .onboarding-call {
        background: #f9f9f9;
        padding: 80px 20px;
        position: relative;

        .onboarding-call__container {
            margin: 0 auto;
        }

        .onboarding-call__header {
            text-align: center;
            margin-bottom: 60px;

            .onboarding-call__title {
                font-size: 32px;
                font-weight: 700;
                line-height: 1.3;
                margin-bottom: 20px;
                max-width: 900px;
                margin-left: auto;
                margin-right: auto;
            }

            .onboarding-call__subtitle {
                font-size: 16px;
                max-width: 800px;
                margin: 0 auto;
            }
        }

        .onboarding-call__flow {
            display: flex;
            align-items: stretch;
            justify-content: center;
            gap: 5px;
            flex-wrap: wrap;

            .onboarding-call__step {
                flex: 1;
                max-width: 300px;
                min-width: 280px;
                position: relative;

                &:nth-child(6),
                &:nth-child(7),
                &:nth-child(8) {
                    margin-top: 75px;
                }
            }


            .onboarding-call__arrow {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;


                &:nth-child(7) {
                    margin-top: 75px;
                }

                &.dynamic-bottom-arrow-1 {
                    position: absolute;
                    top: calc(100% + 15px);
                    left: 50%;
                    transform: translateX(-50%);
                    z-index: 1;
                    height: 225px;

                    & svg {
                        height: 100%;

                        &.arrow_down {
                            display: block;
                        }

                        &.arrow_simple {
                            display: none;
                        }
                    }

                }
            }
        }

        .onboarding-call__card {
            background: #ffffff;
            border-radius: 20px;
            padding: 10px;
            text-align: center;
            position: relative;
            border: 1px solid #D9D9D9;
            height: 100%;

            &::after {
                content: '';
                height: 10px;
                width: 90%;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                background: #EEEEEE;
                bottom: -10px;
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
            }

            .onboarding-call__card-icon {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                border: 1px solid #9372E3;
                margin: 15px auto;

                img {
                    width: calc(100% - 2px);
                    height: calc(100% - 2px);
                    border-radius: 50%;
                }
            }

            .onboarding-call__card-icons_group {
                display: flex;
                flex-direction: column;
                margin: 15px auto;
                justify-content: center;
                width: 150px;
                position: relative;

                .onboarding-call__card-icon:first-child {
                    margin: 0;
                    margin-right: auto;
                    margin-bottom: -10px;
                    justify-content: flex-start;

                    img {
                        margin-right: auto;
                    }
                }

                .onboarding-call__card-icon:last-child {
                    margin: 0;
                    margin-left: auto;
                    margin-top: -10px;
                    justify-content: flex-end;

                    img {
                        margin-left: auto;
                    }
                }

                .onboarding-call__card-icon_arrow_top {
                    position: absolute;
                    top: 20px;
                    right: 50px;
                }

                .onboarding-call__card-icon_arrow_bottom {
                    position: absolute;
                    bottom: 20px;
                    left: 50px;
                }
            }

            .onboarding-call__card-title {
                margin: 0px 0px 5px 0px;
                color: #000;
                font-weight: 700;
                font-size: 14px;
                text-align: center;
            }

            .onboarding-call__card-indicator {}

            .onboarding-call__card-text {
                color: #535353;
                margin: 10px 0px 10px 0px;
                font-size: 14px;
                text-align: center;
            }

            .onboarding-call__help-widget {
                margin-bottom: 5px;

                .onboarding-call__help-header {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    .onboarding-call__help-badge {
                        color: var(--theme-primary-color);
                        font-weight: 700;
                        font-size: 12px;
                        margin-left: 10px;
                    }
                }

                .onboarding-call__help-avatars {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;


                    .onboarding-call__help-avatar {
                        width: 100%;
                    }
                }

                .onboarding-call__help-status {
                    display: flex;
                    gap: 15px;

                    .onboarding-call__help-indicator {
                        padding: 8px 16px;
                        border-radius: 20px;
                        font-size: 12px;
                        font-weight: 500;
                        background: #f8f9fa;
                        color: #6c757d;

                        &.active {
                            background: var(--theme-primary-color);
                            color: white;
                        }
                    }
                }
            }
        }

        .onboarding-call__bottom-flow {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 60px;

            .onboarding-call__bottom-step {
                max-width: 280px;
                min-width: 260px;
            }

            .onboarding-call__bottom-arrow {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 80px;
                flex-shrink: 0;
            }
        }

        .onboarding-call__bottom-card {
            background: #f8f9fa;
            border-radius: 20px;
            padding: 30px 25px;
            text-align: center;
            border: 1px solid #e9ecef;
            transition: all 0.3s ease;

            &:hover {
                box-shadow: 0 10px 30px rgba(113, 85, 239, 0.1);
                transform: translateY(-5px);
            }

            .onboarding-call__bottom-icon {
                width: 80px;
                height: 80px;
                border-radius: 50%;
                background: var(--theme-primary-color-shade-1);
                margin: 0 auto 20px auto;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;

                img {
                    width: 70px;
                    height: 70px;
                    border-radius: 50%;
                    object-fit: cover;
                }

                .onboarding-call__bottom-avatars {
                    position: absolute;
                    bottom: -5px;
                    right: -5px;

                    .onboarding-call__bottom-avatar {
                        width: 30px;
                        height: 30px;
                        border-radius: 50%;
                        border: 2px solid #ffffff;
                        object-fit: cover;
                    }
                }
            }

            .onboarding-call__bottom-title {
                font-size: 18px;
                font-weight: 600;
                color: var(--theme-heading-color);
                margin-bottom: 15px;
                line-height: 1.3;
            }

            .onboarding-call__bottom-indicator {
                font-size: 20px;
                color: var(--theme-primary-color);
                margin: 10px 0;
            }

            .onboarding-call__bottom-text {
                font-size: 14px;
                line-height: 1.6;
                color: #6c757d;
                margin: 0;
                font-style: italic;
            }
        }
    }

    .roi_of_marketing_section {
        position: relative;
        background: #ffffff;

        &::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 50px;
            background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(255, 255, 255)'/></svg>") repeat-x;
            background-size: 1200px 50px;
            z-index: 1;
        }
    }

    .two-column {
        background: #f9f9f9;
        padding: 0px 20px;

        .two-column__container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 0 auto;
            padding: 60px 0px;
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            line-height: 1.6;
            width: 100%;

            .two-column__item {
                padding: 30px;
                border-radius: 8px;

                p {
                    margin-bottom: 14px;
                }
            }

            .two-column__item--light {
                background: #ffffff;
                border-radius: 12px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            }

            .two-column__title {
                font-size: 20px;
                font-weight: 700;
                margin-bottom: 20px;
            }
        }
    }

    .support-features {
        background: #f8f9fa;
        padding: 80px 20px;

        .support-features__container {
            margin: 0 auto;

            .support-features__grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 90px 30px;
                margin-top: 40px;

                @media (max-width: 768px) {
                    grid-template-columns: 1fr;
                    gap: 90px 20px;
                }

                .support-features__card {
                    background: #ffffff;
                    border-radius: 12px;
                    padding: 30px 25px;
                    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
                    transition: all 0.3s ease;
                    border: 1px solid #f0f0f0;

                    &:hover {
                        transform: translateY(-5px);
                        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
                    }
                }

                .support-features__card-header {
                    text-align: center;
                    margin-bottom: 20px;

                    .support-features__card-icon {
                        margin: auto;
                        margin-top: -90px;
                        margin-bottom: 15px;
                        width: 100px;
                        height: 100px;
                        border-radius: 50%;
                        background: #ffffff;
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        svg {
                            width: 50px;
                            height: 50px;
                        }

                        img {
                            width: 100%;
                            height: 100%;
                            border-radius: 50%;
                        }
                    }

                    .support-features__card-title {
                        font-size: 18px;
                        font-weight: 600;
                        color: #2c3e50;
                        margin: 0;
                        font-family: 'Inter', sans-serif;
                    }
                }

                .support-features__card-body {
                    text-align: center;

                    .support-features__card-text {
                        font-size: 14px;
                        line-height: 1.6;
                        color: #6c757d;
                        margin: 0;
                        font-family: 'Inter', sans-serif;
                    }
                }
            }
        }
    }

    .separation-line {
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(to right, #898989 0 5px,
                /* dash */
                #c7c7c79c 5px 10px
                /* gap */
            );
        -webkit-mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent);
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
        margin: 5px 0px;

    }

    .bundle_section {
        .bundle__item {
            display: flex;
            align-items: flex-start;
            background: #38207073;
            border: 1px solid #ffffff;
            padding: 20px;
            border-radius: 10px;
            gap: 20px;
            text-align: left;
        }

        .bundle__icon {
            flex-shrink: 0;
            border: 1px solid var(--theme-primary-color);
            border-radius: 13px;

            img {
                width: 80px;
                height: auto;
                border-radius: 10px;
            }
        }

        .bundle__content {
            h3 {
                color: #fff;
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 10px;
            }

            p {
                font-size: 14px;
                line-height: 1.6;
                color: #ccc;
            }
        }

        .bundle__separator {
            font-size: 22px;
            font-weight: bold;
            color: #aaa;
            text-align: center;
        }

        .bundle__footer {
            margin: 40px 0 20px;
            font-size: 16px;
            font-weight: 600;
            color: #ddd;
        }

        .bundle__cta {
            text-align: center;
        }

        .bundle__button {
            display: inline-block;
            padding: 14px 30px;
            background: #f4b400;
            color: #111;
            font-size: 16px;
            font-weight: 700;
            border-radius: 6px;
            text-decoration: none;
            transition: 0.3s;

            &:hover {
                background: #ffc933;
            }
        }

    }

    .faq {
        margin: 60px auto;
        padding: 0px 15px;
        width: 100%;
        color: #000000;

        .faq__container {
            margin: auto;
            color: #000000;

            .faq__title {
                text-align: center;
                font-size: 26px;
                font-weight: 700;
                margin-bottom: 5px;
                color: #000000;
            }

            .faq__subtitle {
                text-align: center;
                margin-bottom: 25px;
                color: #000000;
            }

            .faq__item {
                margin-bottom: 10px;
                border-radius: 12px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
                color: #000000;
            }

            .faq__question {
                width: 100%;
                background: #ffffff;
                border: none;
                outline: none;
                padding: 16px;
                font-size: 16px;
                font-weight: 600;
                text-align: left;
                cursor: pointer;
                position: relative;
                display: flex;
                justify-content: space-between;
                align-items: center;
                border-radius: 12px;
                color: #000000;
            }

            .faq__icon {
                font-size: 20px;
                font-weight: bold;
                transition: transform 0.3s;
            }

            .faq__answer {
                display: none;
                padding: 0 16px 16px;
                font-size: 15px;
                line-height: 1.6;
                color: #000000;
            }

            .faq__item.active {
                .faq__answer {
                    display: block;
                }

                .faq__icon {
                    transform: rotate(45deg);
                }
            }
        }
    }

    .footer {
        background: #1b0c3d;
        color: #fff;
        text-align: center;
        padding: 60px 15px;
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-transform: none;

        &::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 50px;
            background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.89216H0V7.51961V59H1536V7.51961C1530.66 7.51961 1515.9 6.59412 1499.66 2.89216C1490.04 2.89216 1479.35 2.89216 1463.32 7.51961C1447.28 12.1471 1423.77 7.51961 1408.8 2.89216C1396.83 -0.809804 1388.14 4.43464 1385.29 7.51961H1345.74H1316.88C1310.46 7.51961 1292.29 2.89216 1283.74 2.89216C1275.19 2.89216 1239.92 7.51961 1218.54 2.89216C1201.44 -0.809804 1160.11 4.43464 1141.58 7.51961H1125.54C1120.91 7.51961 1110.37 6.59412 1105.24 2.89216C1098.82 -1.73529 1096.68 2.89216 1082.79 2.89216H1050.72C1031.91 2.89216 1001.55 5.97712 988.727 7.51961C983.382 7.51961 969.486 6.59412 956.66 2.89216C940.626 -1.73529 922.455 0 901.077 2.89216C879.699 5.78431 844.426 2.89216 826.255 2.89216C808.083 2.89216 797.395 7.51961 774.948 7.51961C752.501 7.51961 734.33 2.89216 711.883 2.89216H674.472H637.061H623.165H581.478C565.445 5.78431 571.858 2.89216 554.756 2.89216H522.689C504.518 2.89216 443.591 7.51961 429.695 2.89216C415.8 -1.73529 390.146 7.51961 381.595 7.51961H343.115C337.414 7.71242 323.02 7.05686 311.048 2.89216C296.084 -2.31373 286.463 2.89216 280.05 2.89216C273.637 2.89216 264.017 5.78431 240.501 2.89216C216.985 0 230.881 2.89216 215.917 2.89216H188.125H164.61H141.094L117.578 0H101.545C97.2693 0.964052 84.015 2.89216 65.2025 2.89216Z' fill='rgb(27, 12, 61)'/></svg>") repeat-x;
            background-size: 1200px 50px;
            z-index: 1;
        }

        .footer__container {
            margin: auto;
            color: #fff;

            .footer__headline {
                font-size: 16px;
                font-weight: 500;
                margin-bottom: 20px;
                color: #ddd;
            }

            .footer__button {
                display: inline-block;
                padding: 14px 40px;
                background: #f4b400;
                color: #111;
                font-size: 16px;
                font-weight: 700;
                border-radius: 6px;
                text-decoration: none;
                transition: 0.3s;

                &:hover {
                    background: #ffc933;
                }
            }

            .footer__note {
                font-size: 14px;
                margin: 30px 0 10px;
                color: #aaa;
            }

            .footer__logo img {
                width: 120px;
            }
        }

    }

    .journey_image_container {
        width: 90%;
        margin: auto;
        padding: 20px;

        /* For screen lower than 600px */
        @media screen and (max-width: 600px) {
            width: 100%;
            padding: 15px;
        }

        .journey_image {
            width: 100%;
            height: 100%;
            /* object-fit: cover */
            display: block;

            &.mobile-v {
                display: none;
            }

            /* For screen lower than 600px */
            @media screen and (max-width: 600px) {
                display: none;

                &.mobile-v {
                    display: block;
                }
            }

        }
    }

    .launchpad_image_container {
        width: 90%;
        margin: auto;
        background-image: url("/assets/img/sales_laptop_hero_bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;

        /* For screen lower than 600px */
        @media screen and (max-width: 600px) {
            padding: 25px 10px 35px 15px;
        }

        .launchpad_image {
            width: 100%;
            height: 100%;
            /* object-fit: cover */
            display: block;

            &.mobile-v {
                display: none;
            }

            /* For screen lower than 600px */
            @media screen and (max-width: 600px) {
                display: none;

                &.mobile-v {
                    display: block;
                }
            }

        }
    }

    .sales_title_h1 {
        font-size: 36px !important;
    }

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

    .sales_title_h3 {
        font-size: 22px !important;
    }

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

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

    /* Screen lower than 1400px */
    @media screen and (max-width: 1400px) {

        .section__container {
            max-width: 1230px;
        }

        .offer-section {
            .offer-section__details {
                .offer-section__title {
                    font-size: 28px;
                }

                .offer-section__subtitle {
                    font-size: 18px;
                }

                .offer-section__bundle {
                    .offer-section__bundle-title {
                        font-size: 16px;
                    }

                    .offer-section__price {
                        font-size: 18px;
                    }
                }

                .offer-section__cta {
                    font-size: 14px;
                }

            }
        }

        .wavy-background {
            .container {
                .wavy-title {
                    font-size: 32px;
                }

                .wavy-subtitle {
                    font-size: 18px;
                }

                .wavy-description {
                    font-size: 12px;
                }
            }
        }

        .testimonials {
            .testimonial-card {
                .testimonial-card__text {
                    font-size: 14px;
                }
            }

            .testimonials__disclaimer {
                font-size: 11px;
            }
        }

        .zigzag {
            .zigzag__container {
                .zigzag__title {
                    font-size: 20px;
                }
            }
        }

        .two-column {
            font-size: 14px;

            .two-column__title {
                font-size: 18px;
            }
        }

        .bundle__content {
            h3 {
                font-size: 16px;
            }
        }

        .faq {
            & .faq__container {
                .faq__title {
                    font-size: 24px;
                }

                .faq__question {
                    padding: 14px;
                }

                .faq__answer {
                    font-size: 14px;
                }
            }
        }

        .cta-footer {
            .cta-footer__headline {
                font-size: 14px;
            }
        }
    }


    /* Screen lower than 1200px */
    @media screen and (max-width: 1200px) {
        .section__container {
            max-width: 1120px;
        }

        .offer-section {
            .offer-section__details {
                .offer-section__title {
                    font-size: 28px;
                }

                .offer-section__subtitle {
                    font-size: 16px;
                }

                .offer-section__bundle {
                    .offer-section__bundle-title {
                        font-size: 15px;
                    }

                    .offer-section__price {
                        font-size: 17px;
                    }
                }

                .offer-section__cta {
                    font-size: 14px;
                }

            }
        }

        .wavy-background {
            .container {
                .wavy-title {
                    font-size: 30px;
                }

                .wavy-subtitle {
                    font-size: 16px;
                }

                .wavy-description {
                    font-size: 12px;
                }
            }
        }

        .testimonials {
            .testimonials__subtitle {
                font-size: 24px;
            }

            .testimonial-card {
                .testimonial-card__text {
                    font-size: 14px;
                }
            }

            .testimonials__disclaimer {
                font-size: 11px;
            }
        }

        .zigzag {
            .zigzag__container {
                .zigzag__title {
                    font-size: 18px;
                }
            }
        }

        .two-column {
            font-size: 14px;

            .two-column__title {
                font-size: 16px;
            }
        }

        .bundle__content {
            h3 {
                font-size: 16px;
            }
        }

        .faq {
            & .faq__container {
                .faq__title {
                    font-size: 22px;
                }

                .faq__question {
                    padding: 14px;
                }

                .faq__answer {
                    font-size: 14px;
                }
            }
        }

        .cta-footer {
            .cta-footer__headline {
                font-size: 14px;
            }
        }

        .sales_title_h2 {
            font-size: 30px !important;
        }

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

    /* Screen lower than 1100px */
    @media screen and (max-width: 1100px) {
        .section__container {
            max-width: 90%
        }

        & .offer-section {
            .offer-section__container {
                flex-wrap: wrap;
                gap: 20px;
            }
        }

        .two-column__container {
            .two-column__item {
                padding: 0px;
            }
        }

        .onboarding-call {
            & .onboarding-call__flow {
                .onboarding-call__step {
                    max-width: 250px;
                    min-width: 210px;
                }
            }
        }
    }

    /* Screen lower than 1000px */
    @media screen and (max-width: 1000px) {
        & .customer-feedback {
            .customer-feedback__container {
                .customer-feedback__grid {
                    grid-template-columns: 1fr;

                    .customer-feedback__item {
                        &:nth-child(odd) {
                            .customer-feedback__card {
                                flex-direction: column;

                                & .customer-feedback__content {
                                    &::after {
                                        bottom: -10px;
                                        border-bottom-left-radius: 12px;
                                        border-bottom-right-radius: 12px;
                                        top: unset;
                                        border-top-left-radius: unset;
                                        border-top-right-radius: unset;
                                    }
                                }
                            }
                        }

                        &:nth-child(even) {
                            .customer-feedback__card {
                                flex-direction: column;

                                & .customer-feedback__content {
                                    &::after {
                                        bottom: -10px;
                                        border-bottom-left-radius: 12px;
                                        border-bottom-right-radius: 12px;
                                        top: unset;
                                        border-top-left-radius: unset;
                                        border-top-right-radius: unset;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        .onboarding-call {
            & .onboarding-call__flow {
                flex-direction: column;
                align-items: center;
                gap: 30px;

                .onboarding-call__step {
                    max-width: 400px;
                    min-width: 210px;

                    &:nth-child(5) {
                        margin-bottom: 60px;
                    }

                    &:nth-child(6),
                    &:nth-child(7),
                    &:nth-child(8) {
                        margin-top: 0px;
                    }

                }

                .onboarding-call__arrow {
                    transform: rotate(90deg);
                    margin-top: 10px;

                    &:nth-child(7) {
                        margin-top: 10px;
                    }

                    &.dynamic-bottom-arrow-1 {
                        height: unset;
                        top: calc(100% + 25px);

                        & svg {
                            &.arrow_down {
                                display: none;
                            }

                            &.arrow_simple {
                                display: block;
                                transform: rotate(90deg);
                            }
                        }
                    }
                }
            }
        }

        & .wavy-background {
            &.white_background {
                .bundle_items_container {
                    grid-template-columns: unset;
                    display: flex;
                    flex-direction: column-reverse;
                }
            }
        }

        & .content-course {
            & .content-course__container {
                .content-course__wrapper {
                    gap: 30px 20px;
                }
            }
        }

        & .course-impact {
            & .course-impact__container {
                .course-impact__testimonials {
                    gap: 30px;

                    .course-impact__testimonial:nth-child(odd) {
                        margin-right: 0px;
                    }

                    .course-impact__testimonial:nth-child(even) {
                        margin-left: 0px;
                    }
                }
            }
        }
    }

    /* Screen lower than 900px */
    @media screen and (max-width: 900px) {
        & .navbar {
            padding: 10px 45px;
            justify-content: space-between;

            .navbar__actions {
                position: relative;
                right: auto;
                top: auto;
                transform: none;
            }

            .navbar__buy-now {
                position: relative;
                right: auto;
                top: auto;
                transform: none;
            }
        }

        & .offer-section {
            .offer-section__container {
                flex-wrap: wrap;
                gap: 20px;
            }
        }

        .zigzag {
            & .zigzag__container {
                gap: 10px;

                &.no-separation {
                    .separation-line {
                        display: block;
                    }
                }

                .zigzag__item {
                    gap: 0px;
                    flex-direction: column;

                    &.flex-wrap-column-reverse {
                        flex-direction: column-reverse;
                    }
                }
            }
        }

        .two-column__container {
            grid-template-columns: 1fr;

            .two-column__item {
                padding: 10px;
            }
        }

        .offer-section {
            .offer-section__details {
                .offer-section__title {
                    font-size: 28px;
                }

                .offer-section__subtitle {
                    font-size: 16px;
                }

                .offer-section__bundle {
                    .offer-section__bundle-title {
                        font-size: 15px;
                    }

                    .offer-section__price {
                        font-size: 17px;
                    }
                }

                .offer-section__cta {
                    font-size: 14px;
                }

            }
        }

        .wavy-background {
            .container {
                .wavy-title {
                    font-size: 28px;
                }

                .wavy-subtitle {
                    font-size: 16px;
                }

                .wavy-description {
                    font-size: 12px;
                }
            }
        }

        .testimonials {
            .testimonials__subtitle {
                font-size: 22px;
            }

            .testimonial-card {
                .testimonial-card__text {
                    font-size: 14px;
                }
            }

            .testimonials__disclaimer {
                font-size: 11px;
            }
        }

        .zigzag {
            .zigzag__container {
                .zigzag__title {
                    font-size: 18px;
                }
            }
        }

        .two-column {
            .two-column__container {
                font-size: 14px;
            }

            .two-column__title {
                font-size: 16px;
            }
        }

        .bundle__content {
            h3 {
                font-size: 16px;
            }
        }

        .faq {
            & .faq__container {
                .faq__title {
                    font-size: 20px;
                }

                .faq__question {
                    padding: 14px;
                    font-size: 16px;
                }

                .faq__answer {
                    font-size: 13px;
                }
            }
        }

        .cta-footer {
            .cta-footer__headline {
                font-size: 14px;
            }
        }

        & .content-course {
            & .content-course__container {
                .content-course__wrapper {
                    display: flex;
                    flex-direction: column-reverse;
                    gap: 10px;
                }
            }
        }

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

        .who_this_is_for_section {
            .who_this_is_for__image {

                img {
                    border-radius: 0px;
                }
            }
        }
    }

    /* Screen lower than 700px */
    @media screen and (max-width: 700px) {
        & .offer-section {
            padding: 30px 20px 75px 20px;

            & .offer-section__details {
                .offer-section__title {
                    font-size: 26px;
                }

                .offer-section__subtitle {
                    font-size: 16px;
                }

                & .offer-section__bundle {
                    & .offer-section__bundle-title {
                        font-size: 15px;
                    }

                    .offer-section__price {
                        font-size: 17px;
                    }
                }

                .offer-section__cta {
                    font-size: 14px;
                }

            }
        }

        & .wavy-background {
            & .container {
                .wavy-title {
                    font-size: 26px;
                }

                .wavy-subtitle {
                    font-size: 16px;
                }

                .wavy-description {
                    font-size: 12px;
                }
            }
        }

        & .testimonials {
            .testimonials__subtitle {
                font-size: 20px;
            }

            & .testimonial-card {
                .testimonial-card__text {
                    font-size: 14px;
                }
            }

            .testimonials__disclaimer {
                font-size: 11px;
            }
        }

        & .zigzag {
            .zigzag__container {
                .zigzag__title {
                    font-size: 18px;
                }

                .zigzag__content {
                    font-size: 14px;
                }
            }
        }

        & .two-column {
            font-size: 14px;

            .two-column__container {
                grid-template-columns: 1fr;
            }

            .two-column__title {
                font-size: 16px;
            }
        }

        .bundle_section {
            .bundle__item {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
        }

        & .bundle__content {
            h3 {
                font-size: 16px;
            }
        }

        & .faq {
            & .faq__container {
                .faq__title {
                    font-size: 20px;
                }

                .faq__question {
                    padding: 14px;
                }

                .faq__answer {
                    font-size: 14px;
                }
            }
        }

        & .cta-footer {
            .cta-footer__headline {
                font-size: 14px;
            }
        }

        & .onboarding-call {
            & .onboarding-call__flow {
                gap: 15px;

                .onboarding-call__arrow {
                    width: 25px;
                }
            }
        }

        .sales_title_h2 {
            font-size: 26px !important;
        }

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

        .sales_subtitle_p {
            font-size: 15px !important;
        }
    }

    /* Screen lower than 625px */
    @media screen and (max-width: 625px) {
        & .navbar {
            justify-content: center;
            height: auto;
            flex-direction: column;
            gap: 10px;

            .navbar__actions {
                position: unset;
                top: unset;
                right: unset;
                transform: none;
                flex-wrap: wrap;
                justify-content: center;
            }

            .navbar__buy-now {
                position: unset;
                top: unset;
                right: unset;
            }

            .navbar__country-dropdown {
                order: -1;
            }
        }
    }

    /* Screen lower than 600px */
    @media screen and (max-width: 600px) {
        .section__container {
            max-width: 100%;
        }

        & .support-team {
            & .support-team__container {
                & .support-team__testimonials {
                    & .support-team__testimonial {
                        & .support-team__profile {
                            .support-team__avatar {
                                width: 70px;
                                height: 70px;

                                &::before {
                                    width: 20px;
                                    height: 20px;
                                }
                            }
                        }
                    }
                }
            }
        }

        & .content-course {
            & .content-course__container {
                & .content-course__accordion {
                    & .accordion-item {
                        & .accordion-header {
                            .accordion-number {
                                width: 25px;
                                height: 25px;
                                font-size: 15px;
                            }
                        }
                    }
                }
            }
        }

        & .course-impact {
            & .course-impact__container {
                & .course-impact__testimonials {
                    & .course-impact__testimonial {
                        & .course-impact__author {
                            .course-impact__avatar {
                                width: 70px;
                                height: 70px;
                            }
                        }
                    }
                }
            }
        }
    }

    /* Screen lower than 500px */
    @media screen and (max-width: 500px) {
        & .navbar {
            padding: 10px;
        }

        & .offer-section {
            & .offer-section__details {

                & .offer-section__bundle {
                    & .header {
                        .offer-section__bonus-badge {
                            width: 80%;
                            justify-content: center;
                            text-align: center;
                        }
                    }

                    .offer-section__bundle-list {
                        margin: 0px 0px 0px 25px !important;
                    }
                }
            }
        }

        & .zigzag {
            & .zigzag__container {
                .zigzag__list {
                    padding: 0px;
                }
            }
        }
    }

    /* Screen lower than 450px */
    @media screen and (max-width: 450px) {
        & .navbar {
            .navbar__buy-now {
                /* right: 15px; */
            }
        }

        & .offer-section {
            padding: 20px 15px 75px 15px;

            .offer-section__container {
                width: 100%;
            }
        }
    }

    /* Screen lower than 400px */
    @media screen and (max-width: 400px) {
        & .navbar {
            /* height: 120px; */

            .navbar__offer-ends {
                flex-wrap: wrap;

                .navbar__offer-ends-timer {
                    width: 100%;
                    justify-content: center;
                }
            }
        }

        & .testimonials {
            .testimonials__subtitle {
                font-size: 18px;
            }

            .testimonials__container {
                grid-template-columns: auto;
            }
        }

        & .offer-section {

            & .offer-section__details {
                & .offer-section__bundle {
                    & .header {
                        flex-wrap: wrap;
                        padding-top: 20px;

                        .offer-section__checkbox {
                            width: 16px;
                            height: 16px;

                            &::after {
                                width: 10px;
                                height: 10px;
                            }
                        }
                    }

                    .offer-section__price-container {
                        width: 100%;
                    }

                    .offer-section__bundle-title {
                        max-width: 100%;
                        font-size: 16px;

                        .offer-section__bundle-title-text {
                            max-width: none;
                        }
                    }

                    .offer-section__price {
                        width: auto;
                        text-align: right;
                    }
                }
            }
        }

        & .wavy-background {
            & .wavy-content {
                & .container {

                    .wavy-subtitle {
                        margin: 25px auto;
                    }

                    .wavy-description {
                        width: 100%;
                        padding: 0px;
                    }
                }
            }
        }

        .sales-letter {
            padding: 40px 15px;
        }

        .sales_title_h2 {
            font-size: 26px !important;
        }

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

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

}

/* Payment Options Toggle and Saved Cards - Added for Upgrade Package Module */
.payment-options {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    font-family: 'Inter', sans-serif;

    .payment-option {
        position: relative;

        .payment-radio {
            position: absolute;
            opacity: 0;
            cursor: pointer;

            &:checked+.payment-label {
                border-color: var(--theme-primary-color);
                background: rgba(113, 85, 239, 0.1);
                color: var(--theme-primary-color);

                .payment-radio-custom {
                    border-color: var(--theme-primary-color);
                    background: var(--theme-primary-color);

                    &::after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 10px;
                        height: 10px;
                        background: white;
                        border-radius: 50%;
                    }
                }
            }
        }

        .payment-label {
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            color: var(--theme-heading-color);
            padding: 12px 16px;
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            transition: all 0.3s ease;
            background: #fff;
            min-width: 150px;
            justify-content: center;

            &:hover {
                border-color: var(--theme-primary-color);
                background: rgba(113, 85, 239, 0.05);
            }

            .payment-radio-custom {
                width: 18px;
                height: 18px;
                border: 1px solid #d1d5db;
                border-radius: 50%;
                position: relative;
                transition: all 0.3s ease;
            }
        }
    }
}

/* Saved Cards Section */
.saved-cards-section {

    .saved-cards-title {
        font-size: 16px;
        font-weight: 600;
        color: var(--theme-heading-color);
        margin-bottom: 20px;
        font-family: 'Inter', sans-serif;
    }

    .saved-card-item {
        position: relative;
        width: 100%;
        max-width: 400px;
        height: 200px;
        border-radius: 12px;

        .saved-card-radio {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        .saved-card-label {
            display: block;
            cursor: pointer;
        }
    }
}

.dummy-card {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 24px;
    position: relative;
    color: white;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px;
        background: linear-gradient(135deg,
                rgba(255, 255, 255, 0.1) 0%,
                rgba(255, 255, 255, 0.05) 50%,
                rgba(0, 0, 0, 0.05) 100%);
        pointer-events: none;
    }

    &::after {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle,
                rgba(255, 255, 255, 0.1) 0%,
                transparent 70%);
        transform: rotate(45deg);
        pointer-events: none;
    }

    .card-type-icon {
        position: absolute;
        bottom: 24px;
        right: 24px;
        z-index: 2;
        width: 60px;

        svg {
            width: 100%;
            height: 100%;
        }
    }

    /* Card Type Specific Backgrounds with Realistic Gradients */
    &.visa-card {
        background: linear-gradient(135deg,
                #1e3a8a 0%,
                #3b82f6 30%,
                #1e40af 70%,
                #1e3a8a 100%);
    }

    &.mastercard-card {
        background: linear-gradient(135deg,
                #dc2626 0%,
                #ef4444 30%,
                #f87171 50%,
                #dc2626 100%);
    }

    &.amex-card {
        background: linear-gradient(135deg,
                #064e3b 0%,
                #059669 30%,
                #10b981 50%,
                #064e3b 100%);

        .card-type-icon {
            width: 150px;
        }
    }

    &.discover-card {
        background: linear-gradient(135deg,
                #f59e0b 0%,
                #fbbf24 30%,
                #fcd34d 50%,
                #f59e0b 100%);

        .card-type-icon {
            width: 100px;
        }
    }

    .card-number {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 3px;
        margin-top: 70px;
        font-family: 'Courier New', monospace;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        z-index: 2;
        position: relative;
    }

    .card-holder {
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 8px;
        /* opacity: 0.85; */
        font-family: 'Inter', sans-serif;
        z-index: 2;
        position: relative;
    }

    .card-expiry {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1.2px;
        font-family: 'Courier New', monospace;
        opacity: 0.9;
        z-index: 2;
        position: relative;
    }

    .card-chip {
        position: absolute;
        top: 50px;
        left: 24px;
        width: 32px;
        height: 24px;
        z-index: 2;

        svg {
            width: 100%;
            height: 100%;
        }
    }

    .contactless {
        position: absolute;
        top: 50px;
        right: 80px;
        width: 24px;
        height: 20px;
        z-index: 2;

        &::before,
        &::after {
            content: '';
            position: absolute;
            border: 2px solid rgba(255, 255, 255, 0.6);
            border-radius: 50px;
            border-bottom: none;
            border-left: none;
        }

        &::before {
            width: 16px;
            height: 12px;
            top: 4px;
            left: 4px;
        }

        &::after {
            width: 24px;
            height: 20px;
            top: 0;
            left: 0;
        }
    }
}


/* New Card Section */
.new-card-section {

    .new-card-title {
        font-size: 16px;
        font-weight: 600;
        color: var(--theme-heading-color);
        margin-bottom: 20px;
        font-family: 'Inter', sans-serif;
    }
}

/* Additional Card Icons */
.card-icons {
    display: flex;
    gap: 8px;

    .card-icon {
        height: 24px;
        width: auto;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .payment-options {
        flex-direction: column;
        gap: 15px;

        .payment-option .payment-label {
            min-width: auto;
            padding: 10px 14px;
        }
    }

    .saved-cards-section .saved-cards-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .dummy-card {
        padding: 24px 16px;

        .card-number {
            font-size: 16px;
        }
    }
}

@media (max-width: 450px) {
    .dummy-card {
        padding: 24px 8px;

        .card-number {
            font-size: 12px;
        }
    }
}

@media (max-width: 350px) {
    .dummy-card {

        .card-number {
            font-size: 10px;
        }
    }
}

/* Payment Plans Section - Added for Upgrade Package Module */
.payment-plans {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
}

.payment-plan-card {
    position: relative;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.payment-plan-radio {
    display: none;
}

.payment-plan-label {
    display: block;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.payment-plan-label:hover {
    border-color: var(--theme-primary-color);
    box-shadow: 0 4px 12px rgba(113, 85, 239, 0.1);
    transform: translateY(-2px);
}

.payment-plan-radio:checked+.payment-plan-label {
    border-color: var(--theme-primary-color);
    background: #faf9ff;
    box-shadow: 0 4px 16px rgba(113, 85, 239, 0.15);
    transform: translateY(-2px);
}

.payment-plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.payment-plan-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-heading-color);
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.payment-plan-badge {
    background: var(--theme-primary-color);
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
}

.payment-plan-pricing {
    margin-bottom: 5px;
}

.payment-plan-amount {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 4px;
}

.payment-plan-recurring {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e5e7eb;
}

.payment-plan-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-heading-color);
    font-family: 'Inter', sans-serif;
}

.payment-plan-period {
    font-size: 14px;
    color: #6b7280;
    font-family: 'Inter', sans-serif;
}

.payment-plan-then {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.payment-plan-selection {
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment-plan-radio-visual {
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.payment-plan-radio:checked+.payment-plan-label .payment-plan-radio-visual {
    border-color: var(--theme-primary-color);
    background: var(--theme-primary-color);
}

.payment-plan-radio:checked+.payment-plan-label .payment-plan-radio-visual::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.payment-plan-select-text {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    font-family: 'Inter', sans-serif;
}

.payment-plan-radio:checked+.payment-plan-label .payment-plan-select-text {
    color: var(--theme-primary-color);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .payment-plan-label {
        padding: 20px;
    }

    .payment-plan-name {
        font-size: 16px;
    }

    .payment-plan-price {
        font-size: 20px;
    }

    .payment-plan-badge {
        font-size: 11px;
        padding: 3px 10px;
    }
}

.bundle__items.bonuses-included .bundle__item{
    background: #49396d;
}

.wavy-background.bonus::before{
    background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(113, 85, 239)'/></svg>") repeat-x;
}
.wavy-background.bonus::after{
    background: url("data:image/svg+xml,<svg width='1536' height='59' viewBox='0 0 1536 59' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M65.2025 2.8924C44 5.50024 4 2.5 0 5.5V11.0002V59.0002H1536V5.50024C1529.5 3.5 1515.9 6.59436 1499.66 2.8924C1490.04 2.8924 1479.35 2.8924 1463.32 7.51985C1447.28 12.1473 1423.77 7.51985 1408.8 2.8924C1396.83 -0.80956 1388.14 4.43489 1385.29 7.51985H1345.74H1316.88C1310.46 7.51985 1292.29 2.8924 1283.74 2.8924C1275.19 2.8924 1239.92 7.51985 1218.54 2.8924C1201.44 -0.80956 1160.11 4.43489 1141.58 7.51985H1125.54C1120.91 7.51985 1110.37 6.59436 1105.24 2.8924C1098.82 -1.73505 1096.68 2.8924 1082.79 2.8924H1050.72C1031.91 2.8924 1001.55 5.97737 988.727 7.51985C983.382 7.51985 969.486 6.59436 956.66 2.8924C940.626 -1.73505 922.455 0.000244141 901.077 2.8924C879.699 5.78456 844.426 2.8924 826.255 2.8924C808.083 2.8924 797.395 7.51985 774.948 7.51985C752.501 7.51985 734.33 2.8924 711.883 2.8924H674.472H637.061H623.165H581.478C565.445 5.78456 571.858 2.8924 554.756 2.8924H522.689C504.518 2.8924 443.591 7.51985 429.695 2.8924C415.8 -1.73505 390.146 7.51985 381.595 7.51985H343.115C337.414 7.71266 323.02 7.05711 311.048 2.8924C296.084 -2.31348 286.463 2.8924 280.05 2.8924C273.637 2.8924 264.017 5.78456 240.501 2.8924C216.985 0.000244141 230.881 2.8924 215.917 2.8924H188.125H164.61H141.094L117.578 0.000244141H101.545C97.2693 0.964296 83.8743 0.595824 65.2025 2.8924Z' fill='rgb(113, 85, 239)'/></svg>") repeat-x;
}

.offer-section__bundle-list-item.bonus strong span{
    font-weight: 800;
    background-color: #39a66a52;
    border: 1px solid #39a66a;
    border-radius: 3px;
    padding: 2px 5px;
}

#shipping_address {
    min-height: 80px;
}
@media (max-width: 480px) {
    .launchpad_image_container{
        width: 100% !important;
        padding-bottom: 0 !important;
    }
}
.orange-theme-color{
    color: #F37021 !important;
}