body, html {
    background-color: #000;
    font-family: Manrope;
}

.hide {
    display: none;
}

.page-container {
    padding: 36px 0 0 52px;
    position: relative;
}

main {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    /* overflow: hidden; */
}

.hero-bg-gold-bar,
.await-verify .hero-bg-gold-bar {
    background: url(../images/bg-image01.png) #000 center / cover no-repeat;
}

.await-verify.failed .hero-bg-gold-bar,
.await-verify.success .hero-bg-gold-bar {
    background: url(../images/bg-image02.png) #000 center / cover no-repeat;
}

/* .await-verify .hero-bg-gold-bar {
    background: url(../images/bg-image02.png) #000 center / cover no-repeat;
} */

header {
    height: 88px;
}

.hero-section {
    padding: 0 123px 0 70px;
}

.left-message h1 {
    font: normal normal 600 48px/65px Manrope;
}

.left-message p {
    font: normal normal 600 24px/35px Manrope;
    width: 86%;
    margin-top: 10px;
    letter-spacing: 0;
}

.right-container {
    /* height: 90vh; */
    /* height: 100%; */
    border: 1px solid #707070;
    border-radius: 24px;
    margin-top: 56px;
    margin-bottom: 32px;
    text-align: center;
    padding: 80px 50px;
    background-color: #000000;
    width: 100%;
    max-width: 661px;
}

.right-container img {
    margin-bottom: 15px;
}

.right-container h1 {
    font: normal normal normal 45px/62px Manrope;
}

.right-container p {
    font: normal normal normal 20px/30px Manrope;
    letter-spacing: 0px;
    color: #BCBCBC;
    opacity: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 334px;
}

.logo {
    padding-top: 22px;
}

.left-message {
    /* margin-top: 55%; */
    margin-top: 355px;
}

.failed .left-message {
    margin-top: 50%;
}

.left-message h1 {
    font-size: 48px;
}

form {
    margin-top: 40px;
    text-align: left;
}

form label {
    font: normal normal normal 18px/30px Manrope;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 0;
}

form label.for-checkbox {
    text-align: left;
    font: normal normal normal 14px/25px Manrope;
    letter-spacing: 0px;
    color: #7B7B7B;

}

form label.for-checkbox a {
    color: #7B7B7B;
    font: normal normal normal 14px/25px Manrope;
    text-decoration: underline;
}

form label.for-radio {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 24px;
    opacity: 1;
    margin-bottom: 20px;
    padding: 17px 30px
}

.for-radio:has(input[type="radio"]:checked) {
    border-color: #1FDBA6 !important;
}

.for-radio:has(input[type="radio"]:checked) p {
    display: block;
}

.for-radio p {
    display: none;
    text-align: left;
    font: normal normal normal 17px/25px Manrope;
    letter-spacing: 0px;
    color: #7B7B7B;
    opacity: 1;
    max-width: none;
    margin-top: 10px;
    padding-left: 20px;
}

form input, form select {
    background-color: black;
    font: normal normal normal 18px/30px Manrope;
    letter-spacing: 0px;
    color: #BCBCBC;
    border: 0;
    padding-left: 0;
    border-bottom: 1px solid #7B7B7B;
    width: 100%;
    margin-bottom: 20px;
}

form input::placeholder {
    color: #BCBCBC !important;
    opacity: 1;
    /* Καταργεί την προεπιλεγμένη διαφάνεια του Bootstrap */
}


form select option:disabled {
    color: #BCBCBC;
}

form select {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
}

form input[type="radio"],
form input[type="checkbox"] {
    width: 20px;
    margin-bottom: 20px;
}

form input[type="radio"] {
    margin-bottom: 0px;
}

form .error input {
    margin-bottom: 5px;
    color: #FB6B5B;
    border-bottom: 1px solid #FB6B5B;
}

form div {
    position: relative;
}

form div img {
    position: absolute;
    right: 12px;
    top: 40px;
    display: none;
    margin: 0;
}

form div.error img {
    display: block;
}

form span {
    font: normal normal normal 14px/14px Manrope;
    letter-spacing: 0px;
    color: #FB6B5B;
    display: none;
    width: 94%;
}

form .error span:not(.exists) {
    display: inline-block;
}

input::placeholder,
form select::invalid {
    color: #7B7B7B;
    opacity: 1;
}

input:focus {
    outline: none;
    border-color: transparent;
    border: none;
    border-bottom: 1px solid #7B7B7B;
}

