
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body, h1, p,a {
        font-family: Montserrat, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}


.brand-text {
    color: white !important;
}


.sidebar-collapse .brand-image {
  max-height: unset !important;
  width: auto !important;;
  height: 70px !important;;
  position: relative !important;;
  top: -14px !important;;
  left: -30px !important;;

}

.login-box [name="username"] {
    color: #55595c !important;
    background-color: #f7f7f9 !important;
    background-clip: padding-box !important;
    border: 0 solid #ced4da !important;
    box-shadow: inset 0 0 0 transparent !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.brand-image {
    opacity: 1 !important;
    border-radius: 0 !important;
    box-shadow: unset !important;
}


.nav-pills i {
    color: white !important;
}

.nav-link.active {
    box-shadow: unset !important;
    background-color: unset !important;
}


.nav-link.active .nav-icon {
    color: white !important;
}

.nav-pills .fa-bell {
    _color: white !important;
}

.nav-sidebar [href="/admin/"] {
    margin-bottom: 15px !important;
}

.nav-sidebar [href="/admin/main/organization/"] {
    padding-top: 20px !important;
}

.nav-sidebar [href="/admin/main/wholesaleproduct/"] {
    margin-top: 15px;
    padding-top: 20px !important;
    border-top: 1px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-sidebar [href="/admin/main/brand/"] {
    /* border-bottom: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/

}


.nav-sidebar [href="/admin/main/inventory/"] {
    margin-top: 15px;
    border-top: 1px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px !important;
}

.nav-sidebar [href="/admin/main/retailproductitem/"] {
    /* border-bottom: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  */
}

.nav-sidebar [href="/admin/main/user/"] {
    margin-top: 15px;

}

.nav-sidebar [href="/admin/main/stocktransfer/"] {
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 20px;
}

.nav-sidebar [href="/admin/main/organization/"] {
    border-top: 1px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-sidebar [href="/admin/django_celery_beat/crontabschedule/"] {
    border-top: 1px solid #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: 15px !important;
    padding-top: 15px !important;
}

.nav-header {
    display: none;
}

#jazzy-sidebar{
    background-image: linear-gradient(45deg,#360033,#0b8793) !important;
}

#jazzy-sidebar p{
    color: white !important;
}



#jazzy-actions .btn{
    text-overflow: ellipsis !important;

}

#jazzy-sidebar .d-block{
    color: white !important;
}

.btn{
    border-radius: 35px !important;
  padding-left: 29px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 1px;
}

.brand-text {
    visibility: hidden;
}


.user-panel, .brand-link {
  border: none !important;
}

#jazzy-logo{
    background: #f4f6f9;
  border-radius: 41px;
  margin: 7px;
  padding: 5px;
}


.sidebar-collapse  #jazzy-logo{
     background: unset !important;
    border-radius: 41px;
  margin: 7px;
  padding: 5px;
}

#jazzy-navbar{
    background: #f4f6f9;
}

#jazzy-navbar form{
    display: none;
}

[href="https://github.com/farridav/django-jazzmin/issues"]{
    display: none;
}

#content a, button{
    font-weight: normal !important;
}

#change-list-date-hierarchy{
    display: none;
}

#changelist a, #changelist td,  #changelist th{
    color: #424242;
    font-weight: normal;
}

.btn-outline-primary{
    color: #8c89bd;
    border-color: #8c89bd;;
}

.btn-primary{
    color: #fff !important;
    background: #8c89bd;;
    border-color: #8c89bd;;
}

.btn-success{
    color: #fff !important;
    background: #5bbaeb;;
    border-color: #5bbaeb;;
}

[action="/admin/logout/"]{
    display: initial !important;
}

.jazzmin-login-page img{
    width: 100% !important;
}

.notif_icon{
    color: white;
  background: red;
  padding: 5px 9px;
  border-radius: 13px;
  position: relative;
  left: 9px;
  top: -7px;
  font-size: 11px;
}

.row_chart{
    margin-bottom: 25px;
}


#content .row{
    _margin-bottom: 50px;
    _margin-top: 50px;
}


.parent_widget .card {
    background-color: #f8f9fa; /* Light background for cards */
    border-radius: 10px; /* Rounded corners */
    padding: 20px;
    transition: transform 0.3s ease; /* Smooth hover effect */
}

.parent_widget .card:hover {
    transform: translateY(-10px); /* Slightly elevate the card on hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Add shadow on hover */
}

.parent_widget .card-title {
    font-weight: bold;
    font-size: 1.2em;
}

.parent_widget .card-text {
    font-size: 1.1em;
    color: white;
    font-weight: bold;
}


.parent_widget .card-title{
    color: white;
}

.parent_widget .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.parent_widget .card-title {
    margin-bottom: 10px; /* Space between title and text */
}

.parent_widget .card-text {
    margin-top: 0;
    font-size: 1.25rem; /* Adjust as needed */
}
