/* Colors */
.blue{
    color: #273c66;
}
:root {
    --primary-blue-50: #f1fcf8;
    --primary-blue-75: #eafff8;
    --primary-blue-100: #d0f7ea;
    --primary-blue-200: #a1eed6;
    --primary-blue-300: #34b495;
    --primary-blue-400: #34b495;
    --primary-blue-500: #21ab8b;
    --primary-blue-600: #188972;
    --primary-blue-700: #176e5d;
    --primary-blue-800: #17584c;
    --primary-blue-900: #184940;
    --primary-blue-1000: #162726;

    --primary-yellow-50: #fffbeb;
    --primary-yellow-100: #fdf2c9;
    --primary-yellow-200: #fbe48c;
    --primary-yellow-300: #f9cf50;
    --primary-yellow-400: #f7bb28;
    --primary-yellow-500: #f19a0f;
    --primary-yellow-600: #d5750a;
    --primary-yellow-800: #b1510c;
    --primary-yellow-900: #904010;
}

/* Text Colors */
.text_blue_50 { color: var(--primary-blue-50) !important; }
.text_blue_75 { color: var(--primary-blue-75) !important; }
.text_blue_100 { color: var(--primary-blue-100) !important; }
.text_blue_200 { color: var(--primary-blue-200) !important; }
.text_blue_300 { color: var(--primary-blue-300) !important; }
.text_blue_400 { color: var(--primary-blue-400) !important; }
.text_blue_500 { color: var(--primary-blue-500) !important; }
.text_blue_600 { color: var(--primary-blue-600) !important; }
.text_blue_700 { color: var(--primary-blue-700) !important; }
.text_blue_800 { color: var(--primary-blue-800) !important; }
.text_blue_900 { color: var(--primary-blue-900) !important; }
.text_blue_1000 { color: var(--primary-blue-1000) !important; }

.text_yellow_50 { color: var(--primary-yellow-50) !important; }
.text_yellow_75 { color: var(--primary-yellow-75) !important; }
.text_yellow_100 { color: var(--primary-yellow-100) !important; }
.text_yellow_200 { color: var(--primary-yellow-200) !important; }
.text_yellow_300 { color: var(--primary-yellow-300) !important; }
.text_yellow_400 { color: var(--primary-yellow-400) !important; }
.text_yellow_500 { color: var(--primary-yellow-500) !important; }
.text_yellow_600 { color: var(--primary-yellow-600) !important; }
.text_yellow_800 { color: var(--primary-yellow-800) !important; }
.text_yellow_900 { color: var(--primary-yellow-900) !important; }


/* Primary Blue Shades */
.blue_bg_50 { background-color: var(--primary-blue-50) !important; }
.blue_bg_75 { background-color: var(--primary-blue-75) !important; }
.blue_bg_100 { background-color: var(--primary-blue-100) !important; }
.blue_bg_200 { background-color: var(--primary-blue-200) !important; }
.blue_bg_300 { background-color: var(--primary-blue-300) !important; }
.blue_bg_400 { background-color: var(--primary-blue-400) !important; }
.blue_bg_500 { background-color: var(--primary-blue-500) !important; }
.blue_bg_600 { background-color: var(--primary-blue-600) !important; }
.blue_bg_700 { background-color: var(--primary-blue-700) !important; }
.blue_bg_800 { background-color: var(--primary-blue-800) !important; }
.blue_bg_900 { background-color: var(--primary-blue-900) !important; }
.blue_bg_1000 { background-color: var(--primary-blue-1000) !important; }

/* Primary Yellow Shades */
.yellow_bg_50 { background-color: var(--primary-yellow-50) !important; }
.yellow_bg_75 { background-color: var(--primary-yellow-75) !important; }
.yellow_bg_100 { background-color: var(--primary-yellow-100) !important; }
.yellow_bg_200 { background-color: var(--primary-yellow-200) !important; }
.yellow_bg_300 { background-color: var(--primary-yellow-300) !important; }
.yellow_bg_400 { background-color: var(--primary-yellow-400) !important; }
.yellow_bg_500 { background-color: var(--primary-yellow-500) !important; }
.yellow_bg_600 { background-color: var(--primary-yellow-600) !important; }
.yellow_bg_800 { background-color: var(--primary-yellow-800) !important; }
.yellow_bg_900 { background-color: var(--primary-yellow-900) !important; }

/* Shadows */
.box_shadow1{
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, .1);;
}
.box_shadow2{
    box-shadow: 0px 20px 50px 0px rgba(26, 46, 85, .1);
}
.box_shadow3{
    box-shadow: 0px 10px 30px 0px rgba(20, 36, 66, .15);
}
.box_shadow4{
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .05);
}
.box_shadow5{
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, .1);
}
.box_shadow6{
    box-shadow: 0px 20px 70px 0px rgba(15, 107, 92, .2);
}

