/*
Theme Name: DP Theme
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: dp_theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*#wpadminbar{
    display:none !important;
}*/
html,
body{
    margin:0px !important;
    padding:0px;
}
body{
    background-color:#f5f5f5;
}
*{
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,ul,li,ol{
    margin:0px;
    padding:0px;
}
a,a:hover{
    text-decoration:none;
}

/* fancy scroll css start */
html,
body
.fancyScroll__SD{
    scrollbar-color: #bfbfbf #ebebeb;
    scrollbar-width: thin;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.fancyScroll__SD::-webkit-scrollbar{
    width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.fancyScroll__SD::-webkit-scrollbar-track{
    background: #e3e3e3;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.fancyScroll__SD::-webkit-scrollbar-thumb{
    background: #d1d1d1;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
.fancyScroll__SD::-webkit-scrollbar-thumb:hover{
    background:#bfbfbf;
}
/* fancy scroll css end */

/* scrollbar hide css start */
.hideScrollbar__TP::-webkit-scrollbar{
    display: none;
}
.hideScrollbar__TP{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* scrollbar hide css end */

.i__Icon {
    align-items: center;
    display: flex;
    justify-content: center;
}
.i__Icon .svg__wrapper {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}
.i__Icon .svg__wrapper img{
    height: 24px;
    width: 24px;
}
.i__Icon svg {
    height: 100%;
    width: 100%;
    fill: #555555;
}
.dashboardBox .i__Icon img {
    height: 46px !important;
    width: 46px !important;
}

/* btnCS */
.btnCS {
    align-items: center;
    background-color: #ffffff;
    border-radius: 6px;
    display: inline-flex;
    font-family: 'Poppins';
    font-size: 14px;
    height: 35px;
    justify-content: center;
    line-height: 14px;
    padding: 4px 16px;
    position: relative;
    text-align: center;
    transition-duration: .3s;
    cursor: pointer;
    border:none;
    border-radius: 6px;
}
.btnCS.disabled{
    opacity: 0.4;
}
.btnCS:focus{
    outline:none;
}
.btnCS:after,
.btnCS:before {
    content:"";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: .3s;
    width: 100%;
    border-radius: 6px;
}
.btnCS .btnText {
    position: relative;
    top:-1px;
    transition-duration: .3s;
    z-index: 2;
}
.btnCS.dangerBtn .btnText,
.btnCS.primaryBtn .btnText{
    color:#ffffff;
}
.btnCS.secondaryBtn .btnText{
    color:#333333;
}
.btnCS.dangerBtn:before {
    background-color:#2e3192;
}
.btnCS.dangerBtn:hover:before{
    background-color:#a92626;
}
.btnCS.primaryBtn:before {
    background-color:#2e3192;
}
.btnCS.primaryBtn:hover:before{
    background-color:#1b5b77;
}
.btnCS.secondaryBtn:before {
    background-color:#ffffff;
    border:1px solid #e3e3e3;
}
.btnCS.secondaryBtn:hover:before{
    background-color:#f5f5f5;
}
.btnCS.successBtn:before{
    background-color:#44c266;
}
.btnCS.successBtn:hover:before{
    background-color:#2d97c7;
}
/* btnCS end */

.field__wrapper{
    margin-bottom:20px;
}
/* .field__wrapper.half-width {
    width: calc(50% - 10px);
    margin-right: 10px;
} */
.field__wrapper.hide {
    margin: 0;
    display: none;
}
.label__TP{
    width:100%;
    font-size:18px;
    color:#555555;
    display: flex;
    font-family: 'Poppins';
    margin-bottom:5px;
}
.input__TP,
.textarea__TP{
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    color: #333333;
    font-family: 'Poppins';
    font-size: 16px;
    height: 46px;
    padding: 4px 12px 4px 12px;
    width: 100%;
    outline: none;
    box-shadow: none;
    transition:0.4s;
}
.input__TP:focus,
.textarea__TP:focus{
    border: 1px solid #2d97c7;
}
.textarea__TP{
    height:100px;
}

.select2-container{
    width:100% !important;
}
.select2-container--default .select2-selection--single{
    border-radius: 6px !important;
    border: 1px solid #e3e3e3 !important;
    height: 46px !important;
}
.select2-container--default.select2-container--open .select2-selection--single{
    border: 1px solid #2d97c7;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    position: relative;
    top: 7px;
    padding-left: 12px;
    color: #333333;
    font-family: 'Poppins';
    font-size: 16px;
    padding-right:34px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    opacity:0.6;
}
.select2-dropdown{
    padding: 10px 10px;
    background-color: #ffffff;
    box-shadow: 0px 54px 100px 0px #0000002e;
    border: 1px solid #e3e3e3 !important;
    width: 220px;
    border-radius: 10px !important;
    margin-top:5px;
}
.select2-search--dropdown{
    padding:0px 0px;
    margin-bottom:10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    color: #333333;
    font-family: 'Poppins';
    font-size: 16px;
    height: 46px;
    padding: 4px 12px 4px 12px;
    width: 100%;
    outline: none;
    box-shadow: none;
    transition: 0.4s;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    border: 1px solid #2d97c7;
}
.select2-results__option{
    align-items: center;
    border-radius: 6px;
    color: #333333;
    cursor: pointer;
    display: flex;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    padding: 8px 12px;
    transition-duration: .3s;
    width: 100%;
    margin-bottom:5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color:#f5f5f5;
    color: #333333;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color:#2d97c7;
    color:#ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 8px !important;
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 8px 6px 0 6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width: 0 6px 8px 6px;
    top: 48%;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    position: relative;
    top: 2px;
    font-weight: 400;
    font-size: 24px;
    color:#888;
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover{
    color:#000000;
}
.is-invalid .select2, .is-invalid input, .is-invalid select {
    border: 1px solid red;
}
/* login page start */
.tyrePointLogin__page{
    display:flex;
}
.tyrePointLogin__page .leftWrapper,
.tyrePointLogin__page .rightForm__wrapper{
    width:50%;
    height:100vh;
    overflow-y:auto;
    padding:0px 30px;
}
.tyrePointLogin__page .leftWrapper .logoWrapper{
    margin-bottom:30px;
}
.tyrePointLogin__page .leftWrapper .logoWrapper img{
    height:76px;
    width:auto;
}
.tyrePointLogin__page .leftWrapper .innerWrapper{
    width:600px;
    max-width:100%;
    padding:50px 0px;
    margin:0px auto;
    min-height:100vh;
    display:flex;
    align-items:center;
}
.tyrePointLogin__page .leftWrapper .mainHeading{
    font-size:60px;
    color:#000000;
    font-family: 'Poppins';
    font-weight:700;
    margin-bottom:40px;
    width:550px;
    max-width:100%;
}
.tyrePointLogin__page .leftWrapper .mainHeading span{
    color:#2e3192;
}
.tyrePointLogin__page .leftWrapper .loginImg{
    width:100%;
}
.tyrePointLogin__page .rightForm__wrapper .innerWrapper{
    width:100%;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
}
.tyrePointLogin__page .innerWrapper .scrollWrapper{
    width:100%;
}
.tyrePointLogin__page .rightForm__wrapper .formBox{
    width:530px;
    max-width:100%;
    border-radius:20px;
    background-color:#ffffff;
    overflow:hidden;
    box-shadow:0px 0px 0px 0px rgba(0,0,0,.04),4px 5px 14px 0px rgba(0,0,0,.04),16px 20px 26px 0px rgba(0,0,0,.04),37px 25px 30px 0px rgba(0,0,0,.02),66px 30px 35px 0px rgba(0,0,0,.01);
}
.tyrePointLogin__page .rightForm__wrapper .formBox .formBody{
    padding:40px;
}
.tyrePointLogin__page .formBox .mainTitle{
    font-size: 30px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 700;
    padding:24px 40px;
    margin-bottom: 0px;
    background-color:#fbfbfb;
    border-bottom:1px solid #e3e3e3;
}
.tyrePointLogin__page .formBox .subDetails{
    margin-bottom:30px;
}
.tyrePointLogin__page .formBox .subDetails .title{
    font-size: 24px;
    color: #333333;
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom:8px;
}
.tyrePointLogin__page .formBox .subDetails .text{
    font-size: 16px;
    color: #555555;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom:8px;
}
.tyrePointLogin__page .formBox .subDetails .small-text{
    font-size: 14px;
}
.tyrePointLogin__page .loginBtn{
    min-height:42px;
    min-width:150px;
    margin-top:20px;
}
.tyrePointLogin__page .loginForgot__wrapper{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
}
.tyrePointLogin__page .loginForgot__wrapper .forgotPass__link{
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins';
    color:#2e3192;
    position:relative;
    top:-5px;
}
.tyrePointLogin__page .loginForgot__wrapper .forgotPass__link:hover{
    text-decoration:underline;
}
.password-field-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.password-field-wrapper .input__TP {
    width: 100%;
    padding-right: 40px;
}
.password-field-wrapper .toggle-password {
    position: absolute;
    right: 12px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}
/* login page end */

.contentR__wrapper {
    margin-left: auto;
    min-height: 100dvh!important;
    min-height: 100vh;
    padding-right: 20px;
    padding-top: 100px;
    transition-duration: .3s;
    width: calc(100% - 76px);
}
.sidebar__collapse .contentR__wrapper {
    width: calc(100% - 260px);
}

/* top header */
.top__header {
    left: 0;
    position: fixed;
    top: 0;
    transition-duration: .5s;
    width: 100%;
    z-index: 9;
    border-bottom:1px solid #e3e3e3;
}
.top__header .innerWrapper {
    align-items: center;
    background-color: #ffffff;
    border-bottom-color: #e3e3e3;
    border-bottom-width: 1px;
    display: flex;
    justify-content: space-between;
    min-height: 81px;
    padding-left: 28px;
    padding-right: 28px;
}
.top__header .leftData{
    margin-right:15px;
    display:flex;
    align-items:center;
}
.top__header .respoSideShowBtn {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    padding: 7px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    display:none;
}
.top__header .respoSideShowBtn:hover{
    background-color:#ebebeb;
}
.top__header .respoSideShowBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1) brightness(0.5);
    transform:scaleX(-1);
}
.top__header .headerLogo{
    height:56px;
    width:auto;
}
.top__header .rightWrapper{
    display:flex;
    align-items:center;
}
.top__header .userBox{
    display:flex;
    align-items:center;
}
.top__header .userBox .name{
    font-size:16px;
    color:#333333;
    font-family: 'Poppins';
}
.top__header .userBox img{
    width:38px;
    height:38px;
    border-radius:50%;
    display:inline-block;
    margin-right:10px;
}
.top__header .logoutBtn{
    margin-left:14px;
}
.top__header .logoutBtn img{
    display:none;
    position: relative;
    z-index:3;
}
/* top header end */

/* sidebar css start */
.sidebar {
    height: calc(100vh - 80px);
    padding: 20px;
    position: fixed;
    top: 80px;
    transition-duration: .3s;
    width: auto;
}
.sidebar .inner__Wrapper {
    border-radius: 10px;
    height: calc(100vh - 118px);
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}
.sidebar .titleHE {
    font-size:12px;
    color:#555;
    font-family: 'Poppins';
    text-transform:uppercase;
    display: none;
}
.sidebar .sMenu__Wrapper {
    height: calc(100vh - 169px);
    margin-bottom: 20px;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.sidebar .s__Menu__Item .s__Menu__Item__Link,
.sidebar .submenu__item .submenu__link {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-bottom: 7px;
    padding: 0;
    position: relative;
}
.sidebar .s__Menu__Item .s__Menu__Item__Link,
.sidebar .submenu__item .submenu__link {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-bottom: 7px;
    padding: 0;
    position: relative;
}
.sidebar .s__Menu__Item .s__Menu__Item__Link:before,
.sidebar .submenu__item .submenu__link:before {
    background-color:#ff6a00;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: .3s;
    width: 4px;
    content:"";
}
.sidebar .s__Menu__Item .s__Menu__Item__Link .s__Menu__Icon,
.sidebar .submenu__item .submenu__link .s__Menu__Icon {
    background-color: #ffffff;
    border-color: #e3e3e3;
    border-radius: 10px;
    border-width: 1px;
    flex-shrink: 0;
    height: 36px;
    padding: 7px;
    width: 36px;
}
.sidebar .s__Menu__Item .s__Menu__Item__Link .s__Menu__Text,
.sidebar .submenu__item .submenu__link .s__Menu__Text {
    color: #555555;
    display: none;
    font-family: 'Poppins';
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 1px;
    /*white-space: pre;*/
}
.childMenu .s__Menu__Item__Link {
    padding: 0 10px !important;
    margin: 0;
}
.sidebar .s__Menu__Item .s__Menu__Item__Link:hover,
.sidebar .submenu__item .submenu__link:hover {
    background-color:#f5f5f5;
}

.sidebar .s__Menu__Item.active > .s__Menu__Item__Link:before,
.sidebar .submenu__item.active > .submenu__link:before{
    opacity: 1;
}
.sidebar .s__Menu__Item.active > .s__Menu__Item__Link .s__Menu__Text,
.sidebar .submenu__item.active > .submenu__link .s__Menu__Text {
    color: #333333;
    font-family: 'Poppins';
    font-weight:500;
    position: relative;
    top: 1px;
}
.sidebar .s__Menu__Item > .submenu,
.sidebar .s__Menu__Item > .submenu .s__Menu__Item{
    position:relative;
}
.sidebar .s__Menu__Item > .submenu:before {
    content: "";
    position: absolute;
    top: -5px;
    height: calc(100% - 16px);
    width: 1px;
    background-color: #e3e3e3;
    left: 26px;
}
.sidebar .s__Menu__Item > .submenu .s__Menu__Item:before {
    content: "";
    position: absolute;
    top: 22px;
    height: 1px;
    width: 12px;
    background-color: #e3e3e3;
    left: 27px;
}
.sidebar .s__Menu__Item > .submenu .s__Menu__Item__Link,
.sidebar__collapse .sidebar .s__Menu__Item > .submenu .s__Menu__Item__Link{
    padding:10px 44px;
    margin-bottom:0px;
}
.sidebar__collapse .sidebar .s__Menu__Item > .submenu .s__Menu__Item__Link:hover{
    background-color:transparent !important;
}
.sidebar .s__Menu__Item .s__Menu__Item__Link:before,
.sidebar .submenu__item .submenu__link:before {
    background-color:#2e3192;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: .3s;
    width: 4px;
    content:"";
}
.sidebar .s__Menu__Item .s__Menu__Item__Link .s__Menu__Icon,
.sidebar .submenu__item .submenu__link .s__Menu__Icon {
    background-color: #ffffff;
    border-color: #e3e3e3;
    border-radius: 10px;
    border-width: 1px;
    flex-shrink: 0;
    height: 36px;
    padding: 7px;
    width: 36px;
}
.sidebar .s__Menu__Item .s__Menu__Item__Link .s__Menu__Text,
.sidebar .submenu__item .submenu__link .s__Menu__Text {
    color: #555555;
    display: none;
    font-family: 'Poppins';
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 1px;
    /*     white-space: pre; */
    word-break: break-word;
}
.sidebar .s__Menu__Item .s__Menu__Item__Link:hover,
.sidebar .submenu__item .submenu__link:hover {
    background-color:#f5f5f5;
}

.sidebar .s__Menu__Item.active > .s__Menu__Item__Link:before,
.sidebar .submenu__item.active > .submenu__link:before{
    opacity: 1;
}
.sidebar .s__Menu__Item.active > .s__Menu__Item__Link .s__Menu__Text,
.sidebar .submenu__item.active > .submenu__link .s__Menu__Text {
    color: #333333;
    font-family: 'Poppins';
    font-weight:500;
    position: relative;
    top: 1px;
}
.sidebar .sideCollBTN{
    padding:2px 20px 14px 20px;
}
.sidebar .scBtn {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sidebar .scBtn:hover{
    background-color:#ebebeb;
}
.sidebar .scBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1) brightness(0.5);
}
.main__wrapper:not(.sidebar__collapse) .sidebar .scBtn img {
    transform: scaleX(-1);
}
.main__wrapper:not(.sidebar__collapse) .sidebar .sideCollBTN{
    padding:2px 6px 14px 6px;
}
.main__wrapper:not(.sidebar__collapse) .sidebar .scBtn{
    background-color:#ffffff;
}

/* collapse css start */
.sidebar__collapse .sidebar {
    height: calc(100vh - 80px);
    padding: 20px;
    width: 260px;
}
.sidebar__collapse .sidebar .inner__Wrapper {
    background-color:#ffffff;
    border-radius: 10px;
    height: calc(100vh - 118px);
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}
.sidebar__collapse .sidebar .titleHE {
    display: block;
    padding:0px 20px;
    margin-bottom: 10px;
    font-weight:500;
}
.sidebar__collapse .sidebar .s__Menu__Item .s__Menu__Item__Link,
.sidebar__collapse .sidebar .submenu__item .submenu__link {
    padding: 10px 22px;
}
.sidebar__collapse .sidebar .s__Menu__Item .s__Menu__Item__Link:before,
.sidebar__collapse .sidebar .submenu__item .submenu__link:before {
    display: block;
}
.sidebar__collapse .sidebar .s__Menu__Item .s__Menu__Item__Link .s__Menu__Icon,
.sidebar__collapse .sidebar .submenu__item .submenu__link .s__Menu__Icon {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    flex-shrink: 0;
    height: 24px;
    margin-right: 8px;
    padding: 0;
    width: 24px;
    position: relative;
    top:-1px;
}
.sidebar__collapse .sidebar .s__Menu__Item .s__Menu__Item__Link .s__Menu__Text,
.sidebar__collapse .sidebar .submenu__item .submenu__link .s__Menu__Text {
    display: block;
    width: 100%;
}
.sidebar__collapse .sidebar .sMenu__Wrapper{
    height: calc(100vh - 202px);
}
/* collapse css end */
/* sidebar css end */

.dashboardBox__wrapper{
    display:flex;
    flex-wrap:wrap;
    margin:0px -10px;
}
.dashboardBox__col{
    width:25%;
    padding:0px 10px;
    margin-bottom:20px;
}
.dashboardBox{
    border:1px solid #e3e3e3;
    border-radius:10px;
    padding:24px;
    background-color:#ffffff;
}
.dashboardBox .iconWrapper{
    width:60px;
    height:60px;
    padding:6px;
    background-color:#eaf5f9;
    border-radius:10px;
    border:1px solid #abd5e9;
}
.dashboardBox .title{
    color:#333333;
    font-weight:400;
    font-size:20px;
    font-family: 'Poppins';
    margin-top:24px;
}
.dashboardBox .value{
    color:#333333;
    font-weight:700;
    font-size:50px;
    font-family: 'Poppins';
    letter-spacing:1px;
    display:block;
}

.dashboardTable__wrapper{
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 24px;
    background-color: #ffffff;
    margin-bottom:20px;
}
.tableWrapper{
    border: 1px solid #e3e3e3;
    border-radius:5px;
    overflow: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.dashboardTable__wrapper table{
    min-width:600px;
}
.dashboardTable__wrapper .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 22px;
    color: #333333;
    font-family: 'Poppins';
    text-align:left;
}
.tableWrapper th,.tableWrapper td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    font-family: 'Poppins';
    font-size:16px;
    color: #333333;
}
.tableWrapper td:last-child{
    border-right:none;
}
/* tr:last-child td{
    border-bottom:none;
} */
thead th {
    /* background-color: #24bd63; */
    /* color: white; */
    font-weight:6 00;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
thead th:last-child{
    border-right:0px;
}
tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}
tbody tr:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}
.total-row {
    font-weight: bold;
    background-color: #e6ffe6;
    color: #333;
}
.total-row td {
    border-top: 2px solid #4CAF50;
}
.tableWrapper .btnCS.iconBtn{
    width:35px;
    padding:8px;
}
.tableWrapper .btnCS.iconBtn img{
    filter:gra;
}
.tableWrapper .btnCS.iconBtn .btnText{
    display:none;
}
.tableWrapper .btnCS img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: contain;
    object-position: center;
}
.pagination{
    display:flex;
    align-items:center;
    justify-content:center;
}
.pagination .page-numbers{
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 10px;
}
.pagination .page-numbers li{
    margin-right:8px;
}
.pagination .page-numbers li:last-child{
    margin-right:0px;
}
.pagination span, .pagination a {
    padding: 6px 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    font-family: 'Poppins';
    font-size: 16px;
    min-height: 38px;
    min-width: 38px;
}
.pagination span{
    background-color:#2d97c7;
    color:#ffffff;
}
.pagination a{
    transition:0.4s;
    color:#2d97c7;
    padding: 6px 2px;
}
.pagination a:hover{
    background-color:#f7f7f7;
}
.pagination a.next,
.pagination a.prev{
    width: 38px;
    font-size: 0px;
    position: relative;
}
.pagination a.prev::before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    right: 11px;
}
.pagination a.next::before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(-135deg);
    position: absolute;
    top: 13px;
    right: 15px;
}

