    
    .w-30px{ width: 30px !important; }
    .w-50px{ width: 50px !important; }
    .w-100px{ width: 100px !important; }
    .w-150px{ width: 150px !important; }
    .w-180px{ width: 180px !important; }
    .w-200px{ width: 200px !important; }
    .w-220px{ width: 220px !important; }
    .w-230px{ width: 230px !important; }
    .w-240px{ width: 240px !important; }
    .w-250px{ width: 260px !important; }
    .w-300px{ width: 300px !important; }

    .h-40px{ height: 40px !important; }
    .h-50px{ height: 50px !important; }
    .h-80px{ height: 80px !important; }
    .h-100px{ height: 100px !important; }
    .h-150px{ height: 150px !important; }
    .h-200px{ height: 200px !important; }
    .h-300px{ height: 300px !important; }
    .h-500px{ height: 500px !important; }
    .h-800px{ height: 800px !important; }


    .min-h-200px{ min-height: 200px; }
    .min-h-250px{ min-height: 250px; }
    .min-h-350px{ min-height: 350px; }

    .fs-9px{ font-size:9px !important; }
    .fs-10px{ font-size:10px !important; }
    .fs-11px{ font-size:11px !important; }
    .fs-12px{ font-size:12px !important; }
    .fs-13px{ font-size:13px !important; }
    .fs-15px{ font-size:15px !important; }
    .fs-16px{ font-size:16px !important; }
    .fs-20px{ font-size:20px !important; }


    .text-white{ color: white; !important }
    .text-4680ff{ color: #4680ff !important }
    .text-ff9090{ color: #ff9090 !important }
    .text-ff0000{ color: #ff0000 !important }
    .text-ff9c0d{ color: #ff9c0d !important }
    .text-008fa1{ color: #008fa1 !important }
    .text-0050ff{ color: #0050ff !important }

    .fw-bold{ font-weight:bold !important; }

    .mt-0px{ margin-top:0px !important; }
    .mt-12px{ margin-top:12px !important; }

    .mb-2px{ bottom: 2px !important; }
    .mb-5px{ bottom: 5px !important; }
    .mb-10px{ bottom: 10px !important; }

    .profile-pic{
        width: 320px;
        height: 320px;
    }

    .pf-40px{
        width: 40px;
        height: 40px;
    }

    .b-1px{ border: 1px solid black !important; }

    .bt-0px{ border-top: 0px !important; }
    .br-0px{ border-radius: 0px !important; }

    .bg-ffffdf{ background-color: #ffffdf !important; }
    .bg-fff2f2{ background-color:#fff2f2 !important; }
    .bg-4680ff{ background-color:#4680ff !important; }
    .bg-fffce5{ background-color:#fffce5 !important; }
    .bg-e0f8f0{ background-color:#e0f8f0 !important; }
    .bg-f3fdfa{ background-color:#f3fdfa !important; }
    .bg-fdf7ee{ background-color:#fdf7ee !important; }
    .bg-eaeef3{ background-color:#eaeef3 !important; }
    .bg-d5f4f7{ background-color:#d5f4f7 !important; }
    .bg-e2e0e0{ background-color:#e2e0e0 !important; }
    .bg-ffd7d7{ background-color:#ffd7d7 !important; }
    .bg-ffeffc{ background-color:#ffeffc !important; }
    .bg-141E30{ background-color: #141E30 !important; }
    .bg-ffff70{ background-color: #ffff70 !important; }

    .soa-padding{ padding: 4px !important; }

    .p-1px{ padding: 1px !important; }
    .p-2px{ padding: 2px !important; }
    .p-3px{ padding: 3px !important; }
    .p-4px{ padding: 4px !important; }
    .p-5px{ padding: 5px !important; }
    .p-10px{ padding: 10px !important; }
    .p-13px{ padding: 13px !important; }
    .p-15px{ padding: 15px !important; }
    .p-20px{ padding: 20px !important; }
    .p-25px{ padding: 25px !important; }

    .ol-account-pf{ 
        width: 50px !important; height: 50px !important;
        border: 2px solid #5e5e5e !important;
    }

    .cursor-pointer{
        cursor: pointer !important;
    }

    .active-tab{ background-color: #fffce5 !important; }

    .loan-docs-pf{ height: 70px; width: 70px; }
    .hover-bank-option:hover{ 
        border-color: rgb(69 126 249) !important;
        cursor: pointer;
    }