﻿* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
    width: 100vw;
}

body {
    scroll-behavior: smooth;
    font-family: "Montserrat";
    background-color: #f1f4fb;
    overflow-x: hidden;
    width: 100vw;
    overflow-y: auto;
}

select,
li,
a,
button,
input {
    font-family: "Montserrat";
    color: #000000;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset !important;
    }

    input::placeholder {
        font-family: "Montserrat";
        color: #00000050;
    }

.text-danger {
    color: red !important;
}

.hideAction thead tr th:nth-last-child(1),
.hideAction tbody tr td:nth-last-child(1) {
    display: none !important;
}

.disable {
    pointer-events: none !important;
}

.bg-white {
    background-color: white !important;
}

select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.title {
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.para {
    color: #514e4e;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .para.medium {
        font-size: 18px;
    }

.custom-table thead th {
    padding-right: 25px !important;
}

.title.lg {
    font-size: 42px;
}

.required {
    color: #ff0000;
}

/*.tooltip svg path {
    fill: #00000080
}
*/
.tooltip.active svg path {
    fill: #000 !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        white-space: nowrap;
        width: 150px;
        background-color: black;
        color: transparent;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(27%, -50%);
        font-family: "Montserrat";
    }

    .tooltip:hover .tooltiptext {
        color: #fff;
        visibility: visible;
    }

.base-container-login {
    background-color: black;
    /*background-image: url("/images/Login.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eceff6 !important;
}

.LoginImage {
    width: 50%;
    overflow: hidden;
    height: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

    .LoginImage img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        /*object-position: 42%;*/
        image-rendering: pixelated;
    }

.dataTables_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 0px;
    padding: 10px 20px;
}

.dataTables_wrapper::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #82a2e5;
}

.dataTables_wrapper::-webkit-scrollbar-thumb {
    background-color: #e0eaff;
    /*border: 1px solid #82A2E5;*/
    border-radius: 40px;
    transition: 200ms all ease-in-out;
}

    .dataTables_wrapper::-webkit-scrollbar-thumb:hover {
        background-color: #82a2e5;
    }

.dataTables_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 0px;
    padding: 10px 20px;
}

#tabs-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 0px;
    padding: 10px 20px;
}

#tabs-nav::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #82a2e5;
}

#tabs-nav::-webkit-scrollbar-thumb {
    background-color: #e0eaff;
    /*border: 1px solid #82A2E5;*/
    border-radius: 40px;
    transition: 200ms all ease-in-out;
}

.dataTables_wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #82a2e5;
}

#tabs-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 0px;
    padding: 10px 20px;
}

/* Scrollbar arrows */
/* Buttons */
.dataTables_wrapper::-webkit-scrollbar-button {
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    height: 17px;
    width: 17px;
}

    .dataTables_wrapper::-webkit-scrollbar-button:disabled {
        /* Why is this not red??? */
        background-color: red;
    }

    .dataTables_wrapper::-webkit-scrollbar-button:hover {
        background-color: #d2d2d2;
    }

    .dataTables_wrapper::-webkit-scrollbar-button:active {
        background-color: #787878;
    }

    /* Up */
    .dataTables_wrapper::-webkit-scrollbar-button:vertical:decrement {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='50,30 100,80 0,80'/></svg>");
    }

        .dataTables_wrapper::-webkit-scrollbar-button:vertical:decrement:active {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFFFFF'><polygon points='50,30 100,80 0,80'/></svg>");
        }

        .dataTables_wrapper::-webkit-scrollbar-button:vertical:decrement:hover {
            border-color: transparent transparent #505050 transparent;
        }

    /* Down */
    .dataTables_wrapper::-webkit-scrollbar-button:vertical:increment {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='0,15 100,15 50,75'/></svg>");
    }

        .dataTables_wrapper::-webkit-scrollbar-button:vertical:increment:hover {
            border-color: #505050 transparent transparent transparent;
        }

    /* Left */
    .dataTables_wrapper::-webkit-scrollbar-button:horizontal:decrement {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");
    }

        .dataTables_wrapper::-webkit-scrollbar-button:horizontal:decrement:hover {
            border-color: transparent #505050 transparent transparent;
        }

    /* Right */
    .dataTables_wrapper::-webkit-scrollbar-button:horizontal:increment {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
    }

        .dataTables_wrapper::-webkit-scrollbar-button:horizontal:increment:hover {
            border-color: transparent transparent transparent #505050;
        }

#tabs-content,
.tab-content,
.dataTables_wrapper {
    height: 100%;
    overflow-x: initial !important;
}

.frame table {
    height: initial !important;
}

.frametabs {
    padding: 12px 20px;
    background-color: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    border-radius: 0px 0px 12px 12px;
    border-right: 1px solid #b7bdcc;
    border-bottom: 1px solid #b7bdcc;
    border-left: 1px solid #b7bdcc;
}

    .frametabs a,
    .frametabs.active a {
        font-size: 14px !important;
        color: #222834 !important;
    }

.frametabswrapper a {
    padding: 0 !important;
    border: none !important;
    font-weight: 500 !important;
}

.login-content-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 75px;
    margin-left: auto !important;
    width: calc(100% / 2);
    height: 100%;
    overflow: auto;
}

    .login-content-wrapper .login-form-container > svg {
        margin-bottom: 10px;
        height: 75px;
    }

        .login-content-wrapper .login-form-container > svg path {
            fill: #000;
        }

.login-form-container {
    width: 100%;
    flex-shrink: 0;
    border-radius: 0px;
    height: calc(100vh - 130px);
    background-color: #eceff6;
    gap: 15px;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    height: auto !important;
    min-height: 100% !important;
}

    .login-form-container .validation-summary-errors li {
        list-style-type: none;
        color: red !important;
    }

    .login-form-container .formgroup svg {
        width: 42px !important;
        position: absolute !important;
        left: 43px !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        border-right: 1px solid #c0c0c0 !important;
        padding-right: 20px !important;
    }

    .login-form-container .formgroup input {
        padding-left: 83px !important;
    }