/* Appointment Calendar Loader */
#appointments-calendar.loading, #event-popup.loading {
    opacity: 0.2;
}

/* responsive table */
@media only screen and (max-width: 1199px) {
    .tableWrapper.responsiveTable{
        border:none;
    }
    .tableWrapper.responsiveTable tbody tr {
        border: 1px solid #e3e3e3;
        margin-bottom: 10px;
        border-radius: 8px;
    }
    .tableWrapper.responsiveTable tbody tr:nth-child(even),
    .tableWrapper.responsiveTable tr:nth-child(even) td{
        background-color:transparent !important;
    }
    .tableWrapper.responsiveTable table,
    .tableWrapper.responsiveTable thead,
    .tableWrapper.responsiveTable tbody,
    .tableWrapper.responsiveTable tr,
    .tableWrapper.responsiveTable th,
    .tableWrapper.responsiveTable td{
        display: block;
    }
    .tableWrapper.responsiveTable thead,
    .tableWrapper.responsiveTable th{
        display:none;
    }
    .tableWrapper.responsiveTable td{
        position: relative;
        border-right:none;
    }
    .tableWrapper.responsiveTable td:last-child {
        border-left: none !important;
        border-bottom: none !important;
    }
    .tableWrapper.responsiveTable td::before {
        content: attr(data-title) ": ";
        display: inline-block;
        font-weight: 600;
        margin-right: 8px;
    }
    .tableWrapper.responsiveTable td[data-title="View Bill"]::before {
        position: relative;
        top: -4px;
    }
    .tableWrapper .btnCS.iconBtn{
        width: 30px;
        height: 32px;
        padding: 7px;
    }

    .tableWrapper.responsiveTable tbody {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .tableWrapper.responsiveTable tbody tr{
        width:calc(50% - 8px);
    }
}
@media only screen and (max-width: 767px) {
    .tableWrapper.responsiveTable tbody tr{
        width:100%;
    }
    .tableWrapper.responsiveTable tbody{
        gap:0px;
    }
}
/* responsive table end */

.chartWrapper{
    display:flex;
    flex-wrap:wrap;
    margin:0px -10px;
}
.chartWrapper .chartCol{
    width:50%;
    padding:0px 10px;
    margin-bottom:20px;
}
.chartBox{
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow:hidden;
    background-color: #ffffff;
}
.chartBox .chartHeader{
    padding:14px 20px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
}
.chartBox .chartTitle{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    font-family: 'Poppins';
}
.chartBox .filterTarget{
    display:inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    font-family: 'Poppins';
    padding:8px 36px 8px 14px;
    border-radius:6px;
    background-color:#f5f5f5;
    border:1px solid #e3e3e3;
    position: relative;
    cursor: pointer;
}
.chartBox .filterTarget::before {
    content: "";
    position: absolute;
    top: 46%;
    transform: translateY(-50%) rotate(-45deg);
    right: 14px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #333333;
    border-bottom: 2px solid #333333;
}
.filterWrapper{
    position: relative;
    z-index:3;
}
.filterDropdownWrapper{
    top:100%;
    right:0px;
    padding-top:5px;
    position:absolute;
    display:none;
}
.filterDropdownWrapper.active{
    display:block;
}
.chartBox .filterDropdown{
    padding:10px 10px;
    background-color:#ffffff;
    box-shadow:0px 54px 100px 0px #0000002e;
    border:1px solid #e3e3e3;
    width:220px;
    border-radius:10px;
}
.chartBox .filterDropdown .filterItem{
    margin-bottom:3px;
}
.chartBox .filterDropdown .filterItem .filterLink{
    align-items: center;
    border-radius: 6px;
    color: #333333;
    cursor: pointer;
    display: flex;
    font-family: 'Poppins';
    font-weight:400;
    font-size: 16px;
    padding:8px 12px;
    transition-duration: .3s;
    width: 100%;
}
.chartBox .filterDropdown .filterItem .filterLink:hover{
    background-color:#f5f5f5;
}
.chartBox .chartBody{
    padding:24px;
    min-height:413px;
}

.companyGoals__wrapper .mainTitle{
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    font-family: 'Poppins';
    margin-bottom:20px;
}
.companyGoals__wrapper .progressItem{
    margin-bottom:30px;
}
.companyGoals__wrapper .progressItem:last-child{
    margin-bottom:0px;
}
.companyGoals__wrapper .progressItem .headerWrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:10px;
}
.companyGoals__wrapper .progressItem .headerTitle,
.companyGoals__wrapper .progressItem .headerValue{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    font-family: 'Poppins';
}
.companyGoals__wrapper .progressBar{
    width:100%;
    height:12px;
    position: relative;
}
.companyGoals__wrapper .progressBar .baseBar{
    height:100%;
    width:100%;
    position: relative;
    opacity:0.1;
    border-radius:100px;
    display:block;
}
.companyGoals__wrapper .progressBar .valueBar{
    height:100%;
    width:40%;
    position: absolute;
    top:0px;
    left:0px;
    border-radius:100px;
    display:block;
}

