* {
    box-sizing: border-box;
    font-family: "Poppins";
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
    line-height: normal;
}

input:focus {
    box-shadow: none !important;
    outline: none;
}

:root {
    --light-green: #DCF6E6;
    --dark-green: #5AC752;
    --text-purple: #551756;
}

.login-bg {
    background-image: url(../img/login-background-img.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.login-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../img/login-container-bg.svg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(96, 113, 175, 0.1);
    border-radius: 10px;
    background-position: center right;
    width: 1300px;
    max-width: 100%;
}

.login-left {
    flex: 1;
}
form#login-form {
    width: 480px;
    max-width: 100%;
}

.login-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    margin-block-end: 80px;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input {
    padding: 10px 10px 10px 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.form-group .fa {
    position: absolute;
    left: 5px;
    background-color: #5AC752;
    border-radius: 10px;
    width: 45px;
    font-size: 20px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

#userEmail,
#password {
    height: 55px;
    padding: 0 65px;
    font-size: 16px;
    border: 1px solid #D5D6DD;
    border-radius: 10px;
    background-color: #fff !important;
    box-sizing: border-box;
}
#userEmail {
    padding-inline-end: 15px;
}

.login-btn {
    padding: 14px 32px;
    background-color: #5AC752;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.login-btn:hover {
    background-color: #5AC752;
}

.form-group {
    position: relative;
}

#togglePassword {
    position: absolute;
    left: calc(100% - 50px);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.company-details {
    margin-block-start: 15px;
}

/* login-screen-style */
.right_col {
    margin-inline-start: 325px;
    padding: 30px;
    background-color: #F8F6FE;
    min-height: calc(100vh - 90px - 60px);
    padding-bottom: 50px;
      
}

.navClose {
    position: absolute;
    right: 25px;
    top: 45px;
    width: auto;
}

i.fa.fa-close {
    color: #551756;
}

.sidenav.active {
    position: fixed;
    top: 0;
    left: 0;
}

.short-contact {
    display: none;
    margin-inline: 15px;
}

.sidenav {
    height: 100%;
    width: 325px;
    border-right: 1px solid #FF9933;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFFFA;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
}

.sidenav .menus {
    padding-inline: 30px;
}

.sidenav img.logo {
    width: 100px;
    margin: 0px 30px 50px;
}

.sidenav a.drop-dwn {
    justify-content: space-between;
}

.sidenav a {
    padding: 14px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
    color: #551756;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sidenav a img.icon {
    margin-right: 15px;
    width: 24px;
    /* Adjust the size as needed */
    height: 24px;
    /* Adjust the size as needed */
}

.sidenav a:hover,
.sidenav a.active {
    color: #fff;
    background-color: var(--dark-green);
}

.sidenav a:hover svg path,
.sidenav a.active svg path {
    stroke: #fff;
}

.main {
    margin-left: 260px;
    /* Same as the width of the sidenav */
    padding: 16px;
    padding-top: 70px;
    /* Adjusted to make space for the header */
}

.sidenav .bottom-button {
    padding: 10px 20px;
    margin: 20px;
    font-size: 16px;
    color: white;
    background-color: #FF3333;
    border: none;
    cursor: pointer;
    text-align: left;
    border-radius: 4px;
}

.sidenav .bottom-button:hover {
    background-color: #FF3333;
}

.button-icon {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.admin-content .grid-container .grid-item {
    display: grid !important;
    grid-template-columns: 83px auto;
}

.admin-content-2 .grid-container .grid-item {
    /* display: grid !important;
     */
    grid-template-columns: 83px auto;
}

.header-admin-img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #FF9933;
    margin-inline: 10px;
}

.header-admin-img img {
    max-width: 100%;
}

.header-admin-content .heading {
    font-size: 22px;
    font-family: 'inter';
    color: #551756;
}

.header-admin-content-2 .heading {
    font-size: 22px;
    font-family: 'inter';
    color: #551756;
}

a.header-admin-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 30px;
    background: var(--dark-green);
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-decoration: none;
}

header {
    padding: 15px 20px;
    border-bottom: 1px solid#D5D6DD;
}



.card-heading {
    margin-block-start: 40px;
    font-family: 'Inter';
    font-size: 36px;
    line-height: 44px;
    color: #551756;
}