.form {
    width: 80%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.formgroup {
    border-radius: 10px;
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
    display: flex;
}

    .formgroup input {
        border-radius: 10px;
        border: 0;
        height: 100%;
        width: calc(100% - 120px);
        background-color: transparent;
        padding-left: 100px;
        padding-right: 20px;
    }

        .formgroup input:focus {
            outline: none !important;
        }

    .formgroup svg {
        position: absolute;
        left: 12%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-right: 1px solid #c0c0c0;
        padding-right: 5%;
    }

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.rememberMe {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

    .rememberMe label {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
    }

.forgetPassword {
    color: #b4b3b3;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}

.themeBtn {
    height: 50px;
    border-radius: 10px;
    flex-shrink: 0;
    background: #4079f3;
    outline: none;
    border: none;
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.15);
}

    .themeBtn.w-50 {
        width: 50%;
        min-width: 50%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

a {
    text-decoration: none;
}

.themeBtn a {
    color: white;
}

.login-form-container .themeBtn {
    margin-top: 30px;
}

.login-form-container .login-page-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 16px 0 8px;
    color: #9a9a9a;
    font-size: 13px;
}

.login-form-container .login-page-divider::before,
.login-form-container .login-page-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e0e0e0;
}

.login-form-container .login-page-divider::before {
    margin-right: 10px;
}

.login-form-container .login-page-divider::after {
    margin-left: 10px;
}

.login-form-container .button-microsoft-sso {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    color: #3c4043;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    box-sizing: border-box;
}

.login-form-container .button-microsoft-sso:hover {
    border-color: #4079f3;
    box-shadow: 0 2px 6px rgba(64, 121, 243, 0.15);
    background: #fafafa;
    color: #3c4043;
}

.d-none {
    display: none;
}

.loader {
    position: absolute;
    background-color: #ffffff90;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

    .loader.hide {
        display: none !important;
    }

    .loader.show {
        display: flex !important;
    }

    .loader.loader2.show {
        position: fixed;
        width: 100%;
        z-index: 14;
        border-radius: 0;
    }

    .loader img {
        min-width: 50px;
        max-width: 50px;
        width: 50px;
    }

    .loader img {
        -webkit-animation: rotate 2s normal linear infinite;
        animation: rotate 1s normal linear infinite;
    }

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.dataTables_wrapper {
    overflow: auto;
}

/* Dashboard */
.main-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}

/*.navbar {
    transition: 500ms all ease-in-out;
    width: 100%;
    min-height: 20vh;
    background-color: #000;*/
/*position: fixed;
    left: 0;
    top: 0;*/
/*z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}*/

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.subnav {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.pagecontentheader.bluish {
    background-color: #e6eef5;
}

.subnavDD {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .subnavDD .ddSelectRound {
        border: 1px solid #d2d6e1;
        border-radius: 50px;
    }

    .subnavDD .dropdownfilterbuttnRound {
        /*  border: 1px solid #D2D6E1; */
        border-radius: 50px;
        overflow: hidden;
    }

    .subnavDD .ddSelect {
        width: 340px;
        min-height: 40px;
        padding: 15px 20px;
    }

    .subnavDD .inputRound {
        border: 1px solid #d2d6e1;
        border-radius: 50px;
        overflow: hidden;
        width: 250px;
        /*min-height: 40px;*/
        padding: 15px 20px;
    }

.pagecontentheader {
    border-top: 2px solid #141824;
    margin: 0 auto;
    background-color: #fff;
    padding: 12px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .leftpanelLogo {
    height: 55px;
    filter: invert(1);
}

.navbar .navLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
}

.leftpanelitemlitwrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    gap: 5px;
}

    .leftpanelitemlitwrapper li {
        border: none;
        border-radius: 30px;
        overflow: hidden;
    }

        .leftpanelitemlitwrapper li a {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 5px;
            padding: 10px 20px;
            text-decoration: none;
            color: #667085;
            /* Heading Styles/Heading 6 : 12.80px/Semibold */
            /* font-family: 'Nunito Sans'; */
            font-size: 14px;
            font-weight: 600;
            border: none;
            /* line-height: 120%; 15.36px */
        }

    .leftpanelitemlitwrapper .tooltiptext {
        display: none;
    }

    .leftpanelitemlitwrapper li.active a {
        background-color: #a1baf2;
    }

    .leftpanelitemlitwrapper li.active a {
        color: #000 !important;
    }

    .leftpanelitemlitwrapper li a .icon {
        display: flex;
        align-items: center;
    }

.navbar .navRight {
}

/*
.leftpanel.active {
    width: 240px;
}

.leftpanel.active .poweredby span:nth-child(1),
.leftpanel.active .poweredby span:nth-child(2),
.leftpanel.active .leftpanelitemlitwrapper a .leftpanelitemtext {
    right: 0;
}


.leftpanelLogo {
    height: 50px;
    margin-top: 50px;
}


.leftpanelitemlitwrapper {
    gap: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.poweredby {
    border-top: 1px solid #3B3B3B;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}


.poweredby span {
    color: #B2B2B2;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    transition: 500ms all ease-in-out;
}

.poweredby span:nth-child(1),
.poweredby span:nth-child(2) {
    right: -100px;
}

.leftpanelitemlitwrapper a {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    border-left: 5px solid transparent;
    background-image: linear-gradient(to right, transparent, transparent);
    text-decoration: none;
    gap: 20px;
}

.leftpanelitemlitwrapper a.active {
    border-left: 5px solid white;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
}

.leftpanelitemlitwrapper a .icon {
    min-height: 30px;
    min-width: 25px;
}

.leftpanelitemlitwrapper a .icon svg {
    width: 100%;
    height: 100%;
}

.leftpanelitemlitwrapper a .leftpanelitemtext {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
    white-space: nowrap;
    position: relative;
    right: -100px;
    transition: 500ms all ease-in-out;
}
*/
.body-content-container {
    width: 100%;
    position: relative;
}

.pagebody {
    /* height: 100vh; */
}

.pagecontentwrapper {
    padding: 0px 0 3px 0;
    /*min-height: calc(100vh - 180px);*/
}

.pagecontentheader {
    /* border: 1px solid purple; */
}

.addbtn {
    border: 1px solid #d2d6e1;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 30px;
    cursor: pointer;
    line-height: 20px !important;
}

.pagetitle {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
}

.custom-table thead th {
    background-color: #e0eaff !important;
    color: black !important;
    border: 2px solid #667085;
}

table td.required {
    position: relative;
    padding: 0 !important;
}

    table td.required .select2-container {
        border: 1px solid red;
        padding: 3px 0 !important;
    }

#UserListingDatatable thead tr th:nth-child(4),
#UserListingDatatable thead tr th:nth-child(5) {
    min-width: 300px !important;
    width: 300px !important;
}

table td.required input {
    border: 1px solid red;
    padding: 5px 0 !important;
}

table td.required::before {
}

table td {
    color: black;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-top: 1px solid #cbd0dd !important;
    border-right: 1px solid #cbd0dd !important;
    border-bottom: 1px solid #cbd0dd !important;
    border-left: 1px solid #cbd0dd !important;
    padding: 4px 5px !important;
    text-align: center;
    line-height: 15px;
    word-break: break-word;
    white-space: initial;
    position: relative;
}

.text-right {
    text-align: right;
}

.widthContoller .box {
    max-width: calc(100% / 4);
    width: calc(100% / 4);
}

td svg {
    height: 16px;
}

table td:nth-last-child(1) {
    white-space: nowrap;
}

table td a {
    /*white-space: nowrap;*/
    line-height: 15px;
}

    table td a br {
        display: none;
    }

    table td a .space,
    table td .space {
        margin: 0 5px;
    }

table tbody tr {
    position: relative;
}

    /*table tbody tr.selected::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background-color: transparent;
    border-top: 3px solid #82a2e5;
    border-bottom: 3px solid #82a2e5;
    pointer-events: none;
}*/
    table tbody tr.selected td {
        z-index: 10;
        background-color: white;
        border-top: 2px solid #82a2e5 !important;
        border-bottom: 2px solid #82a2e5 !important;
    }

table th {
    text-align: center;
    color: #030229;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-left: 1px solid rgba(0, 0, 0, 0) !important;
    padding: 15px 10px 15px 10px !important;
    background-color: #e0eaff !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 12 !important;
}

/**/
table.dataTable tbody tr.selected td {
    position: relative;
}

    table.dataTable tbody tr.selected td .select2-container {
        min-height: 100% !important;
    }

        /*.select2-dropdown.select2-dropdown {
    width: 200px!important;
}*/
        table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple {
            height: initial !important;
            min-height: initial !important;
            padding: 0px;
            display: flex !important;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            position: relative;
            gap: 2px;
            overflow: hidden;
        }

table.dataTable .select2-container--default .select2-selection--multiple .select2-selection__clear {
    z-index: 1;
}

table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple ul {
    /*display: none!important;*/
    position: absolute;
    /*width: 91%!important;*/
    width: 320px !important;
    min-width: 320px !important;
    flex-grow: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    margin-left: 0px;
    gap: 10px;
    display: flex;
    flex-direction: row;
    min-height: 20px !important;
    height: 20px !important;
    margin-right: auto;
}

.select2-results li {
    white-space: nowrap !important;
}

    .select2-results li::before {
        margin-right: 8px;
    }

table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple[aria-expanded="false"] > .select2-search {
    display: none !important;
}

table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple[aria-expanded="false"] > ul {
    position: relative !important;
}

table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple .select2-search {
    width: 100% !important;
    background: white;
    border: 2px solid #82a2e5;
    padding: 0;
    min-height: 20px !important;
    height: 20px !important;
    display: flex;
    align-items: center;
}

    table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple .select2-search textarea {
        margin: 0px;
        padding: 5px;
        text-align: center;
        width: 100% !important;
        height: 100%;
        /*display: none!important;*/
    }

table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple ul li {
    margin: 0;
    min-width: 100px !important;
    width: 100px !important;
    /*display: none;*/
}

    table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple ul li:nth-child(1),
    table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple ul li:nth-child(2),
    table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple ul li:nth-child(3) {
        display: inline-block;
    }

/*table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple ul:after {
    content: '...';
    position: absolute;
    right: 5px;
    top: 3px;
    width: 30px;
    font-size: 20px;
    color: black;
}*/

table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 50px;
    padding: 0 20px;
    height: 5px;
}

table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple ul::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #82a2e5;
}

table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple ul::-webkit-scrollbar-thumb {
    background-color: #82a2e5;
    border: 2px solid #82a2e5;
    border-radius: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0 !important;
}

.frame {
    background: #fff;
    width: calc(100% - 0px);
    padding: 0 0 52px 0px;
    flex-shrink: 0;
    border-radius: 10px;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0px 5px 15.8px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    height: calc(100vh - 300px);
    overflow-x: hidden;
}

.table_tabs {
    height: 100%;
    overflow: auto;
}

.frame table {
    height: 100%;
    overflow: auto;
    border-bottom: none !important;
}

.frame.nobg {
    background: transparent;
}

.dataTables_wrapper {
    /*max-height: 65vh;*/
}

#monthDropdown option {
    text-align: left;
}

.dataTables_wrapper {
    overflow-x: scroll;
    /* Enable horizontal scrolling */
    white-space: nowrap;
    /* Prevent content from wrapping */
    box-sizing: border-box;
}

.custom-scrollbar-wrapper {
    position: absolute;
    right: calc(4% + 60px);
    border-radius: 30px;
    bottom: 20px;
    width: 40% !important;
    cursor: pointer;
    height: 12px;
    background-color: #f1f4fb;
    margin-left: 0px;
    opacity: 0;
    visibility: hidden;
}

    .custom-scrollbar-wrapper:after {
        content: "";
        position: absolute;
        left: 100%;
        bottom: 0;
        background-color: #f1f4fb;
        height: 12px;
        width: 100px;
        border-radius: 30px;
    }

    .custom-scrollbar-wrapper.show {
        opacity: 1;
        pointer-events: all;
    }

