﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

body {
    background-color: #F4F7FE !important;
    background: #F4F7FE !important;
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif !important;
    line-height: 1rem;
    color: #444750;
    font-weight: 400;
    font-style: normal;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 30px;
    background: #E7EEFF;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #809FE6;
    border-radius: 30px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6084d5;
}

.main-content {
    padding: 10px 0px;
}
.topHeadNdTopNav {
    height: 122px;
    z-index: 9;
}

.topHeaderPartial {
    background: #FFFFFF;
    height: 66px;
    box-shadow: 14px 17px 40px 4px rgba(112, 144, 176, 0.08);
    z-index: 1;
    position: relative;
    border-bottom: 1px solid #EBF0F8;
}

.main-header {
    position: relative;
    border: none;
    z-index: auto;
    height: 66px;
    background-color: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
}

.headMainLogo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.headerLogo {
    width: 100%;
    object-fit: contain;
    height: 50px;
}

.headerLogoTx {
    color: #4379EE;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px 0px 0px 15px;
    padding: 0px;
    white-space: nowrap;
}

.headTopSearch {
    position: relative;
    width: 90%;
}

.serhMag {
    position: absolute;
    top: 10px;
    left: 15px;
}

.serhClos {
    position: absolute;
    top: 10px;
    right: 15px;
}

.headSearch {
    border-radius: 100px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    box-shadow: 0px -3px 40px 0px rgba(0, 0, 0, 0.09);
    display: flex;
    width: 100%;
    height: 43px;
    padding: 15px 40px;
    align-items: center;
    color: #A1A1A1;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.userPic {
    border-radius: 50% !important;
    border: 0.8px solid #231F20;
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
}

.userDtls {
    margin-left: 8px;
}

.userName {
    color: #404040;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding: 0px;
}

.userSubTx {
    color: #565656;
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
    padding: 0px;
}

.userDtlsArro {
    margin-left: 15px;
    font-size: 18px;
    color: #a3aed087;
}

.notificationSec {
    margin-right: 30px;
    position: relative;
}

