/* crm deshboard */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background: #2196f3;
    border-radius: 10px;
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    font-size: 1.5rem !important;
    height: 100%;
}
p{
    margin: 0 !important;
}
a{
    text-decoration: none !important;
    color: unset !important;
}
.iconProperty{
    font-size: 3rem;
    padding: 5px;
}
.active{
    color: #ffd700 !important;
}
.loginForm{
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    align-items: center;
    color: white;
    font-size: 1em;
    transform: translate(-50%, -50%);
    flex-direction: column;
}
.loginForm input{
    /* width: 350px; */
}
.loginForm button{
    width: 350px;
    border-radius: 30px;
    background-color: #607d8b;
    border-color: #607d8b;
}
.loginFormForMobile{
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
.loginFormForMobile .loginImgDiv{
    text-align: center;
}
.loginFormForMobile .loginImgDiv img{
    width: 80%;
}
.loginFormForMobile input{
    font-size: unset;
}
.loginFormForMobile  button{
    width: 100%;
    border-radius: 30px;
    background-color: #607d8b;
    border-color: #607d8b;
}
.passwordContainer{
    position: relative;
}
.showPassword{
    position: absolute;
    right: 10px;
    top: 24px;
    cursor: pointer;
    font-size: 20px;
    color: black;
}

.sidebar {
    width: 300px;
    height: 100vh;
    background-color: #000000;
    color: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

.logo-container {
    padding: 20px;
    text-align: center;
    background-color: #000;
}

.logo {
    width: 100px;
    height: 100px;
    /* background-color: #ffd700; */
    margin: 0 auto 10px;
    /* clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-text {
    color: #ffd700;
    margin-bottom: 5px;
}

.user-name {
    font-weight: bold;
    color: white;
}

.nav-links {
    padding: 20px 0;
    overflow-y: auto;
    padding: 10px 0;
}

.nav-link {
    display: flex !important;
    align-items: center !important;
    padding: 15px 25px !important;
    color: white !important;
    text-decoration: none !important;
    transition: background-color 0.3s !important;
}

.nav-link:hover {
    background-color: #333;
    cursor: pointer;
}

.nav-link.active {
    background-color: #333;
    border-left: 4px solid #ffd700;
}

.nav-link i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.dropdown-menu{
    background-color: unset !important;
    align-items: center !important;
    padding: 2px 0px !important;
    color: white !important;
    text-decoration: none !important;
    transition: background-color 0.3s !important;
    margin-left: 34px !important;
    position: relative !important;
    transform: unset !important;
    inset: auto !important;
}
.dropdown-menu a{
    font-size: 14px;
}
.dropdown-menu a:hover{
    background-color: #333 !important;
    cursor: pointer;
}
.dropdown-item:hover{
    background-color: unset !important;
}
.dropdown-item.active{
    background-color: black !important;
}
.dropdown-item{
    background-color: black !important;
}

.main-content {
    width: calc(100% - 300px);
    min-height: 100vh;
    /* background-color: #f4f4f4; */
    position: absolute;
    top: 0;
    right: 0;
}

#loaderDiv{
    display: none;
    position: fixed;
    z-index: 99999999;
    background-color: #00000052;
    width: 100%;
    height: 100%;
}
.loader{
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loaderGif{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loaderGif img{
    width: 80%;
}

.flatpickr-calendar{
    top: 50px !important;
    right: 20px !important;
    left: unset !important;
}
.dashBoard-head{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: sticky;
    width: -webkit-fill-available;
    width: -moz-available;
    top: 0;
    padding: 8px;
    background: white;
}
.dashBoard-head span{
    display: flex;
    align-items: center;
}
.dashBoard-head p{
    font-size: 2rem;
}
.dashboardTime{
    margin: 0px 1rem 1rem 1rem !important;
}
.dashboardTime p{
    font-weight: bold;
}
.dashboardTime span{
    font-weight: normal;
}
.accountStatus{
    background-color: lightgray;
    line-height: 20px;
    border-radius: 20px;
    padding: 10px;
}
.accountStatus span{
    font-weight: bold;
}
.dashboard-info{
    flex-wrap: nowrap;
}
.user-data{
    background-color: lightgray;
    border-radius: 10px;
    width: 50%;
    height: 400px;
}
.convension-time{
    background-color: lightgray;
    border-radius: 10px;
    width: 50%;
    height: 400px;
    padding: 20px;
}
.cancelAccountDiv{
    width: 70%;
}
.cancelAccountDiv label{
    margin: 0;
}
.cancelAccountGraph {
    background-color: lightgray;
    border-radius: 10px;
    width: 100%; /* use full width on smaller screens */
    max-width: 1000px; /* optional: max width limit */
    height: auto;
    aspect-ratio: 2 / 1; /* maintains a 2:1 width-to-height ratio */
    padding: 20px;
}
#searchCancelList{
    background-color: #ffc107;
    color: black;
    border: 0px;
    font-size: 12px;
}
.cancelAccountSection{
    text-align:center;
    font-size: 18px;
    font-weight: bold;
}
#searchCancelList:hover{
    background-color: #f5bc13;
    color: black;
}

#cancelAccountChart {
    width: 100% !important;
    height: 100% !important;
}

