﻿body {
    font-family: 'Nexa';
    height: 100vh;
    background-image: url('/images/BG image_main screen.jpg');
}
header {
    width: 100%;
    text-align: center;
    position: absolute;
}
.container {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    max-width: unset;
}
form.login,
form.register,
section.page-content,
form.page-content {
    position: relative;
    padding: 30px;
    width: 100%;
    max-width: 595px;
    background: #FFFFFF;
    box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
}
form.login .title,
form.register .title {
    font-family: 'Nexa';
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #1D2758;
    width: 100%;
    margin: 0 0 30px;
}
.button-container {
    width: 100%;
    text-align: center;
    display: flex;
}
.button-container a {
    text-decoration: none;
}
.button-container a:hover {
    text-decoration: inherit;
}
.button-container a.button-blue:hover {
    color: white;
}
.button-blue {
    font-family: 'Nexa';
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: white;
    padding: 16px 68px;
    background: linear-gradient(180deg, #1C8AFA 0%, #0018A0 100%);
    border-radius: 12px;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    border: none;
}
.inactive-submit {
    background: linear-gradient(180deg, #dedede 0%, #bebebe 100%);
    cursor: default;
}
section.options {
    font-family: 'Nexa';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #1B89F9;
    width: 100%;
    max-width: 595px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
section.options a {
    color: inherit;
    text-decoration: none;
}
.eye-off {
    display: none;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}
.eye-open {
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}
.phone-icon {
    position: absolute;
    right: 10px;
    top: 16px;
}
.terms-link {
    margin-left: 5px;
    text-decoration: none;
}
section.page-content .title,
form.page-content .title {
    font-family: 'Nexa';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #1D2758;
}
section.page-content .content,
form.page-content .content {
    font-family: 'Nexa';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.015em;
    color: #1D2758;
    margin: 30px 0;
}
section.pricing {
    width: 100%;
    padding: 50px 15%;
    text-align: center;
    background-color: white;
}
section.pricing .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.015em;
    color: #1D2758;
    margin-bottom: 50px;
}
section.pricing .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
section.pricing .item {
    position: relative;
    width: 30%;
    max-width: 400px;
    min-width: 320px;
    box-shadow: 0px 10.5px 43px rgba(0, 36, 107, 0.08);
    padding: 30px;
    border-top: 10px solid transparent;
    border-radius: 33px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #1C8AF7, #421CFA) border-box;
}
section.pricing .item.active {
    padding: 60px 30px;
    z-index: 1;
    margin: 0 -3.4%;
}
section.pricing .item.inactive .container {
    filter: blur(8px);
}
section.pricing .item.inactive .soon {
    position: absolute;
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.19289px;
    color: #421CFA;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
section.pricing .item.inactive {
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #1c8af750, #421cfa50) border-box;
}
section.pricing .name {
    font-weight: 900;
    font-size: 23px;
    line-height: 24px;
    color: #1d2758;
    text-align: center;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
section.pricing .price {
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    color: #421CFA;
    text-align: center;
    letter-spacing: -0.3px;
}
section.pricing .item .subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    color: #B8B8B8;
    text-align: left;
    letter-spacing: -0.3px;
    margin-top: 20px;
    width: 100%;
}
section.pricing .item .internal,
section.pricing .item .database {
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #0F132A;
    text-align: left;
    letter-spacing: -0.3px;
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
    width: 100%;
}
section.pricing .item .middle {
    overflow: hidden;
}
section.pricing .item .left {
    margin-right: 10px;
}
section.pricing .item .right {
    margin-left: 10px;
}
section.pricing .item .button {
    text-align: center;
}
section.pricing .item button {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: white;
    text-align: center;
    background: linear-gradient(180deg, #1C8AF7 0%, #421CFA 100%);
    border-radius: 12px;
    padding: 16px 54px;
    border: none;
    margin-top: 40px;
}
section.pricing .item.inactive button {
    color: black;
    background: white;
    border: solid 2px #1C8AF7;
}
section.payment {
    padding: 30px 15%;
    width: 100%;
    margin: 130px 0 40px;
    background-color: white;
}
section.payment form {
    display: flex;
    gap: 5%;
}
section.payment a.back-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #1D2758;
    text-decoration: none;
}
section.payment form .col1,
section.payment form .col2 {
    position: relative;
    width: 50%;
}
section.payment form .col1 .suggest-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
table#list {
    background-color: white;
    border: solid 1px grey;
}
table#list tr:hover {
    background-color: #bfffff;
    cursor: pointer;
}
section.payment form .col1 .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.015em;
    color: #1D2758;
    margin: 30px 0 20px;
}
section.payment form .col1 .input-field-group .input-field:nth-child(2) {
    width: 1%;
    min-width: 160px;
}
section.payment form .col2 .item {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    margin-top: 70px;
    max-width: 500px;
}
section.payment form .col2 .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.015em;
    color: #421CFA;
    width: 100%;
}
section.payment form .col2 .name {
    font-weight: 900;
    font-size: 23px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #1D2758;
    width: 100%;
    margin: 20px 0;
}
section.payment form .col2 .subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: -0.3px;
    color: #B8B8B8;
    width: 100%;
}
section.payment form .col2 .internal,
section.payment form .col2 .database {
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.3px;
    color: #0F132A;
    width: 100%;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}
