@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Lexend+Deca:wght@200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,500&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* ============= Global ============= */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: "Arial", sans-serif !important;
}


img{
    width: auto;
    height: auto;
}

a{
    text-decoration: none;
}

p{
    margin-bottom: 0 !important;
}

ul, li{
    margin-bottom: 0 !important;
}

:root{

    /* =========== Color System ================ */

    /* ============== Primary Color Pallette ============ */
    --primary-color: #02398B;
    --primary-100-color: #002762; 
    --primary-90-color: #1555B4; 
    --primary-80-color: #002762; 
    --primary-70-color: #3075DD; 
    --primary-60-color: #5297FF; 
    --primary-50-color: #71AAFF; 
    --primary-40-color: #90BCFF; 
    --primary-30-color: #AFCFFF; 
    --primary-20-color: #CEE2FF; 
    --primary-10-color: #EDF4FF;
    --btn-primary-color: #1A85CF;
    --btn-hover-color: #14679E;

    /* ============= Secondary Color Pallete ==============*/
    --secondary-color: #00B4FF;
    --secondary-100-color: #00415C;
    --secondary-90-color: #005E85;
    --secondary-80-color: #007AAD;
    --secondary-70-color: #0097D6;
    --secondary-60-color: #00B4FF;
    --secondary-50-color: #2EC1FF;
    --secondary-40-color: #5CCFFF;
    --secondary-30-color: #8ADCFF;
    --secondary-20-color: #B7EAFF;
    --secondary-10-color: #E5F7FF;

    /* =========== Danger Color Pallete ============== */
    --danger-color: #E5553C;
    --danger-100-color: #5D1205;
    --danger-90-color: #7F1E0D;
    --danger-80-color: #A12E19;
    --danger-70-color: #C34029;
    --danger-60-color: #E5553C;
    --danger-50-color: #FF6A4F;
    --danger-40-color: #FF8B77;
    --danger-30-color: #FFAD9E;
    --danger-20-color: #FFCEC6;
    --danger-10-color: #FFF0ED;

    /* ============== Success Color Pallete ================= */
    --success-color: #36B37E;
    --success-100-color: #0B4D31;
    --success-90-color: #156F49;
    --success-80-color: #249163;
    --success-70-color: #36B37E;
    --success-60-color: #4CD59B;
    --success-50-color: #66F7B9;
    --success-40-color: #8AFFCD;
    --success-30-color: #ACFFDC;
    --success-20-color: #CEFFEA;
    --success-10-color: #F0FFF8;

   /* =============== Pending Color Pallete ================ */
    --pending-color: #FFAB00;
    --pending-100-color: #5C3E00;
    --pending-90-color: #855900;
    --pending-80-color: #AD7400;
    --pending-70-color: #D69000;
    --pending-60-color: #FFAB00;
    --pending-50-color: #FFBA2E;
    --pending-40-color: #FFC95C;
    --pending-30-color: #FFD88A;
    --pending-20-color: #FFE7B7;
    --pending-10-color: #FFF6E5;

    /* =============== Info Color Pallete ================ */
    --info-color: #00B4FF;
    --info-100-color: #00415C;
    --info-90-color: #005E85;
    --info-80-color: #007AAD;
    --info-70-color: #0097D6;
    --info-60-color: #00B4FF;
    --info-50-color: #2EC1FF;
    --info-40-color: #5CCFFF;
    --info-30-color: #8ADCFF;
    --info-20-color: #B7EAFF;
    --info-10-color: #E5F7FF;

    /* ============ Text Color ===============  */
    --text-primary-color: #1D1D1F;
    --text-black-color: #000;
    --text-banner-color: #10293D;
    --text-smallbanner-color: #6E6E73;
    --text-header-color: #6c6c6c;
    --text-100-color: #282829;    
    --text-90-color: #3D3D3D;
    --text-80-color: #525252;
    --text-70-color: #666666;
    --text-60-color: #8F8F8F;
    --text-50-color: #A3A3A3;
    --text-40-color: #B8B8B8;
    --text-30-color: #CCCCCC;
    --text-20-color: #E1E1E1;
    --text-10-color: #F5F5F5;
    --text-light-color: #fff;
    --font-family:  "Arial", sans-serif !important;


    /* ================ Complimentary Color =========*/
    --complimentary-color: #FF863B;

    /* ============ Text Sizes ================ */
    --atom-lg-text: 4.313rem;
    --atom-md-text: 3.438rem;
    --atom-h1: 2.75rem;
    --atom-h2: 2.188rem;
    --atom-h3: 1.75rem;
    --atom-h4: 1.438rem; 
    --atom-label: 1rem;
    --atom-p: 1rem;
    --atom-tiny: 0.75rem;
    --atom-btn-text: 1rem;

    /* ==================== Spacing ================= */
    --atom-5x-space: 7.5rem;
    --atom-4x-space: 6.5rem;
    --atom-3x-space: 5rem;
    --atom-2x-space: 4rem;
    --atom-x-space: 3.75rem;
    --atom-l-space: 3.125rem;
    --atom-m-space: 2.5rem;
    --atom-s-space: 1.3rem;

    /* ================== Font Weight ================ */
    --font-bold: 700;
    --font-normal: 400;

    /* ============= Box Shadow ============= */
    --box-shadow: 1px 1px 6px 3px rgba(19, 59, 27, 0.3);
    --box-shadoow: 2px 4px 6px rgba(19, 59, 27, 0.3);

    /* =============== width =============== */

    --atom-width-10: 10%;
    --atom-width-20: 20%;
    --atom-width-30: 30%;
    --atom-width-40: 40%;
    --atom-width-50: 50%;
    --atom-width-60: 60%;
    --atom-width-70: 70%;
    --atom-width-80: 80%;
    --atom-width-90: 90%;
    --atom-width-100: 100%;
    
} 


/* =========== Badge components =============== */