.custom-scrollbar {
    background-color: #82a2e5;
    width: 100px;
    height: 10px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.frame .framehead {
    width: calc(100% - 36px) !important;
    padding: 10px 18px !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pagecontent .topbar {
    width: calc(100% - 36px);
    padding: 10px 18px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .pagecontent .topbar.nocolor {
        width: calc(100% - 0px);
        padding: 10px 0px;
        flex-shrink: 0;
        border-radius: 10px;
        background: transparent;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .pagecontent .topbar .left {
        width: 400px;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .pagecontent .topbar .right {
        height: 50px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .pagecontent .topbar .right .filtericon {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }

            .pagecontent .topbar .right .filtericon svg {
                width: 100%;
                height: 100%;
            }

        .pagecontent .topbar .right .filtertabs {
            padding: 13px 25px;
            border-radius: 7px;
            flex-shrink: 0;
            background: transparent;
            transition: 200ms all ease-in-out;
            color: #000;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            cursor: pointer;
            letter-spacing: -0.36px;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            position: relative;
        }

            .pagecontent .topbar .right .filtertabs.black {
                background: #000;
                color: #fff;
                box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.15);
            }

            .pagecontent .topbar .right .filtertabs.active {
                background: #000;
                color: #fff;
                box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.15);
            }

.ddSelect {
    width: 100%;
    height: 100%;
    padding: 10px;
    flex-shrink: 0;
    background-color: #fafafb;
    border: none;
    outline: none;
    border-radius: 5px;
}

.select2-container {
    flex-grow: 1;
}

.select2-selection__arrow {
    height: 75% !important;
}

.select2-selection {
    height: initial !important;
    width: 100%;
    height: 100%;
    padding: 10px;
    flex-shrink: 0;
    background-color: #fafafb;
    border: none !important;
    outline: none;
    border-radius: 5px;
    min-height: 60px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.newframe {
    flex-direction: column;
}

    .newframe .box.col {
        width: 100% !important;
    }

        .newframe .box.col .flex-wrap {
            display: flex;
            flex-direction: row !important;
            gap: 12px;
        }

            .newframe .box.col .flex-wrap .box {
                flex-grow: 1 !important;
                align-self: stretch;
            }

            .newframe .box.col .flex-wrap .donutchartwrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

.filtertabs.customdatebtn {
    padding: 0 !important;
}

    .filtertabs.customdatebtn > span {
        display: block;
        padding: 13px 25px !important;
    }

.dashboardboxwrapper {
    display: flex;
    /* justify-content: space-between;
  align-items: center; */
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
}

    .dashboardboxwrapper .box {
        border-radius: 10px;
        background: #fff;
        padding: 35px 30px;
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

.flex-wrap {
    flex-direction: column;
    width: 100%;
}

.dashboardboxwrapper .box.backgroundoff {
    background: transparent;
    padding: 0;
}

.backgroundoff .flex-wrap .full {
    /*height: 500px;*/
}

.miniboxeswrapper {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
}

    .miniboxeswrapper .box {
        padding-top: 70px;
        padding-bottom: 70px;
        width: calc(100% / 2 - 80px);
        flex-direction: column;
    }

        .miniboxeswrapper .box .boxcontent {
            flex-direction: column;
        }

.pagecontent {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 95%;
    margin: 0 auto;
}

.dashboardboxwrapper .box.col:nth-child(2) .dashboardboxwrapper {
    height: 100%;
}

    .dashboardboxwrapper .box.col:nth-child(2) .dashboardboxwrapper .full {
        /*height: 25vh;*/
    }

/*.dashboardboxwrapper canvas {
    width: 100%!important;
    height: 100%!important;
}*/
.dashboardboxwrapper .box.col {
    width: calc(50% - 20px);
}

.dashboardboxwrapper .box.backgroundoff .full {
    width: calc(100% - 60px);
    /*    height: 40vh;*/
}

.doght {
    flex-basis: 40%;
}

.dashboardboxwrapper .box.colquater {
    width: 80%;
}

.boxgraph {
    display: flex;
    flex-direction: column;
}

    .boxgraph .boxcontent {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: auto !important;
    }

.graphchart {
    height: 100%;
    overflow: hidden;
}

.chart {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .chart canvas {
        /*height: 100%!important;
    width: 100%!important;
    object-fit: fill;*/
    }

#canvas {
    /*height: 100% !important;
    width: 100% !important;*/
    font-family: "Montserrat";
    /*object-fit: fill;*/
}

#usedvehicles,
#newvehicles {
    cursor: pointer;
}

.boxgraph .boxcontent .itemslist {
    display: flex;
    gap: 20px;
}

    .boxgraph .boxcontent .itemslist span {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

.itemslist {
    gap: 15px;
    display: flex;
    justify-content: flex-end;
}

    .itemslist span {
        cursor: pointer;
    }

.boxgraph .boxcontent .boxtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #242424;
}

.boxgraph.center .boxtitle {
    text-align: center !important;
    width: 100%;
}

.donutchartwrapper {
    /* border: 1px solid red; */
    flex-grow: 1;
    position: relative;
}

#canvas2 {
    /*height: 390px !important;
    width: 100% !important;
    object-fit: contain;*/
}

.boximg {
    min-width: 50px;
    width: 50px;
    height: 50px;
    min-height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboardboxwrapper .box.blue {
    background-color: white;
}

.dashboardboxwrapper .box.green {
    background-color: #34d1bf1a;
}

.dashboardboxwrapper .box.purple {
    background-color: #6665dd1a;
}

.dashboardboxwrapper .box.orange {
    background-color: #ff8f6b1a;
}

.dashboardboxwrapper .box.orangeDark {
    background-color: #a0503a1a;
}

.dashboardboxwrapper .box.blue .boximg {
    background-color: #5b92ff2a;
}

    .dashboardboxwrapper .box.blue .boximg svg path {
        fill: #5b92ff;
    }

.dashboardboxwrapper .box.green .boximg {
    background-color: #34d1bf1a;
}

    .dashboardboxwrapper .box.green .boximg svg path {
        /*fill: #34D1BF;*/
    }

.dashboardboxwrapper .box.purple .boximg {
    background-color: #6665dd2a;
}

    .dashboardboxwrapper .box.purple .boximg svg path {
        fill: #6665dd;
    }

.dashboardboxwrapper .box.orange .boximg {
    background-color: #ff8f6b2a;
}

.dashboardboxwrapper .box.orangeDark .boximg {
    background-color: #a0503a2a;
}

.dashboardboxwrapper .box.orange .boximg svg path {
    fill: #ff8f6b;
}

.dashboardboxwrapper .box.orangeDark .boximg svg path {
    fill: #ff8f6b;
}

.boxcontent {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    justify-content: center;
}

    .boxcontent strong {
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .boxcontent span {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 5px;
    }

.profilebox {
    /*position: absolute;
    right: 0;
    top: 50px;
    width: 220px;
    height: 90px;*/
    flex-shrink: 0;
    border-radius: 0;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    cursor: pointer;
    z-index: 1;
    padding: 0px;
}

    .profilebox.dropdown {
        background-color: white;
        position: absolute;
        right: 0;
        top: 0px;
        width: 220px;
        height: 90px;
        flex-direction: column;
        height: initial;
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0);
        gap: 25px;
        padding: 30px 30px;
        top: 50px;
        opacity: 0;
        pointer-events: none;
        transition: 500ms all ease-in-out;
        z-index: 13;
    }

        .profilebox.dropdown.active {
            top: 70px;
            opacity: 1;
            pointer-events: all !important;
        }

        .profilebox.dropdown .themeBtn {
            width: 100%;
            font-size: 14px;
        }

.sep {
    height: 1px;
    background: #eaeaea;
    width: 100%;
}

.logout {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

    .logout a {
        color: black;
    }

.profileicon {
    min-width: 35px;
    min-height: 35px;
    background-color: blue;
    border-radius: 10px;
    display: none;
}

.profileinfo {
    display: flex;
    flex-direction: column;
}

.profileinfotitle {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.profileinfodesignation {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dropdown .profileinfodesignation {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.profilepicture {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50px;
    background-color: gray;
    overflow: hidden;
}

    .profilepicture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.leftpanel.active ~ .footerbar {
    width: calc(100% - 380px);
    padding: 20px 100px 20px 280px;
}

.footerbar {
    transition: 500ms all ease-in-out;
    width: calc(100% - 200px);
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 20px 100px 20px 100px;
}

.footerLogo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dataTables_wrapper .dataTables_paginate {
    position: fixed;
    bottom: 15px;
    margin: 0;
    z-index: 1;
    float: left !important;
    height: 48px;
    display: flex;
    justify-content: center;
    padding: 0px 5px !important;
    align-items: center;
    /*position: sticky;*/
    left: 3%;
    margin-bottom: 5px;
    visibility: hidden;
}

    .dataTables_wrapper .dataTables_paginate span,
    .dataTables_wrapper .dataTables_paginate .paginate_button.first,
    .dataTables_wrapper .dataTables_paginate .paginate_button.last {
        display: none !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.next,
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        position: relative;
        overflow: hidden;
        font-size: 0;
        letter-spacing: 0;
        width: 20px;
        height: 20px;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after,
        .dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
            position: absolute;
            top: 50%;
            left: 50%;
            content: "";
            width: 10px;
            height: 10px;
            cursor: pointer;
        }

.tooltip.active #budget svg path {
    fill: unset !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous::after {
    border-left: 1px solid black;
    border-top: 1px solid black;
    transform: translate(-50%, -50%) rotate(-45deg);
}

#tabs-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 11px;
    left: 25px;
}

    #tabs-nav:after {
        content: "";
        position: absolute;
        left: -60px;
        top: 0;
        height: 3px;
        width: 100vw;
        background-color: #cbd0dd;
    }

/*#tabs-nav.scrollActive {
    bottom: 20px;
}*/

.showdates {
    margin-left: auto;
    padding: 0 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#tabs-nav.blk {
    border-bottom: 2px solid transparent;
}

#tabs-nav li {
    list-style-type: none;
}

#tabs-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: #8a8a8a;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 2px solid transparent;
    position: relative;
    margin-bottom: -2px;
}

#tabs-nav.blk a {
    border-bottom: 2px solid #e3e3e3;
    color: #8f8f8f;
}

#tabs-nav li.active a {
    border-bottom: 2px solid #5b93ff;
    color: #5b93ff;
}

#tabs-nav.blk li.active a {
    border-bottom: 2px solid #000;
    color: #000;
}

.modal.show {
    opacity: 1;
    z-index: 2;
    pointer-events: all;
}

    .modal.show + .modal-overlay-layer {
        opacity: 1;
        z-index: 1;
        pointer-events: all;
    }

.modal-overlay-layer {
    background-color: #00000050;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.modal-container {
    width: calc(900px - 10px);
    flex-shrink: 0;
    border-radius: 30px;
    background: #fff;
    gap: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 50px 30px;
    position: relative;
}

    .modal-container .flex-space-evenly {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .modal-container .formgroup input {
        border-radius: 10px;
        border: 0;
        height: 100%;
        width: calc(100% - 40px);
        background-color: transparent;
        padding-left: 20px;
        padding-right: 20px;
    }

label {
    color: #030229;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
}

.modal-container .form {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    margin-top: 25px;
}

.closebutton {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.modal-container .themeBtn {
    padding-left: 70px;
    padding-right: 70px;
}

.change-password-wrapper,
.personal-details-wrapper {
    /* border: 1px solid red; */
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.personal-details-profilepicture {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.profile-picture {
    min-width: 100px;
    min-height: 100px;
    background-color: #000;
    border-radius: 50%;
}

.commonform {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 30px 60px 30px;
    margin: 0;
}

    .commonform .formgroup input {
        border-radius: 10px;
        border: 0;
        height: 100%;
        width: calc(100% - 40px);
        background-color: white;
        padding-left: 20px;
        padding-right: 20px;
    }

    .commonform .formrow {
        display: flex;
        width: 100%;
        gap: 20px;
        flex-wrap: wrap;
    }

        .commonform .formrow .formitemwrap {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: calc(100% / 4 - 20px);
        }

    .commonform .themeBtn {
        padding-left: 70px;
        padding-right: 70px;
    }

.dateDropdown {
    position: absolute;
    top: 0%;
    right: 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.06);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: all 500ms ease-in-out;
}

    .dateDropdown.show {
        z-index: 2;
        opacity: 1;
        pointer-events: all;
        top: 105%;
    }

#calendarInfo,
#calendarInfoEnd {
    color: #000;
}

.date-picker {
    border-right: 1px solid #efefef;
    flex-grow: 1;
}

.datecontent {
    background: #fff;
    display: flex;
    width: 100%;
}

.date-picker.dateEnd {
    border-left: 0px solid #efefef;
    border-right: 0px solid transparent;
}

.calendar,
.calendarEnd {
    padding: 0 10px;
}

.date-picker table {
    width: 100%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

    .header button {
        background-color: transparent;
        border: 1px solid transparent;
        padding: 4px;
        outline: none;
        cursor: pointer;
    }

.date-picker table td,
.date-picker table th {
    padding: 10px 5px 10px 5px !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
    border: none !important;
}

.date-picker table td {
    width: 30px;
}

.dateDropdownFooter {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 50px;
    padding: 20px 20px;
    border-top: 1px solid #efefef;
}

.datebox-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
}

.seprtor {
    color: #000000;
    font-size: 20px;
}

.date-box {
    border: 1px solid black;
    border-radius: 25px;
    width: 150px;
    height: 35px;
    overflow: hidden;
}

    .date-box input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        text-align: center;
    }

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .button-wrapper span {
        padding: 8px 24px;
        border-radius: 15px;
        background-color: #efefef;
        color: #000;
    }

.selected {
    background-color: black;
    color: white;
    border-radius: 3px;
}

.weekend {
    color: red;
}

.show_hide {
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    cursor: pointer;
}

.centerelement {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    padding: 20px 10px 20px 0;
    font-size: 13px;
}

.bottomelement {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

    .bottomelement > div {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-direction: column;
    }

    .bottomelement.leftalign {
        margin-right: auto;
        display: block;
        margin-bottom: 8px;
    }

.percnt {
    font-size: 30px;
    font-weight: 600;
}

.paginate_button {
    color: #667085;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid transparent !important;
    border-radius: 2px;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button:hover {
    color: #667085 !important;
}

.paginate_button.current {
    background: #046e8f10 !important;
}

.dataTables_info {
    padding: 0px 20px 0px 20px !important;
    margin-top: 23px;
}

.dataTables_paginate {
    padding: 0px 20px 0px 20px !important;
    margin-top: 15px;
}

th {
    background: #ffffff;
    position: sticky;
    top: 0;
}

.dropdownfilterbuttn {
    padding: 0 !important;
}

    .dropdownfilterbuttn select {
        padding: 14px 30px;
        text-align: center;
        width: auto;
        background-color: white;
        color: black;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        outline: none;
        min-height: 40px;
        padding: 15px 20px;
        width: 180px;
    }

.viewonmobile,
.viewonmobile .profileinfo {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.closehumbrgr,
.humbrgr {
    display: none;
}

.opac1 {
    opacity: 1;
}

.leftrighttd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .leftrighttd.end {
        justify-content: center;
    }

.firstletter {
    min-width: 45%;
    width: 45%;
    display: inline-block;
}

.rightalign {
    text-align: right;
}

.space {
    width: initial;
    margin: 0;
}

.select2-results li {
    font-size: 12px;
}

.llonggTable thead tr th {
}

.llonggTable tbody tr td {
    padding: 3px !important;
}

.llonggTable tbody td .select2-container,
.llonggTable tbody td input {
    min-width: 100% !important;
    width: 100% !important;
    padding: 0px;
    text-align: center !important;
}

.customgapspace {
    gap: 0;
}

.responsivebarchartstop {
    flex-wrap: nowrap !important;
    margin-bottom: 10px;
}

    .responsivebarchartstop .boxframe {
        display: flex;
        flex-direction: column;
        flex-grow: 1 !important;
        gap: 8px;
        width: calc(20% - 20px);
    }

        .responsivebarchartstop .boxframe .box {
            flex-grow: 1 !important;
            max-width: 100%;
            width: 100%;
            overflow: hidden;
        }

.responsivebarcharts {
    margin-bottom: 20px;
    margin-top: 8px;
    gap: 8px;
    flex-wrap: nowrap !important;
}

    .responsivebarcharts .box,
    .responsivebarchartstop .box {
        /*   min-height: calc(170px - 70px) !important;
    height: calc(170px - 70px) !important;*/
        min-height: 180px !important;
        height: 180px !important;
        overflow: hidden;
    }

@media (-webkit-min-device-pixel-ratio: 1.25) {
    .custom-scrollbar {
    }

    .graphchart {
        height: initial;
        overflow: hidden;
    }

    /*#canvas2 {
        height: 290px !important;
    }*/
    .leftpanel.active {
        width: 200px;
    }

        .leftpanel.active ~ .footerbar {
            width: calc(100% - 300px);
            padding: 20px 100px 20px 200px;
        }

    .boxcontent span,
    .footerbar {
        font-size: 12px;
    }

    #tabs-nav a,
    .poweredby span,
    .leftpanelitemlitwrapper a .leftpanelitemtext {
        font-size: 14px;
    }

    .body-content-container {
    }

    .pagecontent .topbar .left {
        height: 45px;
    }

    .footerLogo a svg {
        height: 20px;
        margin: 0 2px !important;
    }

    .centerelement {
        font-size: 10px;
    }

        .centerelement .percnt {
            font-size: 18px;
        }
}

@media only screen and (min-width: 150px) and (max-width: 600px) {
    .firstletter {
        font-size: 9px;
    }

    .newframe .box.col .flex-wrap .donutchartwrapper {
        width: 90% !important;
    }

    .responsivebarchartstop {
        overflow: auto;
    }

        .responsivebarchartstop .boxframe {
            max-width: 100% !important;
            width: 100% !important;
            min-width: 100% !important;
        }

    responsivebarchartstop .box .chart {
        width: 95% !important;
    }
}

@media only screen and (min-width: 701px) and (max-width: 799px) {
    #tabs-nav#tabs-nav li {
        min-width: calc(100% / 5 - 10px) !important;
    }
}

@media only screen and (min-width: 150px) and (max-width: 800px) {
    #tabs-nav::-webkit-scrollbar {
        height: 0px !important;
        width: 0px !important;
    }

    .dataTables_wrapper::-webkit-scrollbar {
        height: 4px !important;
        width: 4px !important;
    }

    .changepasswordform {
        gap: 10px;
    }

    .padd0mob {
        padding-bottom: 10px !important;
    }

    .changepasswordform input {
        font-size: 16px !important;
    }

    /*.llonggTable tbody td .select2-container,
    .llonggTable tbody td input {
        min-width: 75px !important;
        width: 75px !important;
    }*/
    /*.responsivebarchartstop .box {
        max-width: calc(100% / 1 - 40px) !important;
        width: calc(100% / 1 - 40px) !important;
    }
    .responsivebarcharts .box {
        max-width: calc(100% / 1 - 40px) !important;
        width: calc(100% / 1 - 40px) !important;
    }
    .responsivebarcharts .boxcontent {
        flex-direction: column;
        align-items: flex-end;
    }*/
    tbody td .selection {
        width: 100% !important;
    }

    .select2-container {
        left: 0 !important;
        display: flex !important;
        justify-content: center;
    }

    /*.pagecontent,
    .dataTables_wrapper {
        overflow: hidden !important;
    }*/
    .pagecontent {
        overflow: hidden !important;
    }

    .select2-dropdown.select2-dropdown {
        position: relative !important;
        left: 0 !important;
        top: 0px !important;
    }

    .responsivebarcharts .box,
    .responsivebarchartstop .box {
        min-height: calc(200px - 70px) !important;
        height: calc(200px - 70px) !important;
        overflow: hidden;
    }

    .responsivebarchartstop .boxframe .box .boxcontent .itemslist {
        gap: 4px !important;
        flex-wrap: wrap;
    }

        .responsivebarchartstop .boxframe .box .boxcontent .itemslist span {
            font-size: 10px;
            display: flex;
            gap: 2px;
            align-items: center !important;
        }

    .responsivebarchartstop .boxframe .box .boxcontent span svg {
        width: 5px;
    }

    .responsivebarchartstop .box {
        padding-left: 20px;
        padding-right: 20px;
    }

        .responsivebarchartstop .box .boxcontent {
            width: 100% !important;
        }

        .responsivebarchartstop .box .chart {
            width: 90% !important;
        }

    .responsivebarchartstop .boxframe .box .boxcontent {
        flex-direction: column !important;
    }

    .responsivebarchartstop .boxframe .box {
        flex-direction: column;
        text-align: center;
    }

    .responsivebarchartstop {
        gap: 5px;
    }

        .responsivebarchartstop .boxframe .box {
            max-width: 100%;
            width: 100%;
        }

    .LoginImage {
        display: none;
    }

    .custom-scrollbar-wrapper {
        display: none;
    }

    .navbar .leftpanelLogo {
        height: 35px;
    }

    .profilepicture {
        height: 40px;
        width: 40px;
    }

    .subnavDD {
        flex-wrap: wrap;
        width: 100%;
    }

    table.dataTable tbody tr.selected td .select2-container .select2-selection--multiple ul {
        width: 90% !important;
        min-width: 90% !important;
    }

    #UserListingDatatable thead tr th:nth-child(4),
    #UserListingDatatable thead tr th:nth-child(5) {
        min-width: 200px !important;
        width: 200px !important;
        max-width: 200px !important;
    }

    #UserListingDatatable tbody tr td:nth-child(4),
    #UserListingDatatable tbody tr td:nth-child(5) {
        min-width: 300px !important;
        width: 300px !important;
        max-width: 300px !important;
        overflow: hidden;
        white-space: initial !important;
    }

    #PartSalesDatatable thead tr th:nth-last-child(3),
    #PartSalesDatatable thead tr th:nth-last-child(4),
    #ServiceSalesDatatable thead tr th:nth-last-child(3),
    #ServiceSalesDatatable thead tr th:nth-last-child(4) {
        min-width: 110px !important;
    }

    #PartSalesDatatable thead tr th:nth-last-child(2),
    #ServiceSalesDatatable thead tr th:nth-last-child(2),
    #VehicleSalesDatatable thead tr th:nth-last-child(1),
    #VehicleSalesDatatable thead tr th:nth-last-child(2),
    #VehicleSalesDatatable thead tr th:nth-last-child(3) {
        min-width: 185px !important;
    }

    .subnavDD .inputRound,
    .dropdownfilterbuttn select,
    .subnavDD .ddSelect,
    .subnavDD .dropdownfilterbuttn {
        width: 100%;
        font-size: 16px;
    }

    .llonggTable tbody td .select2-container,
    .llonggTable tbody td input {
        font-size: 16px !important;
    }

    .subnav {
        width: 90% !important;
        flex-wrap: wrap;
        overflow: auto;
    }

    .pagecontentwrapper .pagecontent {
        width: 100% !important;
    }

    .pagecontent,
    .body-content-container {
        width: 92% !important;
        margin: 0 !important;
    }

    .dashboardboxwrapper .box.backgroundoff .full {
        width: calc(100% - 40px);
    }

    .dashboardboxwrapper .box.col {
        width: 100%;
    }

    .commonform .formrow {
        flex-wrap: wrap;
    }

        .commonform .formrow .formitemwrap {
            width: 100%;
        }

    .centerelement {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        font-size: 14px;
        padding: 20px 10px 20px 0;
    }

    .profileinfo {
        display: none;
    }

    .viewonmobile,
    .viewonmobile .profileinfo {
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .profilebox.dropdown.active {
        top: 100px;
    }

    .humbrgr {
        display: flex;
        margin-right: 10px;
        display: none;
    }

    .login-form-container {
        width: 100%;
        padding: 40px 25px 50px 25px;
        gap: 10px;
    }

    .form {
        width: 100%;
    }

    .login-content-wrapper {
        gap: 30px;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .login-form-container {
        height: auto !important;
        min-height: 100% !important;
    }

    .title.lg {
        font-size: 32px;
    }

    .navbar {
        flex-wrap: wrap;
        width: 90%;
    }

    .para.medium {
        font-size: 14px;
    }

    .login-form-container {
        height: 100%;
    }

        .login-form-container .form {
            width: 100%;
        }

        .login-form-container > .form > .formgroup {
            height: 52px;
        }

        .login-form-container .formgroup input {
            width: calc(100% - 90px);
            padding-left: 83px;
            padding-right: 20px;
        }

    .leftpanelitemlitwrapper li a {
        gap: 0;
        padding: 10px;
    }

        .leftpanelitemlitwrapper li a svg {
            height: 17px;
            width: 17px;
        }

    .leftpanelitemlitwrapper a .leftpanelitemtext {
        font-size: 0;
    }

    .forgetPassword,
    .rememberMe label {
        font-size: 12px;
    }

    .leftpanel {
        transition: 500ms all ease-in-out;
        width: 0px;
        overflow: hidden;
        min-height: 100vh;
        background-color: #000;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

        .leftpanel.active {
            width: 80%;
            z-index: 2;
        }

            .leftpanel.active + .body-content-container {
                filter: blur(4px);
            }

    .closehumbrgr {
        display: block;
        position: absolute;
        left: 6%;
        top: 50px;
        height: 30px;
        width: 30px;
    }

    .footertext {
    }

    .footerbar {
        transition: 500ms all ease-in-out;
        width: calc(100% - 140px);
        align-items: center;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 20px 70px 20px 70px !important;
    }

    .footerbar {
        gap: 20px;
    }

        .footerbar :nth-child(2) {
            order: 1;
            display: flex;
            flex-direction: column-reverse;
        }

        .footerbar :nth-child(1) {
            order: 2;
        }

        .footerbar :nth-child(3) {
            order: 3;
            display: flex;
            flex-direction: column !important;
        }

            .footerbar :nth-child(3) .flex {
                display: flex;
                flex-direction: row !important;
            }

    .closehumbrgr svg {
        width: 100%;
        height: 100%;
    }

    .main-container {
        align-items: center;
    }

    .body-content-container {
        width: 93%;
        margin-right: 1%;
    }

    .profilebox {
        top: 40px;
        width: initial;
        height: initial;
        gap: 0px;
        padding: 0 0px;
    }

    .pagetitle {
        font-size: 13px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .dashboardboxwrapper {
        flex-wrap: wrap;
    }

    .boxcontent {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }

    .dashboardboxwrapper .box {
        border-radius: 10px;
        background: #fff;
        padding: 25px 20px;
        gap: 10px;
    }

    .boxgraph .boxcontent {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .percnt {
        font-size: 25px;
    }

    .topbar.nocolor,
    .pagecontent .topbar {
        flex-wrap: wrap !important;
    }

        .pagecontent .topbar .right {
            gap: 5px;
            width: 100%;
        }

            .pagecontent .topbar .right .filtertabs {
                width: calc(100% / 3 - 15px) !important;
                font-size: 11px;
                white-space: nowrap;
                padding: 13px 5px;
            }

    .boxcontent strong {
        font-size: 18px;
    }

    #tabs-nav li {
        min-width: calc(100% / 3 - 10px) !important;
    }

    #tabs-nav a {
        font-size: 11px;
        padding: 10px 5px;
        text-align: left;
    }

    #tabs-nav:after {
        left: 0;
        width: 100%;
    }

    table {
        /*display: block;*/
        overflow: auto;
    }

        table th,
        table td {
            white-space: nowrap;
            padding: 10px 10px !important;
        }

        table th {
            position: sticky !important;
            top: 0 !important;
            z-index: 12 !important;
        }

    .dataTables_wrapper .dataTables_paginate {
        display: flex;
        align-items: center;
        overflow: auto;
        height: 40px;
    }

        .dataTables_wrapper .dataTables_paginate span {
            margin: 0 6px;
            height: 30px;
            display: inline-flex;
            flex-wrap: nowrap;
            align-items: center;
        }

    #tabs-nav {
        width: 100%;
        overflow: auto;
        bottom: 3px;
        left: 0;
        border-top: 1px solid #cbd0dd;
        padding-bottom: 9px;
    }

        #tabs-nav::after {
            content: none;
        }

    .frame {
        height: calc(100vh - 350px);
    }

    #tabs-nav li {
        /*min-width: 92px !important;
        width: 92px !important;*/
    }

    .commonform {
        width: calc(100% - 40px);
        padding: 10px 20px 20px 20px;
    }

    .boximg {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .addbtn,
    #addRow.addbtn {
        width: 45px !important;
    }

    #tabs-nav li a {
        font-size: 12px !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 5px 5px !important;
        font-size: 14px;
        min-width: 20px !important;
        width: 20px !important;
        max-width: 20px !important;
        height: 30px;
        overflow: hidden;
    }

    .dataTables_wrapper .dataTables_paginate.dataTables_paginate span > a {
        margin: 0;
        min-width: 30px !important;
        max-width: 30px !important;
        width: 30px !important;
        position: relative;
    }

    .modal-container {
        width: calc(100% - 60px);
        flex-shrink: 0;
        border-radius: 30px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 25px 50px 25px;
        gap: 10px;
        position: relative;
    }

        .modal-container .form,
        .modal.show {
            width: 90%;
        }

    .mobile-wrap {
        display: flex !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 0 !important;
    }

        .mobile-wrap .left {
            width: 50% !important;
        }

            .mobile-wrap .left li {
                width: 100% !important;
            }

        .mobile-wrap .right {
            width: 50% !important;
            justify-content: end;
        }

        .mobile-wrap .left #tabs-nav {
            width: 100% !important;
            margin: 0px !important;
        }

        .mobile-wrap #tabs-nav li {
            width: 100% !important;
        }

    #addRow {
        width: 65% !important;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1820px) {
    /*.llonggTable tbody td .select2-container,
    .llonggTable tbody td input {
        min-width: 85px !important;
        width: 85px !important;
    }*/
    #UserListingDatatable tbody tr td:nth-child(3) {
        white-space: nowrap;
    }

    #UserListingDatatable tbody tr td:nth-child(4),
    #UserListingDatatable tbody tr td:nth-child(5) {
        min-width: 300px !important;
        width: 300px !important;
        max-width: 300px !important;
        overflow: hidden;
        white-space: initial !important;
    }

    #PartSalesDatatable thead tr th:nth-last-child(3),
    #PartSalesDatatable thead tr th:nth-last-child(4),
    #ServiceSalesDatatable thead tr th:nth-last-child(3),
    #ServiceSalesDatatable thead tr th:nth-last-child(4) {
        min-width: 110px !important;
    }

    #PartSalesDatatable thead tr th:nth-last-child(2),
    #ServiceSalesDatatable thead tr th:nth-last-child(2),
    #VehicleSalesDatatable thead tr th:nth-last-child(1),
    #VehicleSalesDatatable thead tr th:nth-last-child(2),
    #VehicleSalesDatatable thead tr th:nth-last-child(3) {
        min-width: 185px !important;
    }

    .custom-scrollbar-wrapper {
        opacity: 1;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1060px) {
    .sizeadjust .inputRound,
    .sizeadjust .ddSelect {
        width: 180px !important;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1580px) {
    /*.responsivebarcharts {
        flex-wrap: wrap;
    }
    .responsivebarcharts .box {
        max-width: calc(100% / 2 - 64px) !important;
        width: calc(100% / 2 - 64px) !important;
    }
    .responsivebarchartstop .box {
        max-width: calc(100% / 4 - 64px) !important;
        width: calc(100% / 4 - 64px) !important;
    }*/

    .responsivebarchartstop {
        gap: 8px !important;
    }

        .responsivebarchartstop .boxframe .box {
            max-width: 100%;
            width: 100%;
        }

        .responsivebarchartstop .box {
            padding-left: 20px;
            padding-right: 20px;
        }

            .responsivebarchartstop .box .boxcontent {
                width: 100% !important;
            }

            .responsivebarchartstop .box .chart {
                width: 90% !important;
            }
}

@media only screen and (min-width: 801px) and (max-width: 1140px) {
    /*.newframe .box.col:nth-child(1) .flex-wrap .box.doght {
        width: 100%!important;
        overflow: hidden;
    }*/
    .boxgraph .boxcontent .itemslist {
        gap: 5px;
    }

        .boxgraph .boxcontent .itemslist span {
            font-size: 10px;
        }

    .boxgraph .boxcontent .boxtitle {
        font-size: 14px;
    }

    .newframe .box.col:nth-child(1) .flex-wrap .box.doght .donutchartwrapper {
        max-width: 200px !important;
        min-width: 200px !important;
        width: 200px !important;
    }

        .newframe .box.col:nth-child(1) .flex-wrap .box.doght .donutchartwrapper .bottomelement {
            gap: 5px !important;
            font-size: 12px;
            text-align:;
        }

    /*.newframe .box.col .flex-wrap {
        flex-wrap: wrap;
        gap: 8px !important;
    }*/
    /*.newframe .box.col .flex-wrap .box.doght canvas {
        width: auto !important;
    }*/
}

@media only screen and (min-width: 801px) and (max-width: 1200px) {
    /*.newframe .box.col .flex-wrap {
        flex-wrap: wrap;
        gap: 8px !important;
    }*/
    /*.newframe .box.col .flex-wrap .box.doght canvas {
        width: 250px!important;
    }*/
    /* .responsivebarchartstop {
        flex-wrap: wrap;
    }

    .responsivebarchartstop .box {
        max-width: calc(100% / 2 - 64px) !important;
        width: calc(100% / 2 - 64px) !important;
    }
    .responsivebarcharts .box {
        max-width: calc(100% / 2 - 64px) !important;
        width: calc(100% / 2 - 64px) !important;
    }*/
    .responsivebarchartstop {
        gap: 8px !important;
    }

    .commonform .formrow .formitemwrap {
        width: calc(100% / 3 - 20px);
    }

    .responsivebarchartstop .boxframe .box {
        flex-direction: column;
        text-align: center;
    }

        .responsivebarchartstop .boxframe .box .boxcontent .itemslist span {
            font-size: 10px;
        }

        .responsivebarchartstop .boxframe .box .boxcontent span svg {
            width: 6px;
        }
}

@media only screen and (min-width: 650px) and (max-width: 1920px) {
    .newframe .box .chart canvas,
    .newframe .box .chart {
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 5000px) {
    .newframe .box .chart canvas {
        width: 100% !important;
    }
}

@media only screen and (min-width: 2360px) and (max-width: 5000px) {
    /*.llonggTable tbody td .select2-container,
    .llonggTable tbody td input {
        min-width:120px !important;
        width: 120px !important;
    }*/

    .formgroup svg {
        left: 10%;
        padding-right: 4%;
    }

    .navbar,
    .subnav,
    .pagecontent {
        width: 90%;
    }

    .body-content-container {
        /*width: 93%;
        margin-right: 1%;*/
    }

    .dashboardboxwrapper .box.colquater {
        /*width: 60%!important;*/
    }

    #canvas2 {
        height: 400px !important;
        width: 100% !important;
        object-fit: contain;
    }

    .centerelement {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 0;
        transform: translate(-50%, -50%);
        font-size: 18px;
    }
}

* {
    box-sizing: border-box;
}

.dashboard {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-wth-graph-container {
    display: flex;
    gap: 12px;
}

.stats-card-wth-graph {
    display: flex;
    gap: 12px;
    flex-direction: column;
    width: 70%;
}

.stats-card-wth-graphs {
    display: flex;
    gap: 12px;
    flex-direction: column;
    width: 65%;
}

.stats-card-container {
    display: flex;
    gap: 12px;
}

.stats-card {
    width: calc(25%);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    gap: 3px;
}

    .stats-card div:nth-child(1) {
        font-size: 14px;
        font-weight: 600;
    }

    .stats-card div:nth-child(2) {
        font-size: 28px;
        font-weight: 700;
        margin: 10px 0px;
    }

    .stats-card div:nth-child(3),
    .stats-card div:nth-child(4) {
        font-size: 14px;
        font-weight: 400;
    }

    .stats-card div span {
        font-size: 14px;
        font-weight: 500;
    }

    .stats-card:nth-child(1) {
        border-top: 8px solid #9bdfc4;
    }

        .stats-card:nth-child(1) div:nth-child(2) {
            color: #9bdfc4;
        }

    .stats-card:nth-child(2) {
        border-top: 8px solid #62b2fd;
    }

        .stats-card:nth-child(2) div:nth-child(2) {
            color: #62b2fd;
        }

    .stats-card:nth-child(3) {
        border-top: 8px solid #ee7d77;
    }

        .stats-card:nth-child(3) div:nth-child(2) {
            color: #ee7d77;
        }

    .stats-card:nth-child(4) {
        border-top: 8px solid #ffb44f;
    }

        .stats-card:nth-child(4) div:nth-child(2) {
            color: #ffb44f;
        }

.simple-stats-card-container {
    display: flex;
    gap: 12px;
}

.simple-stats-card {
    width: calc(25%);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    gap: 3px;
}

    .simple-stats-card div:nth-child(1) {
        font-size: 14px;
        font-weight: 600;
    }

    .simple-stats-card div:nth-child(2) {
        font-size: 28px;
        font-weight: 700;
        margin: 10px 0px;
    }

.total-calls-card {
    padding: 10px;
    flex: 1;
    background: #fff;
    border-radius: 10px;
}

    .total-calls-card > div:nth-child(1) {
        padding: 20px;
        background: #fbf3e8;
        width: 100%;
        height: 100%;
        max-height: 120px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

        .total-calls-card > div:nth-child(1) > div:nth-child(1) {
            font-size: 14px;
            font-weight: 500;
        }

        .total-calls-card > div:nth-child(1) > div:nth-child(2) {
            color: #ffb44f;
            font-size: 28px;
            font-weight: 700;
            margin: 10px 0px;
        }

.leaderboard-card > div:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0px 20px;
}

.leaderboard-card-list {
    overflow: auto;
    max-height: 330px;
}

    .leaderboard-card-list > div {
        display: flex;
        justify-content: space-between;
        padding: 0px 8px;
    }

        .leaderboard-card-list > div:not(:first-child) {
            margin-top: 20px;
        }

        .leaderboard-card-list > div:not(:last-child) {
            padding-bottom: 10px;
            border-bottom: 0.5px solid #dedede !important;
        }

        .leaderboard-card-list > div > span {
            font-size: 13px;
            font-weight: 400;
        }

    .leaderboard-card-list div span:nth-child(2) {
        color: #ee7d77;
    }

    .leaderboard-card-list div:nth-child(1) span:nth-child(2),
    .leaderboard-card-list div:nth-child(2) span:nth-child(2) {
        color: #1ca018;
    }

    .leaderboard-card-list div:nth-child(3) span:nth-child(2),
    .leaderboard-card-list div:nth-child(4) span:nth-child(2) {
        color: #62b2fd;
    }

.duration-card-wth-graph {
    display: flex;
    gap: 12px;
}

    .duration-card-wth-graph .graph-card {
        width: 60% !important;
    }

.duration-card-container {
    display: flex;
    gap: 12px;
    width: 40%;
    flex-wrap: wrap;
}

.duration-card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    width: calc(50% - 6px);
}

    .duration-card div:nth-child(1) {
        font-size: 14px;
        font-weight: 500;
    }

    .duration-card div:nth-child(2) {
        font-size: 24px;
        font-weight: 400;
    }

        .duration-card div:nth-child(2) > span {
            font-size: 30px;
            font-weight: 600;
        }

    .duration-card span.hour {
        color: #62b2fd;
    }

    .duration-card span.min {
        color: #9bdfc4;
    }

    .duration-card span.seconds {
        color: #ffb44f;
    }

.graph-card {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

.graph-card-title span {
    display: flex;
}

    .graph-card-title span:nth-child(1) {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: #242424;
    }

    .graph-card-title span:nth-child(2) {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #383838;
        display: block;
    }

.subtitle {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #707070;
    display: block;
    margin-top: 4px;
}

.graph-title-and-legends-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

#lineChartLegendContainer > div {
    max-width: 420px !important;
    gap: 3px;
}

/*@media screen and (max-width:1300px) {

    .duration-card-container {
        width: 24%;
    }
}
*/

.table-with-dashboard-boxes {
    display: flex;
    gap: 15px;
}

    .table-with-dashboard-boxes .table-container {
        width: 70%;
        background: #fff;
        padding: 10px;
        overflow: auto;
    }

    .table-with-dashboard-boxes .table-container-heading {
        margin-bottom: 10px;
        background: #e7f4ff;
        padding: 30px;
        height: 100px;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: #242424;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-with-dashboard-boxes table {
        border-collapse: separate;
        border-spacing: 0;
        border: 0.5px solid #e6eef5 !important;
        width: 100%;
    }

        .table-with-dashboard-boxes table tr {
            height: 35px;
        }

        .table-with-dashboard-boxes table td {
            border: none !important;
            border-bottom: 0.5px solid #e6eef5 !important;
            padding: 7.7px 20px !important;
            text-align: left !important;
            background: #fff !important;
            min-width: 180px;
            font-size: 14px;
            font-weight: 500;
        }

            .table-with-dashboard-boxes table td:not(:first-child) {
                border-left: 0.5px solid #e6eef5 !important;
            }

            .table-with-dashboard-boxes table td:nth-child(1) {
                width: 40%;
            }

        .table-with-dashboard-boxes table td {
            width: 20%;
        }

        .table-with-dashboard-boxes table tr:nth-child(1) td {
            background: #e6eef5 !important;
        }

        .table-with-dashboard-boxes table tr:not(:first-child) td:nth-child(2),
        .table-with-dashboard-boxes table tr:not(:first-child) td:nth-child(3),
        .table-with-dashboard-boxes table tr:not(:first-child) td:nth-child(4) {
            text-align: right !important;
        }

        .table-with-dashboard-boxes table tr:nth-child(1) td {
            text-align: center !important;
        }

        .table-with-dashboard-boxes table td.bold {
            font-weight: 600 !important;
        }

        .table-with-dashboard-boxes table tr.highlight td {
            background: #fafafb !important;
        }

    .table-with-dashboard-boxes .table-container td sup:nth-child(1) {
        font-size: 16px !important;
        vertical-align: baseline !important;
    }

    .table-with-dashboard-boxes .table-container td sup:nth-child(2) {
        font-size: 11px !important;
    }

    .table-with-dashboard-boxes .dashboardboxwrapper {
        width: 30%;
        flex-direction: column;
    }

        .table-with-dashboard-boxes .dashboardboxwrapper .boxframe {
            width: 100% !important;
        }

.dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 0px;
    list-style: none;
    min-width: 150px;
}

    .dropdown-menu.show {
        display: block;
        display: flex !important;
        flex-direction: column;
        z-index: 99;
    }

