/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,17): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(31,17): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(47,22): run-time error CSS1039: Token not allowed after unary operator: '-size-input'
(109,21): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(126,18): run-time error CSS1039: Token not allowed after unary operator: '-size-input'
(165,28): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(171,28): run-time error CSS1039: Token not allowed after unary operator: '-color-disable'
 */
:root {
    --color-primary: #0969ab;
    --color-disable: #B1B1B1;
    --size-input: 32px;
}

.hiddenVisibility {
    visibility:hidden;
}

#modal-change-password .modal-dialog {
    font-family: Roboto;
    width: 54.37860513896172%;
    min-height: 350px;
}

#modal-change-password .modal-header {
    border-bottom: unset;
}

#modal-change-password .btn-close {
    position: fixed;
    top: 0;
    right: 5%;
    font-size: 4rem;
    color: var(--color-primary);
}

#modal-change-password .modal-title {
    margin-left: 4rem;
    color: var(--color-primary);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
}

.step-content-change-pass {
    width: 50%;
}

    .step-content-change-pass .input-group {
        border: 1px solid #d2d6de;
        border-radius: 5px;
        overflow: hidden;
        height: var(--size-input);
        width: 100%;
        margin: auto;
    }

    .step-content-change-pass .input-group-addon {
        border-color: transparent;
        font-size: 20px;
        color: #86cbf2;
    }

#modal-change-password .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#modal-change-password .modal-body {
    display: flex;
    justify-content: center;
    flex: 1;
}

.group-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

    .group-btn btn-update-profile {
        background-color: #71c274;
        color: #fff;
        border-radius: 20px;
        font-size: 20px;
        width: 25%;
        cursor: pointer;
        font-family: 'Montserrat SemiBold';
    }

    .group-btn btn-close-profile {
        background-color: #cb7777;
        color: #fff;
        border-radius: 20px;
        font-size: 20px;
        width: 25%;
        cursor: pointer;
        font-family: 'Montserrat SemiBold';
    }

.wrap-text-success {
    width: 100%;
    height: 100%;
}

    .wrap-text-success .text-success {
        font-size: 2rem;
        color: var(--color-primary);
        height: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        white-space: nowrap;
    }

#change-pass input {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    border: none;
    height: var(--size-input);
}

.step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1;
    position: relative;
}

.errorMessage {
    font-family: 'Roboto';
    font-size: 12px;
    color: #ff4242;
    margin-bottom: 10px;
    margin-top: -10px;
}

.txt-center {
    text-align: center;
}

#rsCurrentPassword::-ms-reveal, #rsNewPassword::-ms-reveal, #rsConfirmNewPassword::-ms-reveal {
    display: none;
}

.txt-err-current, .txt-err-new, .txt-err-confirm {
    font-family: 'Roboto';
    font-size: 12px;
    display: flex;
    justify-content: left;
    color: red;
}

.btn-change-pass {
    height: 30px;
    width: 100%;
    background-color: var(--color-primary);
    color: white!important;
}

.btn-disable {
    pointer-events: none;
    background-color: var(--color-disable);
}