.submit-button {
    /* width: 480px; */
    width: 100%;
    height: fit-content;
    min-height: 65px;
    display: block;
    background: #1FDBA6 0% 0% no-repeat padding-box;
    border-radius: 38px;
    text-align: center;
    font: normal normal 600 22px/30px Manrope;
    letter-spacing: 0px;
    color: #000000;
    padding: 17px 0;
    margin: 50px auto 15px;
}

.submit-button:link,
.submit-button:visited,
.submit-button:hover,
.submit-buttona:active,
.await-verify .footer-link a:link,
.await-verify .footer-link a:visited,
.await-verify .footer-link a:hover,
.await-verify .footer-link a:active {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}

.right-container p.agree {
    font: normal normal normal 14px/20px Manrope;
    letter-spacing: 0px;
    color: #BCBCBC;
    width: 100%;
    text-align: center;
    max-width: 90%;
}

.right-container p.agree a {
    color: #BCBCBC;
    text-decoration: underline;
}

.right-container a {
    color: #BCBCBC;
}

.await-verify .font-heading {
    margin-top: 30px;
    width: 100%;
}

.failed.await-verify .font-heading {
    width: 100%;
    max-width: 400px;
}

.register-form h3.font-heading,
.await-verify h3.font-heading {
    font: normal normal normal 18px/24px Manrope;
    letter-spacing: 0px;

}

.failed.await-verify .right-container h3.font-heading {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 460px;
}

.await-verify .footer-note {
    margin: 160px auto 10px;
    width: 100%;
    max-width: 460px;
    border-bottom: 1px solid #707070;
    padding-bottom: 16px;
}

.failed.await-verify .footer-note {
    margin: 34px 0 10px;
    border: 0;
    padding-bottom: 0;
}

.await-verify .footer-note p {
    text-align: left;
    font: normal normal normal 14px/20px Manrope;
    letter-spacing: 0px;
    color: #BCBCBC;
    padding-left: 51px;
    padding-top: 0;
    margin: 0;
    width: 100%;
}

.await-verify .footer-note h2 {
    font: normal normal normal 15px/30px Manrope;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 51px;
    padding-top: 0;
    margin-bottom: 0;
}

.await-verify .footer-note img {
    float: left;
    margin: 9px 0 15px;
}

.await-verify .footer-link {
    text-align: left;
    font: normal normal normal 15px/20px Manrope;
    letter-spacing: 0px;
    color: #1FDBA6;
    margin: 10px auto 10px;
    width: 460px;
}

.color-green {
    color: #1FDBA6 !important;
}

h1.text-white.d-none.d-md-block {
    max-width: 577px;
}

.text-white.d-none.d-md-block {
    max-width: 507px;
}

.left-message p.text-white.d-block.d-md-none {
    width: 100%;
}

body.failed.await-verify .right-container {
    padding-bottom: 41px;
}

body.await-verify.success .right-container {
    padding: 120px 50px 71px;
}

body.await-verify.success .right-container .font-heading.color-green {
    margin-top: 15px;
    margin-bottom: 29px;
}

body.await-verify.success .left-message p {
    width: 100%;
    max-width: 508px;
}

body.await-verify.success .right-container img {
    margin-bottom: 100px;
}

body.await-verify.success .right-container .text-white img {
    margin-bottom: 15px;
    margin-top: 6px;
    width: 234px;
    height: 39px;
}

body.await-verify.success .font-heading {
    width: 100%;
    max-width: 394px;
}

body.await-verify.success .agree {
    margin-top: 194px;
}

body.await-verify.success .agree img {
    margin-bottom: 0;
    margin-bottom: 0;
    margin-right: 13px;
}