.listingPage{
    padding:30px;
    border-radius:14px;
    background-color:#ffffff;
    position: relative;
    overflow:hidden;
}
.listingHeader,
.addPageHeader{
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom:25px;
}
.listingHeader .leftWrapper .mainHeading,
.addPageHeader .leftWrapper .mainHeading{
    color: #333333;
    font-family: 'Poppins';
    font-size:24px;
    font-weight:700;
    margin-bottom:8px;
}
.listingHeader .leftWrapper .stTExt,
.addPageHeader .leftWrapper .stTExt{
    color: #333333;
    font-family: 'Poppins';
    font-size:16px;
    font-weight:400;
    margin-bottom:0px;
}
.listingHeader .rightBtns,
.addPageHeader .rightBtns{
    display:flex;
    align-items:center;
}
.listingHeader .rightBtns .btnCS,
.addPageHeader .rightBtns .btnCS{
    margin-left:10px;
}
.listingHeader .rightBtns .btnCS:first-child,
.addPageHeader .rightBtns .btnCS:first-child{
    margin-left:0px;
}
.actionWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 275px;
}
/* .listingPage .tableWrapper{
    height:calc(100vh - 240px);
} */
.FilterWrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}
.FilterWrapper .field__wrapper {
    margin-bottom: 0px;
}
.listingPage .tableWrapper{
    height:calc(100vh - 297px);
}
.listingPage .tableWrapper th,
.listingPage .tableWrapper td{
    min-width:200px;
}
.listingPage .tableWrapper th{
    position:sticky;
    top:0px;
    background-color:#ffffff;
    z-index:3;
}
.listingPage .tableWrapper tr td{
    background-color:#ffffff;
}
.listingPage .tableWrapper tr:nth-child(even) td{
    background-color:#f5f5f5;
}
.listingPage .tableWrapper th:last-child{
    right:0;
}
.listingPage .tableWrapper td:last-child{
    position:sticky;
    right:0px;
    border-left:1px solid #e3e3e3;
}
.noSticky th:last-child,.noSticky td:last-child {
    position: unset !important;
}
.listingPage .filterSidebar{
    position:absolute;
    top:0px;
    right:0px;
    width:400px;
    max-width:100%;
    box-shadow:0px 54px 100px 0px #0000002e;
    background-color:#ffffff;
    z-index:6;
    transform:translate(110%);
    transition:0.4s;
}
.listingPage .filterSidebar.active{
    transform:translate(0%);
}
.listingPage .filterSidebar .filterSHeader{
    padding:14px 20px;
    display:flex;
    align-items:center;
    border-bottom:1px solid #e3e3e3;
}
.listingPage .filterSidebar .filterSHeader .title{
    color: #333333;
    font-family: 'Poppins';
    font-size:24px;
    font-weight:500;
    width:100%;
}
.listingPage .filterSidebar .filterSHeader .closeBtn{
    margin-left:10px;
    width:30px;
    height:30px;
    border-radius:50%;
    position: relative;
    flex-shrink:0;
    display:inline-block;
    cursor: pointer;
}
.listingPage .filterSidebar .filterSHeader .closeBtn::before,
.listingPage .filterSidebar .filterSHeader .closeBtn::after{
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    top:50%;
    left:50%;
    width:16px;
    height:2px;
    background-color:#333333;
}
.listingPage .filterSidebar .filterSHeader .closeBtn::before{
    transform: translate(-50%,-50%) rotate(45deg);
}
.listingPage .filterSidebar .filterSHeader .closeBtn::after{
    transform:translate(-50%,-50%) rotate(-45deg);
}
.listingPage .filterSidebar .filterSHeader .closeBtn:hover{
    background-color:#f5f5f5;
}
.listingPage .filterSidebar .filterBody{
    padding:20px 20px;
    height: calc(100vh - 241px);
    overflow-y: auto;
}
.listingPage .filterSidebar .filterFooter{
    padding:14px 20px;
    display:flex;
    align-items:center;
    justify-content: flex-end;
    border-top:1px solid #e3e3e3;
}
.listingPage .filterSidebar .filterFooter .btnCS{
    margin-left:12px;
}


