@supports (scrollbar-width: thin) {
    html {
        scrollbar-width: thin;
        scrollbar-color: var(--x) transparent
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    background: var(--x);
    border-radius: 5px
}


::-webkit-scrollbar-track {
    background: transparent
}




.view_all_answers,
.answer_view {
    padding: 20px;

    width: 100%;

}

.screen {
    display: flex;
    flex-direction: row;
    /* height: 100vh; */
    /* overflow: auto; */
    /*  width: 100vw;*/
    background-color: #1e417e;
}

.screen .Right-Area {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 40px; */
    width: 327px;
    height: 100VH;
    overflow: auto;
    position: sticky;
    top: 0;
    right: 0;
    z-index: 999;
    order: 0;
}

.screen .Right-Area::-webkit-scrollbar {
    display: none;
}

.screen .Left-Area {
    align-items: center;
    width: calc(100VW - 327px);
    background-color: #f5f6fa;
    border-radius: 0px 30px 30px 0px;
}

.screen .Left-Area .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    width: 91%;
    padding-left: 10%;
    margin-bottom: 30px;
}

.screen .Logo {
    width: auto;
    height: 57px;
    object-fit: contain;
    /*  margin-top: 40px;*/
    object-position: right;
    border-radius: 6px;
}

.screen .main-menu-up {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 75%;
    min-height: calc(100VH - 115px);
    position: relative;
}

.screen .main-menu-down {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.screen .Copyright {

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: #d5d5d5;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.15px;
    line-height: normal;
    white-space: nowrap;
    margin-bottom: 20px;
    width: 75%;
}

.screen .Left-Area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
    /*  width: 80vw;*/
    /* height: 100%; */
    background-color: #f5f6fa;
    border-radius: 0px 30px 30px 0px;
    height: auto;
    /*  position: sticky;*/
    top: 0;
}

