body {
    margin: 0px;
}

label,
a {
    text-decoration: none;
}

.password-generate {
    position: absolute;

    top: 154px;
    left: 296px;

    font-family: "Montserrat-Regular";
    font-size: 19px;

    letter-spacing: 0.04em;

    color: rgba(255, 84, 94, 0.5);
}

.password-generate:hover {
    cursor: pointer;
    color: #FF545E;
}

.eye {
    width: 17px;
    height: 11px;

    content: url("../img/eye.svg");
}

.eye.currentpassword, .eye.newpassword, .eye.repeatpassword {
    position: absolute;
    top: 35px;
    left: 220px;
}

.eye.currentpassword:hover, .eye.newpassword:hover, .eye.repeatpassword:hover {
    cursor: pointer;
    content: url("../img/eye_highlight.svg");
}

.eye.currentpassword.checked, .eye.newpassword.checked, .eye.repeatpassword.checked {
    content: url("../img/eye_highlight.svg");
}

.error-message {
    font-family: "Montserrat-Regular";
    font-size: 12px;

    letter-spacing: 0.01em;

    color: rgba(255, 84, 94, 0.75);

    height: 15px;
}

.restore-password-field-inner {
    position: absolute;

    display: flex;
    flex-direction: column;
}

.confirm-password {
    position: absolute;

    top: 280px;
    left: 22px;

    width: 248px;
    height: 44px;

    font-family: "Montserrat-Light";
    font-size: 19px;

    letter-spacing: 0.01em;

    color: #FFEBEB;

    background: linear-gradient(168.02deg, #FF545E -54.97%, #FF6050 91.25%);
    border-radius: 4px;

    border: none;
    outline: none;
}

.confirm-password:hover {
    background: linear-gradient(168.02deg, #FF545E -54.97%, #FF545E 91.25%);
}

.restore-password-field-inner .restore-password-field {
    transition: border 0.25s ease-in-out;

    background: #E7E9EB;
    border-radius: 4px;

    width: 227px;
    height: 46px;

    border: 2px solid;
    border-color: transparent;
    outline: none;

    padding-left: 19px;

    font-family: "Montserrat-Regular";
    font-size: 15px;

    letter-spacing: 0.01em;
}

#current-password-field {
    top: 55px;
    left: 22px;
}

#new-password-field {
    top: 125px;
    left: 22px;
}

#repeat-password-field {
    top: 195px;
    left: 22px;
}

.safety {
    display: flex;
    flex-direction: row;
    align-items: center;

    position: absolute;

    top: 138px;
    left: 346px;

    width: 195px;
    height: 39px;

    background: linear-gradient(168.02deg, #FF545E -54.97%, #FF555D -45.83%, #FF6050 91.25%);
    border: none;
    border-radius: 10px;

    padding-left: 15px;
}

.safety label {
    font-family: "Montserrat-Regular";
    font-size: 20px;

    letter-spacing: 0.01em;

    color: #FFEBEB;

    margin-top: 3px;
    margin-left: 15px;
}

.email-card {
    position: absolute;

    top: 211px;
    left: 345px;

    width: 699px;
    height: 171px;

    background: #FFFFFF;
    border: 1px solid #EFF2F5;
    border-radius: 4px;
}

.changepassword-card {
    position: absolute;

    top: 428px;
    left: 345px;

    width: 699px;
    height: 381px;

    background: #FFFFFF;
    border: 1px solid #EFF2F5;
    border-radius: 4px;
}

#current-email {
    position: absolute;

    top: 71px;
    left: 22px;

    width: 227px;
    height: 46px;

    font-family: "Montserrat-Regular";
    font-size: 15px;

    letter-spacing: 0.01em;

    padding-left: 19px;

    background: #E7E9EB;
    border-radius: 4px;

    border: none;
    outline: none;
}

