.dashbord-wrapper .custom-container {
    position: relative;
}

.dash-head-wrapper {
    position: inherit;
}

.dash-head-wrapper .custom-container {
    max-width: 1400px;
}

.dash-head {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.dash-head-btns .dashboard-header {
    display: flex;
    gap: 20px;
    align-items: center;
}

.dash-head-btns .dashboard-header .btn a {
    color: var(--black-color);
    display: flex;
    gap: 10px;
    align-items: center;
}

.dash-head-btns .dashboard-header .user-logout a {
    color: var(--white-color);
}

.dash-head-btns .dashboard-header .btn:hover a {
    color: var(--white-color);
}

.dash-heading {
    position: absolute;
    top: -100px;
    left: 14.5em;
    display: flex;
    gap: 8px;
    align-items: center;
    border-left: 1px solid #a7a9ac;
    padding-left: 30px;
}

.dash-heading h4 {
    font-size: 5em;
}

.dash-heading p {
    font-size: 1.8em;
}

.dash-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.user-prof-wrapp {
    background: url("../images/profile-bg.png") no-repeat top center;
    background-size: cover;
    border-radius: 40px;
    position: relative;
    width: 30%;
}

.user-prof-wrapp::after {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 20%, rgb(0 0 0 / 70%) 70%);
    border-radius: 62px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
}

.user-profile {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.user-outer-box {
    background: url(../images/shield.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 240px;
    height: 289px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.user-img {
    padding: 6px;
    position: relative;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin-bottom: 40px;
}

.user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.user-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: var(--white-color); */
    box-shadow: inset 0 0 5000px rgba(255, 255, 255, 0.4);
    filter: blur(0px);
    /* filter: blur(30px); */
    border-radius: 50%;
}

.user-profile h3 {
    font-size: 3.2em;
    color: var(--white-color);
    text-align: center;
}

.user-profile p {
    display: flex;
    gap: 10px;
    color: var(--white-color);
    margin-top: 12px;
    align-items: center;
}

.user-profile p.profile-address {
    align-items: normal;
}

.user-profile p.profile-address i {
    margin-top: 5px;
}

.user-profile p a {
    color: var(--white-color);
}

.user-profile p i.icon-email {
    font-size: 12px;
}

.user-profile .btn {
    margin-top: 30px;
}

.user-profile .btn.deleteProfile {
    color: var(--red-color90);
    margin-top: 10px;
    padding: 12px;
    font-size: 12px;
    margin-bottom: 10px;
}

.dash-cont-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 70%;
}

.dash-box {
    width: calc((100% / 2) - 14px);
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--black-color);
    padding: 20px;
}

.dash-box .icon-box {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dash-box .icon-box i {
    color: var(--white-color);
    font-size: 5em;
}

.dash-box .icon-box i.icon-amount {
    font-size: 4em;
}

.dash-box .dash-cont h3 {
    font-size: 2.2em;
    color: var(--white-color);
    margin-bottom: 7px;
    line-height: 1;
}

.dash-box .dash-cont p {
    font-size: 1.6em;
    color: var(--white-color);
}

.dash-box.light-white-box .icon-box {
    background: rgba(35, 35, 35, 0.3);
}

.dash-box.light-white-box .dash-cont h3,
.dash-box.light-white-box .dash-cont p {
    color: var(--black-color);
}

.blue-box {
    background: var( --gray100);
}

.green-box {
    background: var(--gray90);
}

.green-box .dash-cont h3 {
    color: var(--green-color80);
}

.inactive-box .dash-cont h3 {
    color: var(--pink-color);
}

.red-box {
    background: var(--red-color);
}

.light-white-box {
    background: var(--gray70);
}

.pink-box {
    background: var(--pink-color);
}

.dash-slide {
    /* display: none; */
    padding: 0;
    overflow: hidden;
    flex: 1;
}

.dash-slide .swiper-container {
    width: 100% !important;
    height: 100%;
}

.dash-slide .swiper-slide {
    width: 100% !important;
    height: inherit;
}

.swipe-dash {
    max-width: 100%;
    height: 100%;
    position: relative;
}

.swipe-box-img {
    height: 320px;
    width: 100%;
}

.swipe-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swipe-box-cont {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.swipe-box-cont h2 {
    margin-bottom: 30px;
    font-size: 3em;
    color: var(--white-color);
    font-family: var(--font-rg);
}

.swipe-box-cont a {
    border: none;
}

.edit-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(35, 35, 35, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    display: none;
}

.edit-popup-show {
    display: flex;
}

.edit-popup-box {
    max-width: 1000px;
    width: 100%;
    background: var(--white-color);
    border-radius: 40px;
    padding: 30px 30px 20px 30px;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.modal-header h3 {
    font-family: var(--font-rg);
    font-size: 4em;
    width: 40%;
}

.modal-header h3 b {
    font-family: var(--font-bold);
}

.modal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.modal-header .profile-success,
.modal-header .profile-fail {
    width: calc(60% - 12px);
}

.modal-body {
    background: var(--white-color);
    height: calc(100vh - 250px);
    overflow: auto;
    padding-top: 20px;
    padding-right: 10px;
    overflow-x: hidden;
}

.modal-body::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--gray70);
}

.modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: var(--gray70);
}

