.page-inner {
    padding: 10px 15px;
}

.main-panel .page-header {
    margin-bottom: 5px;
}

.card .card-body, .card-light .card-body {
    padding: 10px;
}

.logo-header {
    height: 120px;
    overflow: hidden;
}

.main-header {
    background: #fac900;
    min-height: 55px;
}

.logo-header[data-background-color="dark"] {
    background: #cd3d1c !important;
}

.main-header .navbar-header {
    min-height: 55px;
}

.profile-pic span {
    color: #cd3d1c;
}

.navbar-header .dropdown-menu::after {
    border-bottom: 8px solid #a5e300;
}

.navbar-header .dropdown-menu {
    margin-top: 5px;
}

.main-panel > .container {
    margin-top: 55px;
}

.card, .card-light {
    margin-bottom: 10px;
}

.sidebar .nav, .sidebar[data-background-color="white"] .nav {
    margin-top: 0;
}

.sidebar[data-background-color="dark"] {
    background: #fff !important;
}

    .sidebar[data-background-color="dark"] .nav > .nav-item a {
        color: #1f8ac0 !important;
    }

.table thead th {
    padding: 5px !important;
}

.table tbody tr td {
    padding: 5px !important;
}

.tabI {
    font-size: 15px;
    margin: 0 5px;
}

.editI {
    color: #4955fd;
}

.deleI {
    color: red;
}

.page-header {
    position: relative;
}

.rghtDiv {
    position: absolute;
    right: 10px;
}

.btn {
    padding: 5px 20px;
    text-transform: uppercase;
}

.rghtI {
    margin-right: 5px;
    font-size: 15px;
}

.marLR0 {
    margin-left: 0;
    margin-right: 0;
}

.paddLR0 {
    padding-left: 0px;
    padding-right: 0px;
}

.paddLR5 {
    padding-left: 5px;
    padding-right: 5px;
}
.dinbox {
    height: 34px !important;
    border-radius: 4px;
    padding: 6px 12px !important;
}

.form-group {
    padding: 0;
    margin-bottom: 10px;
}

.modal-body {
    padding: 10px;
}

.form-control {
    padding: 5px
}

label {
    margin-bottom: 0px !important;
    display: block;
}

.modal-header {
    background: rgba(0,0,0,0.1);
    padding: 10px;
}

.prdImg {
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    padding: 1px;
}

.rupI {
    font-size: 12px;
    margin-right: 4px;
    color: #1a2035;
}

.sele2 {
    width: 100% !important;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 35px;
    border: 2px solid #ebedf2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.upimgDiv {
    position: relative;
}

.upimgImg {
    width: 140px;
    height: 140px;
    border: 2px solid #ddd;
    padding: 2px;
    border-radius: 5px;
}