.email-verify-submit {
    transition: all 0.25s ease-in-out;

    position: absolute;

    top: 71px;
    left: 288px;

    width: 181px;
    height: 48px;

    background: linear-gradient(168.02deg, #FF545E -54.97%, #FF6050 91.25%);
    border-radius: 4px;

    border: none;
    outline: none;

    font-family: "Montserrat-Light";
    font-size: 19px;
    color: #FFEBEB;
}

.email-verify-submit:hover {
    cursor: pointer;
    background: linear-gradient(168.02deg, #FF545E -54.97%, #FF545E 91.25%);
}

.mainfont.regular {
    font-family: "Montserrat-Regular";
}

.mainfont.regular.usercard-large {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.04em;
}

.mainfont.regular.large {
    font-weight: normal;
    font-size: 19px;
    letter-spacing: 0.04em;
}

.mainfont.regular.small {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.04em;
}

.mainfont.regular.tiny {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.01em;
}

.mainfont.transparent {
    opacity: 0.5;
}

.mainfont.solid {
    opacity: 1;
}

.mainfont.white {
    color: rgba(255, 235, 235, 0.9);
}

.mainfont.dark {
    color: #58667E;
}

.mainfont.gray {
    color: rgba(88, 102, 126, 0.9);
}

.mainfont.lightblue {
    color: rgba(48, 180, 255, 0.9);
}

.mainfont.violet {
    color: rgba(174, 112, 213, 0.9);
}

.mainfont.green {
    color: rgba(95, 191, 137, 0.9);
}

.mainfont.red {
    color: rgba(255, 84, 94, 0.7);
}

.top-user-card-line-one {
    position: absolute;

    top: 31px;
    left: 121px;
}

.top-user-card-line-two {
    position: absolute;

    top: 58px;
    left: 121px;
}

.freeze-card-line-one {
    position: absolute;

    top: 54px;
    left: 137px;
}

.freeze-card-line-two {
    position: absolute;

    top: 87px;
    left: 137px;
}

.rebinding-card-line-one {
    position: absolute;

    top: 54px;
    left: 134px;
}

.rebinding-card-line-two {
    position: absolute;

    top: 87px;
    left: 134px;
}

.rebinding-card-line-three {
    position: absolute;

    top: 118px;
    left: 134px;
}

.gift-card-line-one {
    position: absolute;

    top: 63px;
    left: 133px;
}

#filesize {
    position: absolute;

    top: 115px;
    left: 934px;
}

::placeholder {
    color: rgba(0,0,0,1);
}

#email {
    position: absolute;

    top: 107px;
    left: 132px;

    width: 222px;
    height: 46px;

    text-align: center;

    font-family: "Montserrat-Regular";
    font-size: 15px;
    letter-spacing: 0.01em;

    color: rgba(88, 102, 126, 1);

    border: none;
    background: #E7E9EB;
    border-radius: 4px;
}

#days {
    position: absolute;

    top: 107px;
    left: 369px;

    width: 216px;
    height: 46px;

    text-align: center;

    font-family: "Montserrat-Regular";
    font-size: 15px;
    letter-spacing: 0.01em;

    color: rgba(88, 102, 126, 1);

    background: #E7E9EB;

    border: none;
    border-radius: 4px;
}

#email::placeholder,
#days::placeholder {
    opacity: 0.5;
}

#email:focus::placeholder {
    opacity: 1;
}

#buyfreeze {
    transition: opacity 0.25s ease-in-out;

    position: absolute;

    top: 155px;
    left: 416px;

    cursor: pointer;
}

#buyrebind {
    transition: opacity 0.25s ease-in-out;

    position: absolute;

    top: 186px;
    left: 366px;

    cursor: pointer;
}

#buyfreeze:hover,
#buyrebind:hover {
    opacity: 1;
}