.leftpanelitemlitwrapper li.nav-dropdown.active a {
    background-color: #ffffff;
    color: #667085 !important;
}

    .leftpanelitemlitwrapper li.nav-dropdown.active a.dropdown-toggle {
        color: #000 !important;
        background-color: #a1baf2 !important;
    }

.leftpanelitemlitwrapper li.nav-dropdown a .leftpanelitemtext {
    font-size: 14px !important;
}

.nav-dropdown li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    text-decoration: none;
    color: #667085;
    font-size: 14px;
    font-weight: 600;
    border: none;
}

.nav-dropdown svg path {
    stroke: #00000080;
}

.nav-dropdown.active a.dropdown-toggle svg path {
    stroke: #000;
}

.graphs-container {
    display: flex;
    gap: 12px;
}

    .graphs-container .graph-card {
        width: calc(50% - 6px) !important;
    }

.legends-with-text {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    color: #5b5c5e;
    font-size: 15px;
    text-align: center;
}

.legends-info-text span {
    font-size: 17px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    color: #242424;
    display: block;
}

#donutChartLegendContainer,
#pieChartLegendContainer,
#horizontalBarChartLegendContainer {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.analytics-table {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    width: 35%;
    overflow: auto;
    max-height: 477px;
}

    .analytics-table table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0px;
        font-family: Arial, sans-serif;
    }

    .analytics-table th,
    .analytics-table td {
        padding: 12px;
        text-align: left;
        border: none !important;
        font-size: 13px;
        font-weight: 400;
        padding: 20px 8px 10px !important;
        color: #000;
    }

    .analytics-table th {
        background-color: #f3f5f9 !important;
        font-weight: bold;
        color: #000 !important;
        padding: 20px 8px 20px !important;
    }

    .analytics-table td:nth-child(1) {
        color: #000 !important;
    }

    .analytics-table tr:not(:last-child) {
        border-bottom: 1px solid #e5e7eb;
    }