.dashboard-same-style{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.registration{
    background-color: #f54f44;
    font-size: 16px;
}
.subscripton{
    background-color: #7cc6a6;
    font-size: 16px;
}
.report{
    background-color: #84c4e3;
    font-size: 16px;
}
.gross{
    background-color: #1c6b8e;
    font-size: 20px;
}
.registration span{
    margin: 0px 5px;
}
.subscripton span{
    margin: 0px 5px;
}
.report span{
    margin: 0px 5px;
}
.gross span{
    margin: 0px 5px;
}
.cancellation{
    border-radius: 10px;
    background-color: #1c6b8e;
}

.bacsUpcomingPayments{
    max-height: 100px;
    border-radius: 12px;
    padding: 18px;
}
.bacsUpcomingPaymentsDiv{
    height: 100%;
    overflow-y: scroll;
}
.bacContainerDiv{
    display: flex;
    justify-content: space-between;
}
.downloadBacsPayment{
    cursor: pointer !important;
    font-size: 12px !important;
    padding: 0px !important;
    background: none !important;
    border: 0px !important;
    height: 24px !important;
    color: white !important;
    font-family: unset !important;
}
.downloadBacsPayment:hover{
    color: #8eccff;
}

#popUpSubscriptiomDiv,#popUpRegisterDiv,#popUpCancellationDiv{
    display: none;
    position: fixed;
    top: 0;
    background: #00000030;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.popUpSubscriptiom,.popUpRegister,.popUpCancellation{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
}
.popUpSubscriptiom button,
.popUpRegister button,
.popUpCancellation button {
    border-radius: 8px;
    margin-top: 10px;
    background-color: #ffc107;
    border: 0;
    color: black;
}
#loaderRegister, #showPopUpRegister,
#loaderSubscription, #showPopUpSubscription,
#loaderCancellation, #showPopUpCancellation{
    width: 90%;
}
.androidSubscriptionTable{
    display: block;
}
.androidSubscription-head{
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    padding: 9px;
    background: white;
    width: -webkit-fill-available;
    width: -moz-available;
}
.active-user .selected{
    background-color: #f1c60a;
}
.active-user{
    background-color: #dedede;
    padding: 10px;
    text-align: center;
}
.androidSubscriptionForMobile{
    display: none;
    margin-top: 40px;
}

#androidSubscriptionActive{
    display: none;
}
#androidSubscriptionExpire{
    display: none;
}
#androidSubscriptionForMobile{
    display: none;
}
#androidSubscriptionExpireForMobile{
    display: none;
}
.table-wrapper{
    margin-top: 40px;
}
.androidSubs-table-head{
    position: sticky;
    top: 82px;
}
.androidSubs-table-head td:nth-child(even){
    background-color: #000000;
    text-align: center;
    width: auto;
    color: white;
    padding: 10px;
}
.androidSubs-table-head td:nth-child(odd){
    background-color: #373737;
    text-align: center;
    width: auto;
    color: white;
    padding: 10px;
}
.androidSubs-table-body tr{
    border-bottom: 1px solid #000000;
}
.androidSubs-table-body td:nth-child(even){
    background-color: #f5f5f5;
    text-align: center;
    width: auto;
    padding: 10px;
}
.androidSubs-table-body td:nth-child(odd){
    background-color: #e0e0e0;
    text-align: center;
    width: auto;
    padding: 10px;
}
.androidSubsListForMobile{
    border-bottom: 1px solid lightgray;
}
.androidSubsListForMobile p{
    font-weight: bold;
}
.androidSubsListForMobile span{
    font-weight: normal;
}




.registration-head, .subscription-head, .cancellation-head,.bacs-head{
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    padding-left: 10px;
    background: white;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-bottom: 2px;
}
.registration-list-table, .subscription-list-table,.cancellation-list-table,.bacs-list-table{
    display: table;
    margin-top: 40px;
}
.registration-list-div,.subscription-list-div,.cancellation-list-div,.bacs-list-div{
    display: none;
    margin-top: 50px !important;
}
.registration-head p,.subscription-head p,.cancellation-head p,.bacs-head p{
    font-size: 25px;
}
.registration-table-head, .subscription-table-head,.cancellation-table-head,.bacs-table-head{
    position: sticky;
    top: 40px;
}
.registration-table-head td, .subscription-table-head td, .cancellation-table-head td, .bacs-table-head td{
    color: white !important;
}
.registration-table-head tr td:nth-child(even),.subscription-table-head tr td:nth-child(even),.cancellation-table-head tr td:nth-child(even),.bacs-table-head tr td:nth-child(even){
    background-color: #000000;
    text-align: center;
    padding: 10px;
}
.registration-table-head tr td:nth-child(odd),.subscription-table-head tr td:nth-child(odd),.cancellation-table-head tr td:nth-child(odd),.bacs-table-head tr td:nth-child(odd){
    background-color: #373737;
    text-align: center;
    padding: 10px;
}
.registration-body tr td:nth-child(even),.subscription-body tr td:nth-child(even),.cancellation-body tr td:nth-child(even),.bacs-body tr td:nth-child(even){
    background-color: #f5f5f5;
    text-align: center;
    padding: 10px;
}
.registration-body tr td:nth-child(odd),.subscription-body tr td:nth-child(odd),.cancellation-body tr td:nth-child(odd),.bacs-body tr td:nth-child(odd){
    background-color: #e0e0e0;
    text-align: center;
    padding: 10px;
}
.registration-body tr,.subscription-body tr,.cancellation-body tr,.bacs-body tr{
    border-bottom: 1px solid #a1a1a1;
}
.registration-list-div-body, .subscription-list-div-body,.cancellation-list-div-body,.bacs-list-div-body{
    border-bottom: 1px solid lightgray;
    padding-left: 10px;
}
.registration-list-div-body p, .subscription-list-div-body p, .cancellation-list-div-body p, .bacs-list-div-body p{
    font-weight: bold;
}
.registration-list-div-body span, .subscription-list-div-body span, .cancellation-list-div-body span, .bacs-list-div-body span{
    font-weight: normal;
}


