@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');


/*@font-face {*/
    /*font-family: "San Francisco";*/
    /*font-weight: 400;*/
    /*src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");*/
/*}*/

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

/*
*Header
*/

.navbar{
    background: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
    /*box-shadow: 0 0 10px 3px #ebedf0;*/
}

.navbar a{
    color: #1b2437;
}

.navbar ul li a.navbar-link{
    border-bottom: 3px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar ul li a.navbar-link:focus,
.navbar ul li a.navbar-link:hover{
    background: transparent;
    border-bottom: 3px solid #007bff;
    transition: all 0.3s linear;
}

@media screen and (max-width: 768px){
    .navbar-brand{
        margin-top: -10px;
    }
}
/*
 * Sidebar
 */

.sidebar {
    top: 0;
    bottom: 0;
    left: 0;
    /*z-index: 100; !* Behind the navbar *!*/
    padding: 0;
    border-right: 1px solid #f1f1f1;
    /*box-shadow: 0 15px 10px 3px #ebedf0;*/
    background: #fff;
}

.nav-item .nav li a{
    padding: 13px;
    padding-left: 55px;
}

.nav-item .nav li a.active{
    color:#007bff;
    border-right: 4px solid #007bff;
    background: #f9f9f9;
}

.nav-sub-item:hover{
    background: transparent;
}

.nav-sub-item a{
    color: #666;

}

.nav-sub-item a:hover{
    color: #007bff;
}

#main-content{

}

#panel-sidebar
{
    float:left;
    width: 200px;
    background: #fff;
    overflow:hidden;
}

#panel-content
{
    background: #f5f7fa;
}

#panel-content.main-content{
    overflow: hidden;
}
.heading-section h5{
    color: #9d9d9d;
}

#content-insider{
    min-width: 300px;
}

#section-content{
    padding: 45px;
    min-height: 100vh;
}

@media screen and (max-width: 768px){
    #section-content{
        padding: 15px;
    }
}

#sidebar-toggle{
    font-size: 16pt;
    color: #007bff;
}

#sidebar-toggle span{
    padding-top: 10px;
    margin-left: 10px;
}

.sidebar-logo{
    padding: 30px;
    width: 100%;
    text-align: center;
}

.sidebar-logo img{
    margin: auto;
}

@media screen and (max-width: 768px){
    #panel-sidebar{
        margin-left: -200px;
    }

    #panel-sidebar.hide{
        margin-left: -200px;
    }
}

.sidebar span.fa{
    margin-right: 10px;
    color: #666;
}

.nav > li > a.nav-link{
    padding: 15px;
}

.sidebar .nav-link {
    color: #666666;
}

.sidebar .nav-link.active {
    color: #007bff;
    border-right: 4px solid #007bff;
    background: #f5f7fa;
}

.sidebar .nav-link:hover {
    color: #007bff;
    border-right: 4px solid #007bff;
    background: #f5f7fa;
    transition: all 0.3s;
}

.sidebar-heading {
    font-size: 9pt;
    margin-left: 15px;
    color: #999;
    text-transform: uppercase;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
    background: #005cbf;
}

.parent-profile{
    text-align: center;
}

.parent-profile img{
    width: 150px;
    margin: auto;
}

#sidebar-parent li a{
    color: #1b1e21;
}

.nav-item.active{
    background: #f9f9f9;
    border-right: 3px solid #007bff;
}

li.nav-item a:hover{
    background: #f9f9f9;
    transition: all .3s ease;
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }


/*
 * Content Panel
 */

section.content-panel{
    margin-top: 15px;
    margin-bottom: 30px;
}

section.panel{
    border-radius: 0px;
    padding: 0px;
    border: 0px;
    /*box-shadow: 0 0 5px 3px rgba(0,0,0,0.02);*/
}

.panel-heading{
    margin: 0px;
    padding: 10px 15px;
    border-radius: 0px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    color: #777;
    text-transform: uppercase;
}

.panel-list{
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    /*box-shadow: 0 0 5px 3px rgba(0,0,0,0.02);*/
    transition: transform .5s;
}

.panel-list:hover{
    /*transform: scale(1.01);*/
    /*box-shadow: 0 0 10px 3px rgba(0,123,255, 0.1);*/
}

.panel-list h4{
    text-transform: uppercase;
}

.panel-list p{
    color: #545b62;
}

.footer{
    text-align: center;
    padding: 8px;
}

.box-border{
    /*box-shadow: 0 0 5px 3px rgba(0,0,0,0.02);*/
    border-radius: 0px;
    background: #fff;
    margin-bottom: 15px;
}

.icon-dashboard{
    float: right;
    width: 75px;
}

img.sidebar-icon-png{
    float: left;
    margin-right: 15px;
    width: 20px;
}

.cardHolder {
    display: flex;
    flex-flow: row wrap;
}