.screen .frame-16 {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.screen .new-frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.screen .frame-17 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.screen .frame-18 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.screen .User-Menu-Item {
    width: fit-content;
    margin-top: -1px;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: normal;
    color: rgb(30 65 126);
    font-size: 18px;
    letter-spacing: var(---letter-spacing);
    line-height: var(---line-height);
    white-space: nowrap;
    font-style: var(---font-style);
}

.screen .User-Name {
    width: fit-content;
    margin-top: -1px;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: bold;
    color: rgb(30 65 126);
    font-size: 24px;
    letter-spacing: var(---letter-spacing);
    line-height: var(---line-height);
    white-space: nowrap;
    font-style: var(---font-style);
}

.screen .icon-frame {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.screen .Icon-Eye {
    width: 41px;
    height: 41px;
    background-image: url(./img/eye-2-2.svg);
    background-size: 100% 100%;
}

.screen .Icon-Message {
    width: 37px;
    height: 37px;
    background-image: url(./img/envelope-2-2.svg);
    background-size: 100% 100%;
}

.scroll {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.answerBody-focus {
    font-style: italic !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 6px 0 6px;
}

.upload-img-btn p {
    height: 10px;
}

.personal_profile,
.club_settings,
.clubs,
.materials,
.referred,
.rewards {
    display: none;
}

.profile-link {
    padding: 5px;
}

.profile-line {
    padding: 5px 0px;
}

.link-active {
    background-color: #1e417e;
    color: #ffffff !important;
    border-radius: 5px;
}

.tab-active {
    display: block;
}

.other_clubs {
    text-align: center;
}

.clubs .list-group {
    display: inline-block !important;
    width: 180px;
    margin: 0 10px 15px 10px !important;
    box-shadow: 0px 5px 10px #00000026;
}

.clubs .media {
    flex-direction: column;
    align-items: center !important;
}

@media screen and (max-width: 768px) {
    
    .packages-details-content {
        flex-direction: column;
        gap: 20px;
    }

    .package {
        width: 100% !important;
    }

    .screen .text-logo-mobile {
        display: flex;
        column-gap: 7px;
    }

    .screen .text-logo-mobile .Logo {
        width: auto;
        height: 47px;
        object-fit: contain;
        object-position: right;
        border-radius: 6px;
    }

    .screen .text-logo {
        display: none !important;
    }

    .inner-settings-desktop-menu {
        display: block;
        width: 310px;
    }

    .profile-desktop-menu,
    .settings-desktop-menu {
        top: 0 !important;
        width: 100VW !important;
        min-height: 100VH;
    }

    .screen .Right-Area {
        top: 78px;
        width: 100VW !important;
        scrollbar-width: none;
    }

    .screen .Right-Area::-webkit-scrollbar {
        display: none !important;
    }

    .card-heading>div {
        position: initial !important;
    }

}

@media only screen and (min-width: 768px) {
    .scroll {
        /* height: 450px; */
        /* overflow-y: scroll; */
        /* overflow-x: hidden; */
    }
}

.screen .component-wrapper {
    display: flex;
    width: 80%;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    height: 73px;
}

.screen .frame {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 22px 0px 22px 0px;
    background-color: #ffffff;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.screen .frame-11 {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*  gap: 20px;*/
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.screen .frame-4 {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 20px;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.screen .Comment-Text {

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: var(---font-weight);
    color: #000000;
    font-size: var(---font-size);
    letter-spacing: var(---letter-spacing);
    line-height: var(---line-height);
    font-style: var(---font-style);
    width: 95%;
}

.screen .overlap-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--g-t-7vxh);
    border-radius: 5px;
    border: 1px solid;
    border-color: var(--c-1c-1c-1);
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.screen .big-frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    align-items: center;
}

.screen .frame-12 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 95%;
}

.screen .frame-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    width: calc(100% - 105px);
}

.screen .Comment-Name {
    width: fit-content;
    margin-top: -1px;
    /*  font-family: "Ploni DL 1.1 AAA-Bold", Helvetica;*/
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: normal;
}

.screen .div {
    display: flex;
    width: 95%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.screen .frame-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.screen .paper-airplane {
    width: 27px;
    height: 28px;
    cursor: pointer;
}

.scale-effect,
[class^="avatar"] {
    transition: transform 0.3s ease-in-out;
}

.scale-effect:hover,
[class^="avatar"]:hover {
    transform: scale(1.1);
}

.screen .frame-3 {
    display: flex;
    flex-direction: row;
    height: 47px;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.screen .text-wrapper {
    height: 26px;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: var(---font-weight);
    color: #000000;
    font-size: var(---font-size);
    letter-spacing: var(---letter-spacing);
    line-height: var(---line-height);
    font-style: var(---font-style);
}

.screen .component {
    width: 55px;
    height: 55px;
    background-size: cover;
    background-position: 50% 50%;
    min-width: 55px;
}

.screen .p {
    height: 26px;


    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: var(---font-weight);
    color: #000000;
    font-size: var(---font-size);
    letter-spacing: var(---letter-spacing);
    line-height: var(---line-height);
    font-style: var(---font-style);
}

.screen .frame-7 {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.screen .Comment-Date {
    width: fit-content;
    margin-top: -1px;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: #838383;
    font-size: 16px;
    text-align: right;
    letter-spacing: 0.16px;
    line-height: normal;
}

.screen .Comment-Time {
    width: fit-content;
    margin-top: -1px;


    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: #838383;
    font-size: 16px;
    text-align: right;
    letter-spacing: 0.16px;
    line-height: normal;
}

.screen .avatar-with {
    width: 47px;
    height: 47px;
}

.screen .overlap-group {
    width: 56px;
    height: 56px;
    background-color: var(--whitewhite);
    border-radius: 28.17px;
}

.screen .Comment-Profile {
    width: 55px;
    height: 55px;
    background-image: url(./img/avatar-url-25.png);
    background-size: cover;
    background-position: 50% 50%;
    min-width: 55px;
}

.screen .frame-8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.screen .div-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.17px;
    height: 27.17px;
    background-color: var(--g-t-7vxh);
    border-radius: 169.84px;
    border: 1px solid;
    border-color: var(--borderblackfade-10);
}

.screen .Comment-View-Number {
    height: 24px;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: #838383;
    font-size: 16px;
    text-align: right;
    letter-spacing: 0.16px;
    line-height: normal;
    direction: ltr;
}

.screen .frame-9 {
    display: flex;
    align-items: center;
}

.screen .avatar-2 {
    width: 27.17px;
    height: 27.17px;
    background-image: url(./img/avatar-url-17.png);
    background-size: cover;
    background-position: 50% 50%;
}

.screen .avatar-wrapper {
    width: 29.44px;
    height: 29.44px;
    margin-left: -11.5px;
    background-color: var(--whitewhite);
    border-radius: 14.72px;
}

.screen .avatar-3 {
    width: 27px;
    height: 27px;
    background-image: url(./img/avatar-url-8.png);
    background-size: cover;
    background-position: 50% 50%;
}

.screen .avatar-4 {
    width: 27px;
    height: 27px;
    background-image: url(./img/avatar-url-9.png);
    background-size: cover;
    background-position: 50% 50%;
}

.screen .avatar-5 {
    width: 27px;
    height: 27px;
    background-image: url(./img/avatar-url-10.png);
    background-size: cover;
    background-position: 50% 50%;
}

.screen .Comment-Number {
    width: fit-content;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: #838383;
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: normal;
}

.screen .Comment-View {
    width: fit-content;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: #838383;
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: normal;
}

.screen .frame-10 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.screen .Comment-Button {
    width: fit-content;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: var(--x);
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: normal;
}

.screen .message {
    width: 28px;
    height: 28px;
}

.screen .Answer-Text {

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: var(---font-weight);
    color: #000000;
    font-size: var(---font-size);
    letter-spacing: var(---letter-spacing);
    line-height: var(---line-height);
    font-style: var(---font-style);
    padding-right: 67px;
    width: 95%;
}




.screen .frame-13 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 95%;
    margin-bottom: 10px;
}

.screen .frame-5 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 95%;
}

.screen .frame-14 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.screen .frame-15 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    ;
}