.card-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.Dashboard-card {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    flex: 1;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon {
    flex-shrink: 0;
}

.icon img {
    width: 50px;
    height: 50px;
}

.content {
    color: #666;
}

.card-heading {
    font-family: 'Inter';
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    color: #551756;
}

.card-heading-2 {
    font-size: 18px;
    color: #595959;
}

.card-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    height: 10px;
    white-space: nowrap;
    background-color: #555617;
    transition: width .6s ease;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    border-radius: 10px;
    height: 10px;
    font-size: .75rem;
    background-color: #E9E9E9;
    border-radius: .25rem;
}

.progress-bar.bar-2 {
    background-color: var(--dark-green);
}

.progress-bar.bar-3 {
    background-color: #551756;
}

.progress-bar.bar-4 {
    background-color: #5A76A1;
}

footer {
    padding: 20px 30px;
    height: 60px;
    bottom: 0px;
    background: #DCF6E6;
    width: calc(100% - 325px);
    display: flex;
    justify-content: space-between;
    margin-inline-start: 325px;
}

footer p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.table-container-inner {
    border: 1px solid #D5D6DD;
}

thead {
    background-color: var(--dark-green);
    color: #ffff;
    font-size: 16px;
    text-transform: uppercase;
}
thead th {
    font-weight: 600 !important;
    white-space: nowrap;
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: none;
}

span.usertype {
    padding: 4px 30px;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: var(--dark-green);
}

.reset-button {
    display: flex;
    align-items: center;
    padding: 4px 30px;
    border: none;
    background-color: #f44336;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.reset-button i {
    margin-right: 8px;
}

.reset-button:hover {
    background-color: #d32f2f;
}

td {
    box-shadow: none !important;
    color: #232859;
    font-size: 16px;
}

.container-box {
    background: #FFFFFF;
    border: 1px solid #D5D6DD;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding-block: 20px;
    margin-block-start: 30px;

}
.container-box-top-header {
    padding-inline: 20px;
}
.container-box-top-header h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    margin-block-end: 5px;
}
.form-check-input:checked {
    background-color: #06A533;
    border-color: #06A533;
}
.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
    gap: 20px;
}


.form-control {
    display: block;
    margin-block-end: 20px;
    background-color: #fff;
    font-weight: 500;
    background-clip: padding-box;
    border: 1px solid #8C8FA7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label {
    margin-bottom: .5rem;
    color: #515151;
    font-size: 16px;
}

.submit-btn {
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    background: #551756;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    border: none;
    margin-block: 30px;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.title-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.title-box h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #551756;
}
.title-box a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: var(--dark-green);
    text-decoration: none;
}
.title-box ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #64748B;
    text-transform: capitalize;
}
.single-product-btn {
    padding: 12px 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    margin-left: 10px;
    display: inline-block;
    background-color: #551756;
    text-decoration: none;
    margin-block-end: 20px;
}

.single-product-btn:hover {
    color: #fff;
}

.single-product-btn.download-btn {
    background-color: var(--dark-green);
}

.reset-button.btn-green {
    background-color: #06A533;
    color: #fff;
}

.reset-button.btn-brown {
    background-color: #555617;
    color: #fff;
}

.modal-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #551756;
}
.support-list li {
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-end: 20px;
}
.support-list li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #551756;
    text-decoration: none;
}
.support-list li .contact-btn-right {
    width: 40px;
    height: 40px;
    background: #5AC752;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
#adminModel .modal-dialog {
    max-width: 400px;
}
#adminModel .modal-body {
    background-color: #DCF6E6;
}
#adminModel .modal-body .admin-profile-img {
    width: 120px;
    height: 120px;
    margin-inline: auto;
    margin-block-end: 25px;
    border-radius: 50%;
    border: 5px solid #818181;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#adminModel .modal-body .admin-profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
#adminModel .modal-body h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #551756;
}
#adminModel .modal-body p {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #551756;
}
#adminModel .model-footer {
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
}
#adminModel .model-footer button {
    padding: 10px 45px;
    border: 1px solid #5AC752;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #5AC752;
}
.submit-btn.password-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 188px;
    background: #06A533;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    margin: auto;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.modal-footer.footer-password {
    display: flex;
}

.modal-header {
    padding-block: 25px;
}

/* Sidebar.css */