.table-head-color{
    color: white;
}
.table-head-color td{
    text-align: center;
}
.td{
    text-align: center;
}
.table-head-color tr td:nth-child(odd){
    background-color: #000;
}
.table-head-color tr td:nth-child(even){
    background-color: #373737;
}
.table-body-color tr{
    border-bottom: 1px solid black;
}
.table-body-color tr td:nth-child(odd){
    background-color: #f5f5f5;
    text-align:center;
}
.table-body-color tr td:nth-child(even){
    background-color: #e0e0e0;
    text-align:center;
}
.table-head-color{
    position: sticky;
    /* top: 54px; */
    top: 0px;
}
.customerListStyle:hover{
    cursor: pointer;
    background-color: lightgray !important;
}
.standardUserListStyle:hover{
    cursor: pointer;
    background-color: lightgray !important;
}
.standardUserListStyle{
    border-bottom: 1px solid lightgray;
}


/* customer list  */
.customer-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1001;  /* Higher than table header */
    width: 100%;
}
.customer-list-head{
    display: flex;
    justify-content: space-between;
    padding: 8px;
    background: white;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.customer-table-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    max-height: calc(100vh - 54px);
}
.setTopHeader{
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 8px;
    background: white;
}
.setbottomFooter{
    display: flex;
    justify-content: space-between;
    position: sticky;
    bottom: 0;
    background: white;
}
.setTopHeader p, .setbottomFooter p{
    font-size: 2.5rem;
}
.customer-list-head p{
    font-size: 2.5rem;
}
.customer-action {
    display: flex;
    align-items: center;
}
.customer-action .country{
    font-size: 26px;
    padding-left: 20px;
}
.search-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
}
.countryList{
    padding: 12px;
}
.selected{
    background-color: #ffc107;
}
.countryList:hover{
    background-color: lightgrey;
}

.customer-table{
    display: table;
    /* margin-top: 50px; */
}
.customerForMobile{
    display: none;
    padding-left: 0;
    /* margin-top: 50px; */
}
.customerForMobileButton{
    display: none;
    padding-left: 0;
}
.customerForMobileDiv{
    border-bottom: 1px solid lightgray;
    list-style: none;
    cursor: pointer;
    margin-bottom:0px;
    padding:4px 10px;
}
.customerForMobileDiv p{
    font-weight: bold;
}
.customerForMobileDiv span{
    font-weight: normal;
}
.customerForMobileDiv:hover{
    background-color: #d8d8d8;
}
#filterCustomer{
    cursor: pointer;
}
.FilterDiv{
    display: none;
    background: #00000094;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}
#FilterOption{
    display: none;
    flex-direction: column;
    width: 40%;
    position:fixed;
    bottom: 0px;
    background: white;
    left: 40%;
}
.filterOpetionDiv{
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid gray;
}
.customerDetailsDiv{
    background-color: white;
    margin: 10px;
    border-radius: 10px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 6px 10px 12px -7px #8f8f8f;
    margin-bottom: 16px;
    border: 10px solid white;
}
.customerDetailTable td{
    text-align: start !important;
}
/* .customerDetailTable div:nth-child(1) {
    color: white;
    font-weight: 700;
    margin: 0px 10px;
    position: sticky;
    top: 0px;
} */
.customerHeadingDiv{
    background-color: black;
    padding-left:20px;
    padding-right:20px;
    color: white;
    font-weight: 700;
    position: sticky;
    top: 0px;
}
.customerLabelDiv{
    font-weight: bold;
}
.customerData{
    padding: 3rem;
    display: flex;
    flex-direction:row;
    border: 0px;
    flex-wrap: wrap;
}
.customerData div{
    padding: 14px 0px;
}