.screen .overlap-group-wrapper {
    width: 72px;
    height: 73px;
}

.screen .overlap-group-2 {
    height: 73px;
}

.screen .text-wrapper-9 {
    height: 73px;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: normal;
    background-color: var(--x);
    border-radius: 36px;
    box-shadow: 0px 10px 15px #00000026;
}

.screen .notification {
    width: 20px;
    height: 20px;
    background-image: url(./img/notification-5-2.svg);
    background-size: 100% 100%;
}

.screen .User-Menu-Item {
    width: fit-content;
    margin-top: -1px;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: normal;
    color: rgb(30 65 126);
    font-size: 18px;
    letter-spacing: var(---letter-spacing);
    line-height: var(---line-height);
    white-space: nowrap;
    font-style: var(---font-style);
}

.screen .User-Menu,
.profile-menu {
    display: flex;
    column-gap: 10px;
    width: fit-content;
    font-weight: var(---font-weight);
    color: var(--x);
    font-size: var(---font-size);
    letter-spacing: var(---letter-spacing);
    line-height: var(---line-height);
    font-style: var(---font-style);
}

.screen .img {
    width: 55px;
    height: 55px;
}

.screen .frame-20 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.screen .chevron-right {
    width: 16px;
    height: 16px;
}

.screen .text-wrapper-14 {
    width: fit-content;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: var(--x);
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: normal;
}

.screen .Menu-Item-Img {
    width: 31px;
    height: 31px;
}

.screen .Menu-Item {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*  height: 52px;*/
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 5px 7px 5px;
    border-radius: 8px;
    overflow: hidden;
    transition: background-color 0.5s ease-in-out;
}

.screen .Menu-Item-Active {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*  height: 52px;*/
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 5px 7px 5px;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--dda-940);
    border-radius: 8px;
}

.screen .Menu-Item:hover {
    background-color: var(--dda-940);
    border-radius: 8px;
}