/* Width */
.w_50{
    width: 50% !important;
}
.w_55 {
    width: 55% !important;
}
.w_60 {
    width: 60% !important;
}
.w_65 {
    width: 65% !important;
}
.w_70 {
    width: 70% !important;
}
.w_75 {
    width: 75% !important;
}
.w_80 {
    width: 80% !important;
}
.w_85 {
    width: 85% !important;
}
.w_90 {
    width: 90% !important;
}
.w_95 {
    width: 95% !important;
}
.w_100{
    width: 100% !important;
}
/* Border Radius */
.rounded-0{
    border-radius: 0px !important;
}
.rounded-5{
    border-radius: 5px !important;
}
.rounded-10{
    border-radius: 10px !important;
}
.rounded-15{
    border-radius: 15px !important;
}
.rounded-20{
    border-radius: 20px !important;
}
/* line heights */
.lh_12{
    line-height: 12px !important;
}
.lh_14{
    line-height: 14px !important;
}
.lh_16{
    line-height: 16px !important;
}
.lh_18{
    line-height: 18px !important;
}
.lh_20{
    line-height: 20px !important;
}
.lh_22{
    line-height: 22px !important;
}
.lh_24{
    line-height: 24px !important;
}
.lh_26{
    line-height: 26px !important;
}
.lh_28{
    line-height: 28px !important;
}
.lh_30{
    line-height: 30px !important;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    /* Padding */
    .pt-sm-0{
        padding-top: 0px !important;
    }
    .pb-sm-0{
        padding-bottom: 0px !important;
    }
    .pt-sm-1{
        padding-top: 0.25rem !important;
    }
    .pt-sm-2{
        padding-top: 0.5rem !important;
    }
    .pt-sm-3{
        padding-top: 1rem !important;
    }
    .pt-sm-4{
        padding-top: 1.5rem !important;
    }
    .pt-sm-5{
        padding-top: 3rem !important;
    }
    .pb-sm-1{
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2{
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3{
        padding-bottom: 1rem !important;
    }
    .pb-sm-4{
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5{
        padding-bottom: 3rem !important;
    }
    /* Margin */
    .mb-sm-0{
        margin-bottom: 0px !important;
    }
    .mb-sm-1{
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2{
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3{
        margin-bottom: 1rem !important;
    }
    .mb-sm-4{
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5{
        margin-bottom: 3rem !important;
    }
    .mt-sm-0{
        margin-top: 0px !important;
    }
    .mt-sm-1{
        margin-top: 0.25rem !important;
    }
    .mt-sm-2{
        margin-top: 0.5rem !important;
    }
    .mt-sm-3{
        margin-top: 1rem !important;
    }
    .mt-sm-4{
        margin-top: 1.5rem !important;
    }
    .mt-sm-5{
        margin-top: 3rem !important;
    }
    .w_sm50{
        width: 50% !important;
    }
    .w_sm55 {
        width: 55% !important;
    }
    .w_sm60 {
        width: 60% !important;
    }
    .w_sm65 {
        width: 65% !important;
    }
    .w_sm70 {
        width: 70% !important;
    }
    .w_sm75 {
        width: 75% !important;
    }
    .w_sm80 {
        width: 80% !important;
    }
    .w_sm85 {
        width: 85% !important;
    }
    .w_sm90 {
        width: 90% !important;
    }
    .w_sm95 {
        width: 95% !important;
    }
    .w_sm100{
        width: 100% !important;
    }

    .p_sm_0{
        padding: 0px !important;
    }

    .mb-sm-0{
        margin-bottom: 0px !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    /* Width */
    .w-sm-50{
        width: 50% !important;
    }
    .w-sm-55 {
        width: 55% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-65 {
        width: 65% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-85 {
        width: 85% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-95 {
        width: 95% !important;
    }
    .w-sm-100{
        width: 100% !important;
    }
    .d-xs-none{
        display: none !important;
    }
    
    /* Text Align */
    .text-sm-start{
        text-align: left !important;
    }
    .text-sm-center{
        text-align: center !important;
    }
    .text-sm-end{
        text-align: right !important;
    }
    .text-sm-justify{
        text-align: justify !important;
    }
    .flex_sm_column{
        flex-direction: column !important;
    }

    /* Gap */
    .gap-sm-0{
        gap: 0rem !important;
    }
    .gap-sm-1{
        gap: 0.5rem !important;
    }
    .gap_sm_2{
        gap: 2rem !important;
    }
    .gap-sm-3{
        gap: 3rem !important;
    }
    .gap-sm-4{
        gap: 4rem !important;
    }
    .gap-sm-5{
        gap: 5rem !important;
    }
    
}