.customerDetailTable div{
    border-bottom: 1px solid lightgray;
}
.customerDetailTable div td{
    padding-left: 20px;
}
.customerDetailsActionDiv{
    display: flex;
    justify-content: space-around;
    position: sticky;
    width: -webkit-fill-available;
    width: -moz-available;
    bottom: 50px;
}
.customerDetailsActionDiv div{
    width: 20vw;
    font-size: 15px;
    border-radius: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customerActionDiv{
    display: flex;
    justify-content: space-around;
    position: sticky;
    top: calc(100% - 40px);
    /* position: absolute; */
    bottom: 0;
    background: #000000;
    color: white;
    width: -webkit-fill-available;
    width: -moz-available;
}
#deleteCustomer{
    cursor: pointer;
}
#enableBacDiv{
    display: none;
    position: fixed;
    top: 0;
    background-color: #00000082;
    width: 100%;
    z-index: 99999;
    height: 100%;
}
.enableBac{
    background: white;
    height: max-content;
    border-radius: 10px;
    width: 350px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.enableBacTitle{
    background-color: #000;
    color: white;
    text-align: center;
    padding: 20px;
}
.enableBacInput{
    padding-top: 20px;
    text-align: center;
}
.enableBacInput input{
    width: 80%;
}
.enableBacButton{
    display: flex;
    justify-content:space-between;
    padding: 14px;
}
.enableBacButton button{
    border-radius: 8px;
    border: 0px;
    font-weight: normal;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cancelEnableBac{
    background-color: #000;
    color: white;
    font-size: 1.5rem;
}
#acceptEnableBac{
    background-color: #ffc107;
    color: black;
    font-size: 1.5rem;
}
.acceptEnableBac:hover{
    background-color: #f1b500;
}
/* standard user details */
.standardUserDetailsHeader tr{
    background-color: #000000;
}
.customerStandardUserDetailDiv{
    background-color: white;
    margin: 10px;
    border-radius: 10px;
    height: 80vh;
    overflow-y: auto;
    padding: 10px;
    box-shadow: 6px 10px 12px -7px #8f8f8f;
    margin-bottom: 16px;
}
.standardUserDetailsHeader tr td{
    text-align: start;
    color: white;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
}
.standardUserDetailTableBody tr{
    border-bottom: 1px solid lightgray;
}
.standardUserDetailTableBody tr td{
    padding: 10px;
}
#standardUserLogin{
    font-size: 1.5rem !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#standardUserPassword{
    font-size: 1.5rem !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* standard user details */

/* standard user */
.standardUserTable,.invoiceTable{
    display: table;
}
.strandardUserForMobile,.invoiceForMobile{
    display: none !important;
}
.strandardUserForMobileRole,.invoiceForMobileRole{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 20px;
    flex-direction: column;
}
.standardUserTable td, .invoiceTable td{
    text-align: center;
}
.standardUserTableHeader tr, .invoiceTableHeader tr{
    background-color: #000;
    color: white;
}
.standardUserTableHeader td:nth-child(even){
    background-color: #000;
}
.standardUserTableHeader td:nth-child(odd){
    background-color: #373737;
}
.standardUserTableBody td:nth-child(even){
    background-color: #f5f5f5;
    border-bottom: 1px solid black;
}
.standardUserTableBody td:nth-child(odd){
    background-color: #e0e0e0;
    border-bottom: 1px solid black;
}
/* standard user */

/* invoice */
.invoiceDiv{
    display: flex;
    border-bottom: 1px solid lightgray;
    padding-top: 10px;
    justify-content: space-between;
}
.invoiceHeaderTable{
    position: sticky;
    top: 0;
}
.invoiceTableHeader{
    position: sticky;
    top: 50px;
}
.invoiceTableHeader td:nth-child(even){
    background-color: #373737;
}
.invoiceTableHeader td:nth-child(odd){
    background-color: #000;
}
.invoiceTableBody td:nth-child(even){
    background-color: #e0e0e0;
    border-bottom: 1px solid black;;
}
.invoiceTableBody td:nth-child(odd){
    background-color: #f5f5f5;
    border-bottom: 1px solid black;;
}
#downloadInvoice,#downloadInvoiceForMobile{
    cursor: pointer;
}
/* invoice */

/* standard user & invoice */
.standardUserHeader tr, .invoiceHeader tr{
    background-color: #fec007;
}

.standardUserHeader tr td, .invoiceHeader tr td{
    text-align: start;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
}
/* standard user & invoice */

/* customer - details */
.nextPayDetailsDiv{
    border: 0px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    display: flex;
    align-items: center;
}
.nextPayDetailsDiv div{
    cursor: pointer;
}
.nextPayDetailsDiv div i{
    font-size: 18px;
}
/* customer - details */






