﻿.header {
    background: #fafbfc;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}

.Adminpanel {
    padding-left: 10px;
    font-size: 15px;
}

.content-left {
    max-width: 245px !important;
    background: #fff;
    /*box-shadow: 4px -2px 6px #eee;*/
    position: relative;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    transition-duration: 0.3s;
}

button.btn-close.modalclose {
    position: absolute;
    right: -15px;
    top: -18px;
    background: #792b90;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    line-height: 0;
    text-align: center;
}

    button.btn-close.modalclose span {
        font-size: 30px;
    }

.modal-title {
    color: #792b90;
}

.content-height {
    min-height: calc(100vh - 63px) !important;
    margin-top: 63px !important;
    overflow: hidden;
}

.left-submenu {
    display: none;
}

.mainmenu.active .left-submenu {
    display: block
}

.admin-logo {
    background: #fff;
    margin: 0 -12px;
    padding-bottom: 12px;
    box-shadow: -8px -4px 6px;
    padding: 5px 0px;
}

.admin-login-details .dropdown-toggle::after {
    display: none;
}

.admin-account-user-icon img {
    width: 51px;
}

.content-right {
    max-width: calc(100% - 245px);
    background: #f0f3f5;
    margin-left: 245px;
    transition-duration: 0.3s;
}

.mainmenu {
    color: #792b90;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 8px;
}

.admin-logo img {
    width: 80px;
}

.panel-title {
    font-size: 19px;
    margin-bottom: 0;
}

.breadcrumb-sec {
    background: rgba(255, 255, 255, 0.45);
    margin: 0 -12px;
    margin-bottom: 20px;
    padding: 15px 15px;
}

.bg-bg-victouslife {
    background-color: #792b90;
    color: #ffff;
}

.module-menu {
    padding-left: 0px;
    margin-bottom: 0px;
}

    .module-menu li {
        list-style-type: none;
    }

        .module-menu li.active .left-submenu {
            display: block;
        }

.menu-icons {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -webkit-mask-size: cover;
    background: #792b90;
}

ul.left-submenu {
    border-left: 3px solid #a842ba;
    margin: 0 8px 0 15px;
    padding-left: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.left-submenu li:last-chaild {
    margin-bottom: 0;
}

.left-submenu li {
    margin-bottom: 5px
}

    .left-submenu li a {
        color: #000;
        text-decoration: none;
        margin-bottom: 0px;
        padding: 3px 0;
        border-radius: 5px;
        width: 100%;
        font-size: 13px;
        display: block;
    }

ul.left-submenu a.active {
    color: #ffffff;
    background: #9C27B0;
    font-weight: 600
}

ul.left-submenu a:hover,
.mainmenu:hover {
    color: #673AB7;
    background: #ffffff;
}


.breadcrumb-item.active {
    color: #6c757d;
    font-weight: 600;
}

.btn-success {
    background: #9c27b0 !important;
    border: none !important;
}

.btn-primary {
    background: #9c27b0 !important;
    border: none !important;
}

.bg-dark {
    background-color: rgb(125 47 146) !important;
}

.bg-success {
    background-color: rgb(156 39 176) !important;
}

.active > .page-link, .page-link.active {
    background-color: #9C27B0 !important;
    border-color: #9C27B0 !important;
}

.admin-login-details:hover .dropdown-menu {
    display: block;
    right: 0;
}

.mainmenu i {
    font-size: 10px;
}

.module-menu li.active .mainmenu i {
    transform: rotate(-180deg)
}

/*.admn-side-nav {
    height: calc(100vh - 64px);
    overflow-y: auto;
    margin: 0 -12px 0 -12px;
    background: #00274e;
}*/
.admn-side-nav {
    height: calc(100vh - 60px);
    overflow-y: auto;
    margin: 0px -12px 0 -12px;
    background: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #9C27B0;
}


    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*.PageHeader {
    background: #f7f9fa;
    margin: 0 -11px;
    padding: 13px 0;
    margin-bottom: 15px;
}
*/
.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.account-name {
    display: flex;
    align-items: center;
    color: #fff;
}

.account-user-icon img {
    width: 100%;
}

.account-user-icon {
    width: 40px;
}

.account-userdetails {
    display: flex;
    min-width: 317px;
    padding: 10px 16px;
    background: #000;
}

.menu-toogle {
    cursor: pointer;
    color: #7e3793;
}

a.logout {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}
.breadcrumb-item.active {
    color: rgb(255 255 255 / 75%) !important;
}
.breadcrumb-item.active {
    color: #fff;
}

.content-left.icon-nav {
    width: 72px;
}

    .content-left.icon-nav.hoversidenav {
        width: 245px;
    }

    .content-left.icon-nav label {
        display: none;
    }

.content-left.icon-nav {
    max-width: 72px;
}

    .content-left.icon-nav .mainmenu {
        justify-content: center !important;
    }

    .content-left.icon-nav.hoversidenav .mainmenu {
        justify-content: space-between !important;
    }

    .content-left.icon-nav .mainmenu-li i {
        display: none;
    }

    .content-left.icon-nav.hoversidenav .mainmenu-li i {
        display: block;
    }

    .content-left.icon-nav .admin-logo h5 {
        display: none;
    }

    .content-left.icon-nav.hoversidenav .admin-logo h5 {
        display: block;
    }

.content-right.icon-nav {
    max-width: calc(100% - 72px);
    margin-left: 72px
}

.content-left.icon-nav .left-submenu,
.content-left.icon-nav .mainmenu-li.active .left-submenu {
    display: none !important;
}

.content-left.icon-nav.hoversidenav .mainmenu-li.active .left-submenu {
    display: block !important;
}

.content-left.icon-nav .menu-toogle {
    display: none;
}

.content-left.icon-nav.hoversidenav .menu-toogle {
    display: block;
}

.content-left.icon-nav.hoversidenav {
    max-width: 245px;
}

    .content-left.icon-nav.hoversidenav label {
        display: block !important;
    }

.coming-soon {
    height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-family: cursive;
    color: #000;
}

.login-sec {
    background-color: #00274e;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/admin-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vzone-login-sec {
    background-color: #00274e;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/vzone-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.WareHouse-login-sec {
    background-color: #00274e;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/WareHouse.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Agency-login-sec {
    background-color: #00274e;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/Agency.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-logo {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}

    .login-logo img {
        width: 120px;
    }

.login-form {
    color: #00274e;
}

.login-form {
    color: #ffffff;
    background: #fff;
    padding: 25px;
    border-radius: 11px;
    backdrop-filter: blur(20px);
    background-color: rgb(0 0 0 / 18%);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.login-logo img {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}

.login-form label {
    margin-bottom: 10px;
    font-weight: 500;
}

.login-form input,
.login-form input:focus {
    background-color: #1f202100;
    border-color: #ffffff;
    color: #f9f9f9;
}

.login-form button {
    background-color: #792b90;
    color: #fff;
    padding: 7px 28px;
    border: none;
    border-radius: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

.lblerros {
    color: red;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
}

f-5 {
    font-size: 30px;
    margin-top: 15px;
}

h4#myModalLabel {
    font-size: 18px;
}

/*Image Rotation start*/
.north {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari and Chrome */
    width: 100%;
}

.west {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    width: 100%;
}

.south {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    width: 100%;
}

.east {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    width: 100%;
}

.dt-row {
    overflow: auto;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .mobile-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        background: #000000a8;
        z-index: 9999;
    }

    .toogle-menu {
        font-size: 22px;
        align-items: center;
        margin-right: 17px;
    }

    .admn-side-nav {
        position: fixed;
        width: 280px;
        height: 100vh;
        padding:10px;
        z-index: 99999;
        top: 0;
        left: -100%;
        transition-duration: 0.5s;
    }
    

}
/*Image Rotation end*/
@media only screen and (min-width: 320px) and (max-width: 420px) {
    .content-left {
        left: -100%;
    }

    .content-right {
        margin-left: 0px;
        max-width: 100%;
    }

    header .content-right {
        position: absolute;
        margin-left: 0px !important;
        left: 0px !important;
        padding-top: 10px;
    }

    .content-height {
        margin-top:107px !important; 
    }
}
.btn-dark {
    background-color: #9c27b0 !important; 
}
/*Franchase Dashboard Styless*/
.Inventory-logo img {
    width: 180px;
}

.Inventoryheading {
    position: absolute;
    margin-bottom: 0;
    top: 8px;
}

.dataTable {
    border: 1px solid #eee !important;
}

    .dataTable thead th {
        padding: 4px 31px 4px 4px !important;
        white-space: nowrap;
        background: #9c27b0 !important;
        color: #fff;
        font-size: 14px;
    }

    .dataTable td {
        padding: 4px !important;
        font-size: 14px;
    }

@media screen and (min-width: 220px) and (max-width: 767px) {
    /* STYLES HERE */
    .content-left {
        display: none !important;
    }

    .right-sec {
        max-width: 100% !important;
    }

    .content-left {
        height: 100% !important;
        display: block !important;
        width: 250px !important;
        bottom: 0;
        padding: 0px 10px !important;
        top: 0;
        left: -100%;
        position: fixed;
        transition-duration: 0.5s;
        z-index: 9999;
    }

    .left-0 {
        left: 0px !important;
    }

    .mbl-overlay {
        background: #0000008a;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 99;
    }

    ul.submenu li span {
        margin-right: 10px;
    }

    .tree-tooltip {
        width: 85% !important; 
        top: 92px !important;
        left: 30px !important;
        position:fixed !important;
    }

    .distributor-product img {
        margin: 0 auto;
        display: flex;
    }

    .Inventoryheading h5 {
        font-size: 14px;
    }

    .Inventoryheading {
        position: absolute;
        margin-bottom: 0;
        top: 5;
    }

    .header-right {
        background: #9dcdff;
        color: #000;
    }

    .Inventory_layout {
        margin-top: 25px !important;
    }
}

.datepicker-days {
    padding: 10px !important;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 40px !important;
    height: 40px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #efefef !important;
}

table.table-condensed {
    width: 100%;
    white-space: nowrap;
    padding: 5px;
}

.datepicker-years {
    white-space: nowrap;
    padding: 5px;
}

.treeview img {
    width: 66px;
    aspect-ratio: 2 / 2;
    border-radius: 50%;
    object-fit: cover;
    border-width: 3px;
    border-style: solid;
}

    .treeview img.Active {
        border-color: green;
    }

    .treeview img.Pending {
        border-color: black;
    }

    .treeview img.disable {
        border-color: rgb(156 158 161);
    }

    .treeview img.Terminate {
        border-color: red;
    }

.invoice-popup {
    width: 900px;
    min-width: 942px;
}

.pdfbtbn {
    position: absolute;
    right: -45px;
    top: 40px;
    opacity: 1;
    color: #fff;
    z-index: 999;
    line-height: 0;
    text-align: center;
}
.active > .page-link, .page-link.active {
    background-color: #9C27B0 !important;
    border-color: #9C27B0 !important;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #9c27b0 !important;
    background: #fff !important;
    font-weight: normal !important;
    color: #9c27b0 !important;
    text-align: center;
    border-radius: 100% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 5px !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #9c27b0 !important;
    background: #9c27b0 !important;
    color: #ffffff !important;
}

.ui-widget-header {
    border: 1px solid #9c27b0 !important;
    background: #9c27b0 !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    z-index: 0;
    background: #fff !important;
    color: #000 !important;
}


.notification-icon {
    position: relative;
    color: #fff;
    font-size: 24px;
}

.notifi-num {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.accept-reject-btn-align img {
    width: 30px;
}