/* Use for temporary solutions */

@import url('./variables.css');

/* .auth_container .ac_column {
    min-height: calc(100vh - 136px) !important;
} */

/*--------------- Main Header ---------------*/
.wrapper .topbar {
    background: linear-gradient(90deg, #014afb, #0032ab, #002376);
}

/*------ Logo ------*/
.wrapper .topbar .header_logo img {
    /* max-width: 180px; */
    /* max-height: 45px; */
    max-width: 260px;
    max-height: calc(var(--bs-topbar-height, 88px) - 20px);
    object-fit: contain;
}
/*------ Logo ------*/

/*------ NavLink ------*/
.wrapper .topbar .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(var(--white-color, 255, 255, 255), 0.65);
    padding: 0 0;
}
.wrapper .topbar .navbar-nav .nav-link:hover {
    color: rgba(var(--white-color, 255, 255, 255), 1);
}
/* .wrapper .topbar .navbar-nav .nav-item:last-child .nav-link {    
    padding: 0 0;
} */
/*------ NavLink ------*/

/*--------------- Plan Page Design ---------------*/
.plans_caresoul .pc_item {
    /* background: linear-gradient(135deg, rgb(4, 243, 138) 0%, 50%, rgb(50, 64, 201) 100%); */
    background: linear-gradient(90deg, rgb(52, 50, 201) 0%, 50%, rgb(1, 1, 6) 100%);
}
.plans_caresoul .pc_item .subheading {
    color: rgba(var(--white-color, 255, 255, 255), 1);
}
.plans_caresoul .pc_item .sub_title {
    color: rgba(7, 205, 4, 1);
}
.plans_caresoul .pc_item .sub_title span {
    text-decoration: line-through;
    text-decoration-color: red;
}
.plans_caresoul .pc_item .title {
    color: rgba(var(--tertiary-color, 90, 252, 128), 1);
}
.plans_caresoul .pc_item .title.active_plan {
    font-size: 44px;
}
.plans_caresoul .pc_item ul {
    list-style: none;
}
.plans_caresoul .pc_item ul li {
    color: rgba(var(--white-color, 255, 255, 255), 1);
    position: relative;
    padding-left: 24px;
}
.plans_caresoul .pc_item ul li:not(:last-child) {
    margin-bottom: 5px;
}
.plans_caresoul .pc_item ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    background-image: url('../icons/check.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
html[dir=rtl] {
    .plans_caresoul .pc_item ul li {
        padding-left: 0;
        padding-right: 24px;
    }
    .plans_caresoul .pc_item ul li:before {
        right: 0;
    }
}
/* .plans_caresoul .pc_item .btn-primary {
    background: rgba(var(--white-color, 255, 255, 255), 1);
    color: rgba(var(--black-color, 0, 0, 0), 1);
    border-color: rgba(var(--white-color, 255, 255, 255), 1);
}
.plans_caresoul .pc_item .btn-primary:hover {
    background: rgba(var(--black-color, 0, 0, 0), 1);
    color: rgba(var(--white-color, 255, 255, 255), 1);
    border-color: rgba(var(--black-color, 0, 0, 0), 1);
} */
/*--------------- Plan Page Design ---------------*/

/*--------------- Caresoul Setting ---------------*/
.lSSlideOuter .lSPager.lSpg {
    margin: 16px 0 0 !important;
}
.lSSlideOuter .lSPager.lSpg li.active a {
    width: 16px !important;
    background-color: rgba(var(--secondary-color, 90, 252, 128), 1) !important;
}
/*--------------- Caresoul Setting ---------------*/