@media screen and (max-width: 1200px) {
    .stats-card-container,
    .simple-stats-card-container {
        flex-wrap: wrap;
    }

    .stats-card,
    .simple-stats-card {
        width: calc(50% - 6px);
    }

    .graph-title-and-legends-container {
        flex-direction: column;
    }

    #lineChartLegendContainer > div {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1150px) {
    .subnav {
        width: 90% !important;
        flex-wrap: wrap;
        overflow: auto;
    }

    .pagetitle {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 800px) {
    .subnavDD .ddSelect.ddSelectSmall {
        width: 100%;
    }

    .pagetitle.with-subtitle {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .dropdowntext {
        display: none !important;
    }
}

@media screen and (max-width: 869px) {
    .stats-card {
        width: calc(50% - 6px);
    }

    .duration-card-container {
        width: 100%;
    }

    .duration-card-container {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .duration-card {
        width: calc(50% - 6px);
    }

    .card-wth-graph-container {
        flex-direction: column;
    }

    .stats-card-wth-graph,
    .stats-card-wth-graphs {
        width: 100%;
    }

    .duration-card-wth-graph {
        flex-direction: column;
    }

        .duration-card-wth-graph .graph-card {
            width: 100% !important;
        }

    .table-with-dashboard-boxes {
        flex-direction: column;
    }

        .table-with-dashboard-boxes .table-container {
            width: 100%;
        }

        .table-with-dashboard-boxes .dashboardboxwrapper {
            width: 100%;
            flex-direction: row;
            overflow: auto;
        }

    .analytics-table {
        width: 100%;
    }

    .graphs-container {
        flex-direction: column;
    }

        .graphs-container .graph-card {
            width: 100% !important;
        }
}

@media screen and (max-width: 510px) {
    .stats-card,
    .simple-stats-card {
        width: 100% !important;
    }

    .duration-card {
        width: 100%;
    }
}

.countdown {
    text-align: center;
}

    .countdown .time {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding-top: 10px;
    }

        .countdown .time span {
            position: relative;
            display: block;
            font-size: 28px;
            font-weight: 700;
            min-width: 30px;
        }

            .countdown .time span:nth-child(1)::after {
                content: " Hours";
                font-size: 10px;
                position: absolute;
                top: -10px;
                left: 50%;
                transform: translateX(-50%);
                color: #5b5c5e;
                font-weight: 400;
            }

            .countdown .time span:nth-child(2)::after {
                content: " Minutes";
                font-size: 10px;
                position: absolute;
                top: -10px;
                left: 50%;
                transform: translateX(-50%);
                color: #5b5c5e;
                font-weight: 400;
            }

            .countdown .time span:nth-child(3)::after {
                content: " Seconds";
                font-size: 10px;
                position: absolute;
                top: -10px;
                left: 50%;
                transform: translateX(-50%);
                color: #5b5c5e;
                font-weight: 400;
            }

.subnavDD .select2-selection {
    min-height: 49px !important;
    border: 1px solid #d2d6e1 !important;
    border-radius: 50px !important;
}

.subnavDD .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 3px;
    height: 0;
    left: 50%;
    margin-left: -15px;
    margin-top: 3px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-top: 1px solid #aaa !important;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px;
    font-size: 13px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    padding: 7px;
    border-radius: 5px;
}

/* CDK Analytics */
table thead {
    position: sticky;
    top: 0px;
    z-index: 1;
}

.dropdownfilterbuttn select {
    padding: 8px 14px !important;
}

.subnavDD .ddSelect {
    padding: 9px 14px !important;
    background: #fff !important;
}

#StoreDropdown {
    width: 157px !important;
}

.filterchip {
    padding: 9px 14px !important;
    margin-left: 0px !important;
    height: 40px !important;
    border-radius: 29px !important;
    border: 1px solid #d2d6e1 !important;
}

.dropdownfilterbuttn select {
    min-height: 37.78px !important;
}

.filterchip label {
    color: #030229;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.addbtn {
    width: 40px;
    height: 40px;
}

.subnavDD .inputRound {
    padding: 10px 14px !important;
    outline: none !important;
}

.frame {
    height: calc(100vh - 197px);
}

    .frame.pb-0 {
        padding-bottom: 0px !important;
    }

        /*.frame.pb-0 table{
    height:100% !important;
}*/

        .frame.pb-0 table th {
            background-color: #fff !important;
            border: 1px solid #667085;
        }

        .frame.pb-0 table .sorting_1 {
            background-color: #fff !important;
        }

        .frame.pb-0 .dataTables_wrapper .dataTables_info {
            padding: 20px !important;
            margin: 0px !important;
        }

        .frame.pb-0 table.dataTable.stripe tbody tr.odd,
        table.dataTable.display tbody tr.odd,
        .frame.pb-0 table.dataTable.hover tbody tr:hover,
        table.dataTable.display tbody tr:hover {
            background-color: #fff !important;
        }

.custom-table thead th.cdk-section,
td.cdk-section {
    background-color: #e2e5f8 !important;
}

td.manual-section.sorting_1,
.custom-table thead th.manual-section,
td.manual-section {
    background-color: #ddf0f4 !important;
}

.frame.pb-0 table td.manual-section.sorting_1 {
    background-color: #ddf0f4 !important;
}

td.mismatch-cell {
    background-color: #ffb1b1 !important;
}

table td {
    border: none !important;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

/*#modalAddUser .select2-container .select2-selection--multiple {
    min-height: 60px;
    background: #F9F9F9 !important;
    padding-bottom:10px !important;
}

#modalAddUser  .select2-search {
    display: inline-block;
    width: 100%;
    min-height: 37px;
}
*/
#modalAddUser .modal-buttons {
    display: flex;
    gap: 10px;
}

#modalAddUser .formgroupselect {
    width: 100% !important;
    border-radius: 10px;
    background-color: #f9f9f9;
}