section.payment form .col2 .internal .left,
section.payment form .col2 .database .left {
    margin-right: 10px;
}
section.payment form .col2 .internal .middle,
section.payment form .col2 .database .middle {
    overflow: hidden;
}
section.payment form .col2 .internal .right,
section.payment form .col2 .database .right {
    margin-left: 10px;
}
section.payment form .col2 .price {
    font-weight: 900;
    font-size: 23px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #1D2758;
    width: 100%;
    text-align: right;
    margin: 15px 0 30px;
}
section.payment form .col2 .button button {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 16px 68px;
    width: 206px;
    height: 50px;
    background: linear-gradient(180deg, #1C8AFA 0%, #0018A0 100%);
    border-radius: 12px;
    border: none;
}
section.payment form .col2 .button button:disabled {
    background: linear-gradient(180deg, #afafaf 0%, #565656 100%);
}
section.page {
    width: 100%;
}
form.page-content .title {
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.015em;
    color: #1D2758;
    text-align: center;
    margin-bottom: 20px;
}
form.page-content .mark {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #90A1BE;
    background-color: white;
}
form.page-content .button-holder {
    text-align: center;
    margin-top: 20px;
}
form.page-content .button-holder input[type=submit] {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: white;
    padding: 16px 54px;
    border-radius: 12px;
    background: linear-gradient(180deg, #1C8AF7 0%, #421CFA 100%);
    width: max-content;
    border: none;
}
form.page-content #Phone {
    background-image: url('/images/Icons/phone-line.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px;
}
#MessageForm {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #080e2cd4;
    display: flex;
    justify-content: center;
    align-items: center;
}
#MessageForm .form-container {
    max-width: 500px;
    width: 50%;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}
#MessageForm .form-container .title {
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.015em;
    color: #1D2758;
    text-align: center;
    margin-bottom: 20px;
}
#MessageForm .form-container .buttons {
    display: flex;
    gap: 10px;
}
#MessageForm .buttons button {
    padding: 15px 26px;
    background: #ECF0F7;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #421CFA;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#MessageForm .buttons button:hover {
    background: #421CFA;
    color: #FFFFFF;
}

@media(max-width:800px) {
    section.payment {
        padding: 30px 5%;
    }
    section.payment form {
        flex-wrap: wrap;
    }
    section.payment form .col1, section.payment form .col2 {
        width: 100%;
    }
}
@media(max-width:462px) {
    section.pricing {
        padding: 0;
    }
}
@media(max-width:444px) {
    .input-field-group {
        flex-wrap: wrap;
        gap: 0 !important;
    }
    section.payment form .col1 .input-field-group .input-field:nth-child(2) {
        width: 100%;
    }
}