.modal-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--black-color);
}

.modal-body .modal-content {
    display: flex;
    gap: 30px;
}

.modal-user {
    width: 40%;
    padding: 20px 40px;
    border: 1px solid var(--gray70);
    border-radius: 20px;
    text-align: center;
}

.modal-user .img-wrap {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.modal-user .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.choose-profile {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.choose-profile .btn {
    position: relative;
    padding: 10px 20px;
}

.choose-profile .btn input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    text-indent: -9999em;
}

.modal-user p {
    text-align: center;
}

.modal-user .error-msg {
    color: var(--red-color);
}

.modal-form {
    width: 60%;
}

.modal-form .contact-inform .form-label {
    color: var(--black-color);
}

.modal-form .form-control {
    border: 1px solid var(--gray70);
    color: var(--black-color);
}

.modal-form .form-group:last-child {
    margin-bottom: 0;
}

.modal-footer {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    background: var(--white-color);
}

.plan-box-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.plan-btn-bx {
    margin-left: 2px;
}

.dash-box .dash-cont p.rm-days {
    font-family: var(--font-medium);
    background: var(--rem100);
    border-radius: 50px;
    display: inline-flex;
    padding: 5px 15px;
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 10px;
}

.plan-box-action .claim-msg {
	margin-bottom:8px;
}

.plan-box-action .claim-btn {
	margin-bottom:16px;
}

.plan-box-action .btn-darken {
    border: 0;
	min-width: 140px;
}

.plan-box-action .btn-darken {
    border: 0;
}

.blur-box {
    filter: blur(5px);
    pointer-events: none;
}

.subscription-cancellation-box .edit-popup-box, .confirmation-delete-box .edit-popup-box {
    max-width: 1000px;
}

.subscription-cancellation-box .modal-header h3, .confirmation-delete-box .modal-header h3 {
    width: 100%;
    text-align: center;
}

.subscription-cancellation-box .modal-body .modal-content, .confirmation-delete-box .modal-body .modal-content {
    justify-content: center;
}

.subscription-cancellation-box .modal-body .modal-content p, .confirmation-delete-box .modal-body .modal-content p {
    font-size: 2em;
    text-align: center;
}

.subscription-cancellation-box .modal-body, .confirmation-delete-box .modal-body {
    height: auto;
    padding-right: 0;
}

.subscription-cancellation-box .modal-content, .confirmation-delete-box .modal-content {
    display: block;
}

.note-box {
  background-color: #f0f4ff;
  border-left: 4px solid #0d6efd;
  padding: 12px 16px;
  border-radius: 5px;
  color: #333;
  line-height: 1.6;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1000px, 0, 0);
        transform: translate3d(-1000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1000px, 0, 0);
        transform: translate3d(-1000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width:1280px) {
    .blue-box .plan-box-action {
        flex-direction: column;
        align-items: flex-start;
    }
    .blue-box .plan-btn-bx {
        margin-left: 0;
        margin-top: 10px;
    }
	.plan-box-action .claim-msg {
		margin-bottom: 0px;
	}
}

@media (max-width:1250px) {
    .dash-head-btns nav {
        padding: 0px;
        min-height: auto;
    }
    .dash-head {
        box-shadow: #23232312 0px 3px 10px;
        padding: 5px 8px;
        margin-top: 10px;
        border-radius: 10px 30px 30px 10px;
    }
    .dash-logo img {
        height: 50px;
        top: 2px;
        position: relative;
    }
    .dash-heading {
        top: 0;
        margin-bottom: 20px;
        margin-top: 20px;
        position: relative;
        left: 0;
        border-left: 0;
        padding-left: 0;
    }
    .user-profile {
        border-radius: 30px;
    }
    .user-prof-wrapp {
        border-radius: 30px;
        width: 40%;
        min-height: auto;
    }
    .user-outer-box {
        width: 220px;
        height: 229px;
        background-size: contain;
    }
    .user-img {
        width: 130px;
        height: 130px;
        padding: 8px;
    }
    .dash-box {
        width: calc((100% / 2) - 10px);
        border-radius: 30px;
        padding: 20px;
    }
    .dash-slide {
        padding: 0;
    }
    .dash-box .dash-cont h3 {
        font-size: 2.2em;
    }
    .edit-popup-box {
        border-radius: 20px;
        padding: 20px;
    }
    .modal-header h3 {
        font-size: 2.5em;
    }
    .modal-body .modal-content {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .modal-user {
        width: 100%;
        padding: 20px;
        display: flex;
        align-items: center;
    }
    .modal-user .img-wrap {
        width: 90px;
        height: 90px;
        margin: 0 10px 0 0;
    }
    .choose-profile {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .modal-user p {
        text-align: left;
        font-size: 1em;
    }
    .modal-form {
        width: 100%;
    }
    .modal-form .form-control::placeholder {
        font-size: 14px;
    }
    .choose-profile .btn {
        position: relative;
        padding: 10px 15px;
        font-size: 1.3em;
        min-width: inherit;
        flex: 1;
    }
    .modal-footer .btn {
        padding: 16px 25px;
        min-width: inherit;
        flex: 1;
    }
    .modal-body {
        padding-top: 0;
        margin-top: 20px;
    }
    .blue-box .dash-cont h3 {
        margin-bottom: 0;
    }
    .subscription-cancellation-box .modal-body .modal-content p, .confirmation-delete-box .modal-body .modal-content p {
        font-size: 1.7em;
    }
}

@media (max-width:1190px) {
    .dash-heading {
        left: 0;
    }
    .plan-box-action {
        flex-direction: column;
        align-items: flex-start;
    }
    .plan-btn-bx {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .blue-box .plan-btn-bx {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 800px) {
    .dash-wrapper {
        flex-wrap: wrap;
    }
    .user-prof-wrapp {
        width: 100%;
    }
    .dash-cont-box {
        width: 100%;
    }
    .dash-head-btns .dashboard-header {
        gap: 10px;
    }
    .dash-head-btns .btn {
        font-size: 0;
        min-width: auto;
        gap: 0;
        width: 40px;
        height: 40px;
    }
    .dash-head-btns a i {
        font-size: 18px;
    }
    .dash-box {
        width: 100%;
        flex-direction: row;
        height: auto;
        justify-content: flex-start;
        gap: 10px;
        align-items: center;
    }
    .modal-user {
        padding: 10px;
    }
    .user-profile .btn {
        margin-top: 20px;
    }
    .plan-btn-bx {
        margin-left: 0;
        margin-top: 10px;
    }
    .modal-header h3 {
        width: 100%;
    }
    .modal-header .profile-success,
    .modal-header .profile-fail {
        width: 100%;
        margin-top: 10px;
    }
    .modal-header {
        gap: 0;
    }
    .dash-head-btns .dashboard-header .btn a {
        gap: 0;
    }
    .dash-box .icon-box {
        width: 80px;
        height: 80px;
    }
    .dash-box .icon-box i {
        font-size: 3.5em;
    }
}