/*
    * {
        background:yellow !important;
    }
*/
    .h80 {height:80px;}
    .h75 {height:75px;}
    .h70 {height:70px;}
    .h60 {height:60px;}
    .h50 {height:50px;}
    .h40 {height:40px;}
    .h35 {height:35px;}
    .h32 {height:32px;}
    .h30 {height:30px;}
    .h25 {height:25px;}

    /* Font weight */

    .fw-200 {font-weight:200}
    .fw-300 {font-weight:300}
    .fw-400 {font-weight:400}
    .fw-500 {font-weight:500}
    .fw-600 {font-weight:600}
    .fw-700 {font-weight:700}
    .fw-800 {font-weight:800}

    /* Max width */

    .mw-50  {max-width:50px}
    .mw-75  {max-width:75px}
    .mw-100 {max-width:100px}
    .mw-125 {max-width:125px}
    .mw-150 {max-width:150px}
    .mw-175 {max-width:175px}
    .mw-200 {max-width:200px}
    .mw-250 {max-width:200px}
    .mw-300 {max-width:300px}
    .mw-350 {max-width:350px}
    .mw-400 {max-width:400px}
    .mw-450 {max-width:450px}
    .mw-500 {max-width:500px}

    .move-u10
    {
        display:inline-block;
        margin-top:-10px !important;
    }

    .shift-u10
    {
        position:relative;
        top:-10px;
    }

    .shift-u5
    {
        position:relative;
        top:-5px;
    }

    .l7-text-medium
    {
        font-size:1.3rem;
    }

    .l7-blue
    {
        color:#191971
    }

    .color-white
    {
        color:white !important;
    }

    .color-primary
    {
        color:rgba(var(--bs-primary-rgb)) !important;
    }

    .l7-icon-h7
    {
        font-size:1.35rem; color:#191971
    }


    .l7-icon-h6
    {
        font-size:1.5rem; color:#191971
    }


    .l7-icon-h5
    {
        font-size:1.65rem; color:#191971
    }

    .l7-svg-icon-h5
    {
        height:1.65rem; color:#191971
    }

    .bg-gray1
    {
        background:#F5F5F5;
    }

    .color-blurple
    {
        color: #4F46E5;
    }

    .bg-blurple
    {
        background-color: #4F46E5;
    }


    @media (max-width: 767px)
    {
        .text-xs-center {
            text-align: center;
        }
    }

    /* Disabled links */
    .link-disabled *,.link-disabled
    {
        color:black !important;
        cursor:a !important;
        pointer-events: none;
    }