.sidebar {
    width: 325px;
    padding: 20px;
    height: 100vh;
    float: left;
    background: #F2FFF7;
    border-right: 1px solid #5AC752;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
/* width */
.sidebar::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
.sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
.sidebar::-webkit-scrollbar-thumb {
    background: var(--dark-green); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
    background: var(--dark-green); 
  }
  
  .logo-container {
    margin-bottom: 30px;
  }
  
  .logo {
    max-width: 100px;
    height: 60px;
  }
  .toggle-button {
    position: fixed;
    top: 20px;
    left: 20px;
    background-color: var(--dark-green); /* Button color */
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1100;
  }
  .sidebar.hide {
    transform: translateX(-325px);
  }
  
  .sidebar.show {
    transform: translateX(0);
  }  
  .sidebar-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
.sidebar-item.has-sub-menus,
  .sidebar-item a{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 20px;
    color: #551756; /* Purple text color */
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-block-end: 2px;
    font-weight: 500;
  }

  .sidebar-item a.active,
  .sidebar-item a:hover {
    background-color: var(--dark-green); /* Darker green on hover or active */
  }

  .sidebar-item a.active {
    color: #fff;
  }
  li.sidebar-item.has-sub-menus.active {
    color: var(--text-purple);
  }
  .sidebar-item .fa {
    margin-right: 15px;
  }
  
  .sidebar-item span {
    font-size: 16px;
  }
  .sidebar-item.has-sub-menus:hover,
  .sidebar-item a:not(.active):hover {
    background-color: #ddf5dd; /* Slightly darker green on hover */
  }
  
  .submenu {
    list-style-type: none;
    padding-left: 30px;
    margin: 0;
    transition: all 0.4s ease-in-out;
}
  
.submenu-item a {
    padding: 8px 0;
    color: #551756;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    text-decoration: none;
    font-weight: 500;
}
.submenu-item a.active,
  .submenu-item a:hover {
    color: var(--dark-green); /* Darker green on hover */
  }
  
  .submenu-icon {
    margin-left: auto;
  }

.top_nav {
    margin-inline-start: 325px;
    padding: 20px;
    height: 90px;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 99;
}
.top_nav nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_nav ul.nav.navbar-nav.navbar-right {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}
.top_nav .admin-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
    margin-inline-end: 15px;
}
.top_nav .admin-profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.top_nav  .profile-text a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #818181;
    text-decoration: none;
}
.job-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #551756;
    margin-block-end: 15px;
}

.search-outer {
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #8C8FA7;
}

p.company.name {
    padding-inline-start: 15px;
    padding-block-start: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #18202B;
}

.job-table,
.job-table th,
.job-table td {
    border: 1px solid #8C8FA7;
    border-collapse: collapse;
}

.job-table {
    border-radius: 10px;
}

.job-label.jk {
    margin-block-start: 35px;
}

.job-table-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.job-table-gm {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #18202B;
    float: inline-end;
}

.table-number {
    padding: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #18202B;
}

.table-heading {
    padding: 16px;
    font-size: 16px;
    font-family: 'Poppins';
    color: #595959;
    background-color: #F7F7F7;
}

.btn-table img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.btn-table {
    background-color: #551756;
}

input[type=item-name] {
    border: none;
    margin-block-end: 0px;
}

.check-box-table {
    margin-block-end: 15px;
    margin-block-start: 35px;
}

.table-submit-btn.d-flex {
    padding-block-start: 120px;
}

.product-index-list ul {
    height: 360px;
    overflow-y: auto;
}

.product-index-list ul li button {
    padding: 20px;
    font-weight: 400;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    color: #344054;
    width: 100%;
    background: rgba(255, 242, 207, 0.33);
    text-align: left;
    border-bottom: 2px solid #000;
    border: none;
}

.modal-content {
    border: none;
}

.modal-bg-light-green {
    background-color: #DCEAE9;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .2);
}

.product-list-header {
    padding-block-end: 25px;
}

.product-list-header .modal-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #344054;
}

.form-control.product-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 16px;
    border: 2px solid #D0D5DD;
    border-radius: 8px;
    font-family: 'Manrope';
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
    color: #64748B;
    margin-block-end: 0px;
}

.product-index-list.silver-product ul {
    height: auto;
    overflow-y: auto;
}

.product-index-list ul li button.product-contant {
    background-color: #fff;
    border-bottom: 1px solid #EDEDEF;
}

.product-index-list ul li button .product-contant.company {
    background-color: #F7F7F7;
}

.form-control.product-form.party-name {
    background-color: #EAEAEA;
    color: #ADADAD;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #D5D6DD;
}

.product-index-list .add-party-vendor {
    padding: 15px;
    border: 2px dotted #06A533;
    border-radius: 6px;
    color: #06A533;
    text-align: center;
    font-size: 18px;
    font-family: 'Inter';
    background-color: #CDEDD2;
    margin-block: 20px;
}