.listingPage .selected-filters{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    padding: .5rem;
    border-radius: .75rem;
    background: transparent;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.listingPage .filters__label{
    font-size: .9rem;
    color: var(--sel-filter-item-key);
    margin-right: .25rem;
}

.listingPage .sel-filter-item{
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: var(--sel-filter-item-bg);
    color: var(--sel-filter-item-text);
    border: 1px solid var(--sel-filter-item-border);
    border-radius: 999px;
    padding: .35rem .45rem .35rem .65rem;
    line-height: 1;
    max-width: 100%;
}

.listingPage .sel-filter-item__text{
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-width: 0;             /* allow truncation */
    font-size: 16px;
    white-space: nowrap;
}

.listingPage .sel-filter-item__key{
    color: var(--sel-filter-item-key);
}

.listingPage .sel-filter-item__val{
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14ch;           /* truncate long values */
}

.listingPage .sel-filter-item__sep{
    opacity: .6;
}

.listingPage .sel-filter-item__remove{
    appearance: none;
    border: 0;
    background: transparent;
    padding: .25rem;
    border-radius: 999px;
    cursor: pointer;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .15s ease, transform .05s ease;
}

.listingPage .sel-filter-item__remove:focus-visible{
    outline: 2px solid var(--sel-filter-item-focus);
    outline-offset: 2px;
}

.listingPage .sel-filter-item__remove:hover{
    background: var(--sel-filter-item-hover);
}

.listingPage .sel-filter-item__remove:active{
    transform: scale(0.95);
}

.listingPage .sel-filter-item__icon{
    display: block;
}

.listingPage .filters__clear{
    margin-left: .25rem;
    appearance: none;
    border: 1px dashed var(--sel-filter-item-border);
    background: transparent;
    color: var(--clear-text);
    padding: .35rem .6rem;
    border-radius: 999px;
    cursor: pointer;
    font-size: .9rem;
    transition: color .15s ease, border-color .15s ease;
}

.listingPage .filters__clear:hover{
    color: var(--clear-hover);
    border-color: currentColor;
}
.listingPage.invoice-listing.no-invoice-list{
    min-height: 80vh;
}

.addPage{
    padding:30px;
    border-radius:14px;
    background-color:#ffffff;
    position: relative;
    overflow:hidden;
}
.addPage .addPageHeader {
    margin-bottom: 0px;
    margin-top: -30px;
    padding: 16px 30px;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: 1px solid #e3e3e3;
}
.addPage .addPageHeader .leftWrapper .mainHeading{
    margin-bottom:0px;
    font-weight:500;
    font-size:22px;
}
.addBill2Main__col{
    display:flex;
    flex-wrap:wrap;
    margin:0px -20px;
}
.addBill2Main__col .left,
.addBill2Main__col .right{
    width:50%;
    padding:0px 20px;
}
.addBill2Main__col .left{
    border-right:1px solid #e3e3e3;
}
.addBill2Main__col.full__width .left,
.addBill2Main__col.full__width .right{
    width: 100%;
    border-right: none;
}
.addPage .field2Wrapper{
    display:flex;
    flex-wrap:wrap;
    margin:0px -8px;
}
.addPage .field2Wrapper .innerFieldCol{
    width:50%;
    padding:0px 8px;
}
.addPage .addBill__body{
    padding:20px 30px;
    margin:0px -30px;
    height:calc(100vh - 242px);
    overflow-y:auto;
    overflow-x:hidden;
}
.addPage .addBill__footer{
    display:flex;
    align-items:center;
    justify-content: flex-end;
    padding:14px 30px;
    border-top:1px solid #e3e3e3;
    margin:0px -30px;
    margin-bottom:-30px;
    background-color:#ffffff;
    position: relative;
    z-index:3;
    gap: 30px
}
.addPage .addBill2Main__col{
    margin-bottom:30px;
}

.repeaterBlock{
    padding:20px;
    border:1px solid #e3e3e3;
    border-radius:12px;
}
.repeaterRow .label__TP{
    margin-bottom:15px;
}
.repeaterRow .repeaterCol .label__TP{
    margin-bottom:8px;
    display:none;
}
.repeaterBlock .repeaterRow{
    display:flex;
    align-items:flex-start;
}
.repeaterBlock .repeaterRow .repeaterCol{
    width:220px;
    margin-right:15px;
}
.repeaterBlock .repeaterRow .repeaterCol:first-child{
    width:calc(100% - 762px);
}
.repeaterBlock .repeaterRow .repeaterCol:nth-last-child(2){
    margin-right:10px;
}
.repeaterBlock .deleteBtn{
    width:46px;
    height:46px;
    margin-bottom:20px;
}
.repeaterBlock .respoDelete{
    width:100%;
    display:none;
}
.repeaterBlock .respoDeleteBtn{
    font-size: 16px;
    color: #d32f2f;
    cursor: pointer;
    display:inline-block;
    font-family: 'Poppins';
}
.repeaterBlock .respoDeleteBtn:hover{
    text-decoration:underline;
}
.repeaterBlock .repeaterRowHeader .deleteBtn{
    height:1px;
}
.repeaterBlock .deleteBtn .i__Icon{
    padding:10px;
    cursor: pointer;
    transition:0.4s;
    width:100%;
    height:100%;
    border-radius:5px;
}
.repeaterBlock .deleteBtn .i__Icon .svg__wrapper{
    position: relative;
    top:-1px;
}
.repeaterBlock .deleteBtn .i__Icon:hover{
    background-color:#f5f5f5;
}
.addRepeaterBtn{
    background-color:transparent;
    border:none;
    font-size: 16px;
    color: #2d97c7;
    font-family: 'Poppins';
    cursor: pointer;
}
.addRepeaterBtn:hover{
    text-decoration:underline;
}
.discountTotal__wrapper{
    display:flex;
    gap:30px;
    margin-top:30px;
}
.discountTotal__wrapper .discount,
.discountTotal__wrapper .total{
    width:50%;
    border:1px solid #e3e3e3;
    padding:20px;
    border-radius:12px;
}
.discountTotal__wrapper .field__wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.discountTotal__wrapper .field__wrapper .label__TP{
    width:calc(100% - 250px);
    padding-right:10px;
    justify-content:space-between;
}
.discountTotal__wrapper .input__TP,
.discountTotal__wrapper .select2-container--default{
    width:250px !important;
}
.discountTotal__wrapper .textareaItem .field__wrapper{
    display:block;
}
.discountTotal__wrapper .textareaItem .field__wrapper .label__TP{
    width:100%;
    padding-right:0px;
}

/* Toggle Switch */
.toggle-switch {
    display: block;
    width: fit-content;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    background: #f5f5f5;
    height: 30px;
    border: #7e8993 solid 1px;
    transition: background .25s ease, border-color .25s ease;
    overflow: hidden;
}

.toggle-switch span {
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    padding: 4px 10px;
    min-width: 40px;
    z-index: 2; /* keep text above slider */
}

.toggle-switch-on {
    color: #fff;
    text-shadow: #007cba 0 1px 0;
}

.toggle-switch-off {
    color: #333;
}

.toggle-switch-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 50%;
    z-index: 1;
    background: #fff;
    border-radius: 3px;
    border: #7e8993 solid 1px;
    transition: all .25s ease;
}

