body{
    font-family: "Poppins";
    /*font-size: 1.2em;*/
}/*
.btn{
    font-size: 1em;
}*/
.navbar .btn{
    padding-right: 1.2em;
    padding-left: 1.2em;
    background-color: #4D2DB7 !important;
    border-color: #4D2DB7 !important;
}
.navbar .btn:hover{
    background-color: white !important;
    border-color: #4D2DB7 !important;
    color: #4D2DB7 !important;
}
.navbar{
    padding-top:1em;
    padding-bottom: 1em;
}
.navbar .nav-link{
    margin-right: 1em;
    /*color: #fff !important;*/
}
.navbar-brand{
    font-weight: bold;
    text-transform: uppercase;
}
.bg{
    background-image: url('../images/contactless_payments.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2em;
}
.dashboard-bg{
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.dark{
    background: rgba(0,0,0,0.7);
    background: -webkit-linear-gradient(to bottom right, rgba(0,0,0,0.9), rgba(0,0,0,0.7));
    background: linear-gradient(to bottom right, rgba(0,0,0,0.9), rgba(0,0,0,0.7));
    min-height: 80vh;
    border-radius: 2em;
}
.bolder{
font-weight: 700;
}
.big{
    font-size: 1.5em;
    font-weight: 200;
}
.dark .btn-primary{
    background-color: #F09819 !important;
    border-color: #F09819 !important;
    border-radius: 100px;
    padding: 1em 2em;
}
.login{
    background-image: url('../images/card_login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2em;
}
.background{
    background: rgba(255,255,255,0.9);
    background: -webkit-linear-gradient(to bottom right, rgba(0,0,0,0.5), rgba(0,0,0,0.2));
    background: linear-gradient(to bottom right, rgba(0,0,0,0.5), rgba(0,0,0,0.2));
    min-height: 90vh;
    border-radius: 2em;
}
.login h3{
    font-weight: bold;
}
.login .card{
    border-radius: 0em;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}
/*
.form-control{
    border-color: #182848 !important;
    border-width: 2px;
    font-size: 1em;
    background-color: transparent;
}*/
.form-control:focus{
    box-shadow: none;
}

.select2-container--default .select2-selection--single,
input.form-control{
    height: 40px;
    /*border-width: 2px;*/
}
.carousel-inner{
    border-radius: 5px;
}
a{
    text-decoration: none;
}
a .card{
    cursor: pointer;
}
.my-top-services{
    background-image: url('../images/services.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.my-top-services .d-flex{
    background: rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(to bottom right, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
    background: linear-gradient(to bottom right, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
}
.text-primary{
    color: #4D2DB7 !important;
}
.btn-primary{
    background-color: #4D2DB7 !important;
    border-color: #4D2DB7 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    box-shadow: none;
}

.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    box-shadow: none;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
}
.bg-secondary {
    background-color: rgb(236 240 243) !important;
}
.card{
    background-color: #f8fafca1;
}
table.table.dataTable > :not(caption) > * > * {
    background-color: #f8fafc00;
}