.add-party-vendor img {
    margin-inline: 15px;
}

.silver-details {
    font-size: 20px;
    color: #595959;
    border: none;
    border-bottom: 1px solid #8C8FA7;
    background-color: #fff;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-block-end: 0px;
    font-family: 'Poppins ,sans-serif';
    padding: 35px 15px 35px;
}

.table-heading.table-pop {
    padding: 10px;
}

.gst-number {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #18202B;
    margin-block-start: 25px;
}

.company-heading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #551756;
    margin-block-start: 30px;
    margin-block-end: 30px;
}

span.copmany-address {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #551756;
}

.issue-voucher h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #551756;
    padding: 10px;
}

#dotted {
    border: 0;
    border-bottom: 2px dotted #000000;
    width: 100%;
}

.customer-name {
    margin-block-start: 20px;
    margin-block-end: 30px;
}

.voucher-table,
.voucher-table th,
.voucher-table td {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}

input[type=voucher-table] {
    border: none;
    width: 100%;
}

.sucessfully-heading h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #101828;
    margin-block-end: 8px;
}

.sucessfully-sub-heading h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #667085;
}

.successfully-img {
    margin-block: 20px;
    display: flex;
    justify-content: center;
}

.sucess-btn {
    border-radius: 8px;
    align-items: center;
    padding: 10px 64px;
    gap: 8px;
    background: #06A533;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-block: 30px;
    margin: auto;
    text-decoration: none;
}

.sucess-btn:hover {
    color: #fff;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    border-radius: 12px;
}

.successfully-img.delete-img {
    justify-content: left;
}

.sucess-btn.cancel-btn {
    border: 1px solid #D0D5DD;
    color: #344054;
    background-color: #fff;
    margin-block: 32px;
}

.sucess-outer {
    justify-content: center !important;
    float: inline-start;
    gap: 65px;
}

.password-filed {
    margin-block: 30px;
}

input[type=password-field-1] {
    margin-inline: 20px;
    width: 60px;
    height: 60px;
    background: #F0F0F0;
    border: 1px solid #D5D6DD;
    border-radius: 4px;
    text-align: center;
}

.download-btn.modify-btn {
    padding: 12px 15px;
}

button.action_toggle {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
}

.action_toggle_outer {
    position: relative;
    width: 28px;
    margin-inline: auto;
}

.action_toggle_content ul li a.close_toggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    background-color: #000;
    text-align: center;
    line-height: 28px;
    padding: 0;
}

.action_toggle_content ul li a.approve {
    background-color: #3572EF;
}

.action_toggle_content ul li a.reject {
    background-color: #FF0C0C;
}

.action_toggle_content ul li:last-child a {
    border-radius: 0 0 6px 6px;
}

.action_toggle_content ul li a {
    padding: 8px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.action_toggle_content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    text-align: center;
    z-index: 1;
    display: none;
}

.action_toggle_content ul li a.approve.creation,
.action_toggle_content ul li a.reject.creation {
    background-color: #F9FAFB;
    color: #232859;
    width: 140px;
}

#items-dropdown {
    border: none;
}

.search-bar.bar {
    margin-block-start: 0px;
}

.search-bar.bar form {
    display: flex;
}

input[type=download] {
    width: 317px;
    box-sizing: border-box;
    border: 1px solid #D5D6DD;
    border-radius: 4px;
    font-size: 16px;
    color: #8C8FA7;
    background-color: #EAEAEA;
    background-image: url('/img/search-icon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    font-family: 'Poppins ,sans-serif';
    padding: 10px 10px 10px 50px;
}

.item a i {
    font-size: 26px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: var(--dark-green);
    text-decoration: none;
}

.toggle-btn-outer button {
    background-color: transparent;
    border: none;
    font-size: 30px;
    padding: 0;
}

.toggle-btn-outer {
    padding-inline: 15px;
}

.table-outer {
    overflow-x: auto;
}
.profile-header {
    background-color: var(--light-green);
    height: 76px;
    border-radius: 10px 10px 0px 0px;
}
.profile-img-outer {
    width: 180px;
    height: 180px;
    background: #8C8FA7;
    border-radius: 50%;
    margin-inline: auto;
    padding: 10px;
    position: relative;
    top: -45px;
}
.profile-img-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.profile-img-outer button.profile-upload-btn {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #5AC752;
    border-radius: 50%;
    border: none;
    color: #fff;
    bottom: 0;
    right: 20px;
}
.page-details.profile-details {
    background: #FFFFFF;
    border: 1px solid #D5D6DD;
    border-radius: 4px;
}
.profile-details-header {
    padding: 20px 25px;
    border-bottom: 1px solid #D5D6DD;
}
.profile-details-header h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #132144;
}
.page-details.profile-details form {
    padding: 25px;
}
.page-details.profile-details form .form-control {
    /* Frame */

box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    padding: 12px;
}
.site-btn-green {
    padding: 12px 25px;
    background-color: var(--dark-green);
    color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}
