/* Margin Top */
.mt-100 {
    margin-top: 100px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-72 {
    margin-top: 72px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-48 {
    margin-top: 48px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-32 {
    margin-top: 32px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.mt-22 {
    margin-top: 22px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-16 {
    margin-top: 16px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-8 {
    margin-top: 8px !important;
}


/* Margin Bottom */
.mb-175 {
    margin-bottom: 175px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-18 {
    margin-bottom: 18px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.mb-14 {
    margin-bottom: 14px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-6 {
    margin-bottom: 6px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}

/* Margin Right */
.me-20 {
    margin-right: 20px !important;
}
.me-16 {
    margin-right: 16px !important;
}
.me-15 {
    margin-right: 15px !important;
}
.me-12 {
    margin-right: 12px !important;
}
.me-8 {
    margin-right: 8px !important;
}
.me-6 {
    margin-right: 6px !important;
}

/* Margin Left */
.ms-6 {
    margin-left: 6px !important;
}

/* Margin Vertical */
.mv-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/* Padding Vertical */
.pv-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.pv-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}
.pv-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.pv-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}
.pv-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.pv-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.pv-13-5 {
    padding-top: 13.5px !important;
    padding-bottom: 13.5px !important;
}
.pv-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.pv-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


/* Padding Horizontal */
.ph-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.ph-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.ph-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.ph-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

/* Padding All */
.p-40 {
    padding: 40px !important;
}
.p-24 {
    padding: 24px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-14 {
    padding: 14px !important;
}
.p-12 {
    padding: 12px !important;
}
.p-10 {
    padding: 10px !important;
}

/* Padding Top */
.pt-20 {
    padding-top: 20px !important;
}

/* Padding Bottom */
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-46 {
    padding-bottom: 46px !important;
}

/* Border Radius */
.border-bottom-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.border-8 {
    border-radius: 8px !important;
}
.border-6 {
    border-radius: 6px !important;
}

/* Border */
.border-bottom-1-gray {
    border-bottom: 1px solid #EDE8E9;
}
.border-1-gray {
    border: 1.5px solid #EDE8E9;
}


/* Cursor */
.pointer {
    cursor: pointer !important;
}

/* Word Break */
.word-break-all {
    word-break: break-all !important;
}
.white-space-nowrap {
    white-space: nowrap !important;
}

/* Width */
.w-max-800 {
    max-width: 800px !important;
}
.w-max-683 {
    max-width: 683px !important;
}
.w-max-557 {
    max-width: 557px !important;
}
.w-max-417 {
    max-width: 417px;
}
.w-max-300 {
    max-width: 300px !important;
}
.w-max-292 {
    max-width: 292px !important;
}
.w-500 {
    width: 500px;
}
.w-417 {
    width: 417px;
}
.w-361 {
    width: 361px !important;
}
.w-292 {
    width: 292px !important;
}
.w-80pc {
    width: 80% !important;
}
.w-20pc {
    width: 20% !important;
}

/* Height */
.min-height-180 {
    min-height: 180px;
}


/* Box Shadow */
.box-shadow-md {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.box-shadow-lg {
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Opacity */
.opacity-05 {
    opacity: .5 !important;
}
.opacity-0 {
    opacity: 0 !important
}

/* Min Tablet */
@media (min-width: 768px) {
    /* Margin Right */
    .me-md-16 {
        margin-right: 16px !important;
    }
}
/* Max Tablet */
@media (max-width: 767.98px) {
    /* Margin */
    .mb-md-100 {
        margin-bottom:100px !important;
    }
}

/* Max Large */
@media (max-width: 991.98px) {
    /* Width */
    .w-lg-250 {
        width: 250px !important;
    }
}

/* Min Mobile */
@media (min-width: 578px) {
    /* Width */
    .w-md-557 {
        width: 557px !important;
    }
}

/* Max Mobile */
@media (max-width: 575.98px) {
    /* Width */
    .w-sm-250 {
        width: 250px !important;
    }

    .w-sm-293 {
        width: 293px !important;
    }

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

    .w-sm-70pc {
        width: 70pc !important;
    }

    .w-sm-30pc {
        width: 30pc !important;
    }

    /* Margin */
    .mb-sm-100 {
        margin-bottom:100px !important;
    }
    .mt-sm-25 {
        margin-top:25px !important;
    }
    .mt-sm-10 {
        margin-top:10px !important;
    }

    /* Margin negative */
    .mb-sm-n-45 {
        margin-bottom: -45px !important;
    }

}
