.wf-force-outline-none[tabIndex="-1"]:focus {
    outline: none;
  }
  .loader {
        display: none;
        width: 100%;
        height: 100%;    
        background-image: url(./styles/Brand/images/loader.gif) !important;
        background-position: center !important;
        background-size: 60px !important;
        background-repeat: no-repeat !important;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: fixed;
        /* background-color: red; */
        z-index: 99;
        background-color: red;

  }
body.overflow-hidden {
    overflow: hidden !important;
}

.MuiDialogContent-root{
    padding: 0 !important;
}
.MuiDialogContentText-root{
    margin-bottom: 0px !important;
}
.MuiDialogContent-root:first-child{
    padding-top: 0px !important;
}

.modal-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.26);
}

.modal-wrapper.show-modal-wrapper {
    display: flex !important;
    opacity: 1 !important;
}
.modal-wrapper.show-modal-wrapper .modal-block {
    width: 50%;
    /* border-radius: 20px; */
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}


.modal-wrapper.show-modal-wrapper .modal-block .hide {
    display: none !important;
}
.modal-wrapper.show-modal-wrapper .modal-block .error-message {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #e01723 !important;
    text-align: center !important;
    background-color: #ffdede !important;
    border-radius: 10px !important;
    line-height: 20px !important;
    font-size: 12px;;
}
.modal-wrapper.show-modal-wrapper.change-role-status .modal-block {
    width: 100%;
    max-width: 320px;
}

.modal-wrapper.show-modal-wrapper.change-role-status .modal-block .confirmation-content-wrapper{
    display: flex;
    flex-direction: column;
    padding: 12px;
}
.modal-wrapper.show-modal-wrapper.change-role-status .modal-block .confirmation-content-wrapper .heading-container{
    padding: 0 0 10px;
    display: flex;
}
.modal-wrapper.show-modal-wrapper.change-role-status .modal-block .confirmation-content-wrapper select {
    border-radius: 5px;
    padding: 5px;
}
.modal-wrapper.show-modal-wrapper.change-status .modal-block .heading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px !important;
}
.modal-wrapper.show-modal-wrapper.hierarchy-box .modal-block{
    width: 400px;
}
.modal-wrapper.show-modal-wrapper.hierarchy-box .modal-block .modal-block-inner {
    position: relative;
    
}
.modal-wrapper.show-modal-wrapper.hierarchy-box .close-modal{
    position: absolute;
    left: auto;
    top: 12px;
    right: 14px;
    bottom: auto;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    margin-right: -10px;
    border-radius: 100px;
    background-position: 50% 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.modal-wrapper.show-modal-wrapper.hierarchy-box .modal-block .heading-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px !important;
    font-size: 20px !important;
    font-weight: bolder;
}
.modal-wrapper.show-modal-wrapper.restore-defaults .modal-block .heading-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px !important;
}
.modal-wrapper.show-modal-wrapper.copy-role .modal-block .heading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px !important;
    font-weight: bold;
    font-size: 15px;
}
.modal-wrapper.show-modal-wrapper.feedback .modal-block .feedback-heading-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px !important;
}
.modal-wrapper.show-modal-wrapper.change-status .modal-block .heading-container span, .modal-wrapper.show-modal-wrapper.restore-defaults .modal-block .heading-container span{
    font-size: 16px;
    text-align: center;
    margin: 0 !important;
    line-height: 26px;
}
.modal-wrapper.show-modal-wrapper.feedback .modal-block .feedback-heading-container span {
    font-size: 24px;
    line-height: 20px;
    padding: 5px !important;
    margin: 0 !important;
}


.modal-wrapper.show-modal-wrapper .un-selected {
    border: 1px solid #e01723 !important;
}
.modal-wrapper.show-modal-wrapper.feedback .modal-block .confirmation-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 12px;
}
.modal-wrapper.show-modal-wrapper.copy-role .modal-block .confirmation-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 12px;
}


.modal-wrapper.show-modal-wrapper.feedback .modal-block .confirmation-content-wrapper > * {
    width: 100%;
}
.modal-wrapper.show-modal-wrapper.change-status .modal-block .confirmation-content-wrapper  {
    width: 100%;    
}
.modal-wrapper.show-modal-wrapper.copy-role .modal-block .confirmation-content-wrapper  {
    width: 100%;    
}

.modal-wrapper.show-modal-wrapper.feedback .modal-block .confirmation-content-wrapper textarea {
    padding: 5px;
    width: 100%;
}

.modal-wrapper.show-modal-wrapper.feedback .modal-block .confirmation-content-wrapper .counter-placeholder {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}



.modal-wrapper.show-modal-wrapper.feedback .modal-block .empty-comments {
    border: 1px solid #e01723;
    resize: none;
}
.modal-wrapper.show-modal-wrapper .confirmation-button-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-wrapper.show-modal-wrapper .confirmation-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #e7e8e9;
    color: #691c33;
    font-size: 16px;
    text-align: center;
}