.atom-badge{
    padding: 3px 10px; 
    border-radius: 50px;
    display: inline-block;
    font-size: 0.7rem;
    font-family: var(--font-family), sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

/* =========== Badge components =============== */


/* =============== Background Color ============= */

.atom-bg-primary{
    background: var(--btn-primary-color);
    transition: 0.3s ease;
}

.atom-bg-primary:hover{
    background: var(--btn-hover-color);
}

.atom-bg-success{
    background: var(--success-color);
    transition: 0.3s ease;
}

.atom-bg-success:hover{
    background: var(--success-80-color);
}

.atom-bg-danger{
    background: var(--danger-color);
    transition: 0.3s ease;
}

.atom-bg-danger:hover{
    background: var(--danger-70-color);
}

.atom-bg-pending{
    background: var(--pending-color);
    transition: 0.3s ease;
}

.atom-bg-pending:hover{
    background: var(--pending-70-color);
}

.atom-bg-info{
    background: var(--info-color);
    transition: 0.3s ease;
}

.atom-bg-info:hover{
    background: var(--info-70-color);
}


/* =============== Background Color ============= */


/* =========== Alert Banner =========== */

.atom-alert{
    padding: 20px;
    margin-bottom: 16px;
    position: relative;
    border-radius: 7px;
}

.atom-alert-primary{
    border-left: 5px solid var(--primary-color);
    background: var(--primary-10-color);
    color: var(--primary-color);
}

.atom-alert-success{
    border-left: 5px solid var(--success-color);
    background: var(--success-10-color);
    color: var(--success-color);
}

.atom-alert-danger{
    border-left: 5px solid var(--danger-color);
    background: var(--danger-10-color);
    color: var(--danger-color);
}

.atom-alert-pending{
    border-left: 5px solid var(--pending-color);
    background: var(--pending-10-color);
    color: var(--pending-color);
}

.atom-alert-info{
    border-left: 5px solid var(--info-color);
    background: var(--info-10-color);
    color: var(--info-color);
}

.atom-alert-dark{
    border-left: 5px solid var(--text-100-color);
    background: var(--text-10-color);
    color: var(--text-100-color);
}


/* =========== Alert Banner =========== */


/* ============== Width ============= */

.atom-w-10{
    width: var(--atom-width-10);
}

.atom-w-20{
    width: var(--atom-width-20);
}

.atom-w-30{
    width: var(--atom-width-30);
}

.atom-w-40{
    width: var(--atom-width-40);
}

.atom-w-50{
    width: var(--atom-width-50);
}

.atom-w-60{
    width: var(--atom-width-60);
}

.atom-w-70{
    width: var(--atom-width-70);
}

.atom-w-80{
    width: var(--atom-width-80);
}

.atom-w-90{
    width: var(--atom-width-90);
}

.atom-w-100{
    width: var(--atom-width-100);
}


/* ============== Width ============= */


/* ============= Pre Code ============== */

.border-code.atom-p{
    border: 1px solid #dee2e6;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    line-height: 1.5;
}

.border-code{
    border: 1px solid #dee2e6;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.border{
    padding: 30px 12px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.el{
    color: var(--primary-color);
}

.cl{
    color: #f08d49;
}

.ce{
    color: #4CAF50;
}

i.copy-icon {
    position: absolute;
    right: 30px;
    cursor: pointer;
    top: 20px;
    transition: 0.3s ease;
}

i.copy-icon:hover{
    color: var(--secondary-color);
}

pre {
    display: block;
    padding: 30px 12px;
    overflow: auto;
    font-size: .875em;
    margin-bottom: 0 !important;
    overflow: scroll;
    background: var(--text-10-color);
    position: relative;
    padding: 20px 0 0 0;
}

code{
    padding: 0 12px;
}

/* ============= Pre Code ============== */


/* ============== Buttons =============== */

.atom-btn img{
    width: auto;
    height: 25px;
}

.atom-btn{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: var(--atom-p);
    font-family: var(--font-family);
    font-style: normal;
    margin-bottom: 1rem;
}

.atom-btn-sqr{
    padding: 0.5rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: var(--atom-p);
    font-family: var(--font-family);
    font-style: normal;
    margin-bottom: 1rem;
}

.atom-btn-pill{
    padding: 0.5rem 3rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 3.125rem;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: var(--atom-p);
    font-family: var(--font-family);
    font-style: normal;
    margin-bottom: 1rem;
}

.atom-btn-outline-success{
    border: 1px solid var(--success-color);
    color: var(--success-color);
    background: transparent;
    transition: 0.3s ease;
}

.atom-btn-outline-success:hover{
    background: var(--success-color);
    color: var(--text-10-color);
}

.atom-btn-outline-danger{
    border: 1px solid var(--danger-color);
    color: var(--danger-color);
    background: transparent;
    transition: 0.3s ease;
}

.atom-btn-outline-danger:hover{
    background: var(--danger-color);
    color: var(--text-10-color);
}

.atom-btn-outline-pending{
    border: 1px solid var(--pending-color);
    color: var(--pending-color);
    background: transparent;
    transition: 0.3s ease;
}

.atom-btn-outline-pending:hover{
    background: var(--pending-color);
    color: var(--text-10-color);
}

.atom-btn-outline-primary{
    border: 1px solid var(--btn-primary-color);
    color: var(--btn-primary-color);
    background: transparent;
    transition: 0.3s ease;
}

.atom-btn-outline-primary:hover{
    background: var(--btn-hover-color);
    color: var(--text-10-color);
}

.atom-btn-outline-secondary{
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background: transparent;
    transition: 0.3s ease;
}

.atom-btn-outline-secondary:hover{
    background: var(--secondary-color);
    color: var(--text-10-color);
}

.atom-btn-outline-cancel{
    border: 1px solid var(--text-70-color);
    color: var(--text-70-color);
    background: transparent;
    transition: 0.3s ease;
}

.atom-btn-outline-cancel:hover{
    background: var(--text-70-color);
    color: var(--text-10-color);
}


.atom-btn-primary{
    background: var(--btn-primary-color);
    border-color: var(--btn-primary-color);
    transition: 0.3s ease;
}

.atom-btn-primary:hover{
    background: var(--btn-hover-color);
    border-color: var(--btn-hover-color);
}

.atom-btn-secondary{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    transition: 0.3s ease;
}

.atom-btn-secondary:hover{
    background: var(--secondary-50-color);
    border-color: var(--secondary-50-color);
}

.atom-btn-danger{
    background: var(--danger-color);
    border-color: var(--danger-color);
    transition: 0.3s ease;
} 

.atom-btn-danger:hover{
    background: var(--danger-70-color);
    border-color: var(--danger-70-color);
} 

.atom-btn-success{
    background: var(--success-color);
    border-color: var(--success-color);
    transition: 0.3s ease;
}

.atom-btn-success:hover{
    background: var(--success-80-color);
    border-color: var(--success-80-color);
}

.atom-btn-pending{
    background: var(--pending-color);
    border-color: var(--pending-color);
    transition: 0.3s ease;
}

.atom-btn-pending:hover{
    background: var(--pending-70-color);
    border-color: var(--pending-70-color);
}

.atom-btn-cancel{
    background: var(--text-70-color);
    border-color: var(--text-70-color);
    transition: 0.3s ease;
}

.atom-btn-cancel:hover{
    background: var(--text-80-color);
    border-color: var(--text-80-color);
}

.atom-btn-light{
    background: var(--text-light-color);
    border: var(--text-light-color);
}

/* ============== Buttons =============== */

/* ============= Spacing ============= */

.atom-5x-space{
    margin-bottom: var(--atom-5x-space) !important;
}

.atom-4x-space{
    margin-bottom: var(--atom-4x-space) !important;
}

.atom-3x-space{
    margin-bottom: var(--atom-3x-space) !important;
}

.atom-2x-space{
    margin-bottom: var(--atom-2x-space) !important;
}

.atom-x-space{
    margin-bottom: var(--atom-x-space) !important;
}

.atom-l-space{
    margin-bottom: var(--atom-l-space) !important;
}

.atom-m-space{
    margin-bottom: var(--atom-m-space) !important;
}

.atom-s-space{
    margin-bottom: var(--atom-s-space) !important;
}

/* ============= Spacing ============= */


/* ====== Typography ======= */


/* ========== Text Color ============ */

.txt-primary-color{
    color: var(--text-primary-color) !important;
}

.txt-banner-color{
    color: var(--text-banner-color) !important;
}

.txt-disabled-color{
    color: var(--text-smallbanner-color) !important;
}

.txt-logo-color{
    color: var(--info-100-color) !important;
}

.txt-primary{
    color: var(--primary-color) !important;
}

.txt-secondary{
    color: var(--secondary-color) !important;
} 

.txt-danger{
    color: var(--danger-color) !important;
}

.txt-success{
    color: var(--success-color) !important;
}

.txt-pending{
    color: var(--pending-color) !important;
}

.txt-info{
    color: var(--info-color) !important;  
}

.txt-dark{
    color: var(--text-100-color) !important;
}

.txt-light{
    color: var(--text-light-color) !important ;
}

.txt-black{
    color: var(--text-black-color) !important;
}

.txt-complimentary{
    color: var(--complimentary-color) !important;
}

.txt-hover-color{
    color: var(--btn-primary-color) !important;
}

/* ========== Text Color ============ */


/* ========= Classes Typography ============ */

.atom-lg-title{
    font-size: var(--atom-lg-text);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.atom-md-title{
    font-size: var(--atom-md-text);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.atom-h1{
    font-size: var(--atom-h1);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.atom-h2{
    font-size: var(--atom-h2);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.atom-h3{
    font-size: var(--atom-h3);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700; 
    margin-bottom: 0.3rem;
}

.atom-h4{
    font-size: var(--atom-h4);
    font-family: var(--font-family);
    font-style: normal;
    margin-bottom: 0.3rem;
}

.atom-label{
    font-size: var(--atom-label);
    font-style: normal;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem !important;
}

.atom-p{
    font-size: var(--atom-p);
    font-family: var(--font-family);
    font-style: normal;
    line-height: 1.5;
}

.atom-tiny{
    font-size: var(--atom-tiny);
    font-family: var(--font-family);
    font-style: normal;
}

/* ===============  Roboto Font / Regular ============= */

.atom-lg-r-title{
    font-size: var(--atom-lg-text);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
}

.atom-md-r-title{
    font-size: var(--atom-md-text);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 6 00;
}

.atom-h1-r{
    font-size: var(--atom-h1);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
}

.atom-h2-r{
    font-size: var(--atom-h2);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.atom-h3-r{
    font-size: var(--atom-h3);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.atom-h4-r{
    font-size: var(--atom-h4);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.atom-p-r{
    font-size: var(--atom-p);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.atom-tiny-r{
    font-size: var(--atom-tiny);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}



/* ========= Classes Typography ============ */
 
/* ====== Typography ======= */


/* ============ Style ============== */

/* ========== Header ============== */

/* header{
    background: #fff;
} */

.header{
    padding: 15px 30px;
}

.nav-list a.atom-p.txt-primary-color:hover {
    color: var(--secondary-color) !important;
    transition: 0.3s all ease;
}

header .searchbar {
    position: relative;
    width: 300px;
}

header .searchbar img{
    z-index: 2;
    position: absolute;
    right: 0;
    top: -9px;
    cursor: pointer;
}

header .searchbar input{
    padding: 5px 20px;
    border-radius: 50px;
    outline: none;
    border: 1px solid var(--text-primary-color);
    font-family: Arial, sans-serif;
    font-size: 18px;
    width: 0;
    opacity: 0;
    transition: 0.3s ease;
    position: absolute;
    right: -11px;
    top: -20px;
}

header .searchbar input.active{
    width: 100%;
    border-radius: 7px;
    opacity: 1;
}

header .col-9.menu-list {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
}

header .nav-list {
    display: flex;
    gap: 35px;
}

header .nav-list a{
    text-decoration: none;
}

/* ========== Header ============== */

/* ======== Banner Section ============ */

section.banner{
    background-image: url('./images/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 635px;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

section.banner h1, section.banner h2{
    margin-bottom: 0;
    line-height: 0.9;
}

section.banner p.atom-h3{
    font-weight: 400;
    color: var(--text-smallbanner-color);
}

/* ======== Banner Section ============ */


/* ========= Atom Description============== */

section.atom-description{
    margin-bottom: 80px;
}

section.atom-description .atom-txt.txt-logo-color {
    font-weight: 700;
    font-family: Arial;
}

section.atom-description span.atom-txt{
    color: var(--text-header-color);
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

section.atom-description .title-descrip{
    margin-bottom: 30px;
}

/* ========= Atom Description============== */


/* ============ Goal Principle ============ */

section.goal-principle{
    margin-bottom: 80px;
}

section.goal-principle .goal{
    background: #EEEE;
    padding: 50px 80px;
    text-align: center;
}

section.goal-principle h2.atom-h2.title {
    letter-spacing: 8px;
    color: var(--text-header-color);
    font-weight: bold;
}

section.goal-principle p{
    line-height: 2.6;
    padding-top: 20px;
}

section.goal-principle .principle{
    background: var(--text-10-color);
    padding: 50px 80px;
    text-align: center;
}

section.goal-principle .goal-description, 
section.goal-principle .principle-description {
    line-height: 2;
}

/* ============ Goal Principle ============ */

/* ======== Brand Consistency =========== */

section.brand {
    margin-bottom: 80px;
}

section.brand h1.atom-h1.txt-logo-color{
    font-weight: 400;
    margin-top: 35px;
}

section.brand span{
    font-weight: 700;
}

/* ======== Brand Consistency =========== */

/* ========== Cards Consistency ======== */

section.consistency {
    margin-bottom: 80px;
}

section.consistency p.atom-p.txt-logo-color{
    text-transform: uppercase;
    font-weight: 700;
}

section.consistency img{
    margin-bottom: 10px;
    display: block;
}

section.consistency .consistency-container{
    background-color: var(--text-10-color);
    height: 280px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: var(--text-10-color);
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0 20px;
    transition: .5s ease;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
}

section.consistency .consistency-container .overlay p{
    display: flex;
    align-items: center;
    height: 100%;
}

section.consistency .consistency-container:hover .overlay {
    height: 100%;
    opacity: 1;
}
  
section.consistency .consistenct-cards-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* =========== Cards Consistency =================== */

/* ========= Visual Identity ==============*/

section.visual-identity{
    margin-bottom: 80px;
}

section.visual-identity .visual-identity-container{
    background: var(--text-10-color);
    border-top: 20px solid #2964BC;
    border-radius: 10px;
    padding: 30px;
    height: 600px;
    position: relative;
    margin-bottom: 20px;
}

section.visual-identity .visual-identity-container img{
    width: 100%;
    margin-bottom: 20px;
}

section.visual-identity .visual-identity-container h2{
    margin-bottom: 20px;
}

section.visual-identity .visual-identity-container h2{
    color: #6C6C6C;
}

section.visual-identity .visual-identity-btn{
    margin-top: 20px;
}

section.visual-identity .visual-identity-btn img{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 30px;
    bottom: 0;
    cursor: pointer;
}

section.visual-identity .pulse{
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background: var(--secondary-90-color);
    border-radius: 50px;
    right: 30px;
    bottom: 20px;
    animation: grow 1s ease-out infinite;
}

@keyframes grow{
    0%{
        transform: scale(1,1);
        opacity: 1;
    }
    100%{
        transform: scale(1.8,1.8);
        opacity: 0;
    }
}

/* ========= Visual Identity ==============*/

/* ============= Footer ============= */

section.footer .footer-container.text-center{
    background: linear-gradient(90deg, #02398B -0.35%, #025EA8 58.96%, #0196D5 103.58%);
    padding: 30px 0;
}

section.footer .footer-container.text-center p{
    margin-bottom: 0;
}

/* ============= Footer ============= */



/* ============= Design Page ==============*/

/* ========= SideNav ================ */

.spc{
    position: relative;
    left: 290px;
    width: calc(100%  - 290px);
}

.sidenav {
    width: 290px;
    position: fixed;
    left: 0;
    top: 0;
    background: #F5F5F5;
    height: 100vh;
    padding: 15px 40px 0 ;
}

.sidenav .logo-sidenav{
    margin-bottom: 40px;
}

.sidenav .sidenav-title h2{
    color: var(--text-90-color);
    font-weight: var(--font-bold);
}

.sidenav .parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidenav .parent-menu{
    margin-bottom: 20px;
}

.sidenav .parent-menu a{
    text-decoration: none;
}

/* ========= SideNav ================ */

/* =========== BreadCrumbs ============== */

div#breadcrumb{
    margin: 28px 0 30px 0;
}

/* =========== BreadCrumbs ============== */

/* ============= Design Title =============  */

section.design-title.spc .container{
    margin-bottom: 30px;
}

section.design-title .bottom-line {
    height: 8px;
    max-width: 100px;
    background: var(--info-100-color);
}

/* ============= Design Title =============  */

/* ======= Design Description ============ */

section.design-description.spc{
    margin-bottom: 80px;
}

section.design-description .design-img img{
    width: 100%;
}

/* ======= Design Description ============ */

/*============== Design Visual Identity and UI Elements============= */

section.visual-design.spc, 
section.ui-elements.spc{
    margin-bottom: 80px;
}

section.visual-design.spc h3.atom-h3.txt-disabled-color.uppercase,
section.ui-elements.spc h3.atom-h3.txt-disabled-color.uppercase{
    text-transform: uppercase;
    margin-bottom: 50px;
}

section.visual-design.spc .visual-container,
section.ui-elements.spc .ui-container {
    background: #f5f5f5;
    padding: 35px 0;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    position: relative;
    margin-bottom: 24px;
}

section.visual-design.spc .visual-container::before,
section.ui-elements.spc .ui-container::before{
    content: "";
    position: absolute;
    width: 100%;  
    height: 15px;
    background: linear-gradient(90deg, var(--secondary-color) 0%, #2965BD 100%);
    bottom: -3px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

section.visual-design.spc .logo-box,
section.ui-elements.spc .logo-box {
    background: var(--text-light-color);
    width: 120px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding: 5px 0 5px 32px;
}

section.visual-design.spc .box-content,
section.ui-elements.spc .box-content {
    padding: 20px 32px;
}

section.visual-design.spc h3.atom-h3.txt-disabled-color,
section.ui-elements.spc h3.atom-h3.txt-disabled-color {
    margin-bottom: 20px;
}

.explore-btn.text-end{
    padding: 0 32px;
    margin-top: 30px;
}

.explore-btn.text-end a,
.explore-btn.text-end a{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
    text-decoration: none;
    color: var(--secondary-color);
}

.animation__bounce{
    animation-name: bounce;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

/*============== Design Visual Identity ============= */

/* ============== Color Palletes =============*/

section.colors-palletes{
    margin-bottom: 80px;
}

section.colors-palletes .color-filters {
   max-width: 900px;
   display: flex;
   justify-content: start;
   padding: 0;
   column-gap: 50px;
   margin-bottom: 10px;
   flex-wrap: wrap ;
}

section.colors-palletes .color-filters span.active{
    color: var(--secondary-color);
    position: relative;
}

section.colors-palletes .color-filters span{
    cursor: pointer;
}

section.colors-palletes .color-filters span.active::before{
    content: "";
    height: 5px;
    border-radius: 10px;
    width: 100%;
    bottom: -15px;
    text-align: center;
    background-color: var(--secondary-color);
    position: absolute;
}

section.colors-palletes .color-line{
    max-width: 722px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--text-30-color);
    margin-bottom: 40px;
}

section.colors-palletes .filterable-content {
    padding: 0;
}

section.colors-palletes .primary-colors.row, .secondary-colors.row {
    gap: 20px;
} 

section.colors-palletes .primary-white.text-center {
    padding: 32px 0px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

section.colors-palletes .col.txt-black.text-center.primary-picton-blue {
    padding: 32px 0; 
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    background: var(--secondary-color);
}

section.colors-palletes .filterable-content .content.hide{
    display: none;
}

section.colors-palletes .txt-light.text-center.col.secondary-blue {
    padding: 32px 0;
    background: var(--primary-color);
    border-radius: 10px;
}

section.colors-palletes .txt-light.text-center.col.prussian-blue{
    padding: 32px 0;
    background: var(--text-banner-color);
    border-radius: 10px;
}

section.colors-palletes .txt-light.text-center.col-6.pumpkin {
    padding: 32px 0;
    background: #FF863B;
    border-radius: 10px;
}

section.colors-palletes .semantic-colors.row {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

section.colors-palletes .semantic-colors.row .txt-light.text-center.col-4 {
    height: 200px;
    width: 200px;
    border-radius: 10px;
}

section.colors-palletes .semantic-colors.row .txt-light.text-center.col-4:first-child{
    background: var(--info-color);
}

section.colors-palletes .semantic-colors.row .txt-light.text-center.col-4:nth-child(2){
    background: var(--danger-color);
}

section.colors-palletes .semantic-colors.row .txt-light.text-center.col-4:nth-child(3){
    background: var(--success-color);
}

section.colors-palletes .semantic-colors.row .txt-light.text-center.col-4:nth-child(4){
    background: var(--pending-color);
}

section.colors-palletes  .color-name p {
    margin-bottom: 0;
}

/* ============== Color Palletes =============*/

/* ========== Typography ===================== */

section.arial.spc p.atom-p {
    margin-bottom: 5px;
}

section.font-sizes p{
    margin-bottom: 0;
}

section.heading p{
    margin-bottom: 0;
}

section.font-faces{
    margin-bottom: 80px;
}

section.font-faces .letter {
    padding: 70px 70px;
    background: #F6FAFE;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.heading.spc span.c {
    margin-right: 10px;
}

section.heading.spc img.copy-icon{
    display: none;
    transition: 0.3s all ease;
    cursor: pointer;
}

section.heading.spc .sizes:hover img.copy-icon{
    display: inline-block;
}

section.body-copy{
    margin-bottom: 80px;
}

section.body-copy p{
    margin-bottom: 0;
}

section.body-copy.spc.mt-4 span.c{
    margin-right: 10px;
}

section.body-copy.spc.mt-4 img.copy-icon{
    display: none;
    transition: 0.3s all ease;
    cursor: pointer;
}

section.body-copy.spc.mt-4 .sizes:hover img.copy-icon{
    display: inline-block;
}


/* ========== Typography ========== */

/* ================ Spacing ============= */

section.spacing.spc .token-name p{
    margin-bottom: 0;
}

section.spacing.spc .spacing-token.sizes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 350px;
    margin: 20px 0;
}

section.spacing.spc .row {
    border-bottom: 1px solid var(--text-30-color);
}

section.spacing.spc .row:first-child .spacing-token.sizes .space-card {
    height: 120px;
    width: 120px;
    background: linear-gradient(90deg, #02398B 9.98%, #0196D5 100.09%);
}

section.spacing.spc .row:nth-child(2) .spacing-token.sizes .space-card {
    height: 100px;
    width: 100px;
    background: linear-gradient(90deg, #02398B 9.98%, #0196D5 100.09%);
}

section.spacing.spc .row:nth-child(3) .spacing-token.sizes .space-card {
    height: 80px;
    width: 80px;
    background: linear-gradient(90deg, #02398B 9.98%, #0196D5 100.09%);
}

section.spacing.spc .row:nth-child(4) .spacing-token.sizes .space-card {
    height: 70px;
    width: 70px;
    background: linear-gradient(90deg, #02398B 9.98%, #0196D5 100.09%);
}

section.spacing.spc .row:nth-child(5) .spacing-token.sizes .space-card {
    height: 60px;
    width: 60px;
    background: linear-gradient(90deg, #02398B 9.98%, #0196D5 100.09%);
}

section.spacing.spc .row:nth-child(6) .spacing-token.sizes .space-card {
    height: 50px;
    width: 50px;
    background: linear-gradient(90deg, #02398B 9.98%, #0196D5 100.09%);
}

section.spacing.spc .row:nth-child(7) .spacing-token.sizes .space-card {
    height: 40px;
    width: 40px;
    background: linear-gradient(90deg, #02398B 9.98%, #0196D5 100.09%);
}

section.spacing.spc .row:nth-child(8) .spacing-token.sizes .space-card {
    height: 30px;
    width: 30px;
    background: linear-gradient(90deg, #02398B 9.98%, #0196D5 100.09%);
}

/* ================ Spacing ============= */

/* ========== UI Components ==============*/

.ui-card-container{
    background-color: var(--text-10-color);
    padding: 40px 20px;
    border-radius: 10px;
    border-bottom: 20px solid var(--primary-90-color);
    margin-bottom: 20px;
    /* box-shadow: 3px 8px 20px rgba(0,0,0,.1607843137); */
    transition: 0.3s all ease;
    cursor: pointer;
}

.ui-card-container:hover{
    margin-top: -8px;
}

.ui-card-container .explore-btn.text-end{
    padding: 0;
}

.ui-card-status{
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
}

.ui-card-status h3{
    margin-bottom: 0;
}

/* ========== UI Components ==============*/

/* ============ Search Bar ============= */

section.search-place.atom-2x-space.spc .row.border {
    height: 150px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    padding: 50px 0;
}


section.search-place.atom-2x-space.spc .row.border-code {
    border: 1px solid #dee2e6;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

section.search-place.atom-2x-space.spc .row.border-code code{
    flex-direction: column;
}

/* ============ Search Bar Component Code ============= */

.atom-searchbar {
    margin-bottom: 1rem;
}

.atom-search img{
    position: absolute;
    top: 15px;
    left: 12px;
}

.atom-search{
    position: relative;
}

input.atom-search-input {
    height: 50px;
    outline: none;
    padding: 10px 40px;
    border: none;
    box-shadow: var(--box-shadow);
    border-radius: 7px;
    width: 100%;
}

/* ============ Search Bar Component Code ============= */

/* ============ Search Bar ============= */

/* ============= Wizard Card Components =============== */

.atom-wizard-card {
    /* max-width: 350px; */
    width: 100%;
    background: #fff;
    padding: 15px 30px;
    border-radius: 20px;
    height: 300px;
    position: relative;
    margin-bottom: 20px;
}

/* .atom-wizard-card:before{
    content: '';
    position: absolute;
    bottom: 0px;
    height: 10px;
    width: 50px;
    background-color: #ccc;
    right: 60px;
    z-index: 2;
    border-radius: 50px;
} */

.atom-wizard-icon{
    border-radius: 5px;
    background: #01698C;
    padding: 10px 12px;
    width: 61px;
    margin-bottom: 20px;
}

.atom-wizard-title{
    margin-bottom: 10px;
}

.atom-wizard-contain {
    position: absolute;
    right: 0;
    background: #1A85CF;
    bottom: 0;
    height: 55px;
    width: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.atom-wizard-toggle{
    height: 68px;
    width: 68px;
    background: #EEEFF4;
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0;
    border-radius: 39px 0 0 0;
}

/* ============= Wizard Card Components =============== */

/* ================ Dropdown Components ============== */

.atom-dropdown-box{
    margin-right: 20px;
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    height: 43px;
  }

  .atom-dropdownInput {
    position: relative;
    padding: 6px 10px;
    border: 1px solid #BABABA;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    width: 100%;
    color: var(--primary-color);
    font-weight: 500;
  }
  
  .atom-dropdown-icon {
    position: absolute;
    right: 0px;
    top: 49%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--text-header-color);
    height: 100%;
    width: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s ease all;
  }

  i.fas.fa-chevron-down.atom-dropdown-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

  .dropdown-icon:hover {
    background: var(--btn-hover-color);
  }

  ul.atom-menu-drop{
    position: absolute;
    background: #fff;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    display: none;
    padding: 10px 0 10px 0;
    z-index: 2;
    overflow: scroll;
    height: 250px;
  }

/* ul.atom-menu-drop::-webkit-scrollbar-track
  {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      background-color: #F5F5F5;
  }
  
ul.atom-menu-drop::-webkit-scrollbar
  {
      width: 10px;
      background-color: #F5F5F5;
      height: 10px;
  }
  
ul.atom-menu-drop::-webkit-scrollbar-thumb
  {
      background-color: var(--btn-primary-color);
      border-radius: 20px;
  } */

  .atom-dropdown-box li a{
    text-decoration: none;
    cursor: pointer;
  }

  .atom-dropdown-box li{
    list-style: none;
    margin-bottom: 5px;
    padding: 5px 20px;
    cursor: pointer;
  }

  .atom-dropdown-box li:hover{
    background: #ccc;
  }

/* ================ Dropdown Components ============== */

/* ================= Profile Dropdown ==================== */

.atom-profile-container{
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}

.atom-profile-img img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}

i.fa-solid.fa-caret-down {
    font-size: 23px;
    /* padding-left: 20px; */
    color: var(--btn-primary-color);
    transition: 0.3s ease-in-out;
}

.atom-profile-text{
    margin-right: 20px;
}

.atom-profile-name{
    line-height: 1;
}

.atom-profile-dropdown {
    display: none;
}

.atom-dropdown-list {
    background: var(--btn-primary-color);
    width: 100%;
    max-width: 240px;
    padding: 20px 20px 10px 20px;
    border-radius: 7px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1555;
    transition: 0.3s ease;
}

.rotate-down {
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
}

.atom-dropdown-list a{
    margin-bottom: 10px;
    color: var(--text-light-color);
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.atom-dropdown-list a:hover{
    color: var(--complimentary-color);
}
/* ================= Profile Dropdown ==================== */

/* =============== Dashboard Card Components =============== */

.atom-dashboard-card{
    max-width: 400px;
    width: 100%;
    border-radius: 7px;
    padding: 20px;
    background: var(--text-light-color);
    box-shadow: var(--box-shadow);
}

.atom-dc-title{
    margin-bottom: 20px;
}

.atom-dc-data{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.atom-dc-num h3{
    margin-bottom: 5px;
}

.atom-dc-num i.fa-solid.fa-arrow-right {
    transform: rotate(-45deg);
}

.atom-dc-data i{
    color: var(--success-color);
}

.atom-dc-icon{
    height: 45px;
    width: 45px;
    background: var(--success-30-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

/* =============== Dashboard Card Components =============== */


/* ============== Modal Components =============== */

.atom-modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 1055;
  }

  .atom-modal-content {
    background-color: var(--text-light-color);
    padding: 20px;
    border-radius: 7px;
  }

  .atom-slide-modal-container{
    background: #ccc;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    top: 0;
    z-index: 1055;
    transition: 0.3s ease;
    overflow: hidden;
    display: none;
    /* display: none; */
  }

  .atom-slide-modal-content{
    padding: 30px;
  }

  /* ============== Modal Components =============== */


  /* ======================== Input Components ============== */

  .atom-inputfields{
    padding: 7px 10px;
    border-radius: 7px;
    outline: none;
    border: 1px solid #BABABA;
    width: 100%;
    background: #fff;
  }

  /* ======================== Input Components ============== */

/* ========= SideNavbar Components ========== */

.sample-sidenav {
    width: 246px;
    background: #F0F8FF;
    z-index: 99;
}

.sample-sidenav .logo-nav {
    padding: 13px 25px 85px;
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
}

.sample-sidenav .logo-nav .toggle{
    position: absolute;
    top: 22%;
    right: -10px;
    font-size: 7px;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #2d2d2d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    opacity: 0;
}

.sample-sidenav .logo-nav h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--text-color);
}


.sample-sidenav .logo-nav img{
    width: 43px;
    height: 25px;
}

.sample-sidenav h3.nav-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 45px;
    margin: 33px 0 30px 0;
}

.sample-sidenav .icon-text{
    padding: 13px 45px;
    display: flex;
    gap: 15px;
    align-items: center;
    cursor: pointer;
}

.sample-sidenav .icon-text img{
    width: 20px;
    height: 20px;
}

.icon-text.active{
    width: 202px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 5px solid #282829;
    background: #d4d0d0;
}

.sample-sidenav .icon-text img.jobs{
    width: 22px;
    height: 16px;
}

.sample-sidenav .icon-text p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

/* ======== active sample-sidenav ========= */

.sample-sidenav.active {
    width: 246px;
    background: #F0F8FF;
    height: 1294px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.sample-sidenav.active .logo-nav {
    padding: 13px 25px 85px;
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
}
 
.sample-sidenav.active .logo-nav h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--text-color);
}

.sample-sidenav.active .icon-text p, .nav-title{
    display: block;
}

.sample-sidenav.active .logo-nav img{
    width: 43px;
    height: 25px;
}

.sample-sidenav.active h3.nav-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 45px;
    margin: 33px 0 30px 0;
}

.sample-sidenav.active .icon-text p, .nav-title{
    display: block;
}

.sample-sidenav.active .icon-text{
    padding: 13px 45px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.sample-sidenav.active .icon-text img{
    width: 20px;
    height: 20px;
}
  
.sample-sidenav.active .icon-text img.jobs{
    width: 22px;
    height: 16px;
}

.sample-sidenav.active .icon-text p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.sample-sidenav.active .logo-nav h2 {
    display: block;
 }

.sample-sidenav.active .icon-text p{
    display: block;
}

.sample-sidenav.active  .nav-title{
    display: block;
}

.sample-sidenav.active  .icon-text.active{
    width: 202px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 5px solid #282829;
    background: #d4d0d0;
}

/* =========================================== */

.atom-sidenav {
    width: 246px;
    background: #F0F8FF;
    height: 1294px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.atom-sidenav .logo-nav {
    padding: 13px 25px 85px;
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
}

.atom-sidenav .logo-nav .toggle{
    position: absolute;
    top: 22%;
    right: -10px;
    font-size: 7px;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #2d2d2d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    opacity: 0;
}

.atom-sidenav .logo-nav h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--text-color);
}


.atom-sidenav .logo-nav img{
    width: auto;
    height: 25px;
}

.atom-sidenav h3.nav-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 45px;
    margin: 33px 0 30px 0;
}

.atom-sidenav .icon-text{
    padding: 13px 45px;
    display: flex;
    gap: 15px;
    align-items: center;
    cursor: pointer;
}

.atom-sidenav .icon-text img{
    width: 20px;
    height: 20px;
}

.icon-text.active{
    width: 202px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 5px solid #282829;
    background: #d4d0d0;
}

.atom-sidenav .icon-text img.jobs{
    width: 22px;
    height: 16px;
}

.atom-sidenav .icon-text p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

/* ======== active atom-sidenav ========= */

.atom-sidenav.active {
    width: 246px;
    background: #F0F8FF;
    height: 1294px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.atom-sidenav.active .logo-nav {
    padding: 13px 25px 85px;
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
}
 
.atom-sidenav.active .logo-nav h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--text-color);
}

.atom-sidenav.active .icon-text p, .nav-title{
    display: block;
}

.atom-sidenav.active .logo-nav img{
    width: 43px;
    height: 25px;
}

.atom-sidenav.active h3.nav-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 45px;
    margin: 33px 0 30px 0;
}

.atom-sidenav.active .icon-text p, .nav-title{
    display: block;
}

.atom-sidenav.active .icon-text{
    padding: 13px 45px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.atom-sidenav.active .icon-text img{
    width: 20px;
    height: 20px;
}
  
.atom-sidenav.active .icon-text img.jobs{
    width: 22px;
    height: 16px;
}

.atom-sidenav.active .icon-text p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.atom-sidenav.active .logo-nav h2 {
    display: block;
 }

.atom-sidenav.active .icon-text p{
    display: block;
}

.atom-sidenav.active  .nav-title{
    display: block;
}

.atom-sidenav.active  .icon-text.active{
    width: 202px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 5px solid #282829;
    background: #d4d0d0;
}


/* ================= Sidebar Components ================== */

/* ================= Accordion Components ================= */

.btn{
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
 /*   border: 1px solid #000;*/
    cursor: pointer;
    text-decoration: none;
    color: #000;
    transition: 0.3s ease-in-out;
    margin-bottom: 1em;
  }

    .btn:hover {
        /*  background-color: #000;
    color: #fff;*/
        transform: scale(1.3);
    }
  
  
  .atom-accordion {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  
  .atom-accordion-item {
    border: 1px solid #c5c5c5;
    color: #333;
    border-radius: 5px;
  }
  
  .atom-accordion-item h3 {
    padding: 1em;
    margin: 0;
    cursor: pointer;
  }
  
  .atom-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    padding: 0 1em;
  }
  
  .atom-accordion-content p {
    padding: 1em 0;
    margin: 0;
  }
  
  .atom-accordion-content.active {
    max-height: auto;
  }
  
  .atom-accordion-item h3 {
    position: relative;
    padding-right: 30px;
  }
  
  .atom-accordion-item h3::before {
    content: "+";
    position: absolute;
    right: 10px;
  }
  
  .atom-accordion-item.active h3::before {
    content: "-";
  }
  
  /* For mobile screens */
  @media (max-width: 767px) {
    .atom-accordion {
      max-width: 100vw;
      margin: 0 auto;
    }
  }


/* ================= Accordion Components ================= */


/* ================== Date Picker ================ */

.atom-datepicker{
    padding: 6px 10px;
    border: 1px solid #BABABA;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
}

/* ================== Date Picker ================ */


/* ========== Pagination ========== */

.atom-pagination{
    display:flex;
    justify-content:end;
    align-items:center;
    gap:10px;
}

.atom-previous {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
}

.atom-prev{
    background: #fff;
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
}

.atom-next{
    background: var(--btn-primary-color);
    padding: 9px 10px;
    border-radius: 10px;
}

.atom-prev p, .atom-next p{
    font-size: 12px;
    text-align: center;
}

.atom-page-counter .page span{
    font-size: 14px;
}

.atom-page-counter {
    display: flex;
    align-items: center;
    column-gap: 10px;
    max-width: 168px;
    width: 100%;
}


/* ================== Responsive ================ */

@media (max-width: 768px){

    :root{
        --atom-lg-text: 3.313rem;
        --atom-md-text: 2.438rem;
        --atom-h1: 1.75rem;
        --atom-h2: 2.188rem;
        --atom-h3: 1.75rem;
        --atom-h4: 1.438rem; 
        --atom-label: 0.875rem;
        --atom-p: 1rem;
        --atom-tiny: 0.75rem;
        --atom-btn-text: 1rem;
    }

    .spc{
        position: relative;
        left: 0px;
        width: calc(100%  - 0px);
    }
    
    .sidenav{
        display: none;
        width: 0px;
        position: fixed;
        left: 0;
        top: 0;
        background: #F5F5F5;
        height: 100vh;
        padding: 15px 40px 0;
    }

    .atom-sidenav {
        width: 70px;
    }

    .atom-sidenav .logo-nav h2 {
       display: none;
    }

    .atom-sidenav .logo-nav {
        padding: 13px 13px 85px;
    }

    .atom-sidenav .icon-text p, .nav-title{
        display: none;
    }
    
    .atom-sidenav .icon-text {
        padding: 13px 20px;
        display: flex;
        gap: 15px;
        margin-bottom: 20px;
    }
    
     .icon-text.active{
        width: 70px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-left: 5px solid #282829;
        background: #d4d0d0;
    }

    .atom-sidenav .logo-nav .toggle{
        opacity: 1;
    }

    .atom-sidenav.active .toggle{
        transform: rotate(175deg);
        top: 18px;
    }
    /* ========================= */

    .sample-sidenav {
        width: 70px;
    }

    .sample-sidenav .logo-nav h2 {
       display: none;
    }

    .sample-sidenav .logo-nav {
        padding: 13px 13px 85px;
    }

    .sample-sidenav .icon-text p, .nav-title{
        display: none;
    }
    
    .sample-sidenav .icon-text {
        padding: 13px 20px;
        display: flex;
        gap: 15px;
        margin-bottom: 20px;
    }
    
     .icon-text.active{
        width: 70px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-left: 5px solid #282829;
        background: #d4d0d0;
    }

    .sample-sidenav .logo-nav .toggle{
        opacity: 1;
    }

    .sample-sidenav.active .toggle{
        transform: rotate(175deg);
        top: 18px;
    }

    .atom-accordion {
        max-width: 100vw;
        margin: 0 auto;
      }

}



@media (max-width: 569px){

      :root{
        --atom-lg-text: 3.313rem;
        --atom-md-text: 2.438rem;
        --atom-h1: 2.75rem;
        --atom-h2: 2.188rem;
        --atom-h3: 1.75rem;
        --atom-h4: 1.438rem; 
        --atom-label: 0.875rem;
        --atom-p: 1rem;
        --atom-tiny: 0.75rem;
        --atom-btn-text: 1rem;
    }


    .atom-wizard-card {
        padding: 15px 15px;
    }


}