td { 	font-size: 10px !IMPORTANT;    }

th {
    font-size: 11px !IMPORTANT;
    background-color: #2fa4e7;
    color: white;
}

/* password toggle start */
.password-section {
    position: relative;
    display: inline-block;
}

.password-section .fa-eye {
    position: absolute;
    top: 76%;
    right: 22px; /* Adjust this value to control the icon's position */
    transform: translateY(-50%);
    cursor: pointer;
}
.password-section .fa-eye-slash {
    position: absolute;
    top: 76%;
    right: 22px; /* Adjust this value to control the icon's position */
    transform: translateY(-50%);
    cursor: pointer;
}

/* password toggle end */


.right-inner-addon {
    position: relative;
}

.right-inner-addon input{
    padding-right: 30px;
}

.right-inner-addon i{

    position:absolute;
    /*text-indent: -15px;
    bottom: -8px;
    font-size: 1.3em;*/
    right: 0px;
    padding: 10px 12px;
}

.control .icon {
    pointer-events: initial;
}