﻿/*Margin top*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-02 {
    margin-top: 2px !important;
}

.mt-04 {
    margin-top: 4px !important;
}

.mt-05 {
    margin-top: 5px !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt--7 {
    margin-top: -7px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

/*Margin right*/
.mr-0 {
    margin-right: 0 !important;
}

.mr-05 {
    margin-right: 5px !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mr-4 {
    margin-right: 4rem !important;
}

.mr-5 {
    margin-right: 5rem !important;
}
/*Margin bottom*/
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-05 {
    margin-bottom: 5px !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mb-1px {
    margin-bottom: 1px !important;
}

.mb-2px {
    margin-bottom: 2px !important;
}

.mb-3px {
    margin-bottom: 3px !important;
}

.mb-4px {
    margin-bottom: 4px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}
/*Margin left*/
.ml-0 {
    margin-left: 0 !important;
}

.ml-05 {
    margin-left: 5px !important;
}

.ml-11px {
    margin-left: 11px !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.ml-1per {
    margin-left: 1% !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.ml-4 {
    margin-left: 4rem !important;
}

.ml-5 {
    margin-left: 5rem !important;
}

.ml-60 {
    margin-left: 60% !important;
}

.m-0 {
    margin: 0 !important;
}
/*Padding right*/
.pr-0 {
    padding-right: 0rem !important;
}

.pr-01 {
    padding-right: 1px !important;
}

.pr-2px {
    padding-right: 2px !important;
}

.pr-05 {
    padding-right: 5px !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pr-4 {
    padding-right: 4rem !important;
}

.pr-5 {
    padding-right: 5rem !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-30px {
    padding-right: 30px !important;
}
/*Padding left*/
.pl-0 {
    padding-left: 0 !important;
}

.pl-2px {
    padding-left: 2px !important;
}

.pl-03 {
    padding-left: .3rem !important;
}

.pl-01 {
    padding-left: 1px !important;
}

.pl-05 {
    padding-left: .5rem !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.pl-4 {
    padding-left: 4rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

.pl-5px {
    padding-left: 5px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

/*Padding top*/
.pt-0 {
    padding-top: 0 !important;
}

.pt-04 {
    padding-top: .4rem !important;
}

.pt-05 {
    padding-top: .5rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}
/*Padding bottom*/
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-05 {
    padding-bottom: .5rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pb-1px {
    padding-bottom: 1px !important;
}

.pb-2px {
    padding-bottom: 2px !important;
}

.pb-3px {
    padding-bottom: 3px !important;
}

.pb-4px {
    padding-bottom: 4px !important;
}

.pb-5px {
    padding-bottom: 5px !important;
}
/*Padding all sides*/
.p-0 {
    padding: 0 !important;
}

.p-05 {
    padding: .5rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.p-3 {
    padding: 3rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.p-5 {
    padding: 5rem !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*display*/
d-inline {
    display: inline !important;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-left span {
    text-align: left !important;
}

.w-13 {
    width: 13.28%;
}

.w-130 {
    width: 13% !important;
}

.w-14 {
    width: 14% !important;
}

.w-15 {
    width: 15% !important;
}

.w-40 {
    width: 40% !important;
}

.w-42 {
    width: 42% !important;
}

.w-48 {
    width: 48% !important;
}

.w-27 {
    width: 27% !important;
}

.w-25 {
    width: 25% !important;
}

.w-60 {
    width: 60% !important;
}

.w-68 {
    width: 68% !important;
}

.w-69 {
    width: 69% !important;
}

.w-50 {
    width: 50% !important;
}

.w-58 {
    width: 58% !important;
}

.w-49 {
    width: 49.5% !important;
}

.w-3p {
    width: 3% !important;
}

.w-1 {
    width: 1% !important;
}

.w-2 {
    width: 2% !important;
}

.w-3 {
    width: 3% !important;
}

.w-4 {
    width: 4% !important;
}

.w-5 {
    width: 5% !important;
}

.w-6 {
    width: 6% !important;
}

.w-7 {
    width: 7% !important;
}

.w-8 {
    width: 8% !important;
}

.w-9 {
    width: 9% !important;
}

.w-11 {
    width: 11% !important;
}

.w-5px {
    width: 80px !important;
}

.w-870 {
    width: 87% !important;
}

.w-87 {
    width: 86% !important;
}

.w-70 {
    width: 70% !important;
}

.w-30 {
    width: 30% !important;
}

.w-74 {
    width: 74% !important;
}

.w-75 {
    width: 75% !important;
}

.w-66 {
    width: 66% !important;
}

.w-25 {
    width: 25% !important;
}

.w-37 {
    width: 37% !important;
}

.w-83 {
    width: 83.33333333333333% !important;
}

.w-84 {
    width: 84% !important;
}

.w-10 {
    width: 10% !important;
}

.w-initial {
    width: initial !important;
}

.w-1041 {
    width: 10.41% !important;
}

.w-8958 {
    width: 89.58% !important;
}

.w-90 {
    width: 90% !important;
}

.w-93 {
    width: 93% !important;
}

.w-16 {
    width: 16% !important;
}

.w-1666 {
    width: 16.66666666666667% !important;
}

.w-18 {
    width: 18% !important;
}

.w-19 {
    width: 18% !important;
}

.w-20 {
    width: 20% !important;
}

.w-22 {
    width: 22% !important;
}

.w-78 {
    width: 78% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}
/*max-width*/
.mx-w-2 {
    max-width: 2% !important;
}

.mx-w-3 {
    max-width: 3% !important;
}

.mx-w-4 {
    max-width: 4% !important;
}

.mx-w-5 {
    max-width: 5% !important;
}

.mx-w-6 {
    max-width: 6% !important;
}

.mx-w-7 {
    max-width: 7% !important;
}

.mx-w-11 {
    max-width: 11% !important;
}

.offset-26 {
    margin-left: 26.56%;
}

.offset-6 {
    margin-left: 6%;
}

.offset-50 {
    margin-left: 50%;
}

.w-3956 {
    width: 39.56% !important;
}

.w-32 {
    width: 32% !important;
}

.w-34 {
    width: 34% !important;
}

.min-h19 {
    min-height: 19em !important;
}

.min-h17 {
    min-height: 17em;
}

.min-h15 {
    min-height: 15em !important;
}

.min-h10 {
    min-height: 10em !important;
}

.min-h26 {
    min-height: 26em !important;
}

.min-h20 {
    min-height: 20em !important;
}
/*left*/
.left-0 {
    left: 0 !important;
}
/*right*/
.right-0 {
    right: 0 !important;
}
/*Top*/
.top-0 {
    top: 0 !important;
}

    .top-0 * {
        top: 0 !important;
    }

@media (min-width: 768px) {
    .m-0-sm {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .pl-0-sm {
        padding-left: 0 !important;
    }
}

@media (max-width: 768px) {

    .mt-30 {
        margin-top: 0 !important;
    }

    .mt-20 {
        margin-top: 0px !important;
    }

    .w-sm-50 {
        width: 100% !important;
    }

    .pl-0-xs {
        padding-left: 0 !important;
    }

    .pr-0-xs {
        padding-right: 0 !important;
    }

    .pb-0-xs {
        padding-bottom: 0 !important;
    }

    .pl-1-xs {
        padding-left: 1rem !important;
    }

    .pr-1-xs {
        padding-right: 1rem !important;
    }
}

@media (max-width:480px) {
    .w-95-sm {
        width: 95% !important;
    }
}