input {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input:focus::placeholder {
    color: transparent;
}

.giftsubmit {
    transition: background 0.25s ease-in-out;

    position: absolute;

    top: 177px;
    left: 133px;

    width: 452px;
    height: 44px;

    font-family: "Montserrat-Light";
    font-size: 19px;
    letter-spacing: 0.04em;

    color: #FFFEFF;

    background: rgba(95, 191, 137, 0.9);
    border-radius: 4px;

    outline: none;
    border: none;

    cursor: pointer;
}

.giftsubmit:hover {
    background: rgba(79, 176, 121, 0.9);
}

.hwidsubmit {
    transition: background 0.25s ease-in-out;

    position: absolute;

    top: 172px;
    left: 134px;

    width: 197px;
    height: 44px;

    font-family: "Montserrat-Light";
    font-size: 19px;
    letter-spacing: 0.04em;

    color: #FFFEFF;

    background: rgba(174, 112, 213, 0.9);
    border-radius: 4px;

    outline: none;
    border: none;

    cursor: pointer;
}

.hwidsubmit:hover {
    background: rgba(164, 85, 214, 0.9);
}

.freezesubmit {
    transition: background 0.25s ease-in-out;

    position: absolute;

    top: 120px;
    left: 137px;

    width: 244px;
    height: 44px;

    font-family: "Montserrat-Light";
    font-size: 19px;
    letter-spacing: 0.04em;

    color: #FFFEFF;

    background: rgba(48, 180, 255, 0.9);
    border-radius: 4px;

    outline: none;
    border: none;

    cursor: pointer;
}

.freezesubmit:hover {
    background: rgba(8, 165, 253, 0.9);
}

.redcard-base {
    display: flex;
    flex-direction: row;
}

.redcard {
    display: flex;
    flex-direction: column;

    width: 124px;
    height: 86px;

    border: 4px solid #FF545E;
    box-sizing: border-box;
    border-radius: 4px;

    background: #FF545E;
}

.redcard.disabled {
    border: 4px solid #FFD954;
    background: #FFD954;
}

#daysleftbutton img,
#statusbutton img {
    position: absolute;

    top: 38px;
    left: 4px;
}

#statusbutton {
    top: 29px;
    left: 289px;
}

#daysleftbutton {
    top: 29px;
    left: 495px;
}

#redcard-label {
    text-align: center;
    vertical-align: bottom;
}

.whitehole {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 116px;
    height: 47px;

    background: #FFFEFF;

    margin-bottom: 11px;
}

#status {
    position: absolute;

    top: 29px;
    left: 165px;
}

#daysleft {
    position: absolute;

    top: 29px;
    left: 371px;
}

.download-button {
    transition: background 0.25s ease-in-out;

    position: absolute;

    top: 24px;
    left: 934px;

    width: 404px;
    height: 76px;

    font-family: "Montserrat-Light";
    font-size: 19px;
    letter-spacing: 0.04em;

    color: #FFFEFF;

    text-align: start;
    padding-left: 23px;

    background: rgba(255, 84, 94, 0.85);
    border-radius: 4px;
    border: none;

    cursor: pointer;
}

.download-button:hover {
    background: rgba(250, 45, 57, 0.85);
}

#download img {
    position: absolute;

    top: 24px;
    left: 342px;
}

.pages {
    padding-bottom: 600px;
}

.leftpanel {
    display: flex;
    align-items: center;
    flex-direction: column;

    width: 285px;
    height: 100%;

    border-right-color: #EFF2F5;
    border-right-style: solid;
    border-right-width: 2px;
}

.leftpanel.leftalign {
    align-items: flex-start;

    margin-left: 45px;
    border: none;
}

.activepagevutton {
    width: 261px;
    height: 49px;

    background: rgba(0,0,0,0);
    border-radius: 6px;

    border: none;

    cursor: pointer;

    display: flex;
    align-items: flex-start;
    padding-left: 10px;
}

.activepagevutton:hover {
    background: linear-gradient(168.02deg, rgba(255, 84, 94, 0.1) -54.97%, rgba(255, 96, 80, 0.1) 91.25%);
}

