﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

body {
    font-family: 'DM Sans', sans-serif !important;
    font-style: normal;
    background: #FFFFFF;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.login-page {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.login-left {
    background-image: url(/img/bg_registration.svg);
    background-size: cover;
    flex: 1 1 50%;
    min-width: 300px;
}

.login-right {
    flex: 1 1 50%;
    background-color: #fff;
    min-width: 300px;
}

.max-width-img{
   max-width:60%
}

@media (max-width: 1000px) {
    .max-width-img {
        max-width: 90%
    }
}

@media (max-width: 768px) {
    .login-left, .login-right {
        flex: 1 1 100%;
        min-height: 50vh;
    }

    .form-wrapper {
        padding: 2rem !important;
    }
    .max-width-img {
        max-width: 95%
    }

    .login-page {
        padding-top:20%
    }
}

.demo {
    background: #EF405F;
    color: #fff;
    border-radius: 6px;
    padding: 0.15rem;
}

.review-box {
    position: fixed;
    left: 0;
    bottom: 40%;
    z-index: 1000;
}

.review-content {
    width: 200px;
    text-align: center;
}

@media (max-width: 768px){
    .m-login-top{
        margin-top: 7rem;
    }
}

.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    max-height: 100% !important;
    max-width: 550px !important;
    right: 0;
}

.font-1-2rem {
    font-size: 1.2rem;
}

.modal-width {
    width: 31rem !important;
}

.price {
    min-width: 20rem
}

.carousel-container-home {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-caption-home {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    border-radius: 16px;
    border-left: 4px solid #B3C8FF;
    padding: 1rem;
}

.carousel-slide-home {
    display: flex;
    transition: transform 0.7s ease;
}

.slide-home {
    flex: 0 0 100%;
}

.card-padding-reg {
    padding: 3.75rem 10.75rem;
}

.open-button {
    background: none;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    right: 28px;
    width: auto;
}

    .open-button:hover {
        animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    }

@keyframes trambling-animation {
    0%, 50%, 100% {
        transform: rotate(0deg);
    }

    10%, 30% {
        transform: rotate(-10deg);
    }

    20%, 40% {
        transform: rotate(10deg);
    }
}

.p-about-us-b {
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
}

.p-about-us-s {
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    color: #474E67;
    font-weight: 300;
}

.span-about-us {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
}

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    width: 350px;
    opacity: 1;
    background: #5465FC;
    border-radius: 8px;
    max-height: 35rem;
    overflow-y: auto
}

.form-container {
    max-width: 350px;
    padding: 1rem;
    border-radius: 8px;
    background: radial-gradient(28.92% 47.41% at 2.47% 68.04%, rgba(148, 111, 255, 0.3) 6.18%, rgba(77, 191, 255, 0.195) 45.31%, rgba(255, 255, 255, 0) 100%), #F5F8FE;
}

.cancel:hover {
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}

.video-yt {
    width: 70%;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: 10px; 
    object-fit: cover; 
}

/*Button-anim*/
.button-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3177FF;
    border: none;
    border-radius: 10px;
    padding: 15px 10px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .custom-button:hover {
        color: #fff;
    }

.button-icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
    transition: transform 0.2s, opacity 0.2s;
}

.default-icon {
    display: inline-flex;
}

.hover-icon {
    display: none;
}

.custom-button:hover .default-icon {
    display: none;
}

.custom-button:hover .hover-icon {
    display: inline-flex;
}

.button-text {
    transition: opacity 0.2s;
}

.default-text {
    display: inline-block;
}

.hover-text {
    display: none;
}

.custom-button:hover .default-text {
    display: none;
}

.custom-button:hover .hover-text {
    display: inline-block;
}

/**/

/*get demo*/

.shadow-demo {
    box-shadow: 0px 5px 10px #4152E9;
}

.block-text {
    font-size: 1.3rem;
    line-height: 140%;
    border-right: 2px solid #4152E9;
    margin-top: 3rem;
    padding-right: 3rem;
}

.text-bold {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4152E9;
}

.h1-demo {
    font-size: 2rem;
    font-weight: bold;
    color: #4152E9;
    margin-left: 1rem;
}

.padding-left-5 {
    padding-left: 3rem;
}

.m-text-top {
    margin-top: 40%
}

.padding-demo {
    padding: 3rem 3rem 3rem 3rem;
}

.padding-top-main {
    padding-top: 10%;
}