@media (max-width: 767px) {
    .logo img {
        width: 129.5px;
        height: 21.5px;
    }


    .hero-bg-gold-bar,
    .await-verify .hero-bg-gold-bar {
        background: url(../images/bg-image01-mobile.png) #000 top / cover no-repeat;
    }

    .await-verify.failed .hero-bg-gold-bar,
    .await-verify.success .hero-bg-gold-bar {
        background: url(../images/bg-image02-mobile.png) #000 top / cover no-repeat;
    }

    .hero-section {
        padding: 0 27px;
    }

    /* register start */
    .left-message {
        margin-top: 64px;
        gap: 14px;
        display: flex;
        flex-direction: column;
    }

    .left-message h1 {
        font-size: 24px;
        line-height: 33px;
    }

    .left-message p {
        font-size: 16px;
        line-height: 25px;
    }

    .left-message p.text-white.d-block.d-md-none {
        /* max-width: 233px; */
        max-width: 45vw;
    }

    .form-input {
        line-height: 1;
    }

    .right-container {
        margin-top: 40px;
        margin-bottom: 29px;
        padding: 40px 30px 22px;
    }

    .right-container img {
        width: 34px;
        height: 34px;
        margin-bottom: 7px;
    }

    .right-container h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .right-container p {
        font-size: 14px;
        line-height: 12px;
        width: 100%;
        max-width: 164px;
    }

    .right-container form {
        margin-top: 30px;
    }

    .right-container form label {
        font-size: 16px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .right-container form input {
        font-size: 15px;
        line-height: 12px;
        padding-bottom: 5px;
        margin-bottom: 12px;
    }

    .form-input.error input {
        margin-bottom: 0px;
    }

    .form-input.error+.form-input {
        margin-top: 12px;
    }

    .right-container form span {
        font-size: 11px;
        line-height: 11px;
    }

    .right-container form img {
        width: 11px;
        height: 11px;
        top: 23px;
    }

    .submit-button {
        margin: 41px 16px 15px;
        font-size: 16px;
        line-height: 15px;
        padding: 12px 0;
        height: 100%;
        min-height: 43px;
        width: 100%;
        max-width: 243px;
    }

    .right-container p.agree {
        font-size: 13px;
        line-height: 13px;
        width: 100%;
        max-width: 233px;
    }

    /* register end */

    /* verify await start */
    body.await-verify .right-container img {
        width: 37px;
        height: 37px;
    }

    body.await-verify .right-container .font-heading {
        margin-top: 8px;
        line-height: 15px;
    }

    body.await-verify .right-container .font-heading.color-green {
        padding: 13px 0 21px;
    }

    body.await-verify .footer-note {
        margin-top: 57px;
    }

    body.await-verify .footer-note img {
        width: 25.5px;
        height: 25.5px;
        margin: 5px 0 15px;
    }

    body.await-verify .footer-note h2 {
        font-size: 14px;
        line-height: 18px;
        padding-left: 32px;
    }

    body.await-verify .footer-note p {
        font-size: 13px;
        line-height: 11px;
        padding-left: 32px;
        max-width: 100%;
    }

    body.await-verify .footer-link {
        font-size: 11px;
        line-height: 11px;
        margin: 6px 0 0;
    }

    /* verify await end */

    /* failed start */
    .failed .left-message {
        margin-top: 38px;
    }

    .await-verify.failed .font-heading {
        margin-top: 0px;
    }

    .await-verify.failed .left-message {
        gap: 0px;
    }

    .await-verify.failed .left-message p {
        width: 100%;
        max-width: 217px;
    }

    body.await-verify.failed .right-container .font-heading.color-green {
        padding: 21px 0;
    }

    body.await-verify.failed .right-container {
        padding: 40px 40px 27px;
    }

    body.await-verify.failed .font-heading.color-green {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        width: 100%;
    }

    body.failed.await-verify .footer-note {
        margin: 0 0 25px;

    }

    .email-check {
        width: 21px !important;
        height: 21px !important;
    }

    .mail-resend {
        width: 17px !important;
        height: 13px !important;
    }

    .questionmark-icon {
        width: 16px !important;
        height: 16px !important;
    }

    .footer-note .mail-resend,
    .footer-note .questionmark-icon {
        margin: 5px 0 15px !important;
    }

    .footer-note .email-check {
        margin: 0px 0 15px !important;
    }

    body.failed.await-verify .footer-note h2,
    body.failed.await-verify .footer-note p {
        padding-left: 26px;
    }

    body.failed.await-verify .submit-button {
        margin: 0 auto 0;
    }

    /* failed end */

    /* success start */
    body.await-verify.success .font-heading {
        margin-top: 0px;
    }

    body.await-verify.success .left-message p {
        max-width: 253px;
    }

    body.await-verify.success .right-container {
        padding: 40px 30px 42px;
    }

    body.await-verify.success .right-container img {
        margin-bottom: 39px;
    }

    body.await-verify.success .right-container .font-heading.color-green {
        padding: 0 0 14px;
    }

    body.await-verify.success .right-container .text-white img {
        width: 121px;
        height: 20px;
    }

    body.await-verify.success .right-container h1 {
        margin-bottom: 30px;
    }

    body.await-verify.success .agree {
        margin-top: 88px;
    }

    body.await-verify.success .agree img {
        width: 11px;
        height: 13px;
        margin-bottom: 0;
        margin-right: 6px;
    }

    /* success end */
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: #1FDBA6;
}

form.user-login-form .error input {
    margin-bottom: 20px;
}

form.user-login-form .footer-link {
    text-align: center;
    margin: 20px auto 30px;
}

.loggedin-user .hero-section {
    padding: 35px 4rem 70px;
}

.loggedin-user form {
    margin-top: 0;
}

.main-grid,
.header-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 32px;
    color: #BCBCBC;
    line-height: 30px;
    margin: 2rem;
}

