@font-face {
    font-family: HelveticaNeue;
    src: url(../fonts/HelveticaNeue.eot);
    src: url(../fonts/HelveticaNeue.eot?#iefix) format('embedded-opentype'),
        url(../fonts/HelveticaNeue.woff2) format('woff2'),
        url(../fonts/HelveticaNeue.woff) format('woff'),
        url(../fonts/HelveticaNeue.ttf) format('truetype'),
        url(../fonts/HelveticaNeue.svg#HelveticaNeue) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: HelveticaNeueBold;
    src: url(../fonts/HelveticaNeue-Bold.eot);
    src: url(../fonts/HelveticaNeue-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/HelveticaNeue-Bold.woff2) format('woff2'),
        url(../fonts/HelveticaNeue-Bold.woff) format('woff'),
        url(../fonts/HelveticaNeue-Bold.ttf) format('truetype'),
        url(../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.bar-top {
    height: 65px;
    background-color: white;
    display: flex;
    border: 1px solid #e5e7eb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    justify-content: space-between;
}

.bar-top .bt-col1 {
    display: flex;
    align-items: center;
}

.bar-top .bt-col2 {
    width: 262px;
    border-left: 1px solid #e5e7eb;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Klamp 105 Mono', Arial, Helvetica, sans-serif;
    padding-left: 31px;
}

.bar-top .bt-col2 h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #414141;
    text-decoration: underline;
    cursor: pointer;
}

.bar-top .bt-col2 h3:hover {
    text-decoration: none;
}

.info-user {
    position: absolute;
    top: 74px;
    left: -270px;
    width: 398px;
    background-color: white;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.open .info-user {
    visibility: visible;
    opacity: 1;
}

.info-user .close-info-user {
    position: absolute;
    top: 17px;
    right: 14px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.info-user .close-info-user:hover {
    transform: rotate(180deg);
}

.info-user-in {
    padding: 24px 25px 50px;
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.info-user-in h2 {
    font-size: 24px;
    padding: 0;
    color: #2d4dff;
    font-family: 'HelveticaNeueBold', Helvetica, Arial, sans-serif;
    text-transform: none;
    line-height: 1em;
}

.info-user-in .info-plan {
    line-height: 1em;
    padding: 11px 0 46px;
}

.info-user-in li {
    margin-top: 16px;
}

.info-user-in li:first-child {
    margin-top: 0;
}

.info-user-in li .btn-info {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: normal;
}

.info-user-in li .btn-info:hover {
    text-decoration: underline;
}

.bar-top .bt-col1 a {
    background-color: #c9ff00;
    width: 262px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}

.bar-top .bt-col1 h2 {
    color: #414141;
    font-size: 16px;
    padding-left: 17px;
    text-transform: uppercase;
    line-height: 1.3em;
}
.content-sidebar {
    /* position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% - 65px); */
    margin-left: 65px;
    background-color: #f5f6f9;
    padding: 0 142px;
    padding: 0;
    height: calc(100vh - 50px);
}

/* .content-sidebar-in {
    padding-top: 65px;
    position: relative;
} */

.sidebar-main {
    max-width: 1223px;
    margin: 0 auto;
    padding: 46px 50px 48px;
}

.content-section {
    background: url(../images/preload3.svg) no-repeat center 200px;
    background-size: 80px auto;
    min-height: 300px;
    position: relative;
}

.content-loaded {
    background-color: #f4f6f9;
    opacity: 0;
    visibility: hidden;
    /* transition: all 0.15s ease; */
    position: absolute;
    width: 100%;
    transition: visibility 0.3s ease, opacity 0.15s ease;
}

.content-loaded.opened {
    position: static;
    opacity: 1;
    visibility: visible;
}

.title-iframe {
    font-size: 30px;
    font-family: 'HelveticaNeueBold', Helvetica, Arial, sans-serif;
    color: #414141;
    padding-top: 35px;
}

.content-scroll {
    position: static;
}

.content-scroll {
    margin-top: 0;
    display: block !important;
    display: none;
    width: 100%;
    border-radius: 1rem;
    border: 0 solid #000101b3;
    --tw-bg-opacity: 1;
    background-color: rgb(28 29 29 / var(--tw-bg-opacity));
    background-color: initial;
    padding: 0.75rem 0 0;
}

.content-iframe iframe {
    height: 800px;
}

.end-loaded {
    margin-top: 50px;
    border-top: 1px solid #ccced1;
    padding: 27px 0;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .bar-top a {
        width: 160px;
    }

    .bar-top .bt-col1 a img {
        width: 94px;
    }

    .bar-top h2 {
        font-size: 14px;
    }

    .sidebar-main {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