.card {
    flex: 1;
    margin: .5em;
    min-width: 100px;
    background-color: #fff;
    border-radius: 3px;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
    transition: all .25s ease;
    animation: populate .5s ease-out normal backwards;
    padding: 10px;
}
.card:hover {
    transform: scale(1.05);
    z-index: 1;
    /*box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);*/
}

.alert-success,
.alert-danger,
.alert-warning,
.alert-default,
.alert-info{
    box-shadow: none;
    background-image: none;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    background: #f5f7fa;
    border-radius: 4px;

    -webkit-box-shadow: inset 0 0px 0px transparent;
    box-shadow: inset 0 0px 0px transparent;

    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fefefe;
    border-color: #80bdff;
    outline: 0;
    /*-webkit-box-shadow: 0 0 10px 2px rgba(0, 123, 255, 0.25);*/
    /*box-shadow: 0 0 10px 2px rgba(0, 123, 255, 0.25);*/
    box-shadow: 0 0 10px 2px rgba(0, 123, 255, 0.1);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

hr.thin{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #f9f9f9;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.custom-form-input {
    line-height: 1.6;
    padding-left: 10px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    background: #f5f7fa;
    border-radius: 4px;
    margin-right: 5px;

    -webkit-box-shadow: inset 0 0px 0px transparent;
    box-shadow: inset 0 0px 0px transparent;

    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-form-input::-ms-expand {
    background-color: transparent;
    border: 0;
}

.custom-form-input:focus {
    color: #495057;
    background-color: #fefefe;
    border-color: #80bdff;
    outline: 0;
    /*-webkit-box-shadow: 0 0 10px 2px rgba(0, 123, 255, 0.25);*/
    /*box-shadow: 0 0 10px 2px rgba(0, 123, 255, 0.25);*/
    box-shadow: 0 0 10px 2px rgba(0, 123, 255, 0.1);
}

.custom-form-input::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.custom-form-input:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.custom-form-input::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.custom-form-input::placeholder {
    color: #6c757d;
    opacity: 1;
}

.custom-form-input:disabled,
.custom-form-input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.custom-form-input:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-form-input-file,
.custom-form-input-range {
    display: block;
    width: 100%;
}


.btn{
    border-radius: 4px;
}

.btn-blue {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    /*box-shadow: 0 2px 10px 3px rgba(0,123,255, 0.2);*/
}
.btn-blue:focus,
.btn-blue.focus {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;

}
.btn-blue:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #0062cc;
    transition: all .5s ease;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #0062cc;
    border-color: #0062cc;
}

.btn-green {
    color: #fff;
    /*box-shadow: 0 2px 10px 3px rgba(5,171,8, 0.2);*/
    background-color: #05ab08;
    border-color: #05ab08;
}
.btn-green:focus,
.btn-green.focus {
    color: #fff;
    background-color: #049207;
    border-color: #049207;
}
.btn-green:hover {
    color: #fff;
    background-color: #049207;
    border-color: #049207;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #049207;
    border-color: #049207;
}


.btn-red {
    color: #fff;
    background-color: #f50000;
    /*box-shadow: 0 2px 10px 3px rgba(245,0,0, 0.2);*/
    border-color: #f50000;
}
.btn-red:focus,
.btn-red.focus {
    color: #fff;
    background-color: #c20000;
    border-color: #c20000;
}
.btn-red:hover {
    color: #fff;
    background-color: #c20000;
    border-color: #c20000;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
    color: #fff;
    background-color: #c20000;
    border-color: #c20000;
}

.btn-neutral {
    color: #1b1e21;
    background-color: #ffffff;
    border-color: #eeeeee;
    /*box-shadow: 0 2px 10px 3px rgba(0,0,0, 0.05);*/
}
.btn-neutral:focus,
.btn-neutral.focus {
    color: #1b1e21;
    background-color: #f9f9f9;
    border-color: #f9f9f9;

}
.btn-neutral:hover {
    color: #007bff;
    border-color: #f1f1f1;
    transition: all .5s ease;
}
.btn-neutral:active,
.btn-neutral.active,
.open > .dropdown-toggle.btn-neutral {
    color: #1b1e21;
    background-color: #f1f1f1;
    border-color: #f1f1f1;;
}

.btn-xs{
    padding-left: 10px;
    padding-right: 10px;
}


.form-group label{
    font-weight: lighter;
}

/* Start Navbar */
.sub-nav-profile nav ul {
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.02);
    border-radius: 0px;
    background: #fff;
    margin-bottom: 15px;
}
.sub-nav-profile nav ul > li {
    padding: 15px;
    display: inline-block;
    transition: all .3s ease;
    margin-left: -5px
}
/* End Navbar */


.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}

/*Toast like in Andorid*/
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

