/* Colors */
.text-grey {
    color: #7e7e7e !important;
}
.text-grey2 {
    color: #666666 !important;
}
/* Font Size */
.fs_10 {
    font-size: 10px !important;
}
.fs_12 {
    font-size: 12px !important;
}
.fs_14 {
    font-size: 14px !important;
}
.fs_16 {
    font-size: 16px !important;
}
.fs_18 {
    font-size: 18px !important;
}
.fs_20 {
    font-size: 20px !important;
}
.fs_22 {
    font-size: 22px !important;
}
.fs_24 {
    font-size: 24px !important;
}
.fs_26 {
    font-size: 26px !important;
}
.fs_28 {
    font-size: 28px !important;
}
.fs_30 {
    font-size: 30px !important;
}
.fs_32 {
    font-size: 32px !important;
}
.fs_34 {
    font-size: 34px !important;
}
.fs_36 {
    font-size: 36px !important;
}
.fs_38 {
    font-size: 38px !important;
}
.fs_40 {
    font-size: 40px !important;
}
.fs_42 {
    font-size: 42px !important;
}
.fs_44 {
    font-size: 44px !important;
}
.fs_46 {
    font-size: 46px !important;
}
.fs_48 {
    font-size: 48px !important;
}
.fs_50 {
    font-size: 50px !important;
}
.fs_60 {
    font-size: 60px !important;
}
.fs_70 {
    font-size: 70px !important;
}
.fs_80 {
    font-size: 80px !important;
}
.fs_90 {
    font-size: 90px !important;
}
.fs_100 {
    font-size: 100px !important;
}

.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
/* Line Height */
.lh_10 {
    line-height: 10px !important;
}
.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;
}
.lh_32 {
    line-height: 32px !important;
}
.lh_34 {
    line-height: 34px !important;
}
.lh_36 {
    line-height: 36px !important;
}
.lh_38 {
    line-height: 38px !important;
}
.lh_40 {
    line-height: 40px !important;
}

/* Font Weight */
.fw_100 {
    font-weight: 100 !important;
}
.fw_200 {
    font-weight: 200 !important;
}
.fw_300 {
    font-weight: 300 !important;
}
.fw_400 {
    font-weight: 400 !important;
}
.fw_500 {
    font-weight: 500 !important;
}
.fw_600 {
    font-weight: 600 !important;
}
.fw_700 {
    font-weight: 700 !important;
}
.fw_800 {
    font-weight: 800 !important;
}

/* Margin */
.mb_10{
    margin-bottom: 10px !important;
}
.mb_12{
    margin-bottom: 12px !important;
}
.mb_14{
    margin-bottom: 14px !important;
}
.mb_16{
    margin-bottom: 16px !important;
}
.mb_18{
    margin-bottom: 18px !important;
}
.mb_20{
    margin-bottom: 20px !important;
}
.mb_22{
    margin-bottom: 22px !important;
}
.mb_24{
    margin-bottom: 24px !important;
}
.mb_26{
    margin-bottom: 26px !important;
}
.mb_28{
    margin-bottom: 28px !important;
}
.mb_30{
    margin-bottom: 30px !important;
}

.mt_10{
    margin-top: 10px !important;
}
.mt_12{
    margin-top: 12px !important;
}
.mt_14{
    margin-top: 14px !important;
}
.mt_16{
    margin-top: 16px !important;
}
.mt_18{
    margin-top: 18px !important;
}
.mt_20{
    margin-top: 20px !important;
}
.mt_22{
    margin-top: 22px !important;
}
.mt_24{
    margin-top: 24px !important;
}
.mt_26{
    margin-top: 26px !important;
}
.mt_28{
    margin-top: 28px !important;
}
.mt_30{
    margin-top: 30px !important;
}


/* Border radius */
.rounded-0 {
    border-radius: 0px !important;
}
.rounded-1 {
    border-radius: 1px !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;
}
.rounded-25 {
    border-radius: 25px !important;
}
.rounded-30 {
    border-radius: 30px !important;
}
.rounded-35 {
    border-radius: 35px !important;
}
.rounded-12 {
    border-radius: 12px !important;
}

.min-h-370{
    min-height: 370px !important;
}
.min-h-450{
    min-height: 450px !important;
}
.min-h-580{
    min-height: 580px !important;
}
/* Mobile Media Query */
@media (max-width: 767px) {
    .w-sm-100{
        width: 100% !important;
    }
    .w-sm-50{
        width: 50% !important;
    }
    .w-sm-33{
        width: 33% !important;
    }
    .w-sm-25{
        width: 25% !important;
    }
    .ml-sm-0{
        margin-left: 0 !important;
    }
    .mr-sm-0{
        margin-right: 0 !important;
    }
    .px-sm-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .py-sm-0{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .pt_sm_0{
        padding-top: 0 !important;
    }
    .pt-sm-10{
        padding-top: 10px !important;
    }
    .pt-sm-20{
        padding-top: 20px !important;
    }
    .pt-sm-30{
        padding-top: 30px !important;
    }
    .pb-sm-0{
        padding-bottom: 0 !important;
    }
    .pb-sm-10{
        padding-bottom: 10px !important;
    }
    .pb-sm-20{
        padding-bottom: 20px !important;
    }
    .pb-sm-30{
        padding-bottom: 30px !important;
    }  
    .min-h-370{
        min-height: auto !important;
    }
    .min-h-450{
        min-height: auto !important;
    }
    .min-h-580{
        min-height: auto !important;
    }
    .mr-sm-0{
        margin-right: 40px;
    }
    .ml-sm-0{
        margin-left: 40px;
    }
    .row-sm-reverse{
        flex-direction: column-reverse;
    }
    .flex_sm_column{
        flex-direction: column;
    }
    .mt_sm_0{
        margin-top: 0 !important;
    }
    .me-sm-auto{
        margin-left: 0px !important;
        margin-right: auto !important;
    }
    .ms-sm-0{
        margin-left: 0px !important;
    }
    .card-sm{
        padding: 0.0rem !important;
    }
    .flex-sm-nowarp{
        flex-wrap: nowrap !important;
    }
    /* Display */
    .s-dm-none{
        display: none !important;
    }
}