:root {
    --primary: #00b3b3;
    --secondary: #00b3b3;
    --primary-text: #a6a6a6;
    --secondary-text: #ededed;
    --white: #fff;
    --light-white: #f4f4f4;
    --light-grey: #868686;
    --green: #3ccf8e;
    --green-2: #36b734;
    --danger-text: #ec776c;
  }
  
  body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  *,
  a {
    transition: all 0.5s ease 0s !important;
  }
  
  .btn,
  a {
    box-shadow: none;
    outline: none;
  }
  a {
    color: var(--secondary);
    font-size: 14px;
  }
  a:hover {
    color: var(--primary);
  }
  p{
    font-size: 14px;
  }
  /* Hide Edge's built-in reveal ("eye") button */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

  .user-account .btn-primary:disabled {
    background-color: #bababa;
    border-color: #bababa;
  }
  .d-inine{
    display: inline-block;
  }
  .btn-primary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    box-shadow: unset !important;
    width: 200px;
    float: right;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    background-color: var(--primary);
    border-color: var(--primary);
  }
  .btn-outline-primary {
    border-color: var(--secondary);
    color: var(--secondary);
  }
  .btn-primary.disabled,
.btn-primary:disabled {
  background-color: #eeeeee !important;
  border-color: #ccc !important;
  color: #000 !important; /* Optional: to improve contrast */
}
  .text-btn {
    border: none;
    outline: none !important;
    color: var(--secondary);
    background-color: transparent;
  }
  .text-btn:hover,
  .text-btn:active,
  .text-btn:focus {
    color: var(--primary);
    background-color: transparent;
  }
  .table th {
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 8px;
    line-height: 1;
  }
  .table td {
    font-size: 16px;
    vertical-align: middle;
    white-space: nowrap;
    padding: 5px 8px;
    line-height: 1;
  }
  .badge {
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
  }
  .text-bg-info {
    background-color: #30959a;
  }
  .text-bg-warning {
    background-color: #eebf41;
  }
  .text-bg-success {
    background-color: var(--green-2);
  }
  .text-bg-danger {
    background-color: var(--danger-text);
  }
  .btn-outline-primary span {
    color: var(--secondary);
  }
  .btn-outline-primary:hover span,
  .btn-outline-primary:focus span,
  .btn-outline-primary:active span {
    color: var(--white);
  }
  .btn-outline-primary:hover,
  .btn-outline-primary:focus,
  .btn-outline-primary:active {
    border-color: var(--primary);
    color: var(--white);
    background-color: var(--primary);
  }
  .text-muted {
    color: #505762;
  }
  .form-control {
    border: 1px solid var(--light-grey);
    border-radius: 0;
    box-shadow: none !important;
  }
  .page-link {
    color: var(--secondary);
    box-shadow: none !important;
  }
  .page-link:hover {
    color: var(--primary);
  }
  .page-item.active .page-link {
    z-index: 3;
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
  }
  .dropdown-menu {
    transition: unset !important;
  }
  .dropdown.header-dropdown a.dropdown-item {
    display: flex;
    gap: 8px;
    font-size: 14px;
    padding-block: 10px;
    border-bottom: 1px solid var(--light-white);
  }
  .default-text {
    color: var(--secondary-text);
  }
  /*  Header Styling  */
  header#header {
    display: flex;
    padding: 5px 30px;
    background-color: var(--white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }
  
  header#header .btn .badge {
    font-weight: 300;
    line-height: 1;
    height: 14px;
    width: 14px;
    justify-content: center;
    display: flex;
    padding: 0;
  }
  .my-notification {
    box-shadow: none !important;
    top: 3px;
    font-size: 20px;
  }
  .notification-dot {
    top: 4px !important;
    right: -12px !important;
    left: unset !important;
  }
  .custom-logo {
    width: 330px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
  .custom-logo img {
    width: 50%;
  }
  a.custom-logo {
    color: var(--primary-text);
  }
  /*  End of Header Styling  */
  
  .left-graphic {
    justify-content: center;
    display: flex;
    height: 100%;
    align-items: center;
    background-color: #fff;
  }
  
  .left-graphic img.img-fluid {
    width: 80%;
  }
  #header .dropdown .btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 5px;
  }
  #header .profileName-ini {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d9d9d9;
  }
  
  /*  Form Styling -- Starts Here  */
  .initial-form h3 {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
  }
  .initial-form h3 small {
    font-size: 20px;
  }
  .h-100vh {
    height: 100vh;
  }
  .initial-form label {
    font-size: 14px;
    color: #7a7a7a;
    display: none;
  }
  .initial-form label.form-check-label {
    display: flex;
  }
  .initial-form {
    width: 80%;
    position: relative;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .social-btn-grp {
    flex-wrap: wrap;
  }
  .social-btn-grp .btn {
    font-size: 12px;
    gap: 6px;
    display: flex;
    align-items: center;
  }
  .icon {
    display: flex;
    border-radius: 30px;
  }
  .google-ic {
    background: url("../images/icons/google.svg");
    background-size: 100%;
    width: 20px;
    height: 20px;
  }
  .facebook-ic {
    background: url("../images/icons/fb.svg");
    background-size: 100%;
    width: 22px;
    height: 22px;
  }
  .linkedin-ic {
    background: url("../images/icons/linkedin.svg");
    background-size: 100%;
    width: 20px;
    height: 20px;
  }
  .form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
  }
  /*  Form Styling -- Ends here*/
  .form-outer {
    position: relative;
    background: #eeeeee;
  }
  
  .text-success {
    color: var(--green-2) !important;
  }
  
  .form-footer {
        position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: 40px; */
    /* line-height: 40px; */
    display: flex
;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    flex-direction: column;
  }
  
  /*  Dashboard Page ===== Starts here */
  .my-input input.form-control {
    border: 1px solid var(--secondary-text);
    border-radius: 4px;
  }
  
  .form-select.my-input {
    border: 1px solid var(--secondary-text);
  }
  
  .my-input .btn {
    border: 1px solid var(--secondary-text);
    background-color: #28bac1;
    color: var(--white);
  }
  
  .page-title h2 {
    color: var(--primary-text);
    font-size: 32px;
    font-weight: 400;
    margin: 0;
  }
  #main {
    position: relative;
    padding-top: 80px;
    display: flex;
    width: 100%;
    padding-inline: 30px;
    padding-block-end: 10px;
    background-color: #fcfcfc;
    min-height: calc(100vh - 60px);
  }
  
  .card-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    background-color: var(--white);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    border: 1px solid #eee;
  }
  
  .card-wrap:hover {
    scale: 1.1;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.12);
  }
  
  .card-wrap.disabled {
    background-color: var(--light-white);
    cursor: not-allowed;
    pointer-events: none;
  }
  
  .card-wrap.disabled .status-icon,
  .card-wrap.disabled .text-wrap p span {
    color: var(--danger-text) !important;
  }
  
  .card-wrap * {
    padding: 0;
    margin: 0;
  }
  
  .card-wrap .text-wrap {
    width: calc(100% - 150px);
  }
  
  .disabled.card-wrap .product-img img {
    filter: grayscale(100%);
  }
  
  .product-img {
    min-width: 132px;
  }
  
  span.status-icon {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  
  .text-wrap h4 {
    text-transform: uppercase;
    font-size: 36px;
    color: var(--secondary-text);
    font-weight: 300;
    width: calc(100% - 20px);
  }
  
  .text-wrap p {
    color: var(--secondary-text);
  }
  
  #footer {
    width: 100%;
    display: flex;
    line-height: 1;
    padding-block: 20px;
    font-size: 14px;
  }
  
  #footer p {
    margin: 0;
  }
  
  .fixed-approval {
    background-color: var(--secondary);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    bottom: 60px;
    position: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .fixed-approval .badge {
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px !important;
    right: -15px !important;
    left: unset !important;
    padding: 0;
  }
  
  .floating-approvals {
    background: url("../images/icons/approve-icon.svg");
    height: 31px;
    width: 31px;
    display: flex;
  }
  
  .disable-link {
    color: #a5a5a5;
  }
  
  .action-btn {
    margin-inline: 2px;
    box-shadow: none !important;
  }
  
  .edit-link {
    color: var(--secondary);
  }
  
  .approve-link {
    color: var(--green-2);
    font-size: 20px;
  }
  .cancel-link {
    color: var(--danger-text);
  }
  
  .notification-item {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    padding: 30px;
    margin-bottom: 30px;
  }
  
  .notification-item:last-child {
    margin-bottom: 0;
  }
  
  .notification-head {
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    gap: 30px;
    align-items: center;
    padding-block-end: 20px;
  }
  
  .user-product-detail {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .user-product-detail h4 {
    margin: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-text);
  }
  
  .user-product-detail p.muted-text {
    margin: 0;
    line-height: 1;
    color: var(--light-grey);
    font-size: 12px;
  }
  .notification-body {
    display: flex;
    padding-block-start: 20px;
  }
  .notification-body p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--secondary-text);
    margin: 0;
  }
  
  .block-wrap {
    display: flex;
    flex-flow: column;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    padding: 20px;
    gap: 10px;
    border-radius: 10px;
    position: relative;
  }
  
  .credit-plan-wrap::before {
    content: "";
    background: url("../images/icons/credit-card.svg");
    width: 110px;
    position: absolute;
    right: 30px;
    top: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 110px;
  }
  
  .block-wrap h5 {
    color: var(--primary-text);
    margin-bottom: 5px;
  }
  
  .ai-plan-item,
  .ai-plan-item label,
  .ai-plan-item span {
    color: var(--secondary-text);
  }
  
  .block-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .block-footer * {
    white-space: nowrap;
  }
  
  /*  ===============   */
  
  .price-item-block {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    padding: 30px;
    gap: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  
  .plan-highlight {
    font-weight: 600;
  }
  
  .plan-amount {
    color: #2e2e2e;
    font-size: 36px;
    font-weight: 600;
  }
  
  .plan-amount small {
    color: var(--light-grey);
    font-size: 16px;
    font-weight: 300;
  }
  
  .price-list-items {
    list-style: none;
    padding: 0;
    font-size: 16px;
    display: flex;
    flex-flow: column;
    gap: 20px;
    line-height: 1;
  }
  
  .price-list-items li {
    display: flex;
    gap: 8px;
  }
  
  .price-list-items li .bi-check2-square {
    color: var(--green);
  }
  
  .price-list-items .bi-check2-square {
    color: var(--green);
  }
  
  .price-item-block .text-link {
    text-decoration: none;
  }
  
  .price-item-block .btn {
    width: 100%;
  }
  
  .block-head-title {
    color: var(--primary-text);
    font-size: 20px;
    font-weight: 500;
  }
  .block-head-title + p {
    font-size: 16px;
    color: var(--secondary-text);
  }
  .user-account label {
    margin: 0;
    font-size: 16px;
    color: var(--primary-text);
    font-weight: 500;
    line-height: 1.25;
  }
  .user-account .form-control {
    padding-left: 0;
    color: var(--primary-text);
    font-size: 16px;
    line-height: 1;
  }
  
  .user-account .badge {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
  }
  
  .user-account .badge.userphoto-thumb {
    position: relative;
  }
  
  a.edit-photo {
    position: absolute;
    bottom: -8px;
    right: -8px;
    background-color: #fff;
    font-size: 15px;
    padding: 7px;
    border-radius: 50px;
  }
  
  .user-account .default-text .form-check,
  .user-account .default-text .form-check.form-switch {
    gap: 10px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0;
    padding-left: 0;
  }
  
  .text-bg-green2 {
    background-color: #bde44d;
  }
  
  .text-bg-purple {
    background-color: #6c85c6;
  }
  
  .text-bg-lightblue {
    background-color: #6bc6d2;
  }
  
  .color-primary {
    color: var(--primary-text);
  }
  
  .hr-grey {
    color: #bbb;
  }
  
  .editable {
    color: var(--primary-text);
    display: flex;
    align-items: center;
    line-height: 1;
    padding-block: 10px;
    border-bottom: 1px solid var(--light-grey);
    width: 100%;
    height: 38px;
  }
  
  .editable input {
    border-bottom: 0;
    padding-block: 0;
  }
  
  .user-account .editable .form-control {
    line-height: 1.5;
    position: relative;
  }
  
  .editableSelectDiv {
    color: var(--primary-text);
    line-height: 1;
    padding-block: 10px;
    border-bottom: 1px solid var(--light-grey);
    width: 100%;
  }
  
  .editableSelectDiv select {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
  
  .user-account select.form-select {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--light-grey);
  }
  
  .user-account .form-check .form-check-input {
    margin-left: 0;
  }
  
  .credit-card-row label {
    font-size: 14px;
    color: var(--primary-text);
    font-weight: 300;
  }
  
  .credit-card-row p {
    font-size: 16px;
    color: var(--primary-text);
    font-weight: 400;
  }
  
  .selected.credit-card-row p {
    font-weight: 600;
  }
  
  .check-icon {
    color: #c9c9c9;
    font-size: 26px;
  }
  
  .check-icon.active {
    color: var(--green-2);
  }
  
  .check-icon .bi::before {
    background-color: var(--white);
    border-radius: 50%;
  }
  
  .cart-table .table th,
  .cart-table .table td {
    padding: 15px 5px;
    color: var(--primary-text);
  }
  .cart-table .table tr th,
  .cart-table .table tr td {
    border-bottom-color: #ececec !important;
  }
  
  .card-detail-row {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
    margin-block: 15px;
  }
  
  .card-detail-row .card-label {
    width: 40%;
  }
  
  .card-detail-row .card-label h6 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: var(--primary-text);
    margin-bottom: 2px;
  }
  
  .card-detail-row .card-label p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    white-space: nowrap;
    color: var(--primary-text);
  }
  
  .card-input {
    width: calc(60% - 70px);
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .card-input .form-control {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background-color: var(--white);
    padding-inline: 10px;
  }
  
  .card-input.card-number {
    position: relative;
  }
  
  .card-input.card-number .bi-credit-card {
    position: absolute;
    left: 10px;
  }
  
  .card-input.card-number .form-control {
    padding-left: 32px;
  }
  
  .min-w-45 {
    min-width: 45px;
  }
  
  .cvv-input {
    min-width: 65px;
  }
  
  .select-card {
    background-color: rgba(27, 182, 110, 0.1) !important;
  }
  
  .preference-img-wrap {
    height: 65px;
    width: 65px;
    display: flex;
    border: 1px solid var(--primary);
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  
  .error-404-outer {
    display: flex;
    align-items: center;
    height: calc(100vh - 165px);
    flex-flow: column;
    justify-content: center;
    gap: 10px;
  }
  
  .error-404-icon {
    display: flex;
    width: 400px;
  }
  .error_msg{
    padding: 2px 5px;
    border-radius: 10px;
    margin-bottom: 5px;
    width: auto;
  }
  /*  upload  */
  .file-upload {
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  
  .file-upload label {
    font-weight: 400;
    color: var(--primary-text);
    font-size: 20px;
  }
  
  .file-upload .dragdrop-icon {
    font-size: 48px;
    line-height: 1;
  }
  
  .file-upload-content {
    display: none;
    text-align: center;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .file-upload-wrap {
    border: 2px dashed var(--light-grey);
    position: relative;
    border-radius: 8px;
    padding: 50px 120px;
    background-color: var(--white);
  }
  
  .file-dropping,
  .file-upload-wrap:hover {
    background-color: var(--white);
    border: 2px dashed var(--light-grey);
  }
  
  .file-title-wrap {
    padding: 0 15px 15px 15px;
    color: var(--primary-text);
  }
  
  .drag-text {
    text-align: center;
    color: var(--primary-text);
    display: flex;
    flex-flow: column;
    gap: 10px;
  }
  
  .w-200 {
    width: 200px;
  }
  
  .file-upload-pdf {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
  }
  .remove-file {
    width: 200px;
    margin: 0;
    color: var(--white);
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  .remove-file:hover {
    background: #c13b2a;
    color: var(--white) fff;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  
  .remove-file:active {
    border: 0;
    transition: all 0.2s ease;
  }
  .pdf-frame {
    height: calc(100vh - 185px);
  }
  .redact-table {
    max-height: calc(100vh - 220px);
  }
  
  .password-wrap {
    position: relative;
  }
  
  .password-wrap .bi {
    position: absolute;
    bottom: 5px;
    right: 10px;
    cursor: pointer;
  }
  
  .my-upload input.form-control[type="file"] {
    border: 1px solid var(--light-grey);
    border-radius: 4px;
    padding: 5px;
  }
  
  .save-btn.btn {
    background-color: var(--green-2);
    border-color: var(--green-2);
  }
  
  #message {
    position: absolute;
      bottom: -40px;
      right: 0;
      border-radius: 4px;
      left: 0;
      margin: 0 auto;
      text-align: center;
  }
   
  .successmessage {
    width: 220px;
    background-color: var(--green) !important;
    color: var(--white);
  }
   
  .failmessage {
    width: 370px;
    background-color: var(--danger-text);
    color: var(--white);
  }