/*Loading custom*/
#loading-base{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    display: none;
}
.text-white{
    color: #fff;
    text-shadow: 2px 2px 4px #0b0b0b;
}
.svg {
    margin:auto;
    margin-top: 200px;
    display: block;
    animation: svg-rotate 8000ms linear infinite;
}
circle {
    fill: transparent;
    stroke: #0062cc;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 0, 301.59289;
    animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
}
@keyframes svg-rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes stroke-width {
    0%, 100% {
        stroke-width: 0;
    }
    45%, 55% {
        stroke-width: 2;
    }
    50% {
        stroke-width: 4;
    }
}
@keyframes stroke-dash {
    0% {
        stroke-dasharray: 0, 301.59289;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 301.59289, 0;
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dasharray: 301.59289, 301.59289;
        stroke-dashoffset: -301.59289;
    }
}
@keyframes stroke-color {
    from {
        stroke: #45ABCD;
    }
}

/*
* Color
*/
.blue{
    color: #0071c7;
}

.red{
    color: #f50000;
}

.green{
    color: #05ab08;
}

.yellow{
    color: #ffd607;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}

.border-right{
    border-right: 1px solid #f1f1f1;
}

.border-left{
    border-left: 1px solid #f1f1f1;
}

.profile-card{
    /*box-shadow: 0 0 5px 3px rgba(0,0,0,0.02);*/
    background: #ffffff;
    margin-bottom: 15px;

}

.profile-card-footer{
    padding: 15px;
    border-top: 1px solid #f1f1f1;
}

.profile-card-footer a{
    color: #9d9d9d;
    text-transform: uppercase;
    font-size: 10pt;
}

.profile-card h4{
    text-transform: uppercase;
}


.profile-pict{
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*box-shadow: 0 0 10px 3px #f1f1f1;*/
    position: relative;
    overflow: hidden;
    margin: auto;
}

.profile-pict img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.custom-form-search{
    display: inline-flex;
    position: relative;
}

.custom-form-search input{
    background: #ffffff;
    /*box-shadow: 0 0 5px 3px rgba(0,0,0,0.02);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
}

.custom-form-search button{
    background: transparent;
    float: right;
    margin-left: -40px;
}

.panel-menu-content .btn{
    margin-right: 5px;
    margin-bottom: 5px;
}

.panel-menu-content{
    text-align: right;
}

@media screen and (max-width: 768px){
    .panel-menu-content{
        text-align: center;
    }
}

.pagination {
    display: inline-block;
}

.pagination > li > a {
    color: black;
    float: left;
    text-decoration: none;
    border: 1px solid #f1f1f1;
    background: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    /* background: linear-gradient(-45deg, #23A6D5, #23D5AB); */
    background: #23A6D5;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    color: white;
    border: 1px solid #23A6D5;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.background-gradient{
    color: #fff;
    /* background: linear-gradient(-45deg, #23A6D5, #23D5AB); */
    background: #23A6D5;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}


.scroll-outer{
    max-height: 300px;
    min-height: 200px;
    overflow: auto;
}

.scroll-inner{
    height: 100%;
}

.individual-list-card{
    border: 1px solid #f9f9f9;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-left: 2px solid #05ab08;
}

.table-scroll-outer{
    overflow: auto;
}

.table-scroll-inner{
    width: 100%;
}

.default-table thead{
    background: #f5f7fa;
}

.default-table th,
.default-table td{
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.default-table{
    border: 1px solid #f1f1f1;
}

.default-table th{
    border: 1px solid #f9f9f9;
    border-bottom: 2px solid #f9f9f9;
}

.default-table td{
    border: 1px solid #f9f9f9;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #b8b8b8;
    border-color: transparent;
    background: #f5f7fa;
}

.m-0 {
    margin: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  
  .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  
  .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .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;
  }
  
  .mt-auto {
    margin-top: auto !important;
  }
  
  .me-0 {
    margin-right: 0 !important;
  }
  
  .me-1 {
    margin-right: 0.25rem !important;
  }
  
  .me-2 {
    margin-right: 0.5rem !important;
  }
  
  .me-3 {
    margin-right: 1rem !important;
  }
  
  .me-4 {
    margin-right: 1.5rem !important;
  }
  
  .me-5 {
    margin-right: 3rem !important;
  }
  
  .me-auto {
    margin-right: auto !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;
  }
  
  .mb-auto {
    margin-bottom: auto !important;
  }
  
  .ms-0 {
    margin-left: 0 !important;
  }
  
  .ms-1 {
    margin-left: 0.25rem !important;
  }
  
  .ms-2 {
    margin-left: 0.5rem !important;
  }
  
  .ms-3 {
    margin-left: 1rem !important;
  }
  
  .ms-4 {
    margin-left: 1.5rem !important;
  }
  
  .ms-5 {
    margin-left: 3rem !important;
  }
  
  .ms-auto {
    margin-left: auto !important;
  }