#modalAddUser .select2-container--default .select2-selection--multiple {
    background: #f9f9f9 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 10px !important;
}

#modalAddUser .select2-search {
    min-height: 38px !important;
}

#modalAddUser .select2-container {
    width: 100% !important;
}

.modal {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px !important;
}

.dataTables_wrapper .dataTables_paginate span,
.dataTables_wrapper .dataTables_paginate .paginate_button.first,
.dataTables_wrapper .dataTables_paginate .paginate_button.last {
    display: flex !important;
}

#modalAddUser * {
    text-align: left;
}

#modalAddUser .row {
    display: flex;
    gap: 10px;
    width: 100%;
}

    #modalAddUser .row .col {
        width: calc(50% - 5px);
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

#modalAddUser .form {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start;
}

#modalAddUser .modal-buttons {
    margin: auto !important;
}
/* Hide the extra tag boxes but keep the one containing our custom text */
.select2-selection--multiple .select2-selection__choice:not(:first-child) {
    display: none !important;
}

.select2-selection--multiple .select2-selection__choice {
    background-color: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide the 'x' remove button on the summary text if you prefer */
.select2-selection--multiple .select2-selection__choice__remove {
    display: none !important;
}

.select2-selection--multiple {
    flex-direction: row !important;
    align-items: center !important;
}

    .select2-selection--multiple .select2-search {
        padding: 0px !important;
    }

    .select2-selection--multiple textarea {
        margin: 0px !important;
    }

    .select2-selection--multiple .select2-search {
        min-height: auto !important;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 150px !important;
}

.subnavDD .select2-selection--multiple {
    min-height: auto !important;
    border: 1px solid #d2d6e1 !important;
    border-radius: 50px !important;
    padding: 9px 12px !important;
}

.muliple-select-container #StoreDropdown {
    width: 200px !important;
}