/* finance */
.financeHeader {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1001;  /* Higher than table header */
    width: 100%;
}
.finance-list-head {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    background: white;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.finance-list-head p {
    font-size: 2.5rem;
    margin: 0;
}
.finance-action {
    display: flex;
    align-items: center;
}
.finance-action .country{
    font-size: 26px;
    padding-left: 20px;
}
.table-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: calc(100vh - 105px); /* Adjust based on your header height */
    position: relative;
}
.Finance-table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
}
.Finance-table thead {
    position: sticky;
    top: 0;
    background: white; /* Or your preferred background color */
    z-index: 1000;
}
.financeFilterDiv{
    display: none;
    background: #00000094;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}
#financeFilterOption{
    display: none;
    flex-direction: column;
    width: 40%;
    top: calc(100% - 26%);
    position:fixed;
    bottom: 0px;
    background: white;
    left: 40%;
}
.financeFilterOpetionDiv{
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid gray;
    cursor: pointer;
}
.financeFooter{
    position: sticky;
    top: calc(100% - 50px);
    bottom: 0;
    background-color: black;
    z-index: 1001;
    width: 100%;
    color: white;
    height: 50px;
}
.financeFooterContentDic {
    display: flex;
    justify-content: space-around;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.totalRevenue{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.financeForMobile{
    display: none;
}
.financeDiv {
    border-bottom: 1px solid lightgray;
    padding-left: 10px;
}
#exportFinanceList,#filterFinance{
    cursor: pointer;
}

/* finance */
/* hostorical */
.historical-list-head{
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 8px;
    background: white;
}
.historical-list-head p{
    font-size: 2.5rem;
}
.historical-Current-year{
    background-color: #e7e5ea;
    margin: 6px;
    border-radius: 6px;
}
.historical-Current-year-head{
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid lightgray;
}
.historical-Current-year-body{
    padding: 6px 16px;
}
.historical-Current-year-body span{
    font-weight: bold;
}
.historical-state{
    background-color: #e3e1e6;
    padding: 10px;
    display: flex;
    justify-content:space-around;
    border-radius: 10px;
}
.historyStyle{
    width: 45% !important;
    height: 100px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
}
.pay_as_go{
    background-color: #f54f44;

}
.pro{
    background-color: #7cc6a6;
    margin-top: 0px;
}
.business{
    background-color: #84c4e3;
}
.enterprise{
    background-color: #1c6b8e;
}
.hr {
    margin: 1rem 0;
    color: inherit;
    border: 1px solid white;
    opacity: 0.5;
    width: 60%;
}
/* hostorical */
/* bacs */
.actionCol{
    cursor: pointer;
}
#confirmBacsModel{
    display: none;
    position: absolute;
    top: 0;
    background: #00000030;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.bacsModel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    height: 160px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
}
.confirmBacsModel-head{
    background-color: black;
    color: white;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirmBacsModel-body{
    margin-top: 10px;
    width: 100%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirmBacsModel-footer{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 10px;
}
.confirmBacsModel-footer button{
    border-radius: 8px;
    border: 0px;
    font-weight: normal;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirmBacsModel-footer button:nth-child(1){
    background-color: #ffc107;
    color: black;
}
.confirmBacsModel-footer button:nth-child(1):hover{
    background-color: #f1b500;
}
.confirmBacsModel-footer button:nth-child(2){
    background-color: #000;
    color: white;
}
.closeConfimBacs{
    cursor: pointer;
    padding: 0px 6px;
    border-radius: 6px;
    position: absolute;
    top: 14px;
    right: 6px;
}
.closeConfimBacs:hover{
    background-color: lightgray;
    color: black;
}
/* .confirmBacsModelBtn{
    padding: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100px !important;
    font-size: 14px !important;
    height: 30px !important;
} */
/* bacs */
/* article */
.toggle-switch,.toggle-switch-tutorial {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.toggle-switch input, .toggle-switch-tutorial input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4bad4f;
}

input:checked + .slider:before {
    transform: translateX(26px);
}
.Article-list-head{
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 8px;
    background: white;
    width: -webkit-fill-available;
    width: -moz-available;
    flex-wrap: wrap;
    z-index: 999;
}
.Article-list-head p{
    font-size: 2.5rem;
}
.article-action{
    display: flex;
    align-items: center;
}
.article-action .country{
    font-size: 26px;
    padding-left: 20px;
}
.article-table{
    display: table;
    margin-bottom: 50px !important;
}
.article-table-for-mobile{
    display: none;
}
.tutorial-table-for-mobile{
    display: none;
}
.category-table-for-mobile{
    display: none;
}
.articleMobileStyle{
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding: 2px;
}
.articleMobileStyle span{
    font-weight: bold;
}
.article-table-head tr td{
    color: white;
    padding: 14px;
}
.article-table-head td{
    text-align: center;
}
.article-table-head{
    position: sticky;
    top: 55px;
    z-index: 999;
}
.article-table-body{
    z-index: 999;
}
.article-table-body tr{
    border-bottom: 1px solid lightgrey;
}
.article-table-body tr td{
    padding: 14px;
}
.article-table-head tr td:nth-child(odd){
    background-color: #000;
}
.article-table-head tr td:nth-child(even){
    background-color: #373737;
}
.article-table-body tr td:nth-child(odd){
    background-color: #f5f5f5;
    text-align:center;
}
.article-table-body tr td:nth-child(even){
    background-color: #e0e0e0;
    text-align:center;
}
.article-action-button{
    padding: 14px 20px !important;
}
.article-div{
    background-color: lightgrey;
    padding: 15px;
    height: 100vh;
}
.article-view{
    border: 5px solid white;
    background-color: white;
    height: 95vh;
    position: relative;
}
.article-view-head{
    background-color: #000;
    color: white;
    padding: 10px;
}
#articleDescription{
    height: 150px;
}
.article-edit-button{
    position: absolute;
    bottom: 0;
    width:-webkit-fill-available;
}
.article-button{
    display: flex;
    justify-content: space-between;
}
.article-button button{
    width: 200px;
}
.article-button button{
    border-radius: 8px;
    border: 0px;
}
.article-button button:nth-child(1){
    background-color: #000;
    color: white;
}
.article-button button:nth-child(2){
    background-color: #ffc107;
    color: black;
}
.article-button button:nth-child(2):hover{
    background-color: #f1b500;
}
.delete-category-action,.edit-category-action, #addCategoryAction{
    cursor: pointer;
}
.addCategoryDiv{
    display: none;
    position: absolute;
    top: 0;
    background: #00000030;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.addCategory{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 160px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
}
.addCategoryHeader{
    background-color: black;
    color: white;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addCategoryBody{
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addCategoryBody input{
    width: 90%;
}
.addCategoryFooter{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 10px;
}
.addCategoryFooter button{
    border-radius: 8px;
    border: 0px;
    font-weight: normal;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addCategoryFooter button:nth-child(1){
    background-color: #000;
    color: white;
}
.addCategoryFooter button:nth-child(2){
    background-color: #ffc107;
    color: black;
}
.articleFilterDiv{
    display: none;
    position: fixed;
    top: 0;
    background: #00000030;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.articleFilterAction{
    position: fixed;
    bottom: 0%;
    left: 45%;
    width: 30%;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
}
.categoryList{
    border-bottom: 1px solid lightgray;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    padding: 6px;
}
.categoryList:hover{
    background-color: #f0f0f0;
}
.articleAndTutorial{
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    width: -moz-available;
    background-color: black;
    color: white;
}
.articleTutorial{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.articleTutorialDiv{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 6px;
    cursor: pointer;
}
.tutorial-action-button{
    padding: 14px 20px !important;
}
#articleActive{
    display: none;
}
#TutorialActive{
    display: none;
}
#tutorialDescription{
    height: 150px;
}
.sectionSelected{
    color: #ffc107;
}
.adThumbnailToTutorial{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#chooseThumbnail{
    border-radius: 20px;
    border: 0px;
    background-color: #eeeeee;
    color: #000;
    font-weight: normal;
}
/* article */
/* email */
.email-div{
    background-color: lightgrey;
    padding: 15px;
    height: 100vh;
}
.email-view{
    border: 5px solid white;
    background-color: white;
    height: 95vh;
    position: relative;
    overflow: hidden;
}
.email-view-head{
    background-color: #000;
    color: white;
    padding: 10px;
}
.email-view-head-index{
    background-color: #fec007;
    color: #000;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

#confirmEmailDelete, #viewEmailTemplate{
    display: none;
    position: absolute;
    top: 0;
    background: #00000030;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.emailTemplateDeleteModel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    height: 110px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
}
.emailTemplateViewModel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 75%;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
}
.emailViewData{
    height: 100%;
    overflow-y: scroll;
}
.emailViewData table{
    margin-top: 50px;
}
.emailTemplateDesc{
    display: flex;
    flex-direction: column;
}
.emailTemplateDesc iframe{
    height: 250px;
}
.emailViewData table td{
    padding: 8px 24px;
}
.emailViewData table tr{
    border-bottom: 1px solid lightgray;
}
.emailTemplateHead{
    background-color: #000000;
    color: rgb(255, 255, 255);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
}
#closeEmailTemplateViewer{
    position: absolute;
    top: 8px;
    right: 18px;
    font-size: 18px;
    cursor: pointer;
}
.confirmEmailDelete-head{
    background-color: #000000;
    color: rgb(255, 255, 255);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirmEmailDelete-footer{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 10px;
}
.confirmEmailDelete-footer button{
    border-radius: 8px;
    border: 0px;
    font-weight: normal;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirmEmailDelete-footer button:nth-child(1){
    background-color: #ffc107;
    color: black;
}
.confirmEmailDelete-footer button:nth-child(1):hover{
    background-color: #f1b500;
}
.confirmEmailDelete-footer button:nth-child(2){
    background-color: #000;
    color: white;
}
.email-template-list{
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: calc(100vh - 105px); /* Adjust based on your header height */
    position: relative;
}
.email-table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
}
.email-table thead {
    position: sticky;
    top: 0;
    background: white; /* Or your preferred background color */
    z-index: 1000;
}
.email-template-edit, .email-template-delete, .email-template-view{
    padding: 10px;
}
.email-template-edit:hover, .email-template-delete:hover, .email-template-view:hover{
    background-color: lightgray;
}
.email-template-add{
    padding: 6px;
    border-radius: 10px;
}
.email-template-add:hover{
    background-color: #f7b900
}
#emailDescription{
    height: 150px;
}
.email-edit-button{
    position: absolute;
    bottom: 0;
    width:-webkit-fill-available;
}
.email-button{
    display: flex;
    justify-content: space-between;
    float: right;
    width: 100%;
}
.email-button button{
    width: 200px;
}
.email-button button{
    border-radius: 8px;
    border: 0px;
}
.email-button button:nth-child(1){
    background-color: #000000;
    color: rgb(255, 255, 255);
}
.email-button button:nth-child(1):hover{
    background-color: #2e2e2e;
}
.email-button button:nth-child(2){
    background-color: #ffc107;
    color: black;
}
.email-button button:nth-child(2):hover{
    background-color: #f1b500;
}
.emailFilterOptionStyle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.emailFilterOptionStyle div{
    cursor: pointer;
    background-color: #f9f9f9;
    padding: 1px 4px;
    border-radius: 4px;
}
.emailFilterOptionStyle div:hover{
    background-color: #e7e7e7;
}
.emailTemplateField{
    position: sticky;
    top: 0;
    left: 0;
    height: 100%;
    overflow: scroll;
    padding-bottom: 150px;
}
.emailTemplateField label{
    margin-bottom: 8px !important;
}
/* email */
/* notification */
.notification-div{
    background-color: lightgrey;
    padding: 15px;
    height: 100vh;
}
.notification-view{
    border: 5px solid white;
    background-color: white;
    height: 95vh;
    position: relative;
    overflow: hidden;
}
.notification-view-head{
    background-color: #000;
    color: white;
    padding: 10px;
}
.notification-edit-button{
    position: absolute;
    bottom: 0;
    width:-webkit-fill-available;
}
.notification-button{
    display: flex;
    justify-content: space-between;
    float: right;
}
.notification-button button{
    width: 200px;
}
.notification-button button{
    border-radius: 8px;
    border: 0px;
}
.notification-button button:nth-child(1){
    background-color: #ffc107;
    color: black;
}
.notification-button button:nth-child(1):hover{
    background-color: #f1b500;
}
.notificationFilterOptionStyle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notificationFilterOptionStyle div{
    cursor: pointer;
    background-color: #f9f9f9;
    padding: 1px 4px;
    border-radius: 4px;
}
.notificationFilterOptionStyle div:hover{
    background-color: #e7e7e7;
}
.notificationTemplateField{
    position: sticky;
    top: 0;
    left: 0;
    height: 100%;
    overflow: scroll;
    padding-bottom: 150px;
}
/* notification */
/* export inactive user */
.exportInactive-div{
    background-color: lightgrey;
    padding: 15px;
    height: 100vh;
}
.exportInactive-view{
    border: 5px solid white;
    background-color: white;
    height: 95vh;
    position: relative;
    overflow: hidden;
}
.exportInactive-view-head{
    background-color: #000;
    color: white;
    padding: 10px;
}
.exportInactiveTemplateField{
    position: sticky;
    top: 0;
    left: 0;
    height: 100%;
    overflow: scroll;
    padding-bottom: 150px;
}
/* export inactive user */

