input[type="password"]::-ms-clear{display: none;}
input[type="password"]::-ms-reveal{display: none;}
input[type="password"]::-o-reveal{display: none;}

header .home-menu{
    padding-left: 67px;
}

.main-container {
    display: flex;
    max-height: calc(100vh - 60px - 50px);
}

/* plan */
.plan p {
    color: #000000;
    font-size: 20px;
}

.plan .form-link img {
    padding-left: 11px;
}

/* email-notifications */
.email-notifications p {
    color: #58595E;
    font-size: 20px;
}

.email-notifications .form-link button {
    font-size: 18px;
}

/* preferences */
.preferences div.preferences-box {
    width: 1280px;
    height: 182px;
    background: linear-gradient(90.03deg, #EB693A 0.04%, #FCA331 99.99%);
    ;
    border-radius: 30px;
    color: #fff;
    padding-left: 50px;
}

.preferences div.preferences-box h3 {
    font-size: 36px;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 10px;
}

.preferences div.preferences-box p {
    font-size: 24px;
    text-align: left;
}

.preferences .footer-parter {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.preferences .footer-parter p {
    padding-top: 25px;
    margin-bottom: 2px;
}

.preferences .footer-parter .logo-language {
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 4px;
}

.preferences .footer-parter .logo-change {
    font-weight: 500;
    font-size: 18px;
    color: #1673FF;

}

.onoffswitch-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 170px;
    height: 36px;
}

.onoffswitch-box .onoffswitch-text {
    color: #a9a9a9;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

.onoffswitch-box .onoffswitch-text.selected {
    font-weight:500;
    color: #fff;
}

.onoffswitch-box .onoffswitch-text.selected .save-active {
    display: inline-block;
}

.onoffswitch-box .onoffswitch-text.selected .save-inactive {
    display: none;
}

.onoffswitch-box .onoffswitch-text .save-active {
    display: none;
}

.onoffswitch-box .onoffswitch-text .save-inactive {
    display: inline-block;
}

.onoffswitch {
    position: relative;
    width: 70px;
    user-select: none;
    background: transparent;
    border-radius: 20px;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

input[type="checkbox"]+.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 4px solid #fff;
    border-radius: 20px;
    margin: 0;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: transparent;
    color: #fff;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: transparent;
    color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 5.5px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    border-radius: 50%;
    transition: all 0.3s ease-in 0s;
    box-shadow: 1px 0 2px #a97118;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 6px;
    box-shadow: -1px 0 2px #a97118;
}

.preferences .preferences-box .storage-content {
    display: flex;
    justify-content: space-between;
}

.preferences .text-show {
    font-style: normal;
    font-size: 18px;
    color: #58595E;
    margin-top: 12px;
}



#changePassword .form-input .error {
    border-bottom: 1px solid red;
    background-color: transparent;
}

#changePassword .form-input p {
    color: red;
    font-size: 12px;
    height: 30px;
    text-align: left;
    line-height: 12px;
    margin-bottom: 2px;
    padding-top: 7px;
}

.email-notifications {
    padding: 50px 0;
}

@media (max-width: 1024px) {
    .main-container {
        max-height: calc(100vh - 60px - 96px);
    }

    .right-container .right_content {
        max-height: calc(100vh - 60px - 96px);
    }
}

/* @media (max-width: 1013px) {

    .right-container {
        width: 100%;
        overflow: auto;
        padding-left: 40px;
        min-height: auto;
    }

} */