.grey-border {
    border: 1px solid #707070;
    border-radius: 24px;
}

.header-grid {
    padding: 42px 46px;
}

.header-grid .main-grid__content {
    border-right: 1px solid #707070;
    padding-right: 20px;
}

.header-grid div {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.edam-grid h4 {
    font-size: 14px;
}

.edam-grid h3 {
    font-size: 35px;
}

.edam-grid p {
    font-size: 20px;
}

.main-grid__sidebar {
    display: flex;
    flex-direction: column;
}

.main-grid .main-grid__sidebar {
    gap: 32px;
}

.sidebar-content {
    padding: 35px 46px;
    display: flex;
    flex-direction: column;
    gap: calc(28px - 0.5rem);
}


.mt5-account-form button {
    background-color: #DBBC1F;
    color: #000;
    border-radius: 24px;
    font: normal normal bold 20px/30px Manrope;
    margin: 35px 0 0;
    max-width: 308px;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
}

.mt5-account-number,
.mt5-account-connection-status {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-weight: bold;
}

.mt5-account-number {
    align-items: center;
    font-weight: bold;
}

.mt5-account-number p:has(span) {
    font-weight: normal;
}

.mt5-account-number p:has(button) {
    gap: 18px;
    display: flex;
}

.mt5-account-status-indicator {
    text-align: right;
    font: normal normal bold 20px/30px Manrope;
}

.mt5-account-connection-status .assist-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font: normal normal bold 20px/30px Manrope;
}

.mt5-account-connection-status .assist-wrapper span.img-text,
.mt5-account-connection-status .assist-wrapper span.arrow-icon {
    display: flex;
    gap: 18px;
    align-items: center;
}

.mt5-account-connection-status .assist-wrapper span.arrow-icon img {
    position: relative;
}

.mt5-account-connection-status .assist-wrapper span.arrow-icon span {
    color: #BCBCBC;
    font: normal normal normal 20px/30px Manrope;
}

.mt5-account-connection-status a:hover {
    text-decoration: none;
}

.mt5-account-connection-status a:hover span.img-text span {
    text-decoration: underline;
}

.mt5-account-connection-status a:hover span.arrow-icon span {
    color: #1FDBA6;
    text-decoration: underline;
}

.user-icon {
    gap: 28px;
}

.user-icon div:not(.dropdown-content) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.user-icon div span {
    font: normal normal normal 22px/30px Manrope;
    color: #fff;
}

.js-dropdown-toggle {
    background: transparent;
    border: none;
}

.js-dropdown-toggle.carret {
    transform-origin: 50% 50%;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.js-dropdown-toggle.carret.rotate {
    transform: rotate(0deg);
}

.dropdown-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.dropdown-content {
    display: none;

    position: absolute;
    top: 40px;
    right: 0;
    background-color: #000;
    background-color: #000;
    padding: 25px 36px;
    width: max-content;
}

.dropdown-content a {
    color: #fff;
    text-decoration: none;
    font: normal normal normal 18px/30px Manrope;
}

.dropdown-content a:hover {
    color: #1FDBA6;
    text-decoration: underline;
}

.dropdown-content.show {
    display: block;
}

.main-grid .main-grid__content {
    padding: 72px 46px;
    display: flex;
    flex-direction: column;
}

.main-grid__content h3,
.main-grid__sidebar h3 {
    color: #fff;
    margin-bottom: 28px;
}

.main-grid__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 0 36px;
    max-width: 75%;
    width: 100%;
    align-self: center;
}

