body, p, h1, h2, h3, h4, h5, h6, label, input, select {
    font-size: 1rem;
}

.acc-details h2, .acc-details h4, .acc-details h5  {
    font-size: 1.4rem !important;
    font-weight: 600;
}

.acc-details h2 {
    font-size: 2rem !important;
    font-weight: 700;
}


/* Reduce font size of placeholders */
::-webkit-input-placeholder {
  font-size: 1rem; /* Adjust the value as needed */
}

:-moz-placeholder {
  font-size: 1rem; /* Adjust the value as needed */
}

::-moz-placeholder {
  font-size: 1rem; /* Adjust the value as needed */
}

:-ms-input-placeholder {
  font-size: 1rem; /* Adjust the value as needed */
}


.form-container {
    padding: 50px !important;
}

.balance-div {
    margin-bottom: 20px !important;
}

.message,
.ajax-success-response,
.ajax-failed-response {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.ajax-success-response,
.ajax-failed-response {
    margin-bottom: 0;
    padding: 5px;
    display: none;
}

.message p,
.ajax-success-response p,
.ajax-failed-response p {
    margin: 0 !important;
    padding-left: 10px;
    display: inline; /* or use display: inline-block; */
}

.header-section .sidebar-wrapper ul li {
    border-radius: 20px;
    padding: 15px 10px;
    transition: 0.3s;
    display: flex !important;
    align-content: flex-start !important;
}

.header-section .sidebar-wrapper ul li span {
    font-size: 0.9rem !important;
    display: inline !important;
}

@media (min-width: 1024px) {
    .dashboard-section {
        margin-left: 200px !important;
        width: calc(100% - 200px) !important;
    }

    .navbar-area {
        margin-left: 70px !important;
        width: calc(100% - 70px) !important;
    }
}
