@import url("https://fonts.cdnfonts.com/css/avenir-lt-pro");
@import url("https://fonts.cdnfonts.com/css/mollen-personal-use");
/* @import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"; */

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/googlefonts.woff2) format("woff2");
}

@font-face {
  font-family: "Mollen Personal Use";
  font-style: normal;
  font-weight: 400;
  src: local("Mollen Personal Use"),
    url("../fonts/Mollen-RegularPersonalUse.woff") format("woff");
}
@font-face {
  font-family: "Mollen Personal Use";
  font-style: normal;
  font-weight: 700;
  src: local("Mollen Personal Use"),
    url("../fonts/Mollen-BoldPersonalUse.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Avenir LT Pro"),
    url("../fonts/AvenirLTProBook.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT Pro";
  font-style: normal;
  font-weight: 300;
  src: local("Avenir LT Pro"),
    url("../fonts/AvenirLTProLight.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT Pro";
  font-style: normal;
  font-weight: 500;
  src: local("Avenir LT Pro"),
    url("../fonts/AvenirLTProMedium.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Avenir LT Pro"),
    url("../fonts/AvenirLTProHeavy.woff") format("woff");
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
:root {
  --main-clr: #08c3b8;
  --nav-active: #059d94;
  --white: #ffffff;
  --custom-black: #000;
  --txt-default: #2e2d2d;
  --txt-link: #05378c;
}
body {
  font-family: "Avenir LT Pro", sans-serif;
}
a {
  text-decoration: none;
  color: var(--txt-default);
}
/* ---login css --- */
.height-bloc {
  height: 100vh;
}
.right-img {
  background-image: url("../images/login-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.flex-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-input input {
  border: none;
}
.form-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--custom-black);
  padding: 10px 4px;
  border-radius: 6px;
  position: relative;
  color: var(--txt-default);
}
.form-blc .input-icon {
  border-right: 1px solid var(--custom-black);
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.form-blc .input-icon span {
  font-size: 32px;
}
.form-blc .form-input .form-label {
  padding-left: 10px;
  margin-bottom: 0;
}
.form-blc .form-input .txt-input {
  padding-left: 10px;
  width: 100%;
}
.form-blc .form-input .txt-input input {
  font-weight: 300 !important;
  padding: 0.1rem 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-control:focus {
  box-shadow: none;
  color: var(--txt-default);
}
.content-sec {
  width: 70%;
}
.bottom-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.res-btn {
  width: 100%;
  padding: 22px 10px;
  border: none;
  background: var(--main-clr);
  color: var(--white);
  border-radius: 8px;
  font-weight: 600;
  margin: 2rem 0;
  font-size: 1.2rem;
  font-family: "Mollen Personal Use", sans-serif;
}
.form-blc {
  margin-top: 3rem;
}
/*.form-input .password-bx span {
  position: absolute;
  right: 20px;
  top: 24px;
  font-size: 22px;
  color: #000;
  cursor: pointer;
}*/
.account-txt {
  font-weight: 300;
}
.account-txt a {
  color: var(--main-clr);
  text-decoration: none;
}
.content-sec .input-blc {
  margin-top: 4rem;
}
.valid-txt {
  color: var(--txt-default);
}
.input-blc .valid-txt {
  font-weight: 300;
}
.input-blc h3 {
  font-family: "Mollen Personal Use", sans-serif;
  font-size: 1.9rem;
}
.bottom-sec {
  color: var(--txt-default);
  font-weight: 300;
}
/* --- Login css end --- */

/* ---sign-up css start --- */
.logo-img img {
  width: 30%;
}
.logo-img {
  text-align: center;
}
.sign-btn {
  padding: 12px;
  margin: 1.5rem 0 0.8rem;
}
.clause-blc {
  margin-top: 1.2rem;
}
.mb-bottom {
  margin-bottom: 0.6rem;
}
.txt-input select {
  border: none;
  padding: 2px 10px;
}
.txt-input select.form-select:focus {
  box-shadow: none;
}
.form-inputs {
  height: 460px;
  overflow-y: scroll;
  padding-right: 10px;
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.remember-blc .form-check-input:checked {
  background-color: var(--main-clr);
  border-color: var(--main-clr);
}
.remember-blc .form-check-input:focus {
  box-shadow: none;
}

/* ---dashboard css-- */

.custom-margin {
  margin-top: 5rem;
}
.control-select {
  width: 60px !important;
}
.payment-select {
  width: 130px !important;
}
.payment-switch.form-switch .form-check-input {
  width: 40px;
  height: 20px;
}
.edit-icon {
  width: 35px;
  height: 33px;
  border-radius: 5px;
  background-color: #c6eef6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-icon span {
  color: #073f9e;
}
.delete-icon {
  width: 35px;
  height: 33px;
  border-radius: 5px;
  background-color: #ffeff1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delete-icon span {
  color: #ec0000;
}

.campaign-icon {
    width: 35px;
    height: 33px;
    border-radius: 5px;
    background-color: #d7f5ee;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .campaign-icon span {
        color: #1e2120;
    }

.payment-icon {
    width: 35px;
    height: 33px;
    border-radius: 5px;
    background-color: #e1f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-icon span {
  color: #051a1a;
}
.action-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-tbl .dataTables_filter {
  display: flex;
  align-items: center;
  justify-content: end;
}
.flex-item {
  display: flex;
  align-items: center;
  justify-items: center;
}
.flex-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-switch input:checked {
  background-color: var(--nav-active) !important;
  border: none;
}
.signup-sec {
  width: 75%;
  padding: 10px 0;
}
.dash-menu .side-menu__label {
  font-size: 16px;
  margin-bottom: 3px;
  margin-left: 5px;
}
.main-header-container .header-element {
  display: flex;
  justify-content: center;
  align-items: center !important;
}
.notifications-dropdown .notification-badge {
  left: 20px;
  top: 16px;
}
.top-margin {
  margin-top: 2rem;
}
.evot-sidebar .side-menu__item.active {
  background: #059d94;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
}
.hamp-icon span {
  background: var(--custom-black);
}
.hamp-icon span:before {
  background: var(--custom-black);
}
.hamp-icon span:after {
  background: var(--custom-black);
}
.custom-tbl thead th {
  background: var(--nav-active);
  color: var(--white);
}
.btn-submit {
  background: var(--nav-active);
  color: #fff;
}
.btn-submit:hover {
  background: var(--nav-active);
  color: #fff;
}
.custom-tbl .form-control-sm {
  padding: 0.5rem 0.8rem;
}
.custom-tbl .page-item.active .page-link {
  background-color: var(--nav-active);
  border-color: var(--nav-active);
}
.main-content .form-label {
  font-weight: 500;
  font-size: 14px;
}
.main-content .admin-title {
  font-size: 18px !important;
}
.action-items a {
  cursor: pointer;
}
.custom-tbl tbody tr td:nth-child(1) a {
  text-decoration: underline;
  color: var(--txt-link);
}
[data-theme-mode="dark"] .custom-tbl tbody tr td:nth-child(1) a {
  text-decoration: underline;
  color: var(--white);
}
[data-theme-mode="dark"] .hamp-icon span {
  background: var(--white);
}
[data-theme-mode="dark"] .hamp-icon span:before {
  background: var(--white);
}
[data-theme-mode="dark"] .hamp-icon span:after {
  background: var(--white);
}
[data-theme-mode="dark"] .notifications-dropdown span {
  color: var(--white);
}
[data-theme-mode="dark"] .notifications-dropdown span {
  color: var(--white);
}
[data-theme-mode="dark"] .layout-setting .dark-layout span {
  color: var(--white);
}
[data-theme-mode="dark"] .switcher-icon span {
  color: var(--white);
}
.custom-tbl .dtr-details {
  width: 100%;
}
.custom-tbl .dtr-details li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-card {
  margin: 10px 0;
  padding: 0 16px;
}
.profile-card .header-link {
  border: 1px solid #d2d2d2;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drop-img {
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
[data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .profile-card {
display: none;
}

.footer {
    /*   
    bottom: 0 !important;*/
    width: 100% !important;
    white-space: nowrap !important;
    /*    line-height: 60px !important;*/
}

.copyright-wrapper {
    background: #fff;
    position: fixed;
    bottom: 0;
}

html[data-toggled="icon-overlay-close"] .copyright-wrapper {
    margin-left: unset;
    max-width: 100%;
}

body .page :hover::-webkit-scrollbar-thumb {
    background: #888;
}

.main-content.app-content {
    min-height: auto;
}

.card-body.custom-tbl .table-responsive::-webkit-scrollbar {
    height: 12px;
}


.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}


/*18 jun 2025 CSS*/
.dt-scroll-body::-webkit-scrollbar {
    height: 10px;
}
.no-data-found-width {
    grid-column: 1/-1;
    padding-bottom: 30px;
}

#ZipCode::-webkit-outer-spin-button,
#ZipCode::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

#ZipCode{
    -moz-appearance:textfield;
}

.page {
    justify-content: flex-start!important;
}