.notify {
    z-index: 1000! important;
}

.logo {
    height: 50px ! important;
}

.dashLogo {
    height: 100px ! important;
}

.navbar-vertical .navbar-brand>img,
.navbar-vertical .navbar-brand-img {
    max-width: 100%;
    max-height: 4rem;
}

.sidenav .navbar-brand {
    padding: 1rem 1rem;
    /*text-align: center;*/
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #67748e 0%, #000000 100%);
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.8em;
    color: #fd5c70;
    font-weight: bold;
}

.table tbody td {
    padding: 0.75rem 1.2rem;
}

.table thead th {
    padding: 0.75rem 1.2rem;
}

.fa-size {
    font-size: 1.2rem ! important;
}

.no-box-shadow {
    box-shadow: none ! important;
}

.no-box-shadow:hover {
    box-shadow: none ! important;
    font-size: 1.25rem ! important;
    color: orange;
}

.wrapper {
    position: relative;
}

.wrapper span {
    color: white;
    font-weight: bold;
    position: absolute;
    top: -11px;
    right: -13px;
    background: red;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    font-size: 10px;
    padding-left: 5px;
}

.skits {
    list-style-type: disc;
}

.card .card-header {
    padding-left: 19px ! important;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

h6,
.h6 {
    font-size: .8rem;
    font-weight: 900;
}

.w-0 {
    width:200% ! important;
}

.flex.items-start{
    width:100%;    
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate{
    font-size: small;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgb(197 197 197 / 30%);
}

.bordered{
    border:0px solid #cecace! important; 
    border-radius:8px;  
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1); 
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
    padding: 3px 10px;
    font-size:13px! important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.fixed {
    position: fixed;
    z-index: 1;
}

.f13{
    font-size:13px;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d2d6da;
    border-radius:0.5rem;
    line-height: 1.5;
    padding: 0.5rem 0.1rem;
    font-size: 0.875rem !important;
    color: #8e959c! important;
    height:50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8e959c;
    line-height: 28px;
}