@media screen and (max-width: 767px) {
    .block-text {
        font-size: 1.5rem;
        line-height: 160%;
        border-bottom: 2px solid #4152E9;
        border-right: none;
        margin-top: 3rem;
        padding-right: 15px;
        margin-bottom: 2rem;
        text-align: center;
    }

    .m-text-top {
        margin-top: 0
    }

    .h1-demo {
        font-size: 2rem;
        font-weight: bold;
        color: #4152E9;
        margin-left: 1rem;
        text-align: center;
    }

    .m-btn-1 {
        margin-bottom: 1rem;
    }

    .padding-demo {
        padding: 0 0 0 0;
    }

    .padding-left-5 {
        padding-left: 15px;
    }

    .padding-top-main {
        padding-top: 25%;
    }

    .col-image {
        max-width: 40%
    }

    .col-name {
        max-width: 60%
    }
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
    .padding-top-main {
        padding-top: 15%;
    }

    .block-text {
        font-size: 1.7rem;
        line-height: 140%;
        border-bottom: 2px solid #4152E9;
        border-right: none;
        margin-top: 0;
        padding-right: 0;
    }

    .m-text-top {
        margin-top: 0;
    }

    .padding-left-5 {
        padding-left: 0;
    }

    .h1-demo {
        font-size: 2rem;
        font-weight: bold;
        color: #4152E9;
        margin-left: 1rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1151px) {

    .block-min-90 {
        min-width: 90%;
    }

    .block-text {
        font-size: 1.5rem;
        line-height: 140%;
        border-right: 2px solid #4152E9;
        margin-top: 3rem;
        padding-right: 0;
    }

    .m-text-top {
        margin-top: 60%;
    }
}

@media screen and (max-width: 1750px) and (min-width: 1401px) {

    .block-min-90 {
        min-width: 85%;
    }
}

/**/

.accordion-notes {
    background: none;
    /*color: #581c87;*/
    cursor: pointer !important;
    padding-left: 1rem;
    width: 100%;
    border: none;
    border-radius: 12px;
    text-align: left;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
    transition: 0.6s;
    height: auto;
}

.arrowup {
    font-family: 'Ubuntu', sans-serif;
    width: 24px;
    height: auto;
    float: right;
    transform: rotate(180deg);
}

.active-notes, .accordion-notes:hover {
    color: #5465FC;
}

.panel {
    padding: 0 15px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.accordionsection {
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
}

.logo-webinar {
    background-image: url(/img/general/logo-webinar.png);
    background-size: 40% 100%;
    background-repeat: no-repeat;
    background-position-x: right;
    width: 75%
}


/*landing page*/
.font-menu {
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 120%;
    color: #1E233C !important;
}

.button-footer {
    background: #1A1A63;
    border-radius: 50px;
    padding: 1rem 1.5rem;
    color: white;
}

.font-lp-h {
    font-style: normal;
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 3.25rem;
    color: #2A292F;
    letter-spacing: -0.02em;
}

.font-lp-hw {
    font-style: normal;
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 110%;
    color: #2A292F;
    letter-spacing: -0.02em;
}

.font-lp-h2w {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2rem;
}

.mt-home-pages {
    margin-top: 12% !important;
}

.mt-login-pages {
    margin-top: 6% !important;
}

.font-lp-header {
    font-style: normal;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.5rem;
    color: #474E67;
}

.font-overview {
    font-style: normal;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 135%;
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4152E9 !important;
}

.font-lp-h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: -0.01em;
    color: #1D2135 !important;
}

.font-icon {
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.313rem;
    text-align: center;
    color: #474E67 !important;
}

.font-icon-name {
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #2A292F !important;
    text-align: center
}

.font-info {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.063rem;
    color: #676E89 !important;
}

.font-1-4-p {
    font-size: 1.4rem;
}

.font-2-web {
    font-size: 2rem;
}

.font-tabs {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #1D2135 !important;
}

.font-footer {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.313rem;
    letter-spacing: -0.01em;
    color: #FFFFFF !important;
}

.font-f-ban {
    font-style: normal;
    font-weight: 800;
    font-size: 2.1rem;
    line-height: 2.625rem;
    text-align: center;
    letter-spacing: -0.02em;
    color: #2A292F !important;
}

.font-copy {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #FFFFFF !important;
    opacity: 0.5;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.2rem;
    color: #1D2135 !important;
    background-color: #007bff;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.nav-pills .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #9B9FA7 !important;
}

.mt-6rem {
    margin-top: 6rem;
}

.bg-reg {
    background-image: url(/img/bg_registration.svg);
    background-size: cover;
}

.pin-code {
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.code {
    border: 1px solid #F3F3F3 !important;
    text-align: center;
    width: 3.5rem;
    height: 4rem !important;
    font-size: 1.8rem !important;
    margin-right: 0.5rem;
}

.font-blue-bold {
    font-weight: 800;
    font-size: 2.5rem !important;
    color: #6385FF;
}

.font-blue-light {
    font-weight: 800;
    font-size: 1.2rem !important;
    color: #4152E9;
}

.font-grey-light {
    font-size: 1.4rem !important;
    color: #676E89;
}

.color-grey-light {
    color: #394059 !important;
}

.form-mb-2 {
    margin-bottom: 1.5rem;
}

.iti {
    width: 100%;
}

.main-margin {
    margin-bottom: 20%;
    margin-top: 10rem;
}

.width-webinar {
    width: 50%;
}

.li-webinar::marker {
    font-size: 1.1rem;
    color: #6385FF
}

.p-l-4 {
    padding-left: 4rem;
}


@media screen and (min-width: 1650px) {
    .font-lp-h {
        font-style: normal;
        font-weight: 400;
        font-size: 3.5rem;
        line-height: 140%;
        color: #2A292F;
        letter-spacing: -0.02em;
    }

    font-lp-hw {
        font-style: normal;
        font-weight: 400;
        font-size: 3.1rem;
        line-height: 110%;
        color: #2A292F;
    }

    .font-lp-header {
        font-style: normal;
        font-weight: 400;
        font-size: 1.375rem;
        line-height: 140%;
        color: #474E67;
    }

    .font-overview {
        font-style: normal;
        font-weight: 700;
        font-size: 1.1rem;
        line-height: 140%;
        text-align: center;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #6385FF !important;
    }

    .font-lp-h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 2.625rem;
        line-height: 140%;
        text-align: center;
        letter-spacing: -0.01em;
        color: #1D2135 !important;
    }

    .font-lp-h2w {
        font-style: normal;
        font-weight: 600;
        font-size: 2rem;
        line-height: 2rem;
    }

    .font-icon {
        font-style: normal;
        font-weight: 400;
        font-size: 1.15rem;
        line-height: 140%;
        text-align: center;
        color: #474E67 !important;
    }

    .font-icon-name {
        font-style: normal;
        font-weight: 600;
        font-size: 1.375rem;
        line-height: 140%;
        color: #2A292F !important;
        text-align: center
    }

    .font-info {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 140%;
        color: #676E89 !important;
    }
}


@media screen and (max-width: 1500px) and (min-width: 1150px) {
    .logo-webinar {
        background-image: url(/img/general/logo-webinar.png);
        background-size: 50% 100%;
        background-repeat: no-repeat;
        background-position-x: right;
        width: 100%;
    }

    .h1-webinar {
        font-size: 2.1rem;
    }

    .font-1-4-mob {
        font-size: 1.1rem
    }

    .font-1-4rem {
        font-size: 1.2rem;
        line-height: 180%
    }

    .card-padding-reg {
        padding: 3rem;
    }

    .button-view {
        padding: 1rem 1rem;
    }

    .button-demo {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 1200px) {
    .main-margin {
        margin-top: 1rem;
    }

    .card-padding-reg {
        padding: 1rem;
    }
}

@media screen and (max-width: 1150px) {
    .button-webinar {
        background: #FF9900;
        color: white !important;
        font-size: 1.3rem;
        padding: 1rem 1.5rem;
        border-radius: 8px;
        border: none;
        width: 100%
    }

        .button-webinar:hover::after {
            content: " \2794";
            padding-left: 0.2rem !important;
            color: #FFFFFF !important;
        }

    .text-center-mob {
        text-align: center;
    }

    .h1-webinar {
        font-size: 2rem;
        text-align: center;
    }

    .mar-left-2 {
        margin-left: 2rem;
    }

    .logo-webinar {
        background-image: url(/img/general/logo-webinar.png);
        background-size: 100% 70%;
        background-repeat: no-repeat;
        background-position-x: right;
        width: 100%
    }
}

@media screen and (max-width: 550px) {
    .btn-mobile {
        width: 100% !important;
        margin-top: 1rem;
    }

    .card-padding-reg {
        padding: 1rem;
        margin: 1rem;
    }

    .width-webinar {
        width: 100%;
    }

    .p-l-4 {
        padding-left: 15px;
    }

    .font-webinar {
        text-align: center;
        font-size: 1.5rem !important;
        line-height: 2.125rem !important;
    }

    .mt-home-pages {
        margin-top: 20% !important;
    }

    .mt-login-pages {
        margin-top: 12% !important;
    }

    .font-lp-h2w {
        font-style: normal;
        font-weight: 600;
        font-size: 1.3rem;
        line-height: 100%;
    }
}

.button-demo {

    background: #5465FC;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    color: #FFFFFF !important;
    padding: 15px 10px;
}

    .button-demo:hover::after {
        content: " \2794";
        padding-left: 0.2rem !important;
        color: #FFFFFF !important;
    }

.button-demo-header {
    background: #5465FC;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    color: #FFFFFF !important;
    padding: 5px 5px;
}

    .button-demo-header:hover::after {
        content: " \2794";
        padding-left: 0.2rem !important;
        color: #FFFFFF !important;
    }

.button-webinar {
    background: #FF9900;
    color: white !important;
    font-size: 1.3rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border: none;
}

    .button-webinar:hover::after {
        content: " \2794";
        padding-left: 0.2rem !important;
        color: #FFFFFF !important;
    }


.button-view {
    background: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #5465FC;
    font-size: 1.1rem;
    line-height: 1rem;
    color: #5465FC !important;
    padding: 1rem 4rem;
}

    .button-view:hover::after {
        content: " \2794";
        padding-left: 0.2rem !important;
        color: #5465FC !important;
    }

.button-demo-menu {
    background: #000041;
    border-radius: 8px;
    border: none;
    font-size: 1rem;
    line-height: 1rem;
    color: #FFFFFF !important;
    padding: 0.625rem 1.5rem;
}

    .button-demo-menu:hover::after {
        content: " \2794";
        padding-left: 0.2rem !important;
        color: #FFFFFF !important;
        cursor: pointer
    }

.font-1-4rem {
    font-size: 1.4rem;
    line-height: 210%
}

.card-style {
    background: #FFFFFF !important;
    box-shadow: 0px 10px 20px rgba(117, 116, 132, 0.15);
    border-radius: 16px;
    border-left: 4px solid #B3C8FF;
    max-width: 32%;
}

.desk-hidden {
    display: none;
}

.card-row {
    justify-content: space-between;
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
    .w-block {
        min-width: 80% !important;
        margin: 0 auto !important;
    }

    .w-block-40 {
        min-width: 60% !important;
        /* margin-bottom: 1rem !important; */
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .w-logo {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
    }

    .btn-top-mob {
        min-width: 15rem;
    }

    .row-justify {
        justify-content: center;
    }

    .button-demo {
        font-size: 15px;
    }

    .button-view {
        font-size: 1rem;
    }

    .font-menu {
        font-size: 1rem
    }
}

@media screen and (max-width:580px) {
    .font-lp-h {
        text-align: center;
        font-size: 1.75rem;
        line-height: 2.125rem;
    }

    .font-lp-hw {
        text-align: center;
        font-size: 1.75rem;
        line-height: 120%;
    }

    .font-lp-header {
        text-align: center;
    }

    .button-demo {
        width: 100%;
    }

    .font-info {
        text-align: center;
    }

    .mob-p-w {
        width: 20% !important;
        padding: 0 !important;
        align-self: center;
    }

    .mob-l-w {
        width: 20% !important;
        padding: 0 !important;
        align-self: center;
    }

    .mob-log-w {
        width: 50% !important;
    }

    .mob-hidden {
        display: none;
    }

    .desk-hidden {
        display: block;
    }

    .mt-6rem {
        margin-top: 3rem;
    }

    .margin-card {
        margin: 1rem;
    }

    .card-row {
        justify-content: center;
    }

    .mob-m-t {
        margin-top: 1rem !important
    }

    .mob-t-r {
        text-align: right !important;
    }

    .text-center-mob {
        text-align: center;
    }

    .mar-left-2 {
        margin-left: 2rem;
    }

    .font-1-4rem {
        font-size: 1.175rem
    }

    .h1-webinar {
        font-size: 2rem;
        text-align: center;
    }

    .font-1-4-mob {
        font-size: 1.1rem !important
    }

    .font-2-web {
        font-size: 1.7rem;
        text-align: center;
    }
}

@media screen and (max-width:330px) {
    .button-webinar:hover::after {
        content: none;
        padding-left: 0 !important;
        color: #FFFFFF !important;
    }

    .button-webinar {
        background: #FF9900;
        color: white !important;
        font-size: 1.3rem;
        padding: 1rem 1.5rem;
        border-radius: 8px;
        border: none;
    }
}

@media screen and (max-width:740px) and (min-width:581px) {
    .mt-6rem {
        margin-top: 3rem;
    }

    .margin-card {
        margin: 1rem;
    }

    .card-row {
        justify-content: center;
    }

    .mob-p-w {
        width: 10% !important;
        padding: 0 !important;
        align-self: center;
    }

    .mob-l-w {
        width: 10% !important;
        padding: 0 !important;
        align-self: center;
    }

    .mob-log-w {
        width: 30% !important;
    }

    .mob-btn-w {
        width: 50% !important;
    }
}
/*end */

/* header */

.navbar {
    padding: 1rem 1rem !important;
}

.nav-item {
    width: auto;
    margin-right: 1rem;
}

.dropdown-menu {
    border: none !important;
    border-radius: 6px !important;
}

/*help page*/
.font-help {
    font-size: 1.3rem;
    font-weight: 500;
}

.color-grey {
    color: #8790A3;
}

.font-2rem {
    font-size: 2rem;
}

/*end*/

.div-set-pass {
    padding: 3.625rem 12rem 6rem 12rem !important;
    max-width: 55rem !important;
}

.p-h-set {
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #1D2135;
}

.p-set {
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    color: #4B4D64;
}

.icon-eye {
    font-size: 1.8rem !important;
    color: #A3ACBF;
    position: absolute;
    right: 10px;
}

.card {
    background-color: #EEF0F5;
    border-radius: 6px;
    position: relative;
    height: 10rem;
    border: none !important;
    width: 10rem;
}

    .card:hover {
        background: #608CFF !important;
        color: white !important;
        height: 11rem !important;
        width: 11rem !important;
        padding-bottom: 1rem !important;
        font-size: 1.5rem !important
    }

        .card:hover::after {
            content: '\1F5F2';
            color: #5057FA;
            font-family: 'Material Icons';
            font-size: 3rem;
            -webkit-animation-name: fadeInCheckbox;
            animation-name: fadeInCheckbox;
            -webkit-animation-duration: .5s;
            animation-duration: .5s;
            -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            padding-top: 0;
            position: absolute;
            right: -6px;
            top: 0;
        }

            .card:hover::after + p {
                font-size: 1.5rem !important
            }

.radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: calc(var(--card-padding) + var(--radio-border-width));
    top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports(-webkit-appearance: none) or (-moz-appearance: none) {
    .radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: var(--radio-border-width) solid var(--color-gray);
        border-radius: 50%;
        cursor: pointer;
        height: var(--radio-size);
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: var(--radio-size);
    }

    .card:hover .radio {
        border-color: var(--color-dark-gray);
    }

    .plan-details {
        border: var(--radio-border-width) solid var(--color-gray);
        border-radius: var(--card-radius);
        cursor: pointer;
        display: flex;
        flex-direction: column;
        padding: var(--card-padding);
        transition: border-color 0.2s ease-out;
    }

    .card:hover .plan-details {
        border-color: var(--color-dark-gray);
    }

    .radio:checked ~ .plan-details {
        border-color: var(--color-green);
    }

    .radio:focus ~ .plan-details {
        box-shadow: 0 0 0 2px var(--color-dark-gray);
    }

    .radio:disabled ~ .plan-details {
        color: var(--color-dark-gray);
        cursor: default;
    }

        .radio:disabled ~ .plan-details .plan-type {
            color: var(--color-dark-gray);
        }

    .card:hover .radio:disabled ~ .plan-details {
        border-color: var(--color-gray);
        box-shadow: none;
    }

    .card:hover .radio:disabled {
        border-color: var(--color-gray);
    }

    .dropbtn {
        border: none;
        cursor: pointer;
        background: none;
        width: 50px;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        min-width: 15rem;
        overflow: auto;
        box-shadow: 0px 16px 32px rgba(163, 172, 191, 0.25);
        z-index: 1;
        border-radius: 8px;
        padding: 1rem;
        top: 100%
    }

    .show {
        display: block;
    }

    .sidebarbtn {
        border: none;
        cursor: pointer;
        background: none;
        width: 50px;
    }

    .dropdown-sidebar {
        position: relative;
        display: inline-block;
    }

    .sidebar-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        min-width: 20rem;
        overflow: auto;
        box-shadow: 0px 16px 32px rgba(163, 172, 191, 0.25);
        z-index: 1;
        border-radius: 8px;
        padding: 1rem;
        top: 0;
        left: -5%;
        min-height: 65rem;
    }

    .show-sidebar {
        display: block !important;
    }

    .showmenu {
        visibility: hidden;
    }

    .plan-type {
        color: var(--color-green);
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1em;
    }

    .select {
        border-radius: 6px !important;
        height: 44px !important;
    }

    .plan-cost {
        font-size: 2.5rem;
        font-weight: bold;
        padding: 0.5rem 0;
    }

    .slash {
        font-weight: normal;
    }

    .plan-cycle {
        font-size: 2rem;
        font-variant: none;
        border-bottom: none;
        cursor: inherit;
        text-decoration: none;
    }

    .hidden-visually {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .price {
        min-width: 16rem;
        max-width: 18rem;
    }

    .plans:hover {
        background: #608CFF !important;
        height: 10rem !important;
        color: white !important
    }

    label {
        width: 100%;
    }

    .card-input-element + .card {
        height: calc(36px + 2*1rem);
        color: var(--primary);
        border-radius: 6px;
        height: 10rem
    }

        .card-input-element + .card:hover {
            cursor: pointer;
        }

    .card-input-element:checked + .card {
        -webkit-transition: border .3s;
        -o-transition: border .3s;
        transition: border .3s;
        background-color: #5057FA !important;
        color: white !important;
        height: 12rem !important;
        width: 11rem !important;
        font-size: 1.5rem !important
    }

        .card-input-element:checked + .card::after {
            content: '\1F5F2';
            color: #608CFF;
            font-family: 'Material Icons';
            font-size: 3rem;
            -webkit-animation-name: fadeInCheckbox;
            animation-name: fadeInCheckbox;
            -webkit-animation-duration: .5s;
            animation-duration: .5s;
            -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            padding-top: 0;
            position: absolute;
            right: -6px;
            top: 0;
        }
}

@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.w-70 {
    width: 70% !important;
}

.font-3rem {
    font-size: 3rem
}

.font-1rem {
    font-size: 1rem !important;
}

.font-1-5rem {
    font-size: 1.5rem !important;
}

.font-2-5rem {
    font-size: 2.5rem !important;
}

.l-height-3-5 {
    line-height: 3.5rem !important;
}



.l-height-1-5 {
    line-height: 1.5rem !important;
}

.color-main {
    color: #1D2135;
}

.color-second {
    color: #474E67;
}

.color-alt {
    color: #8790A3;
}

.color-blue {
    color: #4152E9 !important
}

.br-12 {
    border-radius: 12px;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

a {
    color: #1E233C;
    text-decoration: none !important;
}

button:focus {
    outline: none !important;
    outline: none !important;
}

.has-subnav {
    cursor: pointer;
}

input {
    border-radius: 6px !important;
    height: 44px !important;
    border: 1px solid #C8CED8 !important
}

    input:focus {
        border: 1px solid #5057FA !important;
        box-shadow: 0px 0px 0px 3px rgba(81, 150, 255, 0.25) !important;
    }

    input[type=”checkbox”] {
        border: 1px solid #C8CED8 !important
    }

        input[type=”checkbox”]:focus,
        input[type="radio"]:focus {
            border: 1px solid #608CFF;
            box-shadow: 0px 0px 0px 2px rgba(37, 118, 239, 0.3);
            border-radius: 4px !important;
        }

        input[type=”checkbox”]:hover,
        input[type="radio"]:hover {
            border: 1px solid #8790A3 !important;
        }

        input[type=”checkbox”]:checked,
        input[type="radio"]:checked {
            background-color: #5057FA !important;
            color: white !important;
            border: none !important;
            box-shadow: none !important;
        }

    input:hover {
        border: 1px solid #8790A3 !important;
    }

select {
    border-radius: 6px !important;
    height: 44px !important;
    border: 1px solid #C8CED8 !important
}

    select:focus {
        border: 1px solid #5057FA !important;
        box-shadow: 0px 0px 0px 3px rgba(81, 150, 255, 0.25) !important;
    }

    select:hover {
        border: 1px solid #8790A3 !important;
    }


.b-hover:hover {
    background: #D1D6E380 !important;
    color: #495057 !important;
    border-radius: 4px !important;
}

.price:hover {
    background: #D1D6E380 !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.field-wrapper {
    position: relative;
    margin-bottom: 15px;
}

    .field-wrapper input {
        border: 1px solid #DADCE0;
        padding: 15px;
        border-radius: 4px;
        width: 100%;
    }

        .field-wrapper input:focus {
            border: 1px solid #1A73E8;
        }

    .field-wrapper .field-placeholder {
        font-size: 16px;
        position: absolute;
        /* background: #fff; */
        bottom: 17px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #80868b;
        left: 8px;
        padding: 0 8px;
        -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        z-index: 1;
        text-align: left;
        width: 100%;
    }

        .field-wrapper .field-placeholder span {
            background: #ffffff;
            padding: 0px 8px;
        }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder {
        color: #1A73E8;
    }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(.75) translateY(-39px) translateX(-60px);
        transform: scale(.75) translateY(-39px) translateX(-60px);
    }

.a-hover:hover {
    text-decoration-line: underline !important;
    color: #885AF8 !important;
    font-weight: 700;
}

.font-0-8rem {
    font-size: 0.8rem !important;
}

.button-price {
    background: #3269F5 !important;
    color: white !important;
    border: #3269F5 !important;
    border-radius: 6px;
}

    .button-price:hover {
        background: #D8E5FF !important;
        border-radius: 6px;
        border: #D8E5FF !important;
        color: #525BDA !important;
    }

.btnGoogle {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8055 10.0415H21V10H12V14H17.6515C16.827 16.3285 14.6115 18 12 18C8.6865 18 6 15.3135 6 12C6 8.6865 8.6865 6 12 6C13.5295 6 14.921 6.577 15.9805 7.5195L18.809 4.691C17.023 3.0265 14.634 2 12 2C6.4775 2 2 6.4775 2 12C2 17.5225 6.4775 22 12 22C17.5225 22 22 17.5225 22 12C22 11.3295 21.931 10.675 21.8055 10.0415Z' fill='%23FFC107'/%3E%3Cpath d='M3.15283 7.3455L6.43833 9.755C7.32733 7.554 9.48033 6 11.9998 6C13.5293 6 14.9208 6.577 15.9803 7.5195L18.8088 4.691C17.0228 3.0265 14.6338 2 11.9998 2C8.15883 2 4.82783 4.1685 3.15283 7.3455Z' fill='%23FF3D00'/%3E%3Cpath d='M12.0002 22C14.5832 22 16.9302 21.0115 18.7047 19.404L15.6097 16.785C14.6057 17.5455 13.3577 18 12.0002 18C9.39916 18 7.19066 16.3415 6.35866 14.027L3.09766 16.5395C4.75266 19.778 8.11366 22 12.0002 22Z' fill='%234CAF50'/%3E%3Cpath d='M21.8055 10.0415H21V10H12V14H17.6515C17.2555 15.1185 16.536 16.083 15.608 16.7855C15.6085 16.785 15.609 16.785 15.6095 16.7845L18.7045 19.4035C18.4855 19.6025 22 17 22 12C22 11.3295 21.931 10.675 21.8055 10.0415Z' fill='%231976D2'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-size: 10% !important;
    background-position: left !important;
    color: #676E89;
}

.btnFacebook {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.477 2 2 6.50018 2 12.0518C2 17.0907 5.693 21.2521 10.505 21.9789V14.7155H8.031V12.0729H10.505V10.3148C10.505 7.40383 11.916 6.12625 14.323 6.12625C15.476 6.12625 16.085 6.21169 16.374 6.25089V8.55677H14.732C13.71 8.55677 13.353 9.53078 13.353 10.6284V12.0729H16.348L15.942 14.7155H13.354V22C18.235 21.3356 22 17.14 22 12.0518C22 6.50018 17.523 2 12 2Z' fill='%231877F2'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 10% !important;
    background-position: left !important;
    color: #676E89;
}

.btnMicrosoft {
    background-image: url("data:image/svg+xml,%3Csvg  viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11L3 11L3 3L11 3L11 11Z' fill='%23FF5722'/%3E%3Cpath d='M21 11L13 11V3L21 3V11Z' fill='%234CAF50'/%3E%3Cpath d='M21 21H13V13L21 13V21Z' fill='%23FFC107'/%3E%3Cpath d='M11 21H3L3 13L11 13L11 21Z' fill='%2303A9F4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 10% !important;
    background-position: left !important;
    color: #676E89
}

.btnRGoogle {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8055 10.0415H21V10H12V14H17.6515C16.827 16.3285 14.6115 18 12 18C8.6865 18 6 15.3135 6 12C6 8.6865 8.6865 6 12 6C13.5295 6 14.921 6.577 15.9805 7.5195L18.809 4.691C17.023 3.0265 14.634 2 12 2C6.4775 2 2 6.4775 2 12C2 17.5225 6.4775 22 12 22C17.5225 22 22 17.5225 22 12C22 11.3295 21.931 10.675 21.8055 10.0415Z' fill='%23FFC107'/%3E%3Cpath d='M3.15283 7.3455L6.43833 9.755C7.32733 7.554 9.48033 6 11.9998 6C13.5293 6 14.9208 6.577 15.9803 7.5195L18.8088 4.691C17.0228 3.0265 14.6338 2 11.9998 2C8.15883 2 4.82783 4.1685 3.15283 7.3455Z' fill='%23FF3D00'/%3E%3Cpath d='M12.0002 22C14.5832 22 16.9302 21.0115 18.7047 19.404L15.6097 16.785C14.6057 17.5455 13.3577 18 12.0002 18C9.39916 18 7.19066 16.3415 6.35866 14.027L3.09766 16.5395C4.75266 19.778 8.11366 22 12.0002 22Z' fill='%234CAF50'/%3E%3Cpath d='M21.8055 10.0415H21V10H12V14H17.6515C17.2555 15.1185 16.536 16.083 15.608 16.7855C15.6085 16.785 15.609 16.785 15.6095 16.7845L18.7045 19.4035C18.4855 19.6025 22 17 22 12C22 11.3295 21.931 10.675 21.8055 10.0415Z' fill='%231976D2'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    height: 40px;
    width: 40px;
}

.btnRFacebook {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.477 2 2 6.50018 2 12.0518C2 17.0907 5.693 21.2521 10.505 21.9789V14.7155H8.031V12.0729H10.505V10.3148C10.505 7.40383 11.916 6.12625 14.323 6.12625C15.476 6.12625 16.085 6.21169 16.374 6.25089V8.55677H14.732C13.71 8.55677 13.353 9.53078 13.353 10.6284V12.0729H16.348L15.942 14.7155H13.354V22C18.235 21.3356 22 17.14 22 12.0518C22 6.50018 17.523 2 12 2Z' fill='%231877F2'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    height: 40px;
    width: 40px;
}

.btnRMicrosoft {
    background-image: url("data:image/svg+xml,%3Csvg  viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11L3 11L3 3L11 3L11 11Z' fill='%23FF5722'/%3E%3Cpath d='M21 11L13 11V3L21 3V11Z' fill='%234CAF50'/%3E%3Cpath d='M21 21H13V13L21 13V21Z' fill='%23FFC107'/%3E%3Cpath d='M11 21H3L3 13L11 13L11 21Z' fill='%2303A9F4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    height: 40px;
    width: 40px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #5992FF;
    border-color: #1861ac;
}

.main-menu {
    /*  background: #fff;*/
    /* border-right: 1px solid #e5e5e5;  */
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    /* width: 60px; */
    /* overflow: hidden;
-webkit-transition: width .05s linear;
transition: width .05s linear;
-webkit-transform: translateZ(0) scale(1,1); */
    z-index: 1000;
}

    .main-menu > ul {
        margin: 7px 0;
    }

    .main-menu li {
        position: relative;
        display: block;
        width: 210px;
    }

        .main-menu li > a {
            position: relative;
            display: table;
            border-collapse: collapse;
            border-spacing: 0;
            color: #999;
            font-family: arial;
            font-size: 14px;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .nav-text {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 190px;
        font-family: 'Titillium Web', sans-serif;
    }

    .main-menu > ul.logout {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

.nav-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_name {
    color: #1E233C;
    font-weight: bolder;
    font-size: 16px;
}

.nav_link {
    position: relative;
    margin-bottom: 1.5rem;
    transition: .3s
}


i:active {
    color: #3E65EE;
}

.nav_icon {
    font-size: 1.25rem
}

.show {
    left: 0
}

.f-1 {
    font-size: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #1E233C;
}

.btn-google:hover {
    background: #b22222;
    color: #fff;
}

.btn-facebook:hover {
    background: #2b4db1;
    color: #fff;
}

.btn-twitter:hover {
    background: #007bb6;
    color: #fff;
}

.btn-microsoft:hover {
    background: #00618E;
    color: #fff;
}

.btn-facebook {
    background: #305c99;
    color: #fff;
}

.btn-twitter {
    background: #00cdff;
    color: #fff;
}

.btn-google {
    background: #d24228;
    color: #fff;
}

.btn-linkedin {
    background: #007bb6;
    color: #fff;
}

.btn-microsoft {
    background: #007bb6;
    color: #fff;
}

html {
    font-size: 14px;
    font-family: 'DM Sans' !important;
    font-style: normal;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0px 16px 32px rgba(163, 172, 191, 0.25);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.nav-link-collapse:after {
    float: right;
    content: '\f067';
    font-family: 'FontAwesome';
}

.nav-link-show:after {
    float: right;
    content: '\f068';
    font-family: 'FontAwesome';
}

.nav-item ul.nav-second-level {
    padding-left: 0;
}

.button-main {
    background: #4152E9 !important;
    color: white;
    font-weight: 700;
}

    .button-main:hover {
        background: #5061FA !important;
        color: white;
    }

    .button-main:disabled {
        opacity: 0.6 !important;
        cursor: default;
        pointer-events: none;
    }

.nav-item ul.nav-second-level > .nav-item {
    padding-left: 20px;
}

.sidenav {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: calc(100vh - 3.5rem);
    margin-top: 3.5rem;
    background: #fff;
    box-sizing: border-box;
    /*  border-top: 1px solid rgba(0, 0, 0, 0.3);*/
}

.navbar-expand-lg .sidenav {
    flex-direction: column;
}

.content-wrapper {
    margin-left: 230px;
}


.header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding: 0 1rem;*/
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s;
    /*    margin-left: 10%;*/
    background: #ffffff;
    padding-right: 1rem !important
}

.header_toggle {
    color: black;
    font-size: 2rem;
    cursor: pointer
}

.header_img {
    /* width: 35px;
    height: 35px;*/
    display: flex;
    justify-content: center;
    /* border-radius: 50%;*/
    overflow: hidden
}

.pro {
    background: #536EFF;
    color: #fff;
    border-radius: 6px;
    padding: 0.15rem;
}

.button-cancel {
    background: #EEF0F5 !important;
    color: #474E67;
    font-weight: 700;
}

    .button-cancel:hover {
        background: #DEE3EF !important;
        color: #474E67;
        font-weight: 700;
    }
/**/
.circle {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: #aaa 1px solid;
    box-shadow: 0px 1px 1px 1px #bbb;
    -moz-box-shadow: 0px 1px 1px 1px #bbb;
    -webkit-box-shadow: 0px 1px 1px 1px #bbb;
}

    .circle img {
        display: block;
        width: 100%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.nav-pills .nav-link.active {
    color: #1E233C;
    background-color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 600;
    border-bottom: 3px solid #3485FF;
}

.nav-pills .nav-link {
    color: #676E89;
}

.font-box {
    font-size: 1.8rem !important;
    margin-right: 0.5rem;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family: 'DM Sans' !important;
    font-style: normal;
}

body {
    /* Margin bottom by footer height */
    /*  margin-bottom: 60px;*/
    font-family: 'DM Sans' !important;
    font-style: normal;
}

.footer {
    /*position: absolute;
    bottom: 0;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

ul {
    list-style: none !important;
}

.font-14 {
    font-size: 14px;
    color: #151934;
    line-height: 19px;
}

h4 {
    font-size: 29px !important;
    line-height: 30px;
    color: #151934;
}

.font-12 {
    font-size: 12px !important;
    line-height: 16px;
    color: #151934;
}

.font-10 {
    font-size: 10px;
    color: #151934;
}

i {
    font-family: fontawesome !important;
    font-style: normal;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    padding: 0 !important;
}

.title {
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

    .title span {
        display: inline-block;
        vertical-align: middle;
    }

    .title:before,
    .title:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 1px;
        background-color: #e5e5e5;
        position: relative;
    }

    .title:before {
        margin-left: -100%;
        left: -14px;
    }

    .title:after {
        margin-right: -100%;
        right: -14px;
    }

input {
    border-radius: 6px !important;
    font-size: 14px !important;
    height: 44px !important;
}

button {
    height: 46px;
}

@media screen and (min-width: 1800px) {
    .dropdown-content {
        left: 85% !important;
    }

    .card {
        width: 15rem;
    }
}

@media screen and (max-width: 1800px) {
    .main-menu {
        width: 200px;
    }

        .main-menu > ul.logout {
            width: 200px;
        }

        .main-menu li {
            width: 200px;
        }
    /*   .col-price{
        width:10rem!important
    }*/
    .dropdown-content {
        left: 85% !important;
    }
}

@media screen and (max-width: 1450px) {
    .main-menu {
        width: 170px;
    }

        .main-menu > ul.logout {
            width: 170px;
        }

        .main-menu li {
            width: 170px;
        }

    .img-m-0 {
        margin-right: 10px !important;
    }

    .a-p-0 {
        padding: 4px !important;
    }

    .nav_name {
        font-size: 14px;
    }


    .dropdown-content {
        left: 80% !important;
    }

    .mob-ml-1 {
        margin-left: .5rem !important
    }
    /* .col-price {
        width: 10rem !important
    }*/
}

@media screen and (max-width: 1250px) {
    .main-menu {
        background: #fff;
        border-right: 1px solid #e5e5e5;
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        width: 60px;
        overflow: hidden;
        -webkit-transition: width .05s linear;
        transition: width .05s linear;
        -webkit-transform: translateZ(0) scale(1,1);
        z-index: 1000;
    }

        .main-menu:hover, nav.main-menu.expanded {
            width: 200px;
            overflow: visible;
        }

    .area {
        margin-left: 10%;
    }



    .p-datatable table {
        border-collapse: collapse;
        min-width: 100%;
        table-layout: fixed;
        font-size: 10px;
    }

    .hidden {
        visibility: hidden;
    }

    .showmenu {
        visibility: visible;
    }
    /* .col-price {
        width: 100%!important
    }*/
    .mob-p-01 {
        padding: 0 !important
    }
}

.home-width {
    max-width: 80vw;
}

@media screen and (max-width: 999px) {
    .mobile-hidden {
        visibility: hidden;
    }

    .home-width {
        max-width: 100vw;
    }

    .btn-top-mob {
        margin-top: 1.5rem;
    }

    .modal-width {
        width: 30rem !important;
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    .modal-content {
        padding: 0 !important;
    }

    .modal-body {
        padding: 0 !important;
    }

    .border-right-mob {
        border-right: none !important
    }

    .price {
        margin-bottom: 1rem;
        max-width: 18rem !important;
    }

    .mob-p-01 {
        padding: 0 !important
    }
    /*   .col-price {
        width: 100% !important
    }*/

    .card-style {
        background: #FFFFFF !important;
        box-shadow: 0px 10px 20px rgba(117, 116, 132, 0.15);
        border-radius: 16px;
        border-left: 4px solid #B3C8FF;
        max-width: 370px;
    }
}


@media screen and (max-width: 768px) {
    .tab-width {
        width: 30% !important
    }

    .mob-border {
        border-bottom-left-radius: 6px;
        border-left: 1px solid #C8CED8;
    }

    .mob-w-40 {
        width: 50%
    }
}

@media screen and (max-width: 500px) {

    .showmenu {
        visibility: visible;
    }

    .mob-border {
        border-bottom-left-radius: 6px;
        border-left: 1px solid #C8CED8;
    }

    .dropdown-content {
        left: 30% !important;
    }

    .mob-p-0 {
        padding: 0 !important
    }

    .video-yt {
        width: 100%;
        aspect-ratio: 16 / 9;
        display: block;
        border-radius: 10px;
        object-fit: cover;
    }

    .mob-button {
        font-weight: 400 !important;
        padding-top: 0.5% !important;
    }

    .mob-w-40 {
        width: 100%
    }

    .logo-webinar {
        background-image: url(/img/general/logo-webinar.png);
        background-size: 100% 70%;
        background-repeat: no-repeat;
        background-position-x: right;
        width: 100%
    }

    .button-webinar {
        width: 100%;
        margin-top: 3rem;
    }
}

@media screen and (max-width:1100px) {
    .div-set-pass {
        padding: 1rem !important
    }
}

@media screen and (max-width:1200px) and (min-width:1101px) {
    .div-set-pass {
        padding: 2rem !important
    }
}

@media screen and (max-width:1300px) and (min-width:1201px) {
    .div-set-pass {
        padding: 3.5rem !important
    }
}

@media screen and (max-width:900px) and (min-width:768px) {
    .div-set-width {
        min-width: 60% !important
    }
}
