@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/*--font face end--*/
body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #393939;
}

:root {
    --primarycolor: #00583E;
    --themedark: #3F3C3C;
    --secondrycolor: #D3AF37;
}


.logo-icon {
    display: none;
}


.login-wrapper {
    height: 100vh;
}

/* .login-left {
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
} */



.login-container {
    max-width: 440px;
    background: #fff;
    width: 100%;
}

    .login-container h4 {
        font-weight: 600;
        margin: 0 0 20px;
        color: #303030;
        font-size: 36px;
        margin-bottom: 5px;
    }


.login-head P {
    font-size: 18px;
    color: #575757;
    font-weight: 300;
}




.login-left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Full screen image */
}

span.logo-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right {
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.login-left {
    min-width: 890px;
    height: 100%;
    position: relative;
    flex: 1;
}

.login-inner-wrapper {
    height: 100%;
}

.login-left-inner .img-fluid {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
    object-position: top;
}

span.user-info {
    border: 2px solid #EBEAE8;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dropdown-toggle::after {
    display: none;
}


.page-title-row h5 {
    font-size: 24px;
    color: #32322F;
    font-weight: 700;
    margin-bottom: 0;
}

/****/

/*--chat--*/
.form-grey-bg {
    border-radius: 8px;
    background: #FBFAFA;
    padding: 20px 30px;
}

.form-step-process {
    text-align: center;
    margin: 20px 0;
    padding: 0;
}

    .form-step-process li {
        background: #56C1C8;
        color: #fff;
        border-radius: 8px;
        padding: 10px 20px;
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }

        .form-step-process li.disabled {
            opacity: .6;
        }

    .form-step-process .step-count {
        background: #fff;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        color: #56C1C8;
        border-radius: 100%;
        margin-right: 5px;
        display: inline-block;
    }

.eye-pass {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.position-relative.passwordinput input {
    padding-right: 50px;
}

.modal-header {
    border: 0;
    padding: 20px 20px;
}

.modal-content {
    border-radius: 16px;
}

.modal-body {
    padding: 15px 20px 20px;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    border: 0;
}

.min-btn-width-100 {
    min-width: 100px;
}

.input-gp {
    border: solid 1px #D4D4D4;
    border-radius: 6px;
    padding: 2px;
    display: flex;
}

    .input-gp input {
        flex: 1;
        border: 0px;
        padding: 0 10px;
    }

        .input-gp input:focus-visible {
            outline: none;
        }

    .input-gp .btn-sm {
        min-width: 90px;
        border-radius: 4px;
    }

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:active:focus {
    background-color: #00583E !important;
    border-color: #00583E !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    -webkit-tap-highlight-color: transparent;
}

    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #00583E !important;
        border-color: #00583E !important;
    }

.btn {
    font-size: 16px;
    line-height: 1.3;
    border-radius: 33px;
    padding: 14px 15px;
    font-weight: 500;
    min-width: 132px;
}

    .btn.btn-secondry {
        border: 1px solid #DADADA;
        background: #fff;
    }


.btn-primary {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
}

    .btn-primary:hover {
        background-color: #00583E;
        border: 1px solid #00583E;
    }

.btn-light {
    background: #F6F2F5;
    border-color: #F6F2F5;
    color: #B1B1B1;
}

.btn-outline-primary {
    border-color: var(--primarycolor);
    color: var(--primarycolor);
}

    .btn-outline-primary:hover {
        border-color: var(--primarycolor);
        color: #fff;
        background-color: #00583E;
    }

.input-gp .btn-sm {
    min-width: 90px;
    border-radius: 4px;
}
.btn-secondary {
    background: #D3AF37;
    border-color: #D3AF37;
}

    .btn-secondary:hover {
        background-color: #cfb14c;
        border: 1px solid #cfb14c;
    }



.text-link {
    color: var(--secondrycolor);
    font-size: 15px;
    font-weight: 600;
}

.form-label {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
}


.tp-search {
    position: relative;
    margin: 0 0 0 20px;
    max-width: 330px;
    width: 100%;
}

    .tp-search input {
        border: solid 1px #D4D4D4;
        border-radius: 10px;
        padding: 10px 10px 10px 40px;
        width: 100%;
    }

    .tp-search .searchicon {
        position: absolute;
        left: 13px;
        top: 10px;
    }

input.icon-holder {
    padding-left: 44px;
}

input.icon-holder-right {
    padding-right: 40px;
}

.form-control.icon-holder-right + .input-icon-right {
    position: absolute;
    left: 20px;
    top: 10px;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 11px;
}

.form-control-lg + .input-icon,
.form-control-lg ~ .password-eye-icon {
    top: 14px;
}

.form-check {
    padding-left: 30px;
    min-height: 30px;
}

    .form-check.check-coustom .form-check-label {
        padding-top: 4px;
        font-size: 15px;
        color: #303030;
        font-weight: 400;
    }

    .form-check.check-coustom .form-check-input {
        margin-left: -30px;
    }

        .form-check.check-coustom .form-check-input[type="checkbox"] {
            width: 22px;
            height: 22px;
            border-radius: 5px;
            border-color: #D3AF37;
        }

.form-check-input[type="radio"] {
    width: 22px;
    height: 22px;
}

.form-check.check-coustom .form-check-input:checked {
    background-color: #D3AF37;
    border-color: #D3AF37;
}

.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.form-control,
.form-select {
    border-color: hsl(199.09deg 86.84% 14.9% / 20%);
    font-size: 14px;
    height: 50px;
    border-radius: 33px;
    padding: 10px 15px;
    font-weight: 500;
}


    .form-control::placeholder {
        color: hsl(0deg 0% 6.67% / 20%);
    }

    .form-control.form-control-lg {
        height: 50px;
    }

.page-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abc {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

    .abc a {
        font-size: 18px;
        font-weight: 400;
        color: var(--secondrycolor);
    }

.with-icon {
    position: relative;
}

.check-coustom a {
    color: var(--secondrycolor);
}

.otp-input .otp-box {
    width: 96px;
    height: 56px;
    font-size: 22px;
    border-radius: 30px;
}

/** Header **/
.header .navbar {
    background: #00583E;
    padding-left: 100px;
    padding-right: 100px;
}

.navbar-nav li a {
    color: #fff;
}

    .navbar-nav li a:hover,
    .navbar-nav li a:focus {
        color: #EDEDED;
    }

.header .fixed-top {
    right: 30px;
    left: 30px;
}

.navbar-toggler {
    display: none !important;
}

.profile-wrapper {
    max-width: 900px;
    margin: 60px auto 60px;
    padding: 20px;
}

    /* Profile Avatar */
    .profile-wrapper .profile-avatar {
        width: 110px;
        height: 110px;
        border: 1.5px solid #0b5d3b;
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 30px;
        background: #fff;
        cursor: pointer;
    }

        .profile-wrapper .profile-avatar i {
            font-size: 36px;
            color: #cbd5e1;
        }

    .profile-wrapper .edit-icon {
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 26px;
        height: 26px;
        background: #0b5d3b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 13px;
        cursor: pointer;
    }


    /* Plan Card */
  .plan-card {
        background: #FFF9EE;
        border: 1px solid #F9E0B1;
        border-radius: 12px;
        padding: 18px 20px;
        position: relative;
    }

     .plan-title {
        font-weight: 600;
        font-size: 16px;
        color: #000;
    }

      .plan-sub {
        font-size: 14px;
        color: #555;
        margin-top: 4px;
    }

      .status-badge {
        position: absolute;
        top: 18px;
        right: 20px;
        background: #61B15C;
        color: #fff;
        padding: 4px 14px;
        border-radius: 20px;
        font-size: 13px;
    }

     .upgrade-btn {
        background: #00583E;
        color: #fff;
        border-radius: 33px;
        padding: 6px 16px;
        font-size: 14px;
        font-weight: 400;
    }

   .btn-cancel {
        border-radius: 33px;
        padding: 10px 30px;
        background: #fff;
        border: 1px solid #DADADA;
        color: #797979;
        font-size: 14px;
        font-weight: 700;
    }

   .btn-save {
        border-radius: 25px;
        padding: 10px 36px;
        background: #00583E;
        color: #fff;
        border: none;
        font-size: 14px;
        font-weight: 500;
    }

/* Footer */
footer {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    background: #0b5d3b;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    font-size: 14px;
    border-radius: 20px 20px 0 0;
}

.profile-avatar {
    cursor: pointer;
}

    .profile-avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        display: block;
    }

.user-set-menu {
    /* background: #F8EBF4; */
    color: #000;
    /* border-radius: 27px;
      padding: 3px 10px 3px 3px;
      margin-right: 10px;
      margin-left: auto; */
}

    .user-set-menu .dropdown-toggle {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .user-set-menu a {
        color: #333;
    }

    .user-set-menu .dropdown-toggle h6 {
        font-size: 16px;
        margin: 0;
        color: rgba(51, 51, 51, 1);
        font-weight: 300;
    }

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.user-set-menu .dropdown-menu {
    font-size: 15px;
    color: #333;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

    .user-set-menu .dropdown-menu .dropdown-item {
        color: #000000;
        font-weight: 400;
        font-size: 14px;
    }

.user-set-menu .dropdown-toggle::after {
    display: none !important;
}

.user-set-menu .dropdown-toggle {
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    background: #00583E;
    border: 1px solid #D3AF37;
}

    .user-set-menu .dropdown-toggle img {
        width: 30px;
        height: 30px;
    }

.subscription-wrapper h1 {
    font-size: 64px;
    font-weight: 700;
    color: var(--primarycolor);
}

.subscription-wrapper {
    /* max-width: 900px; */
    margin: 60px 100px 60px;
    padding: 20px;
    display:flex;
    justify-content:center;
}

.subscription-card {
    padding: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    min-height:850px;
    height:100%;
}

.subscription-badge {
    background-color: #fff;
    border-radius: 99px;
    border: 1px solid var(--secondrycolor);
    padding: 8px 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: var(--secondrycolor);
}

.subscription-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primarycolor);
}

.subs-price h2 {
    font-size: 48px;
    font-weight: 700;
    color: #2D3436;
}

.subs-price span {
    font-size: 16px;
    font-weight: 500;
    color: #2D3436;
}

.subscription-card p {
    font-size: 18px;
    font-weight: 500;
    color: #191919;
}

.bg {
    background-color: var(--secondrycolor);
}



@media only screen and (max-width: 1025px) {
    .subscription-wrapper {
        margin: 60px auto 6cap;
        padding: 20px;
    }

    .subscription-card p {
        font-size: 16px;
    }

    .subscription-card img {
        width: 24px;
    }

    .subscription-wrapper h1 {
        font-size: 44px;
    }
}


/* //////////--------Login Responsive----------//////////////// */
/* =========================
   DESKTOP / LARGE LAPTOP
========================= */
@media (min-width: 1200px) {
    .login-left {
        min-width: 50%;
    }

    .login-right {
        padding: 40px;
    }
}

/* =========================
   LAPTOP / SMALL DESKTOP
========================= */
@media (max-width: 1199px) {
    .login-left {
        min-width: 45%;
    }

    .login-container h4 {
        font-size: 32px;
    }

    .login-head p {
        font-size: 18px;
    }
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
    .login-wrapper {
        min-height: 100vh;
        display: flex;
    }

    .login-inner-wrapper {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .login-left {
        display: none;
    }

    .login-left-inner .img-fluid {
        border-radius: 20px;
    }

    span.logo-info {
        position: static;
        margin-bottom: 20px;
    }

    .login-right {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px 16px;
    }

    .login-container {
        width: 100%;
        max-width: 420px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 769px) {
    .login-wrapper {
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .login-inner-wrapper {
        flex-direction: column;
    }

    .login-left {
        display: none;
    }

    .login-right {
        padding: 20px 16px;
        align-items: flex-start;
    }

    .login-container h4 {
        font-size: 26px;
    }

    .login-head p {
        font-size: 16px;
    }

    .form-control,
    .form-control-lg {
        height: 46px;
    }

    .btn {
        font-size: 15px;
        padding: 12px;
    }

    .abc,
    .abc a {
        font-size: 15px;
    }

    .header .navbar {
        background: #00583E;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 576px) {
    .login-container h4 {
        font-size: 22px;
    }

    .login-head p {
        font-size: 14px;
    }

    .form-label {
        font-size: 13px;
    }

    .login-right {
        padding: 20px;
    }

    .otp-input .otp-box {
        width: 90px;
    }
}


/* =========================
   MOBILE LOGO ONLY
========================= */

.mobile-logo {
    display: none;
}

    .mobile-logo img {
        max-width: 120px;
        width: 100%;
    }

/* Show logo ONLY when left panel is hidden */
@media (max-width: 991px) {
    .mobile-logo {
        display: block;
    }
}


.in-icon {
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.aud-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.price-with {
    position: relative;
}

    .price-with input {
        padding-left: 65px;
    }
 .price-with input {
        padding-left: 65px;
    }
.profile-avatar svg {
    pointer-events: none;
}
.number-with {
    position: relative;
}

    .number-with input {
        padding-left: 65px;
    }

/*
    .avatar-label svg {
        pointer-events: none;
    }



.avatar-label {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background: #f3f4f6;
}

#avatarPreview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
}

#avatarSvg {
    width: 42px;
    height: 42px;
}

.edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #0f5132;
    border-radius: 50%;
    padding: 6px;
}*/

/* Make label fill the avatar */
.avatar-label {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

/* Force image to show even if hidden attr exists */
#avatarPreview {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover; 
}

    /* Hide SVG when image has a src */
    #avatarPreview[src] + #avatarSvg {
        display: none !important;
    }
    /* Hide SVG when image has a src */
    #avatarPreview[src] {
        display: block !important;
    }
#avatarSvg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swal2-icon.swal2-warning {
    color: #f8bb86;
    border-color: #facea8;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
}

.swal2-modal .swal2-styled {
    border: 0;
    border-radius: 33px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 59px;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    font-family: "Inter", sans-serif !important;
    border-radius: var(--swal2-confirm-button-border-radius);
    background: initial;
    background-color: #00583E !important;
    box-shadow: var(--swal2-confirm-button-box-shadow);
    color: var(--swal2-confirm-button-color);
    font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    font-family: "Inter", sans-serif !important;
    border-radius: var(--swal2-cancel-button-border-radius);
    border: 1px solid #DADADA !important;
    background: initial;
    background-color: #fff !important;
    box-shadow: var(--swal2-cancel-button-box-shadow);
    color: #797979 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
.form-check-input:checked {
    background-color: #00583e;
    border-color: #00583e;
}
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--primarycolor) !important;
}





.Freegift-container h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--secondrycolor);
}

.Freegift-container h6 {
    font-size: 20px;
    font-weight: 600;
    color: #008C58;
}

.Freegift-container h5 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.Freegift-container h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondrycolor);
}

.Freegift-container p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.Freegift-container a {
    font-size: 16px;
    font-weight: 500;
    color: var(--primarycolor);
    text-decoration: underline;
}

@media only screen and (max-width: 576px) {
    .subscription-wrapper h1 {
        font-size: 30px;
    }

    .Freegift-container h2 {
        font-size: 28px;
    }
}
.payment-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.validation-msg {
    min-height: 18px; /* adjust as needed */
    display: block;
}

.change-pass {
    display: flex;
    justify-content: center;
}

.change-pass-container {
    width: 100%;
    max-width: 900px;
}