/* softForceUpdate */
.softForceUpdate-div{
    background-color: lightgrey;
    padding: 15px;
    height: 100vh;
}
.softForceUpdate-view{
    border: 5px solid white;
    background-color: white;
    height: 95vh;
    position: relative;
    overflow: hidden;
}
.softForceUpdate-view-head{
    background-color: #000;
    color: white;
    padding: 10px;
}
.softForceUpdate-edit-button{
    position: absolute;
    bottom: 0;
    width:-webkit-fill-available;
}
.softForceUpdate-button{
    display: flex;
    justify-content: space-between;
    float: right;
}
.softForceUpdate-button button{
    width: 200px;
}
.softForceUpdate-button button{
    border-radius: 8px;
    border: 0px;
}
.softForceUpdate-button button:nth-child(1){
    background-color: #ffc107;
    color: black;
}
.softForceUpdate-button button:nth-child(1):hover{
    background-color: #f1b500;
}
.softForceUpdateTemplateField{
    position: sticky;
    top: 0;
    left: 0;
    height: 100%;
    overflow: scroll;
    padding-bottom: 150px;
}
.softForceUpdateTemplateField .version-field input{
    font-size: 14px;
}
/* softForceUpdate */
/* monthly revenue */
.monthlyrevenue-div{
    background-color: lightgrey;
    padding: 15px;
    height: 100vh;
}
.monthlyrevenue-view{
    border: 5px solid white;
    background-color: white;
    height: 95vh;
    position: relative;
    overflow: hidden;
}
.monthlyrevenue-view-head-index{
    background-color: #fec007;
    color: #000;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}
.monthlyrevenue-template-list{
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: calc(100vh - 105px); /* Adjust based on your header height */
    position: relative;
}
.monthlyrevenue-table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
}
.monthlyrevenue-table thead {
    position: sticky;
    top: 0;
    background: white; /* Or your preferred background color */
    z-index: 1000;
}

