@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('../bootstrap/css/bootstrap.min.css');
@import url('../bootstrap-icons/font/bootstrap-icons.css');
@import url("../font-awesome-4.7.0/css/font-awesome.min.css");
html, body {
    height: 100%;
    background-color: #f0f2f5;
}

.login-bg{
    background-image: url("../img/bg_xy.jpg");
    background-size: cover;
    background-position: left center;
}
.login-page-container {
    max-width: 400px;
}
.login-head-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: black;
}
.btn-outline-secondary{
    border-color: #ced4da;
}
.btn-outline-secondary:focus{
    box-shadow: unset;
}
.required-text {
    font-size: 14px !important;
    color: #f00 !important;
}
.btn:focus{
    box-shadow: unset !important;
}

.admin-main-card{
    min-height: 300px;
}
img.admin-main-card-img {
    border: 0 none transparent;
    bottom: 0;
    clear: both;
    display: block;
    float: none;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.admin-main-card .card-img-overlay{
    background: rgba(0, 0, 0, 0.6) !important;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.callout p:last-child {
    margin-bottom: 0;
}
.callout code {
    border-radius: 3px;
}
.callout + .bs-callout {
    margin-top: -5px;
}

.callout-default {
    border-left-color: #777;
}
.callout-default h4 {
    color: #777;
}

.callout-primary {
    border-left-color: #428bca;
}
.callout-primary h4 {
    color: #428bca;
}

.callout-success {
    border-left-color: #5cb85c;
}
.callout-success h4 {
    color: #5cb85c;
}

.callout-danger {
    border-left-color: #d9534f;
}
.callout-danger h4 {
    color: #d9534f;
}

.callout-warning {
    border-left-color: #f0ad4e;
}
.callout-warning h4 {
    color: #f0ad4e;
}

.callout-info {
    border-left-color: #5bc0de;
}
.callout-info h4 {
    color: #5bc0de;
}

.callout-bdc {
    border-left-color: #29527a;
}
.callout-bdc h4 {
    color: #29527a;
}

.top-search:focus{
    box-shadow: unset;
    border: #000;
}
.search-dropdown{
    position: relative;
    width: 100%;
}
.search-dropdown > .list-group-item:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.search-dropdown > .list-group-item.disabled{
    background-color: #F7FAFC;
    font-size: 12px;
    font-weight: 600;
}

.search-page-head{
    background-color: #7952b3;
    color: #ffffff;
    min-height: 180px;
    margin-top: -24px;
}

.nav-tabs .nav-item{
    margin-left: 1px;
    margin-right: 1px;
}
.nav-tabs .nav-link {
    color: #000000;
    background-color: #F7FAFC;
    border-color: #dee2e6 #dee2e6 #F7FAFC;
    border-bottom: 3px solid transparent;
}
.nav-tabs .nav-link.active {
    border-bottom: 3px solid #000000;
}

ul{
    list-style: none;
}
.left-category-list > ul{
    margin-left: 0;
    padding-left: 0;
}
.left-category-list .custom-control-label > a{
    text-decoration: none;
    color: #000000;
}
.left-category-list .custom-control-label > a:hover{
    text-decoration: underline;
}

@media (max-width: 980px)
{
    .nav-search-col{
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px)
{
    .search-btn{
        display: none !important;
    }
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}
