@import "variables.css";
@import "fonts.css";

* {
    margin: 0;
    font-family: sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
}
strong {
    font-weight: 700;
}
ul, li {
    list-style: none;
    padding: 0;
}
img {
    border: 0;
}
a {
    outline: 0;
    text-decoration: none;
}
button:focus-visible {
    outline: 0;
}
.expanded, .show {
    display: block;
}
.mini-show {
    display: inline-block;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: var(--text-center)!important;
}
.text-left {
    text-align: left;
}
main {
    height: 100%;
    overflow-y: auto;
    min-height: 100%; 
    position: relative
}
main:not(.index) {
    min-height: 100vh;
}
.scroll {
    overflow-y: auto;
    min-height: 100%;
}
.hide {
	display: none !important;
}
.main-wrap {
    display: flex;
    min-height: 100vh;
    padding: 3rem;
    background-color: #ddd;
}
.header-logo {
    text-align: var(--text-center);
    margin: 2rem auto;
}
.header-logo img {
    max-width: 11.15rem;
}
.main-wrap .body-content {
    flex-basis: 30%;
    padding: 16.36vh 4vw 0;
    box-shadow: 3px 3px 10px 0 var(--dark-grey-color);
    background-color: var(--white-color);
}
.reg-page .main-wrap .body-content {
    padding-top: 0;
}
.main-wrap .bg-banner-ctr {
    flex-basis: 70%;
    background: url(../images/main_bg_banner.jpg) no-repeat;
    background-size: cover;
}
.entry-header {
    text-align: var(--text-center);
}
.entry-header h3 {
    margin-bottom: 0.5rem;
}
h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.entry-header p {
    font-size: 0.845rem;
    line-height: 1.45rem;
    margin: 0 0 1rem;
}
.input-group {
    margin-bottom: 1rem;
}
.hover_link:hover {
	cursor: pointer;
}
input:not([type="radio"]), select {
    width: 100%;
    border: 1px solid var(--light-grey-color);
    height: 44px;
    padding: 0.375rem 1rem;
    font-size: 0.75rem;
    color: var(--primary-color);
}
input:focus-visible, select:focus-visible {
    outline: 0;
}
input::placeholder {
    color: var(--light-grey-color);
}
input[type="checkbox"] {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}
label {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.checkbox-label {
    font-size: 0.725rem;
    font-weight: 500;
    color: var(--primary-color);
    display: inline-block;
    margin-left: 6px;
}
.option-more {
    display: flex;
}
.error {
    width: 100%!important;
    color: var(--tertiary-color);
    font-size: 0.8rem!important;
    margin: 0.5rem 0 0;
}
.form-btn-ctr {
    display: flex;
}
.login-reg-btn, .login-reg-btn-link {
    width: calc(50% - 0.5rem);
    padding: 10px 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-align: var(--text-center);
    cursor: pointer;
    position: relative;
    border-radius: 20px;
}
.login-reg-btn {
    color: var(--white-color);
    background-color: var(--secondary-color);
}
.login-reg-btn-link {
    margin-left: 1rem;
    border: 1px solid var(--secondary-color);
}
.login-reg-btn[disabled="disabled"] {
    opacity: 0.65;
    cursor: initial;
}
footer {
    text-align: var(--text-center);
    font-size: 0.845rem;
    font-weight: 300;
    padding-top: 3px;
    padding-bottom: 1rem;
}
footer p {
    color: var(--lighter-grey-color);
    margin: 0.5rem 0;
}
.required-field:after {
    content: "*";
    color: var(--tertiary-color);
}
.back-to-page {
    color: var(--white);
    background: var(--secondary-color) url(../images/back-arrow.png) no-repeat 20px;
    border-color: var(--secondary-color);
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    border-radius: 0 0 5rem 0;
}

.not-hp {
    background-color: #f8f8f8;
}
/* Index page header */
header {
    background-color: var(--white-color);
    position: sticky;
    top: 0;
    z-index: 9999999;
    box-shadow: 0 3px 6px 0px #00000029;
}
.hp-header-inner-wrap, .header-inner-wrap {
    max-width: 1446px;
    margin: 0 auto;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.brand-logo {
    width: 50%;
}
.brand-logo img {
    max-width: 11.15rem;
    max-height: 2.65rem;
}
.hp-header-links {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    gap: 15px;
}
.hp-header-links a:hover {
    text-decoration: underline;
}
.hp-header-links a {
    font-family: 'Pangram-Medium', sans-serif;
}
.profile-name, .profile-name span {
    font-family: 'Pangram-Bold', sans-serif;
    font-size: 0.9375rem;
    line-height: 20px;
    color: var(--primary-color);
    text-transform: capitalize;
}
.profile-name {
    padding-right: 15px;
}
.subscribe-lead {
    display: none;
}
.subscribe-details {
    background: var(--secondary-color);
    display: inline-block;
    padding: 25px 20px;
    text-align: var(--text-center);
}
.subscribe-details span {
    font-family: 'Pangram-Medium', sans-serif;
    font-size: 0.9375rem;
    line-height: 21px;
    color: var(--white-color);
}
.subscribe-details .subscribe-lead {
    text-transform: uppercase;
    font-weight: 700;
}
.subscribe-details:hover span {
    color: var(--primary-color);
}
.header-inner-wrap {
    padding: 0 0 0 15px;
}
.header-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    gap: 15px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
aside {
    background-color: var(--white-color);
    width: 25%;
    min-height: 100vh;
    position: relative;
}
.left-nav-main {
    position: fixed;
    width: 19%;
    height: 90vh;
}
.left-nav-wrap {
    padding-top: 43px;
}
.left-nav {
    border-bottom: 1px solid #e8e8e8;
}
.left-nav a {
    font-family: 'Pangram-Bold', sans-serif;
    font-size: 1rem;
    color: #747474;
    display: block;
    padding: 1.25rem 1.25rem 1.25rem 2rem;
    margin-left: 1.25rem;
    position: relative;
}
.left-nav a:hover:not(#innerMenuSel), .left-nav a.active, .right-content-wrap .left-nav a.expanded {
    font-weight: 700;
    color: var(--primary-color);
}
.left-nav a:before, .left-nav a.active:after, .right-content-wrap .left-nav a:after, .right-content-wrap .left-nav a.expanded:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1rem;
    left: 0;
}
.left-nav a.nav-1:before {
    background: url(../images/profile_info.png) no-repeat left center;
}
.left-nav a:not(#innerMenuSel).nav-1:hover:before, .left-nav a.nav-1.active:before, .right-content-wrap .left-nav a.nav-1.expanded:before {
    background: url(../images/profile_info_hover.png) no-repeat left center;
}
.left-nav a.nav-2:before {
    background: url(../images/payment-and-sub.png) no-repeat left center;
}
.left-nav a:not(#innerMenuSel).nav-2:hover:before, .left-nav a.nav-2.active:before, .right-content-wrap .left-nav a.nav-2.expanded:before {
    background: url(../images/payment-and-sub_hover.png) no-repeat left center;
}
.left-nav a.nav-3:before {
    background: url(../images/security.png) no-repeat left center;
}
.left-nav a:not(#innerMenuSel).nav-3:hover:before, .left-nav a.nav-3.active:before, .right-content-wrap .left-nav a.nav-3.expanded:before {
    background: url(../images/security_hover.png) no-repeat left center;
}
.left-nav a.logout:before {
    background: url(../images/security.png) no-repeat left center;
}
.left-nav a.logout:before {
    background: url(../images/logout.png) no-repeat left center;
}
.left-nav a.active:after {
    background: url(../images/side_nav_exp.png) no-repeat left center;
    left: auto;
    right: 0;
}
.terms-cond-sec {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.8125rem;
}
.terms-cond-sec, .terms-cond-sec a u {
    font-family: 'Pangram-Medium', sans-serif;
}
.right-content-wrap {
    width: 75%;
    padding: 2rem 5rem 1rem 5rem;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
/*********Alert Styles*****************************/
.alert {
    margin-bottom: 1rem;
    padding: 1rem 2.5rem 1rem;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
	text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 1px 2px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 1px 2px rgb(0 0 0 / 5%);
	line-height: 1.3rem;
    font-size: 1rem;
    position: relative;
}
.alert-parent {
    display: flex;
    justify-content: center;
}
.float-alert .alert {
    position: fixed;
    z-index: 999999;
    top: 15vh;
    max-width: 350px;
}
.alert-parent {
    display: flex;
    justify-content: center;
}
.float-alert .alert {
    position: fixed;
    z-index: 999999;
    top: 15vh;
    max-width: 350px;
}
.alert.alert-danger {
	background-color: #f8d7da;
	color: #842029;
	border-color: #f5c2c7;
}
.alert.alert-danger::before {
    content: url(../images/danger.svg);
    position: absolute;
    z-index: 99;
    left: 1rem;
}
.alert.alert-info::before {
    content: url(../images/info-circle-fill.svg);
    position: absolute;
    z-index: 99;
    left: 1rem;
}
.alert.alert-success::before {
    content: url(../images/check-circle-fill.svg);
    position: absolute;
    z-index: 99;
    left: 1rem;
}
.alert.alert-info {
	color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert.alert-success {
	color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
/***************Loadin Spinner*********************/
#subLoadingSpinner, .loadingSpinner {
    background-image: url(../images/loading.gif);
    height: 154px;
    width: 154px;
    display: block;
    margin: 0 auto;
    z-index: 99999;
    background-repeat: no-repeat;
}
/***************Login/Registration Social Icon Styles*********************/
.form-scl-icon-sec .header {
    margin: 1.5rem auto 1rem;
    color: #000000;
}
.form-scl-icon-sec .header .separator {
    font-size: 0.765rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    text-transform: lowercase;
}
.form-scl-icon-sec .header .separator::before, .form-scl-icon-sec .header .separator::after {
    font-size: 0.875rem;
    color: #cecece;
    content: "";
    flex: 1;
    border-bottom: 1px solid #cecece;
}
.form-scl-icon-sec .header .separator::before {
    margin-right: 0.25em;
}
.form-scl-icon-sec .header .separator::after {
    margin-left: 0.25em;
}
.form-scl-icons {
    text-align: center;
}
.form-scl-icons button.form-scl-icon {
    width: 48px;
    border-radius: 50%;
    box-sizing: border-box;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-color: inherit;
    margin: 0 4px;
    height: 48px;
    border: 1px solid #0f0f150f;
    cursor: pointer;
    outline: none;
}
.form-scl-icons button.form-scl-icon:hover, .form-scl-icons button.form-scl-icon:focus {
    border-color: #0f0f154d;
}
.form-scl-icons button.form-scl-icon.google {
    background-image: url(../images/google.svg);
}
.form-scl-icons button.form-scl-icon.apple {
    background-image: url(../images/apple.svg);
}
.form-scl-icons button.form-scl-icon.linkedin {
    background-image: url(../images/linkedin.svg);
}
#appleid-signin > div {
    display: none;
}
/***************Login/Registration Page Styles*********************/
.outer-page .form-section .input-field {
    position: relative;
}
.outer-page .form-section .input-field i.fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #747474;
}
.outer-page .form-section .input-field > input {
    padding-left: 2rem;
}
.outer-page .form-section .input-field > input:not([type="radio"]) {
    background-color: #f4f4f4;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.forgot-pwd-page .main-wrap .body-content {
    position: relative;
}
.forgot-pwd-page .main-wrap .login-reg-btn {
    width: 100%;
}
.corpRegSuccess {
    text-align: center;
    background-color: var(--white-color);
    max-width: 900px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999;
    transform: translate(-50%, -50%);
    padding: 30px 50px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    overflow-y: auto;
    max-height: 90vh;
}
.corpRegSuccess .corpRegSuccessIcon {
    background-image: url(../images/corporate_invitation.gif);
    height: 150px;
    width: 150px;
    margin: 0 auto;
}
.corpRegSuccess h3.title {
    color: var(--secondary-color);
    font-size: 1.5rem;
    line-height: 2.25rem;
}
@media (max-width: 1500px) {
    .left-nav-main {
        width: 24.5%;
    }
}
@media (max-width: 1470px) {
    .left-nav-main {
        width: 25%;
    }
}
@media (max-width: 1199px) {
    .right-content-wrap {
        padding: 2rem;
    }
}
@media (max-width: 767px) {
    .brand-logo img {
        max-width: 9.15rem;
    }
    .header-logo {
        margin: 1rem auto 2rem;
    }
    .profile-name {
        text-align: center;
        min-width: 106px;
        padding-right: 10px;
    }
    .profile-name span {
        display: inline-block;
        width: 100%;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .right-content-wrap {
        width: calc(100% - 2.5rem);
        padding: 0;
        margin: 1.3rem auto 0;
        background-color: var(--white-color);
    }
    .left-nav-main {
        position: initial;
        width: 100%;
        height: auto;
    }
    .left-nav-wrap {
        padding-top: 0;
    }
    .content-area label {
        display: block;
        margin-bottom: 0.5rem;
        width: 100%;
    }
    .right-content-wrap .left-nav a:after {
        background: url(../images/side_nav_exp.png) no-repeat left center;
        transform: rotate(90deg);
        top: 1.6rem;
        right: 0;
        left: auto;
        opacity: 0.5;
    }
    .right-content-wrap .left-nav a.expanded:after {
        background: url(../images/side_nav_exp.png) no-repeat left center;
        transform: rotate(-90deg);
        top: 0.3rem;
        right: 0;
        left: auto;
        opacity: 1;
    }
    .main-wrap {
        justify-content: center;
        padding: 3rem 1rem;
    }
    .main-wrap .body-content {
        max-width: 406px;
        flex-basis: auto;
        padding: 4vw 4vw 0;
    }
    .main-wrap .bg-banner-ctr {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .select-day {
        width: 28%;
    }
    .select-month {
        width: 36%;
        margin: 0 5px;
    }
    .select-year {
        width: 30%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .main-wrap {
        padding: 1rem;
    }
    .main-wrap .bg-banner-ctr, .main-wrap .body-content {
        flex-basis: 50%;
    }
}
@media (min-width:1200px) and (max-width: 1399px) {
    .main-wrap {
        padding: 2rem;
    }
    .main-wrap .body-content {
        flex-basis: 40%;
    }
    .main-wrap .bg-banner-ctr {
        flex-basis: 60%;
    }
}
@media (min-width:1400px) and (max-width: 1550px) {
    .main-wrap {
        padding: 2rem;
    }
    .main-wrap .body-content {
        flex-basis: 35%;
    }
    .main-wrap .bg-banner-ctr {
        flex-basis: 65%;
    }
}
.loader {
    width: 20px;
    height: 20px;
}
.loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 8px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.loader div:nth-child(1) {
    animation-delay: -0.45s;
}
.loader div:nth-child(2) {
    animation-delay: -0.3s;
}
.loader div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
.positive-btn, .negative-btn {
    font-size: 16px;
    line-height: 1.18;
    color: var(--white-color);
    padding: 10px 50px;
    border: 0;
    background-color: var(--secondary-color);
    cursor: pointer;
    margin-right: 5px;
}
.negative-btn {
    background-color: var(--primary-color);
    margin-right: 0;
}
.modal-backdrop {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}
.modal-box-wrap {
    background-color: var(--white-color);
    max-width: 900px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999;
    transform: translate(-50%, -50%);
    padding: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    text-align: left;
    overflow-y: auto;
}
.promo-code-ctr {
    margin: 2rem 0 1rem;
}
.promo-input {
    display: flex;
    gap: 20px;
}
.promo-input .btn-success {
    margin: 0;
    width: 110px;
    border: 0;
    color: var(--white-color);
    font-size: 1rem;
    text-transform: capitalize;
}
.promo-input #promoInput {
    font-size: 1rem;
}
.corporate-login > img, .corporate-block > img {
    max-width: 200px;
}
@media (max-width: 767px) {
    .modal-box-wrap, #cancel-purchase.modal-box-wrap {
        width: calc(100% - 26px);
        top: 10px;
        transform: translate(-50%, 3px);
        height: calc(100vh - 26px);
    }
    .pay-note:before {
        width: 74px;
        flex-basis: 74px;
    }
    .existing-card, .new-card {
        margin: 0 auto 20px;
    }
    .positive-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .negative-btn {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .modal-box-wrap {
        width: 80%;
    }
}
.user-subscribed .brand-logo {
    padding: 10px 0 5px;
}
.corporate-block h2 {
    font-size: 28px;
    line-height: 43px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'ProximaNova-Semibold', sans-serif;
}
.corporate-block p {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding: 4px 30px;
    letter-spacing: 0.01em;
    font-weight: normal;
    color: rgba(15, 15, 21, 0.7);
    margin-top: 8px;
}
.corporate-block a {
    color:#000;
    text-transform: uppercase;
}
.corporate-block a:hover{
    color: blue;
}