.activepagevutton label {
    position: relative;

    font-family: "Montserrat-Regular";
    font-size: 18px;

    letter-spacing: 0.01em;

    color: rgba(88, 102, 126, 0.9);

    top: 13px;
    left: 10px;

    pointer-events: none;
}

.activepagevutton:hover label {
    color: rgba(255, 84, 94, 0.7);
}

.activepagevutton svg {
    position: relative;
    margin-top: 13px;
}

.activepagevutton:hover svg path {
    fill: rgba(255, 84, 94, 0.7);
}

.downbutton {
    width: 135px;

    background: transparent;

    display: flex;
    align-items: flex-start;

    cursor: pointer;

    border: none;

    margin-bottom: 20px;
}

.downbutton label {
    position: relative;

    font-family: "Montserrat-Regular";
    font-size: 18px;

    color: rgba(88, 102, 126, 0.75);

    margin-left: 11px;

    pointer-events: none;
}

.downbutton:hover label {
    color: #58667E;
}

#settings:hover img {
    fill: #58667E;
}

.subheaderlogo {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;

    cursor: pointer;

    margin-top: 66px;
    margin-bottom: 85px;
}

.subheaderfont {
    font-family: "Montserrat-Regular";
}

.subheaderfont.largeblack {
    font-family: "Montserrat-Semibold";
    font-size: 26px;
    color: #222531;
}

.subheaderfont.largered {
    font-family: "Montserrat-Semibold";
    font-size: 26px;
    color: #FF545E;
}

.subheaderfont.small {
    font-size: 13px;
    color: #89909C;

    margin-top: 3px;
}

.subheaderfont.rectangled {
    font-size: 12px;
    letter-spacing: 0.02em;

    color: #FFFFFF;

    background-color: #FF545E;
    border-radius: 4px;

    padding-top: 4px;
    padding-bottom: 4px;

    padding-left: 4px;
    padding-right: 4px;
}

.subheaderfont.auth {
    font-size: 17px;
    color: #89909C;

    padding-right: 20px;
}


.card-title {
    background: #EFF2F5;
    border-radius: 4px 0px 4px 0px;

    font-family: "Montserrat-Regular";
    font-size: 16px;
    color: rgba(88, 102, 126, 0.5);

    padding-bottom: 2px;

    padding-left: 19px;
    padding-right: 14px;
}

.top-user-card {
    position: absolute;

    top: 10px;
    left: 329px;

    width: 634px;
    height: 111px;

    background: #FFFFFF;
    border: 1px solid #EFF2F5;
    border-radius: 4px;
}

.top-user-card img {
    position: absolute;

    top: 18px;
    left: 22px;
}

.subscription-card {
    position: absolute;

    top: 169px;
    left: 329px;

    width: 1452px;
    height: 150px;

    background: #FFFFFF;
    border: 1px solid #EFF2F5;
    border-radius: 4px;
}

.subscription-card img {
    position: absolute;

    top: 56px;
    left: 54px;
}

.freeze-card {
    position: absolute;

    top: 354px;
    left: 329px;

    width: 708px;
    height: 200px;

    background: #FFFFFF;
    border: 1px solid #EFF2F5;
    border-radius: 4px;
}

.freeze-card img {
    position: absolute;

    top: 79px;
    left: 54px;
}

.rebinding-card {
    position: absolute;

    top: 354px;
    left: 1082px;

    width: 699px;
    height: 269px;

    background: #FFFFFF;
    border: 1px solid #EFF2F5;
    border-radius: 4px;
}

.rebinding-card img {
    position: absolute;

    top: 79px;
    left: 54px;
}

.gift-card {
    position: absolute;

    top: 648px;
    left: 1082px;

    width: 699px;
    height: 271px;

    background: #FFFFFF;
    border: 1px solid #EFF2F5;
    border-radius: 4px;
}

.gift-card img {
    position: absolute;

    top: 79px;
    left: 54px;
}