.select2-container {
    min-width: 300px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    line-height: 20px;
    padding-left: 0;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 14px;
    width: 14px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
}

.select2-container--default .select2-results__options[aria-multiselectable="true"] .select2-results__option--selected:before {
    content: "✔️";
    font-size: 9px;
    position: relative;
    color: black;
    background-color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    content: "✔️";
    font-size: 9px;
    position: relative;
    color: black;
    background-color: #fff;
    border: 2px solid #e9e9e9 !important;
    display: inline-block;
    text-align: center !important;
}

.select2-selection--multiple {
    justify-content: flex-start !important;
}

.select2-container {
    min-width: auto !important;
    width: 200px !important;
    max-width: 200px !important;
}

.pagecontentheader .subnav .select2-selection--multiple {
    font-size: 12px !important;
}

.subnavDD .inputRound {
    min-height: 36px !important;
    width: 200px !important;
    min-width: 200px !important;
}

.subnavDD .select2-selection {
    min-height: 36px !important;
}

.pagecontentheader .subnav .select2-selection--multiple {
    min-height: 36px !important;
}

.select2-container--default .select2-results__option--selected {
    background: #fff !important;
    color: #000 !important;
}

.filterchip {
    min-height: 36px !important;
}

.subnav .select2-container {
    min-width: 200px !important;
}

