.password-field-eye {
    position: relative;
}

.show-password-icon {
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 0 !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    line-height: 1;
}

.show-password-icon::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("/static/img/eye.png") center center / contain no-repeat;
}

.caret {
    display: inline-block !important;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    position: relative;
    top: -1px;

    font-size: 0 !important;
    color: transparent !important;
    overflow: hidden;
    text-indent: -9999px;
    border: none !important;
}

.caret::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #0b3d91;
    border-bottom: 2px solid #0b3d91;
    transform: rotate(45deg);
    margin: 0 auto;
}

/* .caret::before {
    color: transparent;
    content: "" !important;
} */

.dropdown-toggle::after {
    display: none !important;
    content: none !important;
    border: none !important;
}

#action-menu-toggle-0::after {
    content: "" !important;
    display: inline-block !important;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    vertical-align: 2px;
    border-right: 2px solid #0b3d91 !important;
    border-bottom: 2px solid #0b3d91 !important;
    transform: rotate(45deg);
}

.password-mask {
    -webkit-text-security: disc;
}