.modal-wrapper.show-modal-wrapper .confirmation-button.yes {
    color: #fff;
    
}
.modal-wrapper.show-modal-wrapper  .confirmation-button.no{
    background-color: #e7e8e9;
    color: #691c33;
}


.modal-wrapper.show-modal-wrapper .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}


.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper {
    width: 100%;
        padding: 5px !important;
        font-size: 12px !important;
        display: block !important;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .feedback-heading-container {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 20px !important;
    padding-bottom: 0px !important;
}

.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper > * {
    width: 100% !important;
}

.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form {
    width: 100%;
    padding: 2px !important;
    position: relative !important;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .login-form-2{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 8px;
    background-color: #fff;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .login-form-2 .form-block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .login-form-2 .form-block-wrapper .form-section-title.small {
    font-size: 22px;
    line-height: 28px;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form label {
    font-size: 12px;
}

.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .field-label {
    color: #000;
    font-size: 12px;
    line-height: 23px;
    font-weight: 600;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .show-password-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
}


.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .show-password-block input {
        width: 15px;
        height: 15px;
        margin-bottom: 5px;
    }
    .modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .show-password-block label {
        margin-left: 5px;
        color: #1279ff;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
    }


    .modal-wrapper.show-modal-wrapper .input-field.password-field {
    margin-bottom: 10px !important;
}

.modal-wrapper.show-modal-wrapper .password-strength {
    padding-top: 0.5rem !important;
    padding-bottom: 1.25rem !important;
}

.modal-wrapper.show-modal-wrapper .password-strength .h6-style-guide,
    .modal-wrapper.show-modal-wrapper .password-strength h6 {
        font-size: 1.125rem !important;
        color: #333 !important;
        margin-bottom: 1.25rem !important;
    }

    .modal-wrapper.show-modal-wrapper .password-strength .conditions {
        margin-bottom: 0 !important;
        list-style: none !important;
    }

    .modal-wrapper.show-modal-wrapper .password-strength .conditions li.valid {
            color: green !important;
        }

        
        .modal-wrapper.show-modal-wrapper .chars-checkmark, 
        .modal-wrapper.show-modal-wrapper .digits-checkmark, 
        .modal-wrapper.show-modal-wrapper .letters-checkmark, 
        .modal-wrapper.show-modal-wrapper .match-checkmark, 
        .modal-wrapper.show-modal-wrapper .restricted-checkmark, 
        .modal-wrapper.show-modal-wrapper .special-checkmark {
        height: 11px !important;
        max-width: 0.875rem !important;
        margin: 6px 0.625rem 0 0 !important;
    }

    .modal-wrapper.show-modal-wrapper .password-strength .conditions-text {
        display: inline-block !important;
        flex-grow: 1 !important;
        flex-shrink: 0 !important;
        flex-basis: 0 !important;
    }


    .modal-wrapper.show-modal-wrapper .password-strength .conditions li.invalid {
        float: none !important;
        color: #e51937 !important;
    }

    .modal-wrapper.show-modal-wrapper .password-strength .conditions li.valid {
        color: green !important;
    }

    .modal-wrapper.show-modal-wrapper .password-strength .conditions li.invalid, 
    .modal-wrapper.show-modal-wrapper .password-strength .conditions li.valid {
        list-style-type: none !important;
    }

    .modal-wrapper.show-modal-wrapper .password-strength .conditions li:not(:last-child) {
        margin-bottom: 0.625rem !important;
    }

    .modal-wrapper.show-modal-wrapper .password-strength #api li {
        list-style-type: none !important;
    }

    .modal-wrapper.show-modal-wrapper .password-strength .conditions li {
        display: flex !important;
    }

    .modal-wrapper.show-modal-wrapper .password-strength .conditions img.invalid-checkmark {
        width: 11px !important;
        height: 11px !important;
    }

    .modal-wrapper.show-modal-wrapper .password-strength .password-strength-bullet-point {
        max-width: 0.3rem !important;
        margin-right: 1rem !important;
    }

    .modal-wrapper.show-modal-wrapper .input-field {    
        padding-left: 5px !important;    
    }
    
    
    .modal-wrapper.show-modal-wrapper .hide-with-space {
        visibility: hidden !important;
    }
    
    .modal-wrapper.show-modal-wrapper .hide {
        display: none !important;
    }
    
    .modal-wrapper.show-modal-wrapper .confirmation-button-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .modal-wrapper.show-modal-wrapper .confirmation-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #e7e8e9;
        color: #691c33;
        font-size: 16px;
        text-align: center;
    }

    .modal-wrapper.show-modal-wrapper .w-button {
        display: inline-block;
        padding: 9px 15px;
        border: 0;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
    }

    .modal-wrapper.show-modal-wrapper .confirmation-button.yes {
 
        color: #fff;
    }

    .modal-wrapper.show-modal-wrapper.change-status .modal-block, .modal-wrapper.show-modal-wrapper.copy-role .modal-block, .modal-wrapper.show-modal-wrapper.restore-defaults .modal-block{max-width: 320px;width: 100%;}