.select2-container--open .select2-dropdown--below {
    overflow: auto !important;
}

.subnav .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff !important;
    color: white;
}

select {
    height: 40px !important;
    overflow: hidden !important;
}

.pagecontentheader .subnav .select2-selection--multiple {
    min-height: 42px !important;
}

.subnavDD .select2-selection {
    min-height: 42px !important;
    height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
}

#select2-monthDropdown-results li::before {
    display: none !important;
}

.select2-search {
    min-height: auto !important;
    display: none !important;
}

input[aria-controls="select2-monthDropdown-results"] {
    display: none !important;
}

#select2-yearCorporateExpense-results li::before {
    display: none !important;
}

input[aria-controls="select2-yearCorporateExpense-results"] {
    display: none !important;
}

#select2-yearCorporateExpense-results li::before,
#select2-monthCorporateExpense-results li::before {
    display: none !important;
}

input[aria-controls="select2-yearCorporateExpense-results"],
input[aria-controls="select2-monthCorporateExpense-results"] {
    display: none !important;
}

.select2-container--open .select2-dropdown.fullwidthdropdown {
    left: unset !important;
    right: unset !important;
}

.select2-dropdown:has(.select2-results__options[aria-multiselectable="true"]) {
    width: 300px !important;
    right: 0px;
    left: unset;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
 {
    background-color: #fff !important;
    color: #000 !important;
}