.screen .Menu-Item-Text {
    width: fit-content;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: normal;
    /*  margin-left: -25px;*/
}

.screen .Menu-Item-Text-Active {
    width: fit-content;

    /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
    font-weight: 400;
    color: #1E417E;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: normal;
}


.screen .top-area {
    display: none;
}

.plus-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
}

#ask-question {
    border: none;
    width: 100%;
}

#ask-question:focus-visible {
    outline: none;
}

.User-Menu-Item,
.icon-frame>div,
.main-menu-up div,
.Menu-Item {
    cursor: pointer;
}

.is_active0 .Menu-Item-Text {
    text-decoration: line-through;
}

.is_active1 .Menu-Item-Text {
    text-decoration: none;
}

.club_settings .toggle.btn.btn-danger.off.btn-sm,
.club_settings .toggle.btn.btn-primary.btn-sm {
    width: 70px !important;
    height: 27px !important;
}

.packages {
    display: flex;
    justify-content: center;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
}

/* .packages-details, .packages-selection {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 20px;
  flex: 1 1 300px;
} */

.packages-selection {
    text-align: center;
}

.packages-details-content {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.package {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    width: 30%;
    gap: 0px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
}

.package:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.15);
}

.current-package {
    border: 2px solid #7939f7;
}

.package-title {
    background-color: transparent;
    background-image: radial-gradient(at center left, #4B4B4B 0%, #000000 100%);
    padding: 10px;
}

.package-title h2 {
    color: #7939f7;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.1em;
}

.package-description {
    width: 100%;
}

.package-description h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
}

.package-price {
    margin: 15px;
}

.package-price .price {
    color: #000000;
    font-size: 48px;
    line-height: 48px;
    display: inline;
}

.price-i {
    color: #000000;
    font-family: "Anton", Sans-serif;
    font-size: 31px;
    display: inline;
}

.package-price .month {
    color: #5A5A5A;
    font-size: 19px;
    font-weight: 600;
    display: inline;
}

.package-i {
    color: #7939f7;
    transition: color 0.3s;
}

.package-list-text {
    font-size: 18px;
}

.package-ul {
    list-style-type: none;
    padding: 15px;
}

.choose-package-btn {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: auto !important;
}

.packages-details-content .tooltip-container {
    width: 100%;
}

.important_bg {
    border-top: 7px solid #f05050 !important;
}

