body{
    --primary:#a65a4d;
}
select.form-control:not(.form-control-sm)~.select2-container .select2-selection--single{
    height:calc(2.25rem + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}

/* .btn-activate:after{
    content:"Inactive";
}
.btn-activate:hover:after{
    content:"Activate";
}
.btn-activate{
    color:#dc3545;
    border-color:#dc3545;
}
.btn-activate:hover{
    border-color:#28a745;
    background-color:#28a745;
}

.btn-deactivate:after{
    content:"Active";
}
.btn-deactivate:hover:after{
    content:"Deactivate";
}
.btn-deactivate{
    color:#28a745;
    border-color:#28a745;
}
.btn-deactivate:hover{
    border-color:#dc3545;
    background-color:#dc3545;
} */

.table td{
    vertical-align: middle;
}
.pagination{
    justify-content: center;
}
.content-wrapper{
    padding-bottom: 100px !important;
}

.tab-content .list-group-item:first-child {
    border-top: 0;
}

.bottom-pos-icon{
    position: relative;
    border: 1px solid;
    border-radius: 27px;
    padding: 5px 15px;
    margin: -5px;
    bottom: 10px;
    background: #a65a4d;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.bottom-pos-icon:hover{
    color: #fff;
}

.swal2-popup{
    max-width: 90% !important;
}