/* monthly revenue */
/* tax reports */
.taxHeader {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1001;  /* Higher than table header */
    width: 100%;
}
.tax-list-head {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    background: white;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.tax-list-head p {
    font-size: 2.5rem;
    margin: 0;
}
.tax-action {
    display: flex;
    align-items: center;
}
.tax-action .country{
    font-size: 26px;
    padding-left: 20px;
}
.tax-table-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: calc(100vh - 55px); /* Adjust based on your header height */
    position: relative;
}
.tax-table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
}
.tax-table thead {
    position: sticky;
    top: 0;
    background: white; /* Or your preferred background color */
    z-index: 1000;
}
.taxForMobile{
    display: none;
}
.taxDiv {
    border-bottom: 1px solid lightgray;
    padding-left: 10px;
}
#exporttaxList,#filtertax{
    cursor: pointer;
}
#downloadBraintreeInvoice{
    cursor: pointer;
}
#getRecords{
    cursor: pointer;
    padding-left:10px;
    font-size: 20px;
}
#taxFilter{
    padding: 0px 10px 0px 20px;
    cursor: pointer;
    font-size: 20px;
}
#filterList{
    display: flex;
    position: absolute;
    top: 50px;
    right: 10px;
    background: white;
    box-shadow: 0px 1px 1px 1px gray;
}
#filterList div{
    padding: 5px 10px;
    cursor: pointer;
}
/* tax reports */


