
/* margin */
.mt-0 {
    margin-top: 0 !important;
   }

   .mt-1 {
    margin-top: 0.25rem !important;
   }

   .mt-2 {
    margin-top: 0.5rem !important;
   }

   .mt-3 {
    margin-top: 1rem !important;
   }

   .mt-4 {
    margin-top: 1.5rem !important;
   }

   .mt-5 {
    margin-top: 3rem !important;
   }

   .mr-0 {
    margin-right: 0 !important;
   }

   .mr-1 {
    margin-right: 0.25rem !important;
   }

   .mr-2 {
    margin-right: 0.5rem !important;
   }

   .mr-3 {
    margin-right: 1rem !important;
   }

   .mr-4 {
    margin-right: 1.5rem !important;
   }

   .mr-5 {
    margin-right: 3rem !important;
   }

   .mb-0 {
    margin-bottom: 0 !important;
   }

   .mb-1 {
    margin-bottom: 0.25rem !important;
   }

   .mb-2 {
    margin-bottom: 0.5rem !important;
   }

   .mb-3 {
    margin-bottom: 1rem !important;
   }

   .mb-4 {
    margin-bottom: 1.5rem !important;
   }

   .mb-5 {
    margin-bottom: 3rem !important;
   }

   .ml-0 {
    margin-left: 0 !important;
   }

   .ml-1 {
    margin-left: 0.25rem !important;
   }

   .ml-2 {
    margin-left: 0.5rem !important;
   }

   .ml-3 {
    margin-left: 1rem !important;
   }

   .ml-4 {
    margin-left: 1.5rem !important;
   }

   .ml-5 {
    margin-left: 3rem !important;
   }


   /* table bordered */

    .table-bordered {
     border: 2px solid #dee2e6 !important;
    }

    .table-bordered th,
    .table-bordered td {
     border: 1px solid #dee2e6 !important;
    }

    .table-bordered thead th,
    .table-bordered thead td {
     border-bottom-width: 2px !important;
    }