.toggle-switch.-on {
    background: #0d99d5;
    border-color: #007cba;
}

.toggle-switch.-on .toggle-switch-slider {
    left: 50%;
    right: 2px;
    border-color: #007cba;
}

.toggle-switch-input {
    opacity: 0;
    position: absolute;
}

/* Image Field */
.image-upload-field {
    margin-top: 10px;
}

.image-preview-wrapper {
    margin: 8px 0;
}

.image-preview {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px;
}

/* responsive css start */
@media only screen and (max-width: 1440px) {
    .dashboardBox .i__Icon img {
        height: 38px !important;
        width: 38px !important;
    }
    .dashboardBox .value{
        font-size:40px;
    }
    .dashboardBox .title{
        font-size:16px;
        margin-top:18px;
    }
    .dashboardBox{
        padding:16px;
    }
    .dashboardBox .iconWrapper{
        width: 50px;
        height: 50px;
    }

    .repeaterBlock .repeaterRow .repeaterCol:first-child{
        width: 25%;
    }
    .repeaterBlock .repeaterRow .repeaterCol{
        width: 25%;
    }
    .addPage .addBill__body{
        padding:20px 15px;
    }
    .repeaterBlock .deleteBtn{
        flex-shrink:0;
    }
}
@media only screen and (max-width: 1199px) {
    .dashboardBox__col{
        width:50%;
    }
    .chartWrapper .chartCol{
        width:100%;
    }
    .chartBox .chartBody{
        min-height:unset;
    }
    .listingPage{
        padding: 16px;
    }
    /* .listingPage .tableWrapper{
            height:calc(100vh - 240px);
    } */
    .listingPage .tableWrapper{
        height:calc(100vh - 269px);
    }

    .addPage .addPageHeader{
        padding:16px 15px;
    }
    .addPage .addBill__body{
        padding:20px 15px;
    }

    .addPage .field2Wrapper .innerFieldCol{
        width:100%;
    }
    .repeaterRow.repeaterRowHeader{
        display:none;
    }
    .repeaterBlock .repeaterRow{
        flex-wrap:wrap;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 14px;
        margin-bottom: 22px;
    }
    .repeaterBlock .repeaterRow:last-child{
        padding-bottom:0px;
        border-bottom:none;
    }
    .repeaterBlock .deleteBtn{
        display:none;
    }
    .repeaterBlock .respoDelete{
        display:block;
        margin-top:-8px;
    }
    .repeaterBlock .repeaterRow .repeaterCol:first-child{
        width: calc(25% - 8px);
        margin-right:10px;
    }
    .repeaterBlock .repeaterRow .repeaterCol{
        width: calc(25% - 8px);
        margin-right:10px;
    }
    .repeaterBlock .repeaterRow .repeaterCol:nth-child(4){
        margin-right:0px;
    }

    .discountTotal__wrapper{
        gap:10px;
        flex-wrap:wrap;
    }
    .discountTotal__wrapper .discount, .discountTotal__wrapper .total{
        width:100%;
    }

    .addPage .addBill__footer{
        padding:14px 15px;
    }
    .tyrePointLogin__page .leftWrapper .mainHeading{
        font-size: 54px;
    }
}
@media only screen and (max-width: 991px) {
    .top__header .respoSideShowBtn{
        display:flex;
    }
    /*    .main__wrapper:not(.sidebar__collapse):before {
            content: "";
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100vh;
            background-color: rgba(0,0,0,0.5);
            z-index: 99;
        }*/
    /* collapse css start */
    .sidebar__collapse .sidebar{
        transform:translateX(-110%);
        transition:0.4s;
    }
    .main__wrapper:not(.sidebar__collapse) .sidebar{
        transform:translateX(0%);
    }
    .sidebar__collapse .sidebar,
    .main__wrapper:not(.sidebar__collapse) .sidebar{
        display: block;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color: #ffffff;
        padding: 0px 0px;
        height: 100vh;
        box-shadow:0px 54px 100px 0px #0000002E;
        width: 260px;
    }
    .sidebar__collapse .sidebar .inner__Wrapper,
    .main__wrapper:not(.sidebar__collapse) .sidebar .inner__Wrapper{
        background-color:#ffffff;
        border-radius: 10px;
        /* height: calc(100vh - 118px); */
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }
    .sidebar__collapse .sidebar .titleHE,
    .main__wrapper:not(.sidebar__collapse) .sidebar .titleHE{
        display: block;
        padding:0px 20px;
        margin-bottom: 10px;
        font-weight:500;
    }
    .sidebar__collapse .sidebar .s__Menu__Item .s__Menu__Item__Link,
    .sidebar__collapse .sidebar .submenu__item .submenu__link,
    .main__wrapper:not(.sidebar__collapse) .sidebar .s__Menu__Item .s__Menu__Item__Link,
    .main__wrapper:not(.sidebar__collapse) .sidebar .submenu__item .submenu__link{
        padding: 10px 22px;
    }
    .sidebar__collapse .sidebar .s__Menu__Item .s__Menu__Item__Link:before,
    .sidebar__collapse .sidebar .submenu__item .submenu__link:before,
    .main__wrapper:not(.sidebar__collapse) .sidebar .s__Menu__Item .s__Menu__Item__Link:before,
    .main__wrapper:not(.sidebar__collapse) .sidebar .submenu__item .submenu__link:before{
        display: block;
    }
    .sidebar__collapse .sidebar .s__Menu__Item .s__Menu__Item__Link .s__Menu__Icon,
    .sidebar__collapse .sidebar .submenu__item .submenu__link .s__Menu__Icon,
    .main__wrapper:not(.sidebar__collapse) .sidebar .s__Menu__Item .s__Menu__Item__Link .s__Menu__Icon,
    .main__wrapper:not(.sidebar__collapse) .sidebar .submenu__item .submenu__link .s__Menu__Icon{
        background-color: transparent;
        border-radius: 0;
        border-width: 0;
        flex-shrink: 0;
        height: 24px;
        margin-right: 8px;
        padding: 0;
        width: 24px;
        position: relative;
        top:-1px;
    }
    .sidebar__collapse .sidebar .s__Menu__Item .s__Menu__Item__Link .s__Menu__Text,
    .sidebar__collapse .sidebar .submenu__item .submenu__link .s__Menu__Text,
    .main__wrapper:not(.sidebar__collapse) .sidebar .s__Menu__Item .s__Menu__Item__Link .s__Menu__Text,
    .main__wrapper:not(.sidebar__collapse) .sidebar .submenu__item .submenu__link .s__Menu__Text{
        display: block;
        width: 100%;
    }
    .sidebar__collapse .sidebar .sMenu__Wrapper,
    .main__wrapper:not(.sidebar__collapse) .sidebar .sMenu__Wrapper{
        height: calc(100vh - 85px);
    }
    .main__wrapper:not(.sidebar__collapse) .sidebar .sideCollBTN{
        padding:2px 20px 14px 20px;
    }
    .main__wrapper:not(.sidebar__collapse) .sidebar .scBtn img {
        transform: scaleX(1);
    }
    /* collapse css end */

    .contentR__wrapper{
        padding-top:94px;
        padding-right:10px;
        padding-left:10px;
        width:100%;
    }
    .sidebar__collapse .contentR__wrapper{
        width:100%;
    }



    /* .listingPage .tableWrapper{
            height:calc(100vh - 240px);
    } */
    .listingPage .tableWrapper{
        height:calc(100vh - 261px);
    }

    .listingPage .filterSidebar .filterBody{
        height: calc(100vh - 229px);
    }

    .addPage .addBill__body{
        height:calc(100vh - 230px);
    }

    .tyrePointLogin__page .leftWrapper .mainHeading{
        font-size: 40px;
    }
    .tyrePointLogin__page .formBox .mainTitle{
        font-size: 24px;
        padding: 16px 20px;
    }
    .tyrePointLogin__page .rightForm__wrapper .formBox .formBody{
        padding:20px;
    }
    .tyrePointLogin__page .leftWrapper, .tyrePointLogin__page .rightForm__wrapper{
        padding:0px 22px;
    }
}
@media only screen and (max-width:767px) {
    .siteHeader .navbar-nav .menu-item{
        margin-right: 10px;
    }
    .siteHeader .Menu {
        margin-right: 20px;
    }
    .siteHeader .navbar-nav .menu-item > a{
        font-size: 14px;
        font-weight: 600
    }
    th, td{
        padding: 8px 10px;
        font-size: 14px;
    }
    .listingPage .tableWrapper th:last-child,
    .listingPage .tableWrapper td:last-child{
        min-width: 108px;
    }

    .repeaterBlock .repeaterRow .repeaterCol:first-child,
    .repeaterBlock .repeaterRow .repeaterCol{
        width:calc(50% - 10px);
    }

    .tyrePointLogin__page .leftWrapper, .tyrePointLogin__page .rightForm__wrapper{
        width:100%;
        height:auto;
    }
    .tyrePointLogin__page .rightForm__wrapper{
        margin-top:15px;
        padding-bottom: 30px;
    }
    .tyrePointLogin__page .leftWrapper .innerWrapper{
        min-height:unset;
        padding: 28px 0px;
    }
    .tyrePointLogin__page .rightForm__wrapper .innerWrapper{
        min-height:unset;
    }
    .tyrePointLogin__page .leftWrapper .mainHeading{
        text-align:center;
        font-size: 34px;
        margin-bottom: 0px;
    }
    .tyrePointLogin__page{
        flex-wrap:wrap;
    }
    .tyrePointLogin__page .leftWrapper .logoWrapper{
        text-align:center;
        margin-bottom: 20px;
    }

    .pagination span, .pagination a{
        min-height: 34px;
        min-width: 34px;
    }
    .pagination a.next, .pagination a.prev{
        width: 34px;
        min-height: 35px;
    }
    .pagination a.next::before{
        width: 8px;
        height: 8px;
        top: 12px;
        right: 14px;
    }
}
@media only screen and (max-width:575px) {
    .siteHeader .Menu{
        position:absolute;
        top:calc(100% - 2px);
        left:0px;
        width:100vw;
        height:calc(100vh - 106px);
        background-color:#ffffff;
        z-index:5;
        border-top:1px solid var(--textSecondary);
        display:none;
    }
    .siteHeader .navbar-nav{
        display:block;
        height: calc(100vh - 110px);
        overflow-y: auto;
    }
    .siteHeader .navbar-nav .menu-item{
        margin-right:0px;
        border-bottom:1px solid #ebebeb;
    }
    .siteHeader .navbar-nav .menu-item > a{
        display:block;
        width:100%;
        padding:16px 15px;
        font-size:18px;
    }
    .siteHeader .navbar-nav .menu-item > a:before{
        display:none;
    }
    .siteHeader .navbar-nav .menu-item > a:hover{
        background-color:var(--brandYellow);
        color:var(--brandBlueDark);
    }
    .siteHeader .toggleBtn{
        display:flex;
    }
    .siteHeader .navbar-nav .menu-item{
        margin-right: 10px;
    }
    .siteHeader .Menu {
        margin-right: 20px;
    }

    .chartBox .filterDropdown{
        padding:8px 8px;
    }
    .chartBox .filterDropdown .filterItem .filterLink{
        font-size: 14px;
        padding: 6px 8px;
    }

    .btnCS{
        height: 31px;
        padding:4px 12px;
    }

    .top__header .innerWrapper{
        padding-left: 10px;
        padding-right: 10px;
    }
    .top__header .headerLogo{
        height:42px;
    }
    .top__header .logoutBtn{
        width: 34px;
        margin-left:10px;
        padding:8px;
    }
    .top__header .userBox .name{
        max-width: calc(100vw - 273px);
        white-space: pre;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .top__header .logoutBtn img{
        display:block;
        width:100%;
        height:100%;
        object-fit:contain;
        object-position:center;
    }
    .top__header .logoutBtn .btnText{
        display:none;
    }

    /*    .dashboardBox__col{
            width:100%;
        }*/
    .dashboardBox .i__Icon img {
        height: 38px !important;
        width: 38px !important;
    }
    .dashboardTable__wrapper{
        padding:15px;
    }
    .dashboardTable__wrapper .title{
        font-size: 20px;
        margin-bottom: 16px;
    }
    .chartBox .chartHeader{
        padding:12px 14px;
    }
    .chartBox .chartBody{
        padding:10px 10px;
    }
    .chartBox .chartTitle{
        font-size:18px;
    }
    .chartBox .filterTarget{
        white-space:pre;
        font-size:13px;
        padding:6px 26px 6px 9px;
    }
    .chartBox .filterTarget::before{
        width: 8px;
        height: 8px;
        border-left: 1px solid #333333;
        border-bottom: 1px solid #333333;
        right: 10px;
    }
    .companyGoals__wrapper .mainTitle{
        font-size: 20px;
        margin-bottom: 16px;
    }
    .companyGoals__wrapper .progressBar{
        height:8px;
    }
    .companyGoals__wrapper .progressItem{
        margin-bottom:18px;
    }
    .chartWrapper .chartCol:last-child .chartBody{
        padding:15px 15px;
    }

    .listingHeader .leftWrapper .mainHeading, .addPageHeader .leftWrapper .mainHeading{
        font-size: 20px;
        margin-bottom: 2px;
    }

    .addBill2Main__col .left, .addBill2Main__col .right{
        width:100%;
    }
    .addPage .addBill2Main__col{
        margin-bottom:10px;
    }
    .repeaterBlock{
        padding:15px;
    }
    .repeaterBlock .repeaterRow .repeaterCol:first-child, .repeaterBlock .repeaterRow .repeaterCol{
        margin-right:0px;
        width:100%;
    }

    .discountTotal__wrapper .field__wrapper{
        flex-wrap:wrap;
    }
    .discountTotal__wrapper .field__wrapper .label__TP{
        width:100%;
        padding-right:0px;
    }
    .discountTotal__wrapper .input__TP, .discountTotal__wrapper .select2-container--default{
        width:100% !important;
    }
    .discountTotal__wrapper .discount, .discountTotal__wrapper .total{
        padding:15px 15px;
    }

    .addPage .addBill__body{
        height:calc(100vh - 222px);
    }

    .listingPage .selected-filters{
        gap: .4rem;
    }
    .listingPage .sel-filter-item__val{
        max-width: 10ch;
    }
}
/* responsive css end */