@media (max-width: 768px) {
    .sidebar {
        width: 70px;
    }

    .logo-container {
        padding: 10px;
    }

    .logo {
        width: 50px;
        height: 50px;
    }

    .welcome-text,
    .user-name {
        display: none;
    }

    .nav-link span {
        display: none;
    }

    .main-content {
        margin-left: 70px;
        width: calc(100% - 70px);
    }
    .dropdown-menu{
        padding: 2px 0px !important;
        margin-left: 4px !important;
        border: 0px !important;
        min-width: unset !important;
    }
}
@media screen and (max-width: 640px) {
    table {
        border-spacing: 0;
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    table tbody {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        flex-direction: column;
    }
    table thead {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }
    table tr{
        display: flex;
    }
    .customer-action .country {
        font-size: 20px;
        padding-left: 8px;
    }
    .tax-table, .Finance-table{
        display: none !important;
    }
    .taxForMobile, .financeForMobile{
        display: block !important;
    }
    .tax-list-head p, .finance-list-head p{
        font-size: 20px;
    }
    .tax-list-head, .finance-list-head {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .tax-action .country{
        font-size: 20px;
        padding-left: 8px;
    }
    #financeFilterOption{
        width:fit-content;
        transform: translate(-25%, -25%);
        top: unset;
    }
    #FilterOption{
        width:150px;
        transform: translate(-25%, 0%);
    }
    .customer-list-head p{
        font-size: 20px;
    }
    .customer-table{
        display: none !important;
    }
    .customerForMobile{
        display: block !important;
    }
    .customerForMobileButton{
        display: block !important;
    }
    .standardUserTable,.invoiceTable{
        display: none !important;
    }
    .strandardUserForMobile,.invoiceForMobile{
        display: block !important;
    }
    .Article-list-head p {
        font-size: 2rem;
    }
    .article-action .country {
        font-size: 20px;
        padding-left: 8px;
    }
    .article-table{
        display: none;
        /* margin-top: 50px; */
    }
    .article-table-for-mobile{
        display: block;
        /* margin-top: 50px; */
        margin-bottom: 50px;
    }
    .tutorial-table-for-mobile{
        display: block;
        /* margin-top: 50px; */
        margin-bottom: 50px;
    }
    .category-table-for-mobile{
        display: block;
        /* margin-top: 50px; */
        margin-bottom: 50px;
    }
    .toggle-switch,.toggle-switch-tutorial {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 17px;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }
    input:checked + .slider:before {
        transform: translateX(13px);
    }
    .user-data{
        width: 100%;
    }
    .convension-time{
        width: 94% !important;
        padding: 0px;
        height: 210px;
    }
    .cancelAccountGraph{
        width: 94% !important;
        padding: 0px;
        height: 210px;
    }
    .dashboard-info{
        flex-wrap: wrap;
    }
    .androidSubscriptionTable{
        display: none;
    }
    .androidSubscriptionForMobile{
        display: block;
    }
    .registration-list-table, .subscription-list-table,.cancellation-list-table,.bacs-list-table{
        display: none;
    }
    .registration-list-div,.subscription-list-div,.cancellation-list-div,.bacs-list-div{
        display: block;
    }
    .historyStyle{
        width: 100% !important;
        height: 100px;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.8rem;
        font-weight: 700;
    }
    .pro{
        margin-top: 0px;
    }
    .bacs-head p {
        font-size: 20px;
    }
    .bacs-list-div{
        margin-top: 60px !important;
    }
    .enableBac{
        width: 250px;
    }
    .enableBacButton button{
        width: 100px;
    }
    .confirmBacsModel-footer button{
        width: 100px;
    }
    .addCategoryFooter button{
        width: 100px;
    }
    .addCategory{
        width: 250px;
    }
    .bacsModel{
        width: 250px;
    }
    .articleFilterAction{
        width: fit-content;
        transform: translate(-25%, 0%);
    }
}
@media screen and (max-width: 450px) {
    .loginForm{
        display: none !important;
    }
    .loginFormForMobile{
        display: flex !important;
    }
}
@media screen and (max-width: 480px) {
    .dashboardTime{
        margin: 0px 1rem 1rem 1rem !important;
        flex-direction: column;
    }
    .totalRevenue{
        font-size: 12px;
    }
    .table-container {
        max-height: calc(100vh - 134px);
    }
    .customer-table-container {
        max-height: calc(100vh - 84px);
    }

}
@media screen and (max-width: 370px) {
    .dashboardTime{
        margin: 0px 1rem 1rem 1rem !important;
        flex-direction: column;
    }
    .loginForm input{
        width: 250px;
    }
    .loginForm button{
        width: 250px;
    }
}
@media screen and (max-width: 270px) {
    .loginForm input{
        width: 150px;
    }
    .loginForm button{
        width: 150px;
    }
}

@media screen and (max-height: 768px){
    .customerDetailsDiv{
        height: 75vh !important;
    }
}
@media screen and (min-height: 1100px) and (max-height: 1400px) {
    .customerDetailsDiv {
        height: 80vh !important;
    }
    #financeFilterOption {
        top: calc(100% - 19%);
    }
}
