.label {
    font-weight: bold;
}

.action-icon {
    margin-right: 4px;
    margin-left: 4px;
    width: 15px;
    height: auto;
}

.action-icon:hover {
    cursor: pointer;
}

.expired-row {
	color: #fff;
    background-color: #e47c68 !important;
}

.expired-row a {
	color: #fff;
}

.table-header-search {
    display: none;
    color: black;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    font-size: inherit;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.pw-eyeball {
    background-image: url("/static/img/View-Password.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.pw-eyeball-slash {
    background-image: url("/static/img/Hide-Password.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px; }
.email-alert {
    margin-bottom: 1px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border-radius: 0 !important;
    text-align: center; }

.help-icon-container {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.help-button {
    float: right;
}

.help-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.help_clear {
	height: 100px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #0da575;
    color: white;
    padding: 10px 14px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: background-color 0.3s;
}
/* .back-to-top:hover {
    background-color: #0056b3;
} */
