﻿.main-layout-container .card .layout-content-container .main-layout-content .reset-content-header
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.main-layout-container .card .layout-content-container .main-layout-content .reset-content-header h2
{
    font-size: 30px;
    font-weight: 300;
}
.main-layout-container .card .layout-content-container .main-layout-content .reset-content-header .icon
{
    display: flex;
    align-items: center;
    background-color: #e8e8e8;
    border-radius: 50%;
    justify-content: center;
    position: relative;
}
.main-layout-container .card .layout-content-container .main-layout-content .reset-content-header .icon:hover
{
    cursor: pointer;
}
.main-layout-container .card .layout-content-container .main-layout-content .reset-content-header .icon:hover .tooltip
{
    opacity: 1;
    z-index: 2;
    transition: all .5s ease;
    cursor: default;
}
.main-layout-container .card .layout-content-container .main-layout-content .reset-content-header .icon .tooltip
{
    z-index: 6;
    position: absolute;
    display: flex;
    width: 185px;
    padding: 5px;
    background-color: #fff;
    opacity: 0;
    top: 40px;
    left: -10px;
    box-shadow: 0 2px 4px #c7c7c7;
    border-radius: 8px;
}
.main-layout-container .card .layout-content-container .main-layout-content .reset-content-header .icon .tooltip p
{
    margin: 10px 5px;
    font-size: 12px;
}
.reset-content .email_requirements .element span
{
    max-width: 450px!important;
}
.email_requirements .element.failed::before
{
    font-size: 25px!important;
}
.email_requirements
{
    margin-bottom: 20px;
}/* .main-layout-container .card .layout-content-container .main-layout-content .reset-content-header .icon .tooltip::before{
    position: absolute;
    z-index: 4;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    left: 20px;
    top: -6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    rotate: 45deg;
} */
.main-layout-container .card .layout-content-container .main-layout-content .info-about-sent-email
{
    width: 485px;
    display: flex;
    padding: 20px 0;
}
.main-layout-container .card .layout-content-container .main-layout-content .info-about-sent-email h5
{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    justify-content: flex-start;
}
.main-layout-container .card .layout-content-container .main-layout-content form#reset_password_form, .main-layout-container .card .layout-content-container .main-layout-content .reset-content
{
    width: 100%;
}
.main-layout-container .card .layout-content-container .main-layout-content form#reset_password_form .password_requirements span
{
    max-width: 450px;
}
.email_error_message
{
    display: none;
}
.password_requirements, .email_requirements
{
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
    border-radius: 8px;
    color: var(--text-color);
}
.email_requirements
{
    max-width: 520px;
}
.password_requirements, .email_requirements
{
    display: none;
}
.password_requirements .header
{
    padding: 10px;
}
.password_requirements .element, .email_requirements .element
{
    padding: 2px 10px;
    display: flex;
    align-items: center;
}
.password_requirements .element span
{
    font-size: 12px;
}/* .password_requirements .element svg{
    display: flex;
    align-items: center;
    height: 15px;
    width: 15px;
    margin-right: 10px;
} *//* .password_requirements .element.failed svg{
    fill: #b90e0a !important;
}

.password_requirements .element.success svg{
    fill: #87cb16 !important;
} */
.password_requirements .element.failed::before, .email_requirements .element.failed::before
{
    font-family: "Material Symbols Outlined";
    content: "cancel";
    margin-right: 10px;
    font-size: 20px;
    color: #b90e0a!important;
}
.password_requirements .element.success::before
{
    font-family: "Material Symbols Outlined";
    content: "check_circle";
    margin-right: 10px;
    font-size: 20px;
    color: #87cb16!important;
}
.equal_passwords_requirements
{
    margin-bottom: 20px;
}
.passowrd-field
{
    display: flex;
    align-items: center;
}
.passowrd-field input
{
    width: 90%!important;
}
.passowrd-field .toggle_password_type
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    right: 0;
    color: var(--icon-color);
}
.passowrd-field .toggle_password_type i
{
    font-size: 25px;
    width: 25px;
    height: 25px;
}
.passowrd-field .toggle_password_type i svg
{
    fill: var(--icon-color);
}
#change_pass_succes .succes_info
{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
#change_pass_succes .succes_info svg
{
    width: 200px;
    height: 200px;
    margin-bottom: 50px;
    fill: var(--success-color);
}
#change_pass_succes .succes_info span
{
    font-size: 25px;
    color: var(--text-color);
}
#change_pass_succes .row-left-items
{
    margin: 5px 0!important;
}
#change_pass_failed div, #reset_pass_failed div
{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#change_pass_failed div svg, #reset_pass_failed div svg
{
    width: 200px;
    height: 200px;
    margin-bottom: 50px;
    fill: var(--warning-color);
}
#change_pass_failed div #change_pass_failed_message, #reset_pass_failed div #change_pass_failed_message
{
    font-size: 25px;
    margin-bottom: 50px;
    padding: 20px;
    padding: 0 30px;
    color: var(--text-color);
}
@media only screen and (max-width: 1000px)
{
    .main-layout-container .card .layout-content-container .main-layout-content .reset-content-header .icon .tooltip
    {
        left: -150px;
    }
    .main-layout-container .card .layout-content-container .main-layout-content .reset-content-header .icon .tooltip::before
    {
        content: '';
        left: 160px;
    }
    .reset-content form, .main-layout-content form#reset_password_form
    {
        padding: 10px;
    }
}
@media only screen and (max-width: 500px)
{
    .main-layout-container .card .layout-content-container .main-layout-content .info-about-sent-email
    {
        width: 100%;
    }
}