.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.bg-brand{
    background-color: #000;
}

#paymentform{
    display: none !important;
}

.loginwrap{
    margin-top: 100px;
    background-color: #343a40;
}

.login .card-body{
    padding: 40px;
}

.logo{
    width: 250px;
    background-color: #343a40;
}

.navbar{
    min-height: 65px;
}

.deleteform{
    display: inline-block;
}

.table td .btn{
    margin-bottom: 2px;
}

.btn-100{
    width: 100%;
}

.logocarte{
    max-width: 200px;
}

.img-overlay{
    position: relative;
}

.overlaydelete{
    display: none;
    width: 100%;
    position: absolute;
    top: 85%;
    bottom: 0;
    background-color: #000;
    z-index: 999;
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
    transition: all 1s ease;
}

.overlaydelete i{
    margin-top: 9%;
}

.img-overlay:hover .overlaydelete{
    display: block;
}

.select2-selection__rendered {
    font-size: 14px;
    margin-top: 2px;
}

.spinner{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background: url(../img/bg-spinner.png) repeat;
}

.spinner .spinner-border{
    margin-top: 190px;
}

.table td, .table th {
    font-size: 14px !important;
}

.select2-container .select2-selection--single{
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    margin-top: -1px;
}

.tox-notifications-container, .tox-statusbar__branding{
    display: none !important;
}

.alertexpire{
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 9999;
    padding: 5px;
    background-color: #e9322d;
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #000;
    border: 1px solid #000;
}

/*
.custom-control-input{
    z-index: 1;
    width: 28px;
}
*/
