html, body {
}

.bg-gray {
    background-color: #e0e0e0;
}

.bg-white {
    background-color: white;
}


.avysh-card {
    border: none;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    min-height: calc(100vh - 105px);
    height: 100%;
    position: relative;
}

.avysh-card .card-footer {
    background-color: #FFFFFF !important;
    border-top: none;
}

.no-data-section {

    margin: auto;  
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;

}

.primary-action-btn {
    background-color: #FFBF00;
    color: white;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    text-align: center;    
    padding: 10px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;

}

a.primary-action-btn {

    color: white;
    text-decoration: none;
}

.primary-action-btn:hover {

    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: 0.3s;
}

.secondary-action-btn {

    color: #3570c2;
    border-radius: 10px;
    border: 1px solid #3570c2;
    text-align: center;    
    padding: 6px;
    cursor: pointer;
    font-weight: 500;
}

.secondary-action-btn a {
    color: #3570c2;
    text-decoration: none;
}

.secondary-action-btn:hover {
    
    color: white;
    background-color: #3570c2;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: 0.3s;
}

.secondary-action-btn a:hover {
    
    color: white;
   
}

.fixed-bottom {
    bottom: 20px;
    position: fixed;
    width: 90%;
}

.brand-card .brand-card-footer {

    background-color: rgba(0,0,0,.03) !important;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;

}
.brand-card-footer a{
    text-decoration: none;
    color: black;    
}
.primary-link-btn:hover {    
    transition: 0.3s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}
.custom-lable {
    font-size: 13px;
    font-weight: 700;
}
.filter-panel {
    max-height: 350px;
    overflow-y: scroll;
}

.input-error {
    border: 1px solid red !important;
}