.group-wrapper {
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.group-label {
    font: normal normal bold 20px/30px Manrope;
    color: #fff;
    text-transform: uppercase;
}

.progress-list {
    list-style: none;
}

.progress-list .status {
    font: normal normal bold 20px/30px Manrope;
    text-align: right;
    align-items: center;
    display: flex;
}

.progress-list .status-1,
.sidebar-content .status-1 {
    color: #DBBC1F;
}

.progress-list .status-2,
.sidebar-content .status-2 {
    color: #1FDBA6;
}

.progress-list .status-3,
.sidebar-content .status-3 {
    color: #ee4344;
}

.progress-item {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #707070;
}

.group-wrapper .progress-item:last-child {
    border-bottom: none;
}

.progress-item span {
    font: normal normal normal 20px/30px Manrope;
}

.progress-item div {
    display: flex;
    gap: 18px;
    align-items: center;
}

.progress-item .check:not(.status-2, .status-3) {
    width: 25px;
    height: 25px;
    border: 2px solid;
    border-radius: 24px;
}

.mt5-account-connection-status p,
.main-grid__sidebar:has(.mt5-account-connection-status) h3 {
    margin-bottom: 0;
}

.font-heading.create-account {
    color: #7B7B7B;
}

.font-heading.create-account a {
    color: #1FDBA6;
}

.dropdown-wrapper.notifications p {
    color: #fff;
}

.dropdown-wrapper.notifications .dropdown-content .notification-single-wrapper {
    border-bottom: 1px solid #707070;
    padding: 10px 0;
    margin: 0;
}

.dropdown-wrapper.notifications .dropdown-content .notification-single-wrapper:last-child {
    border-bottom: none;
}

.dropdown-wrapper.notifications .dropdown-content {
    right: unset;
    width: 40vw;
}

.notification-single-wrapper span {
    font: normal normal normal 15px/15px Manrope !important;
    width: 100%;
    text-align: right;
}

.dropdown-wrapper.notifications .dropdown-content {
    max-height: 50vh;
    overflow-y: scroll;
}

.dropdown-wrapper.notifications .dropdown-content p {
    font-size: 16px;
}

.footer p,
.footer a {
    color: #7B7B7B;
    font: normal normal normal 18px/30px Manrope;
    margin-bottom: 24px;
}

.footer .legal-links {
    gap: 42px;
}

.footer .row.hero-section.d-flex.flex-column.flex-md-row {
    padding: 0;
    margin: 2rem;
}

.register-form .right-container {
    padding-left: 35px;
    padding-right: 35px;
}

.register-form .password-requirements {
    max-width: none;
    text-align: left;
    font: normal normal normal 12px/20px Manrope;
    letter-spacing: 0px;
    color: #7B7B7B;
    opacity: 1;
}

@media screen and (max-width: 1080px) {
    .main-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .main-grid .main-grid__content {
        padding: 40px 20px;
        margin-bottom: 32px;
    }

    .main-grid__list {
        padding: 40px 0 20px;
    }

    .header-grid {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 40px 20px;
    }

    .header-grid .main-grid__content {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #707070;
        padding-bottom: 20px;
    }

    .header-grid div {
        align-items: flex-start;
    }

    .header-grid .main-grid__sidebar {
        padding-top: 40px;
    }

    .loggedin-user .hero-section {
        padding: 35px 2rem 0 70px;
    }

    .dropdown-wrapper.notifications .dropdown-content {
        width: 60vw;
    }
}

@media screen and (max-width: 576px) {
    .main-grid__list {
        max-width: 90%;
    }

    .main-grid__list {
        gap: 25px;
    }

    .group-wrapper {
        gap: 17px;
    }

    .main-grid, .header-grid {
        margin: 1rem;
    }

    .loggedin-user .hero-section {
        padding: 1rem;
    }

    .sidebar-content {
        padding: 28px 35px;
    }

    .edam-grid h3 {
        font-size: 28px;
    }

    .edam-grid p,
    .group-label {
        font-size: 17px;
    }

    .mt5-account-connection-status .assist-wrapper,
    .mt5-account-connection-status .assist-wrapper span.arrow-icon span,
    .progress-item span,
    .progress-list .status {
        font-size: 15px !important;
    }

    .progress-list {
        padding-left: 0;
    }

    .user-icon div span {
        font: normal normal normal 17px/23px Manrope;
    }

    .loggedin-user .hero-section {
        align-items: center;
    }

    .loggedin-user .hero-section div.user-icon {
        padding-left: 0;
        padding-right: 0;
        gap: 20px;
    }

    .loggedin-user .hero-section .logo {
        padding-top: 0;
    }

    .user-icon div:not(.dropdown-content) {
        gap: 10px;
    }

    div.user-icon span {
        width: min-content;
    }

    img.user-icon {
        width: 30px;
        height: 30px;
    }

    .dropdown-wrapper .dropdown-content {
        padding: 10px 20px;
    }

    .dropdown-wrapper.notifications .dropdown-content {
        width: 80vw;
    }

    .dropdown-wrapper.notifications .js-dropdown-toggle img {
        width: 25px;
        height: 32px;
    }

    .progress-item div {
        gap: 13px;
    }

    .footer .legal-links {
        gap: 30px;
    }
}