@media only screen and (max-width: 768px) {
    .screen {
        height: initial;
        flex-direction: column;
    }

    .screen .top-area {
        display: flex;
        height: 78px;
        background-color: #1e417e;
        justify-content: center;
        position: fixed;
        top: 0;
        z-index: 999;
        left: 0;
        width: 100%;
    }

    .screen .top-2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 90%;
        justify-content: space-between;
    }

    .screen .Right-Area {
        display: none;
    }

    .screen .Left-Area {
        height: initial;
        width: 100vw;
        border-radius: 0px 0px 0px 0px;
        padding-top: 73px;
    }

    .frame-16 .img {
        display: none;
    }

    .screen .new-frame {
        justify-content: center;
        width: 100%;
        display: none;
    }

    .screen .scroll {
        width: 100%;
    }

    .icon-frame .Icon-Eye {
        /*	display: none;*/
    }

    .icon-frame .Icon-Message {
        /*	display: none;*/
    }

    .screen .User-Menu {
        display: none;
    }

    .screen .frame {
        width: 100%;
        padding: 20px 10px 20px 10px;
    }

    .screen .Answer-Text {

        padding-right: 0px;
    }

    .view_all_answers {
        padding: 0px;
    }

    .screen .overlap-2 {
        margin-bottom: 10px;
        padding: 10px;
    }

    .screen .frame-11 {
        width: 100%;
        padding: 20px 10px 20px 10px;
    }

    .screen .frame-4 {
        width: 100%;
        padding: 20px 10px 20px 10px;
    }

    .screen .Logo-mobil {
        height: 57px;
        object-fit: contain;
    }

    .user-area-mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .User-Name-mobile {
        width: fit-content;

        /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
        font-weight: bold;
        color: white;
        font-size: 14px;
        direction: rtl;
        margin-left: 10px;
    }

    .screen .img {
        width: 43px;
        height: 43px;
    }

    .screen .text-wrapper {
        ::-webkit-scrollbar {
            width: 10px;
        }

        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        ::-webkit-scrollbar-thumb {
            background: var(--x);
            border-radius: 10px;
        }

        .screen {
            display: flex;
            flex-direction: row;
            height: 100vh;
            overflow: auto;
            width: 100vw;
            background-color: #1e417e;
        }

        .screen .Right-Area {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 40px;
            width: 327px;
            height: 100VH;
            overflow: auto;
            position: sticky;
            top: 0;
            right: 0;
            /* z-index: 999999; */
            order: 0;
        }

        .screen .Right-Area::-webkit-scrollbar {
            display: none;
        }

        .screen .Left-Area {
            display: flex;
            flex-direction: column;
            gap: 40px;
            align-items: center;
            width: calc(100VW - 327px);
            /* height: 100%; */
            background-color: #f5f6fa;
            border-radius: 0px 30px 30px 0px;
        }

        .screen .Logo {
            width: 75%;
            height: 57px;
            object-fit: contain;
            margin-top: 40px;
            object-position: right;
        }

        .screen .main-menu-up {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            width: 75%;
            min-height: calc(100VH - 115px);
            position: relative;
        }

        .screen .main-menu-down {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            width: 75%;
        }

        .screen .Copyright {

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: #d5d5d5;
            font-size: 15px;
            text-align: center;
            letter-spacing: 0.15px;
            line-height: normal;
            white-space: nowrap;
            margin-bottom: 20px;
            width: 75%;
        }

        .screen .Left-Area {
            display: flex;
            flex-direction: column;
            gap: 40px;
            align-items: center;
            width: 80vw;
            /* height: 100%; */
            background-color: #f5f6fa;
            border-radius: 0px 30px 30px 0px;
            height: auto;
            /*  position: sticky;*/
            top: 0;
        }

        .screen .frame-16 {
            display: flex;
            align-items: flex-start;
            gap: 11px;
        }

        .screen .new-frame {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 80%;
            margin-top: 60px;
        }

        .screen .frame-17 {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 15px;
        }

        .screen .frame-18 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .screen .User-Menu-Item {
            width: fit-content;
            margin-top: -1px;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: normal;
            color: rgb(30 65 126);
            font-size: 18px;
            letter-spacing: var(---letter-spacing);
            line-height: var(---line-height);
            white-space: nowrap;
            font-style: var(---font-style);
        }

        .screen .User-Name {
            width: fit-content;
            margin-top: -1px;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: bold;
            color: rgb(30 65 126);
            font-size: 24px;
            letter-spacing: var(---letter-spacing);
            line-height: var(---line-height);
            white-space: nowrap;
            font-style: var(---font-style);
        }

        .screen .icon-frame {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

        .screen .Icon-Eye {
            width: 41px;
            height: 41px;
            background-image: url(./img/eye-2-2.svg);
            background-size: 100% 100%;
        }

        .screen .Icon-Message {
            width: 37px;
            height: 37px;
            background-image: url(./img/envelope-2-2.svg);
            background-size: 100% 100%;
        }

        .scroll {
            display: flex;
            width: 80%;
            flex-direction: column;
            align-items: flex-end;
            gap: 20px;
        }


        @media only screen and (min-width: 768px) {
            .scroll {
                /* height: 450px; */
                /* overflow-y: scroll; */
                /* overflow-x: hidden; */
            }
        }

        .screen .component-wrapper {
            display: flex;
            width: 80%;
            flex-direction: column;
            align-items: flex-end;
            gap: 20px;
            height: 73px;
        }

        .screen .frame {
            display: flex;
            flex-direction: column;
            width: 90%;
            align-items: center;
            gap: 10px;
            padding: 22px 0px 22px 0px;
            background-color: #ffffff;
            border-radius: 15px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .screen .frame-11 {
            display: flex;
            flex-direction: column;
            width: 90%;
            gap: 20px;
            align-items: center;
            background-color: #ffffff;
            border-radius: 15px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .screen .frame-4 {
            display: flex;
            flex-direction: column;
            width: 90%;
            gap: 20px;
            align-items: center;
            background-color: #ffffff;
            border-radius: 15px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .screen .Comment-Text {

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: var(---font-weight);
            color: #000000;
            font-size: var(---font-size);
            letter-spacing: var(---letter-spacing);
            line-height: var(---line-height);
            font-style: var(---font-style);
            width: 95%;
        }

        .screen .overlap-2 {
            display: flex;
            flex-direction: column;
            width: 95%;
            background-color: var(--g-t-7vxh);
            border-radius: 5px;
            border: 1px solid;
            border-color: var(--c-1c-1c-1);
            align-items: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }


        .screen .big-frame {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 95%;
            align-items: center;
        }

        .screen .frame-12 {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 20px;
            width: 95%;
        }

        .screen .frame-6 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 1px;
            width: calc(100% - 105px);
        }

        .screen .Comment-Name {
            width: fit-content;
            margin-top: -1px;
            /*  font-family: "Ploni DL 1.1 AAA-Bold", Helvetica;*/
            font-weight: 700;
            color: #000000;
            font-size: 18px;
            letter-spacing: 0.18px;
            line-height: normal;
        }

        .screen .div {
            display: flex;
            width: 95%;
            align-items: center;
            flex-direction: row;
            justify-content: space-between;
        }

        .screen .frame-2 {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .screen .paper-airplane {
            width: 27px;
            height: 28px;
            cursor: pointer;
        }

        .screen .frame-3 {
            display: flex;
            flex-direction: row;
            height: 47px;
            align-items: center;
            gap: 20px;
            width: 100%;
        }

        .screen .text-wrapper {
            height: 26px;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: var(---font-weight);
            color: #000000;
            font-size: var(---font-size);
            letter-spacing: var(---letter-spacing);
            line-height: var(---line-height);
            font-style: var(---font-style);
        }

        .screen .component {
            width: 55px;
            height: 55px;
            background-size: cover;
            background-position: 50% 50%;
            min-width: 55px;
        }

        .screen .p {
            height: 26px;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: var(---font-weight);
            color: #000000;
            font-size: var(---font-size);
            letter-spacing: var(---letter-spacing);
            line-height: var(---line-height);
            font-style: var(---font-style);
        }

        .screen .frame-7 {
            display: flex;
            align-items: flex-start;
            gap: 5px;
        }

        .screen .Comment-Date {
            width: fit-content;
            margin-top: -1px;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: #838383;
            font-size: 16px;
            text-align: right;
            letter-spacing: 0.16px;
            line-height: normal;
        }

        .screen .Comment-Time {
            width: fit-content;
            margin-top: -1px;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: #838383;
            font-size: 16px;
            text-align: right;
            letter-spacing: 0.16px;
            line-height: normal;
        }

        .screen .avatar-with {
            width: 47px;
            height: 47px;
        }

        .screen .overlap-group {
            width: 56px;
            height: 56px;
            background-color: var(--whitewhite);
            border-radius: 28.17px;
        }

        .screen .Comment-Profile {
            width: 55px;
            height: 55px;
            background-image: url(./img/avatar-url-25.png);
            background-size: cover;
            background-position: 50% 50%;
            min-width: 55px;
        }

        .screen .frame-8 {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

        .screen .div-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 27.17px;
            height: 27.17px;
            background-color: var(--g-t-7vxh);
            border-radius: 169.84px;
            border: 1px solid;
            border-color: var(--borderblackfade-10);
        }

        .screen .Comment-View-Number {
            height: 24px;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: #838383;
            font-size: 16px;
            text-align: right;
            letter-spacing: 0.16px;
            line-height: normal;
            direction: ltr;
        }

        .screen .frame-9 {
            display: flex;
            align-items: center;
        }

        .screen .avatar-2 {
            width: 27.17px;
            height: 27.17px;
            background-image: url(./img/avatar-url-17.png);
            background-size: cover;
            background-position: 50% 50%;
        }

        .screen .avatar-wrapper {
            width: 29.44px;
            height: 29.44px;
            margin-left: -11.5px;
            background-color: var(--whitewhite);
            border-radius: 14.72px;
        }

        .screen .avatar-3 {
            width: 27px;
            height: 27px;
            background-image: url(./img/avatar-url-8.png);
            background-size: cover;
            background-position: 50% 50%;
        }

        .screen .avatar-4 {
            width: 27px;
            height: 27px;
            background-image: url(./img/avatar-url-9.png);
            background-size: cover;
            background-position: 50% 50%;
        }

        .screen .avatar-5 {
            width: 27px;
            height: 27px;
            background-image: url(./img/avatar-url-10.png);
            background-size: cover;
            background-position: 50% 50%;
        }

        .screen .Comment-Number {
            width: fit-content;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: #838383;
            font-size: 16px;
            letter-spacing: 0.16px;
            line-height: normal;
        }

        .screen .Comment-View {
            width: fit-content;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: #838383;
            font-size: 16px;
            letter-spacing: 0.16px;
            line-height: normal;
        }

        .screen .frame-10 {
            display: inline-flex;
            align-items: center;
            justify-content: flex-end;
            gap: 12px;
        }

        .screen .Comment-Button {
            width: fit-content;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: var(--x);
            font-size: 16px;
            letter-spacing: 0.16px;
            line-height: normal;
        }

        .screen .message {
            width: 28px;
            height: 28px;
        }

        .screen .Answer-Text {

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: var(---font-weight);
            color: #000000;
            font-size: var(---font-size);
            letter-spacing: var(---letter-spacing);
            line-height: var(---line-height);
            font-style: var(---font-style);
            padding-right: 67px;
            width: 95%;
        }

        .screen .frame-13 {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            width: 95%;
        }

        .screen .frame-5 {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            width: 95%;
        }

        .screen .frame-14 {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

        .screen .frame-15 {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 12px;
            ;
        }

        .screen .overlap-group-wrapper {
            width: 72px;
            height: 73px;
        }

        .screen .overlap-group-2 {
            height: 73px;
        }

        .screen .text-wrapper-9 {
            height: 73px;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: #ffffff;
            font-size: 50px;
            text-align: center;
            letter-spacing: 0.5px;
            line-height: normal;
            background-color: var(--x);
            border-radius: 36px;
            box-shadow: 0px 10px 15px #00000026;
        }

        .screen .notification {
            width: 20px;
            height: 20px;
            background-image: url(./img/notification-5-2.svg);
            background-size: 100% 100%;
        }

        .screen .User-Menu-Item {
            width: fit-content;
            margin-top: -1px;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: normal;
            color: rgb(30 65 126);
            font-size: 18px;
            letter-spacing: var(---letter-spacing);
            line-height: var(---line-height);
            white-space: nowrap;
            font-style: var(---font-style);
        }

        .screen .User-Menu,
        .profile-menu {
            display: flex;
            column-gap: 10px;
            width: fit-content;
            /*  font-family: "Ploni DL 1.1 AAA-Bold", Helvetica;*/
            font-weight: var(---font-weight);
            color: var(--x);
            font-size: var(---font-size);
            letter-spacing: var(---letter-spacing);
            line-height: var(---line-height);
            font-style: var(---font-style);
        }

        .screen .img {
            width: 55px;
            height: 55px;
        }

        .screen .frame-20 {
            display: flex;
            width: 70%;
            align-items: center;
            justify-content: flex-start;
            gap: 20px;
        }

        .screen .chevron-right {
            width: 16px;
            height: 16px;
        }

        .screen .text-wrapper-14 {
            width: fit-content;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: var(--x);
            font-size: 18px;
            letter-spacing: 0.18px;
            line-height: normal;
        }

        .screen .Menu-Item-Img {
            width: 31px;
            height: 31px;
        }

        .screen .Menu-Item {
            display: flex;
            flex-direction: row;
            width: 100%;
            height: 52px;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 7px 17px 7px 17px;
            border-radius: 8px;
            overflow: hidden;
            transition: background-color 0.5s ease-in-out;
        }

        .screen .Menu-Item-Active {
            display: flex;
            flex-direction: row;
            width: 100%;
            height: 52px;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 7px 17px 7px 17px;
            border-radius: 8px;
            overflow: hidden;
            background-color: var(--dda-940);
            border-radius: 8px;
        }

        .screen .Menu-Item:hover {
            background-color: var(--dda-940);
            border-radius: 8px;
        }

        .screen .Menu-Item-Text {
            width: fit-content;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: #ffffff;
            font-size: 18px;
            letter-spacing: 0.18px;
            line-height: normal;
            margin-left: -25px;
        }

        .screen .Menu-Item-Text-Active {
            width: fit-content;

            /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
            font-weight: 400;
            color: #1E417E;
            font-size: 18px;
            letter-spacing: 0.18px;
            line-height: normal;
        }


        .screen .top-area {
            display: none;
        }

        .plus-btn {
            position: fixed;
            bottom: 20px;
            left: 20px;
            cursor: pointer;
        }

        #ask-question {
            border: none;
            width: 100%;
        }

        #ask-question:focus-visible {
            outline: none;
        }

        .User-Menu-Item,
        .icon-frame>div,
        .main-menu-up div {
            cursor: pointer;
        }

        @media screen and (max-width: 768px) {
            .Comment-Number {
                display: none;
            }

            .screen {
                height: initial;
                flex-direction: column;
            }

            .screen .top-area {
                display: flex;
                height: 78px;
                background-color: #1e417e;
                justify-content: center;
            }

            .screen .top-2 {
                display: flex;
                flex-direction: row;
                align-items: center;
                width: 90%;
                justify-content: space-between;
            }

            .screen .Right-Area {
                display: none;
            }

            .screen .Left-Area {
                height: initial;
                width: 100vw;
                border-radius: 0px 0px 0px 0px;
            }

            .frame-16 .img {
                display: none;
            }

            .screen .new-frame {
                justify-content: center;
                width: 90%;
            }

            .screen .scroll {
                width: 90%;
            }

            .icon-frame .Icon-Eye {
                /*	display: none;*/
            }

            .icon-frame .Icon-Message {
                /*	display: none;*/
            }

            .screen .User-Menu {
                display: none;
            }

            .screen .frame {
                width: 100%;
                padding: 20px 10px 20px 10px;
            }

            .screen .overlap-2 {
                padding: 20px 10px 20px 10px;
            }

            .screen .frame-11 {
                width: 100%;
                padding: 20px 10px 20px 10px;
            }

            .screen .frame-4 {
                width: 100%;
                padding: 20px 10px 20px 10px;
            }

            .screen .Logo-mobil {
                height: 57px;
                object-fit: contain;
            }

            .user-area-mobile {
                display: flex;
                flex-direction: row;
                align-items: center;
            }

            .User-Name-mobile {
                width: fit-content;

                /*  font-family: "Ploni DL 1.1 AAA-Regular", Helvetica;*/
                font-weight: bold;
                color: white;
                font-size: 14px;
                margin-left: 10px;
            }

            .screen .img {
                width: 43px;
                height: 43px;
            }

            .screen .text-wrapper {
                font-size: 18px;
            }

            .screen .Comment-Text {
                font-size: 18px;
            }

            .screen .Answer-Text {
                font-size: 18px;
            }

            .screen .Comment-View {
                font-size: 15px;
            }

            .screen .Comment-Number {
                font-size: 15px;
                display: none;
            }

            .screen .Comment-Button {
                font-size: 15px;
            }

            .Comment-Number {
                display: none;
            }