.notiNo {
    background: #8280FF;
    height: 18px;
    min-width: 18px;
    color: #FFF;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    top: -4px;
    right: -11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Custom styling for submenu */
.topMenuPartial {
    height: 56px;
    background: #FFF;
}

    .topMenuPartial .active {
        background: #E3EEFB;
        border-radius: 10px;
    }

        .topMenuPartial .active .nav_icon {
            color: #1F78FF;
        }

        .topMenuPartial .active .sidemenu-label {
            color: #1F78FF;
        }

    .topMenuPartial .dropdown-menu .dropdown-toggle::after {
        transform: rotate(-90deg);
    }

    .topMenuPartial .dropdown-submenu {
        position: relative;
    }

        .topMenuPartial .dropdown-submenu .dropdown-menu {
            top: 35px;
            left: auto;
            margin-top: -1px;
            margin-left: -25px;
        }

        .topMenuPartial .dropdown-submenu .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
        }

    .topMenuPartial .dropdown-toggle::after {
        display: inline-block;
        margin-left: 8px;
        content: "";
        border-bottom: 1px solid #444750;
        border-right: 1px solid #444750;
        transform: rotate(45deg);
        height: 8px;
        width: 8px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
    }

    .topMenuPartial .sidemenu-label {
        color: #444750;
        font-family: "Poppins", sans-serif;
        font-size: 0.81rem;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .topMenuPartial .dropdown-item {
        color: #444750;
        font-family: "Poppins", sans-serif;
        font-size: 0.81rem;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .topMenuPartial .nav_icon {
        margin: 0px 4px 0px 0px;
        color: #747781;
        font-size: 15px;
    }

    .topMenuPartial .mainNavView {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 56px;
    }
        .topMenuPartial .mainNavView .navbar {
            width:100%;
        }
        .topMenuPartial .mainNavView ul.navbar-nav {
            justify-content: space-between;
            align-items: center;
            display: flex;
            width: 100%;
            flex-wrap: wrap;
        }
            .topMenuPartial .nav-link {
                padding: 0.65rem 0.6rem;
            }
/* End Custom styling for submenu */
.stsBoxcard {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 6px 8px;
}

.stsIconBox {
    background: #F4F7FE;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .stsIconBox i {
        font-size: 20px;
    }

.stsDtlsBox {
    margin-left: 8px;
}

.stsLableBox {
    color: #A3AED0;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.25px;
    margin: 0px;
    padding: 0px 0px 4px 0px;
}

.stsDataBox {
    color: #2B3674;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.stsDataRupe {
    font-size: 14px;
    margin-right: 2px;
}

.stsDataPoint {
}

.freeShopBox {
    border-radius: 10px;
    border: 1.5px dashed #2B4D99;
    background: linear-gradient(90deg, rgba(153, 255, 240, 0.22) 0%, rgba(252, 93, 104, 0.22) 100%);
    width: 100%;
    min-height: 74px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 5px 15px;
    margin-bottom: 20px;
    position: relative;
}

.offerBlastImg {
    position: absolute;
    top: -30px;
    left: 0;
    width: auto;
    object-fit: contain;
    height: 130px;
}

.cartAniImg {
    position: absolute;
    top: 0;
    right: 0px;
    width: auto;
    object-fit: contain;
    height: 72px;
}

.freeShopTx {
    color: #000;
    font-family: "Noto Sans Devanagari", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    padding: 1px 0px;
}

.qukLinkCard {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.qukLinkTx {
    color: #2B3674;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.25px;
    margin: 0px;
    padding: 0px;
}

.main-footer {
    padding: 10px 5px;
}

.footerTx {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

.quckScan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.quscanImg {
    width: 100%;
    object-fit: contain;
    height: 74px;
}

.quscanBass {
    margin-top: -5px;
}

.card {
    border-radius: 14px;
    background: #FFF;
    /*box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05) !important;*/
    box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 12%) !important;
    border: 0px;
    margin-bottom: 20px;
    position: relative;
}

.card-header {
    padding: 20px 10px 16px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-radius: 14px 14px 0px 0px !important;
}

.card-title, .card-header h5 {
    color: #202224;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    padding: 0px !important;
    margin: 0px !important;
    text-transform: capitalize;
}


.card-body {
    padding: 10px;
}

.viewDtlsLink {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.viewDtlsLinkTx {
    color: #4379EE;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin: 0px 3px 0px 0px;
    padding: 0px;
    letter-spacing: 0.25px;
    white-space: nowrap;
}

.viewDtlsLinkImg {
    width: 15px;
    object-fit: contain;
    height: 15px;
}

.lastFiveTableHeight {
    /*max-height: 600px;*/
    overflow-y: auto;
    height:215px;
}

.defaultTable {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0px;
}

    .defaultTable thead tr {
        background: #4880FF;
        border-bottom: 1px solid #ccc;
    }

.defaultTable thead tr th {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    padding: 10px 5px;
    text-transform: capitalize;
}

.defaultTable thead tr th:last-child {
    border-right: 0px solid #ccc;
}

.defaultTable tbody tr {
border-bottom: 1px solid #ccc;
}

.defaultTable tbody tr:last-child {
    border-bottom: 0px solid #ccc;
}

.defaultTable tbody tr:nth-child(even) {
    background: rgba(231, 238, 255, 0.38);
}

.defaultTable tbody tr td {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    padding: 10px 5px;
}

.defaultTable tbody tr td:last-child {
    border-right: 0px solid #ccc;
}

.hoverTooltip {
    width: 14px;
    height: 14px;
    padding-left: 4px;
    display: inline-block;
}

.hoverTooltip i {
    font-size: 14px;
    vertical-align: bottom;
}

.quicPendActnList {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow-y: auto;
    height: 344px;
}

.quicPendActnList li {
    display: flex;
    padding: 5px 5px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #F4F7FE;
    margin-bottom: 10px;
    border-radius:6px;
}

.qpaName {
    color: #4880FF;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.25px;
    margin: 0px;
    padding: 0px;
}

.qpaNoMore {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .qpaNoMore h4 {
        color: #2B3674;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0.25px;
        margin: 0px;
        padding: 0px;
    }

    .qpaNoMore img {
        width: 18px;
        object-fit: contain;
        height: 18px;
        margin-left: 5px;
    }

.placOrderBtn {
    border-radius: 0px 0px 14px 14px;
    background: #4880FF;
    height: 42px;
    padding: 14px 155px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    .placOrderBtn img {
        width: auto;
        object-fit: contain;
        height: 21px;
        margin-right: 5px;
    }

    .placOrderBtn span {
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
        letter-spacing: 0.25px;
    }

.orderProList {
    margin: 0px 0px 32px 0px;
    padding: 0px 5px;
    list-style: none;
    overflow-y: auto;
    height: 243px;
}

    .orderProList li {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.09);
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
        padding: 6px 8px 6px 5px;
    }

.proDtls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.proUnitPricAdd {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.proDecps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.proContColr {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.proCont {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    width: 52px;
    height: 46px;
    margin-right: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.proColr {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    width: 52px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2px;
}

.proQuntyAdd {
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    margin: 2px 0px;
    padding: 0px;
}

.proQuntyAddBtn {
    height: 23px;
    background: transparent;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .proQuntyAddBtn i {
        color: #662D91;
        font-size: 13px;
    }



.proQuntyMinusBtn {
    height: 23px;
    background: transparent;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .proQuntyMinusBtn i {
        color: #662D91;
        font-size: 13px;
    }

.proQuntyAddInput {
    height: 23px;
    width: 30px;
    text-align: center;
    color: #662D91;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 0px;
    outline: 0px;
}

.proName {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.014px;
    text-transform: capitalize;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

.proCont p {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}

.proColrCode {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 0.53rem;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    margin: 0px;
    padding: 0px;
}

.proColrName {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 0.53rem;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    margin: 0px;
    padding: 0px;
}

.proUnit {
    color: #838383;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
}

.proPric {
    margin: 1px 0px 0px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

    .proPric i {
        color: #222;
        font-size: 0.8rem;
        margin-right: 2px;
    }

    .proPric span {
        color: #222;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.proImgView {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .proImgView img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.demoProImg {
    width: auto;
    object-fit: contain;
    height: 25px;
}

.blueHeadCard {
    border-radius: 8px;
    margin-bottom: 10px;
}

.cardHead {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #4880FF;
    background: #4880FF;
    padding: 8px;
}

.blueHeadTitle {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin: 0px;
    padding: 0px;
}

.cardBody {
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 6px;
}

.blueGridHeight {
    border-radius: 9px;
}

.blueHeadTable {
    width: 100%;
    margin: 0px;
    border-radius: 9px;
    border: 1px solid #cfcfcf;
}

    .blueHeadTable thead {
        border-radius: 9px 9px 0px 0px;
    }

        .blueHeadTable thead tr {
            border-radius: 9px 9px 0px 0px;
            background: #CDDCFF;
            border: 1px solid #CDDCFF;
        }

            .blueHeadTable thead tr th {
                color: #155CFE;
                font-family: "Poppins", sans-serif;
                font-size: 0.7rem;
                font-style: normal;
                font-weight: 600;
                line-height: 12px;
                text-transform: capitalize;
                letter-spacing: 0.25px;
                padding: 10px 8px;
            }

    .blueHeadTable tbody tr {
        background: #FFF;
    }

        .blueHeadTable tbody tr td:first-child {
            font-weight: 600;
        }

        .blueHeadTable tbody tr td {
            color: #141B34;
            font-family: "Open Sans", sans-serif;
            font-size: 0.7rem;
            font-style: normal;
            font-weight: 400;
            line-height: 13px;
            text-transform: capitalize;
            border-bottom: 1px solid #cfcfcf;
            letter-spacing: 0.25px;
            padding: 10px 8px;
        }

    .blueHeadTable tfoot {
        border-radius: 0px 0px 9px 9px;
    }

        .blueHeadTable tfoot tr {
            border-radius: 0px 0px 9px 9px;
            background: #CDDCFF;
            border: 1px solid #CDDCFF;
        }

            .blueHeadTable tfoot tr td {
                color: #155CFE;
                font-family: "Open Sans", sans-serif;
                font-size: 0.75rem;
                font-style: normal;
                font-weight: 700;
                line-height: 14px;
                text-transform: capitalize;
                letter-spacing: 0.25px;
                padding: 10px 8px;
            }

.custTabsView {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .custTabsView .tabsPills {
        border-radius: 100px;
        background: #FFF;
        box-shadow: 14px 17px 40px 4px rgba(112, 144, 176, 0.08);
        padding: 6px;
        margin: 0px 0px 20px 0px;
        padding: 5px;
        list-style: none;
        display: inline-flex;
    }

        .custTabsView .tabsPills .nav-item {
            border-radius: 100px;
            border: 0px;
            margin: 0px;
            padding: 0px;
        }

            .custTabsView .tabsPills .nav-item .nav-link {
                border-radius: 100px;
                border: 0px;
                background: transparent;
                font-size: 0.8rem;
                min-width: 125px;
                outline: 0px;
                letter-spacing: 0.25px;
                color: #1F78FF;
                text-align: center;
                font-family: "Poppins", sans-serif;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
            }

                .custTabsView .tabsPills .nav-item .nav-link.active {
                    border-radius: 100px;
                    border: 0.5px solid rgba(31, 120, 255, 0.20);
                    background: #EDF1FA;
                    color: #000;
                    font-family: "Poppins", sans-serif;
                    font-size: 0.8rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    min-width: 125px;
                    outline: 0px;
                    letter-spacing: 0.25px;
                }

    .custTabsView .tab-content {
        width: 100%;
    }

.boxContNoView {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

    .boxContNoView li {
        border-radius: 5px;
        border: 1px solid #E7EEFF;
        background: #F4F7FE;
        width: 48%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /*min-height: 75px;*/
        min-height: 84px;
    }

.boxCont {
    color: #4880FF;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin: 0px;
    padding: 0px;
}

.boxNo {
    color: #2B3674;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.35px;
    margin: 0px;
    padding: 0px;
}

.leftTopHeadTable {
    width: 100%;
    border: 1px solid #d1d1d1;
}

    .leftTopHeadTable .solidHead {
        /*border: 1px solid #4880FF;*/
        background: #4880FF;
    }

        .leftTopHeadTable .solidHead th {
            background: transparent;
            position: relative;
            padding: 5px 12px;
        }

        .leftTopHeadTable .solidHead .solidHeadTitle {
            margin: 0px;
            padding: 0px;
            color: #FFF;
            text-align: center;
            font-family: "Poppins", sans-serif;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 0.24px;
            transform: rotate(-90deg);
            position: absolute;
            left: 0px;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: center;
            right: 0px;
            top: 0px;
            bottom: 0px;
        }

    .leftTopHeadTable tr {
        cursor: pointer;
    }

        .leftTopHeadTable tr th {
            background: #E7EEFF;
            color: #4880FF;
            font-family: "Poppins", sans-serif;
            font-size: 13px;
            font-style: normal;
            font-weight: 600 !important;
            line-height: 16px;
            letter-spacing: 0.28px;
            border-bottom: 1px solid #d1d1d1;
            border-right: 1px solid #d1d1d1;
            padding: 10px 5px;
        }

        .leftTopHeadTable tr td {
            background: #FFF;
            color: #000;
            font-family: "Poppins", sans-serif;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0.28px;
            border-bottom: 1px solid #d1d1d1;
            border-right: 1px solid #d1d1d1;
            padding: 10px 5px;
        }

.tabletxWitIcon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tabletxWitIcon {
    margin-left: 2px;
}

.tabsLeftTopM {
    margin-top: -60px;
}

.amntData {
    margin: 0px;
    padding: 2px 0px;
}

    .amntData .amntDataLable {
        color: #838383;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 0px;
        padding: 0px;
    }

    .amntData .amntDataPoint {
        color: #2C2C2C;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin: 0px;
        padding: 0px;
    }

.paymentSlotsView {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .paymentSlotsView .paymentSlotsList {
        margin: 0px;
        padding: 0px;
        border-right: 1px solid #838383;
    }

        .paymentSlotsView .paymentSlotsList:last-child {
            border-right: 0px solid #ddd;
        }

        .paymentSlotsView .paymentSlotsList .paymentSlots {
            color: #838383;
            text-align: center;
            font-family: "Poppins", sans-serif;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-decoration: none;
            margin: 0px;
            padding: 0px 10px;
            white-space: nowrap;
            letter-spacing: 0.25px;
        }

        .paymentSlotsView .paymentSlotsList:first-child .paymentSlots {
            padding-left: 0px;
        }

        .paymentSlotsView .paymentSlotsList:last-child .paymentSlots {
            padding-right: 0px;
        }

        .paymentSlotsView .paymentSlotsList .paymentSlots.active, .paymentSlotsView .paymentSlotsList .paymentSlots:hover {
            color: #6425FE;
            text-align: center;
            font-family: "Poppins", sans-serif;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

.salesGraphView {
}

.salesGraphTypeSlt {
    /*    border-radius: 4px;
    border: 0.6px solid #D5D5D5;
    background: #FCFDFD;
    color: rgba(43, 48, 52, 0.40);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    height:25px;*/
}
.salesGraphTypeSlt .select2-container {
    width: 75px !important;
}
.salesGraphTypeSlt .select2-container .select2-selection {
    border-radius: 4px;
    border: 0.6px solid #D5D5D5;
    background: #FCFDFD;
    height: 30px;
}
.salesGraphTypeSlt .select2-container .select2-selection .select2-selection__rendered {
    color: rgba(43, 48, 52, 0.5);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 5px 15px 5px 5px;
    text-align: left;
}
.salesGraphTypeSlt .select2-container .select2-selection .select2-selection__arrow {
    height: 30px;
    top: 0px;
    right: 0px;
    width: 18px;
}
.salesGraphTypeSlt .select2-container .select2-selection .select2-selection__arrow b {
    top: 50%;
}
.unpaidGraphView {
    margin: 6px 0px 2px 0px;
}
.form-group {
    margin-bottom:0.6rem;
}
.form-label {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin: 0px;
    padding: 0px 0px 2px 0px;
    letter-spacing: 0.25px;
}
.form-control {
    border-radius: 4px;
    border: 1px solid #DDD;
    height: 34px;
    color: #333 !important;
    padding: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.25px;
}
.requiredField {
    color:#ff0000;
    margin-left:2px;
}
.form-group .btn {
    height: 34px;
    margin: 0px 2px;
}
.select2-container {
}
.select2-container .select2-selection {
    border-radius: 4px;
    border: 1px solid #DDD;
    height: 34px;
}
.select2-container .select2-selection .select2-selection__rendered {
    color: #333 !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.25px;
    padding:0.5rem;
}
.select2-container .select2-selection .select2-selection__arrow {
    height: 34px;
    top: 0px;
    right: 0px;
}
.select2-container .select2-selection .select2-selection__arrow b {
    top:50%;
}
.btn-primary {
    color: #fff;
    background-color: #4880FF;
    border-color: #4880FF;
}
.file-browser .btn {
    border-radius: 0px 4px 4px 0px !important;
    height: 34px;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.25px;
    padding: 0.5rem 0.25rem;
}
.uploadFileView {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 135px;
}
.uploadFileView img {
    border: 1.5px dashed #c7c7c7;
    padding: 3px;
    border-radius: 4px;
    width: 135px;
    height: 135px;
    object-fit: cover;
}
.colorHead {
    display: flex;
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
    /*background: #F4F7FE;*/
    background: #e1ecf9;
}
.colorHeadMinH {
    min-height: 46px;
}
    .colorHeadTitle {
        color: #4880FF;
        font-family: "DM Sans", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.25px;
        margin: 0px;
        padding: 0px;
    }
.main-content .container, .main-content .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.modal-header {
    background: #4880FF;
    padding: 10px 15px;
    border-radius: 14px 14px 0px 0px;
}
.modal-title {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    letter-spacing: 0.25px;
}
.modal-header .close {
    color: #FFF;
    font-size: 22px;
    opacity: 1;
}
.modal-content {
    border-radius: 14px;
    background: #F4F7FE;
}
.modal-body {
    padding: 10px 15px;
    border-radius: 0px 0px 14px 14px;
}
.modal-footer {
    border-top: 1px solid #DDD;
    padding: 2px 15px 4px 15px;
}
.highlightTitle {
    background: #E7EEFF;
    padding: 10px;
    margin-bottom: 15px;
}
.highlightTitleTx {
    color: #4880FF;
    font-size:12px;
    line-height:15px;
    font-weight:600;
}
.btn-secondary {
    color: #ffffff;
    background-color: #91969d;
    border-color: #91969d;
}
.card.custom-card.border-primary {
    border:0px !important;
}
.cn85List {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0px;
}
    .cn85List li {
        margin: 0px;
        padding: 15px 2px;
        width: 25%;
        border-right: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align:center;
    }
        .cn85List li:last-child {
            border-right: 0px dashed #ccc;
        }
        .cn85List li label {
            margin: 0px;
            padding: 0px;
            font-family: "Poppins", sans-serif;
            font-size: 12px;
            font-weight: 600;
            line-height: 15px;
            color: #484848;
        }
        .cn85List li p {
            margin: 0px;
            padding: 3px 0px 0px 0px;
            font-family: "Poppins", sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 15px;
            color: #7a7a7a;
        }
    .cn85List.brBomZro li {
        border-bottom: 0px dashed #ccc;
    }
.threeBoxView li {
    width: 33.333%;
}
.cardColorCode .colorinput {
    display: block;
}
    .cardColorCode .colorinput .colorinput-color {
        width: 100%;
        min-height: 50px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
.custom-switch-indicator {
    min-width: 2.5rem;
    max-width: 2.5rem;
}
.dBlokW100 {
    width:100%;
    display:block;
}
.bgWhite {
    background:#FFF !important;
}
.popheadTrna {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:10px;
}
.mt-20 {
    margin-top: 20px !important;
}
.main-content-label {
    color: #4379ee;
    font-weight: 600;
}
/*========== Responsive ==========*/
.destopViewItem {
    display: block;
}

.mobViewItem {
    display: none;
}

@media (min-width: 992px) {
    /* Show submenu on hover (for desktop) */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width:768px) {
    .destopViewItem {
        display: none;
    }

    .mobViewItem {
        display: block;
    }

    .tabsLeftTopM {
        margin-top: 0px;
    }
    .userDtlsArro {
        display:none;
    }
    .main-content {
        margin-top: 10px;
        padding-top: 122px;
    }
    .main-content .container, .main-content .container-fluid, .topMenuPartial .container-fluid {
        padding-left: 8px;
        padding-right: 8px;
    }
    .userDtlsMob {
        text-align:left;
    }
    .userDtlsMob p {
        margin:0px;
        padding:0px;
    }
    .topMenuPartial .mainNavView {
        justify-content: flex-start;
    }
    .topMenuPartial .mainNavView .navbar {
        width:100%;
    }
    .topMenuPartial .mainNavView .navbar .navbar-collapse {
        background: #FFF;
        position: absolute;
        width: 100%;
        top: 40px;
        padding: 15px;
        box-shadow: -8px 12px 18px 0 rgba(21, 21, 62, 0.3);
    }
    .topMenuPartial .mainNavView ul.navbar-nav {
        align-items: flex-start;
    }
    .topMenuPartial .dropdown-submenu .dropdown-menu {
        margin-left: 0px;
    }
}