.upimgInp {
    position: absolute;
    width: 140px;
    height: 140px;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.prdDiv {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.prdImgDiv {
    text-align: center;
    padding-top: 10px;
    width: 95%;
    margin: 0 auto;
    display: block;
}

.prdVewImg {
    width: 150px;
    height: 150px;
    border: 2px solid #ddd;
    padding: 4px;
}

.prdName {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 5px;
    height: 45px;
    line-height: 20px;
}

.prdP {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.amtI {
    font-size: 12px;
}

.amtSpn {
    color: green;
}

.upImgInpu {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px !important;
    height: 120px !important;
    opacity: 0;
    cursor: pointer;
}

.fileNme {
    display: block;
    font-size: 13px;
    margin-top: 4px;
    padding-left: 5px;
}

.upImgDiv {
    position: relative;
}

.upImg {
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 5px;
}

.upImgDU {
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 20px;
    background: #364773;
}

.lfdisclass {
    display: none;
}

.text-right {
    text-align: right;
}

.usicon {
    width: 15px;
}

.editicon {
    color: #fff;
}

.tooltipq {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    background: #364773;
    border-radius: 5px;
    padding: 0px 7px;
    color: white;
}

    .tooltipq .tooltiptextq {
        visibility: hidden;
        width: 331px;
        background-color: #364773f7;
        color: #fff;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -37px;
        right: 140%;
        opacity: 0;
        font-size: 15px;
        transition: opacity 1s;
    }

.tooltipspnins i {
    margin-right: 3px;
}

.toolspn {
    display: block;
}

.tooltipq .tooltiptextq::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltipq:hover .tooltiptextq {
    visibility: visible;
    text-align: initial;
    opacity: 1;
}

.tooltipspnins {
    display: inline-block;
    width: 130px;
    padding: 0 8px;
    padding-right: 0;
}

.tooltipspnins2nd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}








.addcardBtn {
    background: #66bb6a;
    border: 1px solid #66bb6a;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: relative;
    margin-top: 5px;
    padding-left: 10px;
    text-align: left;
}

.logoText {
    margin: 0;
    color: #fff;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.qtyDiv {
    position: relative;
    text-align: right;
    margin-right: 15px;
    margin-top: 9px;
}

.subtract {
    background: red;
    color: #fff;
}

.qtyIcon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.qtyInput {
    width: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 27px;
    margin: 0 auto;
    border: 0;
    background: transparent;
}

.addtract {
    background: green;
    color: #ffff;
}

.addPrdIcon {
    position: absolute;
    right: 0;
    background: rgba(0,0,0,0.2);
    line-height: 33px;
    width: 35px;
    top: 0;
    font-size: 14px;
    text-align: center;
}

.btnDiv {
    text-align: right;
}

.comI {
    margin: 0 5px;
}

.dashImg {
    width: 30px;
}

.offDiv {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.page-header h3 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 0;
}

.saveA {
    background: #48abf7;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    border-radius: 3px;
    vertical-align: top;
}

.amtInp {
    border: 1px solid #918f8f;
    width: 85px;
    line-height: 23px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    display: inline-block;
}

.prceSpn {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
}

.saveA:hover {
    background: #48abf7;
    color: #fff;
}

.sidebar[data-background-color="dark"] .nav > .nav-item.active a:focus p, .sidebar[data-background-color="dark"] .nav > .nav-item.active a:hover p, .sidebar[data-background-color="dark"] .nav > .nav-item.active > a p {
    color: #000 !important;
}

.marTop21 {
    margin-top: 21px;
}

.modal-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}

.mdl80 {
    max-width: 80%;
}

.vewLftDiv {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    position: relative;
}

.vewLabel {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    width: 30%;
    display: inline-block;
    padding-left: 5px;
}

.vewP {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 68%;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: .5px;
}

.prcDetH4 {
    margin-bottom: 0;
    background: rgba(0,0,0,0.1);
    text-align: center;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
}

.prcDetUl {
    margin: 0;
    padding: 0;
    list-style: none;
}

.prcDetLi {
    padding-left: 5px;
    position: relative;
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.prcDetSpn {
    position: absolute;
    right: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
}

.prcDetLi:last-child {
    background: rgba(0,0,0,0.2);
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.ordVewTable {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}

.tleI {
    font-size: 12px;
    margin-right: 4px;
    color: #000;
}

.dsct {
    color: green;
}

.qtySpn {
    background: #fff;
    color: #1572e8;
    padding: 0 5px;
    height: 25px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 26px;
}

textarea {
    width: 100px;
    resize: none;
}

.rghtDiv .btn {
    padding: 5px 10px;
}


.flexDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}

.logoImg {
    width: 145px !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

.logDiv {
    position: absolute;
    right: 0;
    top: 25%;
    background: #fff;
    padding: 20px;
    width: 20%;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    left: 0;
    margin: 0 auto;
}

.logoImg {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.logH1 {
    color: #cd3d1c;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
}

.logLab {
    color: #364773;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 0;
}

.logFrmInDiv {
    margin-bottom: 20px;
}

.loginpage {
    /*background: #fac900;*/
    background: linear-gradient(135deg, #cd3d1c, #ff5d5d);
}

.logInp {
    width: 100%;
    border: 1px solid #ddd;
    line-height: 30px;
    border-radius: 5px;
    padding-left: 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.logFromDiv {
    position: relative;
}

.logFromIcon {
    position: absolute;
    font-size: 17px;
    color: #cd3d1c;
    top: 12px;
    left: 15px;
}

.loginP {
    margin-bottom: 0px !important;
    margin-top: 15px !important;
}

.loginBtn {
    background: #fac900;
    border: 1px solid #364773;
    color: #cd3d1c;
    font-size: 16px !important;
    font-weight: 700 !important;
    width: 100%;
    text-transform: uppercase;
}

    .loginBtn:hover {
        background: #cd3d1c;
        border: 1px solid #cd3d1c;
        color: #fac900;
    }

.loginBtnDiv {
    margin-bottom: 10px;
    margin-top: 20px;
}

.flex-container {
    display: flex;
    flex-direction: column; /* This stacks the spans vertically */
}

    .flex-container span {
        margin-bottom: 2px;
        padding-left: 10px;
        font-size: 15px;
        font-weight: 600;
    }

.rlocationptag {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #fac900;
    color: #cd3d1c;
    padding: 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.maincardDashR {
    border: 2px solid #fac900;
    padding-bottom: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.maincardDashRinner {
    width: 95%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    border: 2px solid #cd3d1c;
    padding-bottom: 5px;
    border-radius: 10px;
}

.rlocationptaginner {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #cd3d1c;
    color: #fac900;
    padding: 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.cardptag {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
}

.cardh4tag {
    text-align: right;
    font-size: 40px;
}

.countdiv {
    display: block !important;
}

.imgdiv {
    width: 50px !important;
    height: 50px !important;
}

.mainimgdiv {
    min-height: 50px !important;
}

.NoDataPTage {
    color: #cd3d1c;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 75px;
    margin-bottom: 0px;
    background: #fac900;
    border-radius: 10px;
}

.customerspan {
    display: block;
}

.statusspan {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.textright {
    text-align: right !important;
}


.select2-container--open {
    z-index: 10055 !important;
}


/*.dropdown-menu {
    display: none !important;
}*/
/**** Responsive code ***/
@media only screen and (max-width: 991px) {
    .breadcrumbs {
        display: none;
    }

    .page-header {
        margin-top: 5px;
    }

    .main-header {
        min-height: 45px;
    }

    .logo-header {
        height: 45px;
    }

    .topbar-toggler {
        display: none !important;
    }

    .main-panel > .container {
        margin-top: 45px;
    }

    .main-panel .page-header {
        min-height: 30px;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 10px;
    }

    .page-inner {
        padding: 10px 5px;
    }

    .sidebar .nav, .sidebar[data-background-color="white"] .nav {
        margin-top: 10px;
    }

    .card .card-body, .card-light .card-body {
        padding: 10px 5px;
    }

    .mdl80 {
        max-width: 100%;
    }

    .qtySpn {
        height: 20px;
        line-height: 20px;
    }

    .rghtDiv .btn {
        padding: 5px 10px;
    }

    .rghtDiv {
        top: -7px;
    }
}








.topbar {
    height: 64px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.main-area {
    height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
}

/*.container {
    margin: 70px 15px 0 0 !important;
}*/

.main-panel {
    margin-right: 0px !important;
}

.tabs-row {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: .5rem;
}

.nav-item {
    flex: 1 1 0%;
    margin: 0 4px;
    text-align: center;
}

.nav-tabs-custom .nav-link {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 8px !important;
    border-radius: 8px;
    color: #fff;
}

.tab-content-area {
    background: #D3C5E5;
}

.ntabs.active {
    background: #735DA5 !important;
    color: white;
    border: 1px solid #fff;
}

.nav-item a:hover i {
    color: #cd3d1c;
}

.nav-item a:hover {
    background: #fac900 !important;
    color: #cd3d1c;
}

.tab-name {
    margin: 0;
    color: #000;
}

.tab-count {
    font-weight: 700;
    color: black;
}

.countbg {
    background: white;
    border: 1px solid #4e342e;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
}

.urllink {
    cursor: pointer;
    color: black;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 4px;
    background-color: bisque;
    transition: 0.2s;
}

    .urllink:hover {
        color: blue;
    }

.ntabs {
    border: 1px solid #000;
}
.imgbox {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.imgbox img.imgup {
    max-width: 70px;
    max-height: 70px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.table-responsive {
    max-height: 700px;
    overflow-y: auto;
}

#DataTab thead th {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #faebd7 !important;
}
.maincardDashR {
    max-height: 700px;
    overflow-y: auto;
}
.rlocationptag {
    position: sticky;
    top: 0;
    z-index: 5;
}