.custom-icon-back{
    top: -15px;
    position: absolute;
    right: -16px;
    opacity: 0.7;
    font-size: 50px;
    text-shadow: 0 0 black;
}

.custom-a-back{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    overflow: hidden;

}

.action-btn-css{
    font-size: x-large;
    padding: 3px 8px !important;
    height: 45px;
}



/*label{*/
/*    display: inherit ;*/
/*    text-align: center;*/
/*}*/

.all-center{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-with-icon{
    padding: 0 2px 5px 0;
    height: 36px;
    margin-bottom: 5px;
    width: 25%
}

.icon-inside-btn{
    font-size: 16px;
    padding: 5px;
    padding-bottom: 20px;
}

.select2-container .select2-selection--single{
    height: 37px !important;
}

.ml-2{
    margin-left: 5px;
}

.mr-2{
    margin-right: 5px;
}

/* Sidebar active link styling */
.nav-link.active {
    background-color: #2196f3 !important; /* Blue background */
    color: #111 !important; /* Black text */
    border-radius: 6px;
}
