﻿.password-group {
    position: relative;
}

.password-group .password-field {
    padding-right: 70px;
}

.password-group .password-toggle {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f1f1f1;
    color: #333333;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
}

.password-group .password-toggle:hover,
.password-group .password-toggle:focus {
    background: #333333;
    color: #ffffff;
}

.password-group .password-toggle.bx-show-alt {
    background: #333333;
    color: #ffffff;
}

.candidates-dashboard-content .stats-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.candidates-dashboard-content .stat-card {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.candidates-dashboard-content .stat-card-1 {
    background-color: #e5e5e5;
}

.candidates-dashboard-content .stat-card-2 {
    background-color: #dbf0eb;
}

.candidates-dashboard-content .stat-card-3 {
    background-color: #fdf0df;
}