.site-btn-green:hover {
    color: #fff;
}
.g-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    height: 150px;
    padding: 25px;
    text-decoration: none;
    display: block;
}
.g-box .g-box-inner {
    display: flex;
    justify-content: space-between;
}
.g-box .g-box-inner h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #595959;
}
.g-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #818181;
}
.user-history-chart.mt-2 {
    padding-inline: 10px;
}
.apexcharts-menu {
    padding: 0 !important;
}
.container-box-top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block-end: 20px;
}
.container-box-top-header-left-2 {
    position: relative;
}
.container-box-top-header input {
    background: var(--light-green);
    border-radius: 8px;
    border: none;
    height: 60px;
    width: 350px;
    max-width: 100%;
    padding: 20px;
}
.container-box-top-header .search-btn {
    width: 50px;
    height: 50px;
    background: var(--dark-green);
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.excel-btn.site-btn-green {
    background-color: #1292B9;
}
.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--dark-green);
    border-color: var(--dark-green);
}
.page-link {
    color: #232859;
}
tr {
    vertical-align: middle;
}
button.statusBtnActive {
    padding: 2px 16px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background: #007320;
}
button.view-details-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
    width: 35px;
    height: 35px;
    background: #D5D6DD;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}
button.view-details-btn.edit-btn {
    background: #3572EF;
    color: #fff;
}
button.view-details-btn.delete-btn {
    background: #FF3333;
    color: #fff;
}
.page-details .input-field input,
.page-details .input-field select {
    height: 55px;
}
.page-details .input-field label {
    color: #515151;
    margin-block-end: 10px;
    font-weight: 500;
}
.page-details .site-btn-green {
    margin-block: 30px;
}
.edit-box .modal-dialog.modal-dialog-centered {
    max-width: 800px;
}
.file-preview img {
    height: 120px;
}
span.planName {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
}
span.planName.planFree {
    background-color: #00C7BE;
}
span.planName.planStandard {
    background-color: #5856D6;
}
span.planName.planPremium {
    background-color: #A2845E;
}
/* .status-toggle {
    display: flex;
    align-items: center;
    gap: 15px;
} */
.status-toggle input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 54px;
    height: 20px !important;
    background: transparent;
    border-radius: 50px !important;
    border: 2px solid #B3B3B3;
    cursor: pointer;
    transition: 0.4s;
}

.status-toggle input:checked[type="checkbox"] {
    border: 2px solid #3FBE12;
}

.status-toggle input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: -3px;
    background: #B3B3B3;
    border-radius: 50%;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
    transition: 0.4s;
}

.status-toggle input:checked[type="checkbox"]::after {
    left: 50%;
    background: #3FBE12;
}
.footer-btn-grp{
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}
.footer-btn-grp button {
    padding: 10px 18px;
    gap: 8px;
    background: #D92D20;
    border: 1px solid #D92D20;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    flex: 1;
}
.footer-btn-grp button.btn-o {
    background-color: transparent;
    border: 1px solid #D0D5DD;
    color: #344054;
}
body.nav-md.ReactModal__Body--open {
    overflow-y: hidden;
}
.sidebar {
    width: 325px;
    overflow-x: hidden;  /* Prevent horizontal overflow */
}

.sidebar.closed {
    width: 0;
    padding: 0;
}

.sidebar.open {
    width: 325px;
}

/* .sidebar .logo-container {
transition: opacity 0.3s ease;
}

.sidebar.closed .logo-container {
opacity: 0;
}

.sidebar.open .logo-container {
opacity: 1;
} */

body.nav-md.sidebar-closed .top_nav,
body.nav-md.sidebar-closed .right_col{
    margin-left: 0;
}
body.nav-md.sidebar-closed footer {
    margin-left: 0;
    width: 100%;
}
.toggle-btn {
    background-color: var(--dark-green);
    color: #fff;
}