@charset "UTF-8";
.app-sidebar .mCSB_container {
    margin-right: 0px;
}
.app-sidebar .mCSB_draggerContainer {
    right: -11px;
}
@media (min-width: 768px) {
    .app.sidenav-toggled .app-content {
        margin-left: 0;
    }
    .app.sidenav-toggled .app-sidebar {
        left: -250px;
    }
    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: hidden;
    }
}
@media (max-width: 767px) {
    .card .card-body {
    padding: 10px!important;
}
    .app {
        overflow-x: hidden;
    }
    .app .app-sidebar {
        left: -250px;
    }
    .app .app-sidebar__overlay {
        visibility: hidden;
    }
    .app.sidenav-toggled .app-content {
        margin-left: 0;
    }
    .app.sidenav-toggled .app-sidebar {
        left: 9px;
    }
    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: visible;
    }
}
.app-content {
    min-height: calc(100vh - 50px);
    margin-top: 50px;
    margin-bottom: 0 !important;
    -webkit-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
    padding: 10px 15px 10px 15px;
    background: #e8e8e8;
}
.app-content .side-app {
    padding: 40px 30px 0 30px;
}
.footer .container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .app-content {
        margin-left: 250px;
    }
}
@media (max-width: 767px) {
    .app-content {
        margin-top: 60px;
        min-width: 100%;
        padding: 10px;
    }
    .row {

    margin-right: -7px;
    margin-left: -7px;
}

.card {
    
    margin-bottom: 10px;
  
}


    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
   
    padding-right: 7px;
    padding-left: 7px;
}
}

@media print {
    .app-content {
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
}
.light-text {
    font-weight: 300 !important;
}
.semibold-text {
    font-weight: 600 !important;
}
.line-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
/*----- Componant: Top Navigation Bar ----- */

.app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1030;
    padding-right: 15px;
    padding: 5px 0;
    box-shadow: 0 0 0 1px rgba(61, 119, 180, .12), 0 8px 16px 0 rgba(91, 139, 199, .24);
    background-image: linear-gradient(110deg, #04A8FB 1%, #871faf 100%);
}
@media (min-width: 768px) {
    .app-header {
        padding-right: 30px;
    }
}
@media print {
    .app-header {
        display: none;
    }
}
.app-header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Niconne';
    padding: 0 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px;
}
@media (min-width: 768px) {
    .app-header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        width: 230px;
    }
}
.app-header__logo:focus, .app-header__logo:hover {
    text-decoration: none;
}
.app-sidebar__toggle {
    padding: 0 15px;
    color: #fff;
    line-height: 2.4;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
}
.app-sidebar__toggle:hover {
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 360px) {
    .app-sidebar__toggle {
        line-height: 2;
    }
}
@media (max-width: 767px) {
    .app-sidebar__toggle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.app-sidebar__toggle:before {
    content: "\f0c9";
    transition: all .25s;
    font-size: 21px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
    text-decoration: none;
}
.app-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (min-width: 768px) {
    .app-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}
.app-nav__item {
    display: block;
    padding: 15px;
    line-height: 20px;
    color: #a8a8a8;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.app-nav__item:hover, .app-nav__item:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}
.app-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 15px;
    padding: 10px 0;
}
@media (max-width: 480px) {
    .app-search {
        display: none;
    }
}
.app-search__input {
    border: 0;
    padding: 5px 10px;
    padding-right: 30px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.app-search__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.app-search__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.app-search__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.app-search__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.app-search__button {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    padding: 0 10px;
    border: 0;
    color: rgba(0, 0, 0, 0.8);
    background: none;
    cursor: pointer;
}
.app-notification {
    min-width: 250px;
}
.app-notification__title {
    padding: 8px 20px;
    text-align: center;
    background-color: rgba(0, 150, 136, 0.4);
    color: #333;
}
.app-notification__footer {
    padding: 8px 20px;
    text-align: center;
    background-color: #eee;
}
.app-notification__content {
    max-height: 250px;
    overflow-y: auto;
}
.app-notification__content::-webkit-scrollbar {
    width: 6px;
}
.app-notification__content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}
.app-notification__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px;
    color: inherit;
    border-bottom: 1px solid #ddd;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.app-notification__item:focus, .app-notification__item:hover {
    color: inherit;
    text-decoration: none;
    background-color: #e0e0e0;
}
.app-notification__message, .app-notification__meta {
    margin-bottom: 0;
}
.app-notification__icon {
    padding-right: 10px;
}
.app-notification__message {
    line-height: 1.2;
}
.app-sidebar {
	overflow-y: auto;
	position: fixed;
	top: 40px;
	bottom: 0;
	left: 0;
	padding-bor: 100px;
	width: 250px;
	height: 100vh;
	z-index: 7;
	background-color: #b91432;
	-webkit-transition: left 0.3s ease, width 0.3s ease;
	-o-transition: left 0.3s ease, width 0.3s ease;
	transition: left 0.3s ease, width 0.3s ease;
	/* box-shadow: 0 0 0 1px #fff, 0 2px 17px 2px rgb(8, 35, 171, 0.1)!important; */
}

.navbar{
    background: #b91432;
}
.app-sidebar::-webkit-scrollbar {
    width: 6px;
}
.app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}
@media print {
    .app-sidebar {
        display: none;
    }
}
@media (max-width: 767px) {
    .app-sidebar__overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }
}
.app-sidebar__user .dropdown-menu {
    top: 10px !important;
}
.app-sidebar__user img {
    box-shadow: 2px 0 5px 0 rgb(52, 54, 105);
}
.app-sidebar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a8a8a8;
    width: 100%;
    padding: 0;
    display: inline-block;
    background: #eab339;
    display: none;
}
.app-sidebar__user .app-sidebar__user-name{
    color:#2f3245 !important;
}
.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}
.app-sidebar__user-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}
.app-sidebar__user-name.text-sm {
    font-size: 12px;
    font-weight: 400;
}
.app-sidebar__user-name {
    font-size: 17px;
    line-height: 1.3;
}
.app-sidebar__user-name, .app-sidebar__user-designation {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    color: #505c66;
    font-size: 15px;
    margin-top: 5px !important;
}
.side-menu {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding: 15px 10px 15px 10px;
    margin-top: 0px;
}
.side-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0px;
    /* font-weight: 700; */
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff21;
}
.side-menu__item.active, .side-menu__item:hover, .side-menu__item:focus {
    text-decoration: none;
    color: #0e0e0e;
    background: #EFEFEF;
}
.side-menu__item.active .side-menu__icon, .side-menu__item:hover .side-menu__icon, .side-menu__item:focus .side-menu__icon{
    color: #b91432;
}
.slide-item.active, .slide-item:hover, .slide-item:focus {
    text-decoration: none;
    color: rgba(0,0,0,0.7);
}
.slide-menu a.active{
    color: #b91432;
    /*background: #fff;*/
}
.slide-item.active, .slide-item:hover, .slide-item:focus {
    text-decoration: none;
}
.slide.is-expanded a {
    /* color: #3e1088; */
    text-decoration: none;
    /*border-bottom: 1px solid #d2d2d2;*/
}
.slide {
    margin-bottom: 5px;
    list-style: none;
}
.slide-item a:before{
    content:"\f068";
}
.side-menu .side-menu__icon {
    color: #60ba24;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 35px !important;
    /* margin-right: 8px; */
    /* margin-left: -8px; */
}
.side-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
}
.side-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 13px;
    font-weight: 600;
}

.slide.is-expanded .slide-menu li a:hover {
    color: #b91432 !important;
    /*background: #fff;*/
}
.slide.is-expanded .slide-menu {
    max-height: 200vh;
    padding: 10px 0px 10px 14px;
}
.slide.is-expanded .angle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slide-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    padding: 0;
    /* font-size: .9rem !important; */
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}
.slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
    font-size: 13px !important;
    color: #000000;
    font-weight: 600;
}
.slide-item .icon {
    margin-right: 5px;
}
.angle {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-right: 10px;
}
@media (min-width: 768px) {



}

.app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon{
    margin-right:0;
    margin-left: 0;
}
.app.sidebar-mini.sidenav-toggled .side-menu__item:last-child{
    border-bottom:1px solid rgba(255,255,255,0.051);
}



.app.sidebar-mini .side-menu_label{
    display:none;
}
.dropdown-menu {
    border-radius: 0;
}
.dropdown-menu.dropdown-menu-right {
    left: auto;
}
/*.dropdown-item .fa, .dropdown-item .icon {
    vertical-align: middle;
}*/
.app-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #FFF;
    margin: -30px -30px 30px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media print {
    .app-title {
        display: none;
    }
}
@media (max-width: 480px) {
    .app-title {
        margin: -15px -15px 15px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.app-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}
.app-title p {
    margin-bottom: 0;
    font-style: italic;
}
@media (max-width: 480px) {
    .app-title p {
        display: none;
    }
}
.app-breadcrumb {
    margin-bottom: 0;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0;
    text-align: left;
    padding: 0;
    background-color: transparent;
}

.tile {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    padding: 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media print {
    .tile {
        border: 1px solid #ddd;
    }
}
.sidenav-toggled .app-sidebar__user .avatar-md {
    line-height: 2rem;
    font-size: 1rem;
}
.app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:rgba(0,0,0,0.05);
}
.app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .app-sidebar .mCSB_scrollTools .mCSB_draggerRail{
    background:rgba(255,255,255,0.2);
}
.header-brand img {
    width: 55px;
    object-fit: cover;
}

.side_bar_logo{
    display: flex;
    align-items: center;
}

.side_bar_logo h4 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.side_bar_logo div:last-child {
    margin-left: 10px;
}

.side_bar_logo p {
    font-size: 13px;
    color: #b91432;
    margin: 0;
    line-height: 18px;
}


.app-content .card .card-body .text-left h2 {
    font-size: 25px;
    font-weight: 700;
}

.app-content .card .card-body .text-left .text-muted a {
    color: #141414;
    font-weight: 600;
}


.main_table_price td {
    padding: 11px;
    font-size: 14px;
}

form#category_form {
    display: flex;
    gap: 12px;
}

.main_table_price th {
    font-size: 14px;
}


#login_form .login-sec .form-group  span {
    color: #bf1832;
    left: 25px;
    font-size: 20px;
    margin-top: 14px;
}

#login_form .login-sec .form-group .form-control {
    border: 1px solid #80808042;
    border-radius: 5px;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #0e0e0e;
    font-family: "Inter", sans-serif;
}

#login_form .login-sec .form-group  button {
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
    background: #bc1533;
    padding: 12px 20px;
}

#login_form .login-sec .form-group button:hover{
    background-color: #60ba24 !important;
}

.Main_login_page h3 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

.Main_login_page p {
    color: #bc1533;
    font-size: 14px;
}

.main_loing_div a:hover{
    text-decoration: none;
}

.Login_main_btn {
    margin-top: 35px;
}