td,
th{
    vertical-align: middle;
    margin-inline: auto;
    text-align: center;
}
h4,
h5{
    margin-top: 30px;
}

button:focus {
    outline: none !important;
}

input:focus {
    z-index: 0 !important;
}
.float-btn{
    width: 40px !important;
    height: 40px !important;
    background-color: #7a32ff;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    text-align: center;
    padding-top: 2px;
    color: white;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.rounded-circle {
    border-radius: 50%;
}

.bg-primary:hover {
    background-color: #7a32ff !important;
}

.input-group .bg-primary:hover, .input-group-prepend .bg-primary:hover {
    background-color: #7a32ff !important;
}

.btn-primary {
    background-color: #7a32ff;
    border-color: #884ef2;
}

.btn-primary:hover {
    background-color: #7a32ff;
    border-color: #7a32ff;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.text-secondary {
    color: #518c73;
}

.fw-bold {
    font-weight: bold;
}

h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

h4 {
    font-size: 20px;
    margin-bottom: 16px;
}

p {
    margin-bottom: 8px;
}

.section-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
a{
    text-decoration: none;
    color: white;
}

.auth-wrapper {
    min-height: 100vh;
}

.password-visibility {
    top: 15px !important;
}

.password-visibility {
    display: none !important;
}

input:hover ~ .password-visibility, .password-visibility:hover {
    display: block !important;
}

.rotate-90 {
    transform: rotate(90deg);
}

select[name="holidays"] {
    height: calc(2em + 2rem + 2px) !important;
}

/* progress of register */

.progress-of-register > div > div {
    width: 50px;
    height: 50px;
}

.progress-of-register div span {
    width: 80px;
    height: 5px;
    background: linear-gradient(to right, gray 50%, #7460ee 50%) !important;
    background-size: 200% 100% !important;
    background-position: 0% 50% !important;
    transition: .3s;
}

.stage1 {
    background: #7460ee !important;
}

.stage2, .stage3 {
    background: linear-gradient(to right, gray 50%, #7460ee 50%) !important;
    background-size: 200% 100% !important;
    background-position: 0% 50% !important;
    transition: .3s;
    transition-delay: .3s;
}

.hint {
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #777;
    transform: translate(-110%, -50%);
}

input:hover ~ .hint {
    display: block;
}

.flex-direction {
    flex-direction: column !important;
}

/* progress of register */


/* spinner */

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #da542e !important;
    border-left: none !important;
    border-right: none !important;
    animation: spinner 2s linear infinite;
}

.reRespoense-btn {
    font-size: 16px;
    color: #da542e !important;
    border: 2px solid #da542e !important;
}

.reRespoense-btn:hover {
    color: white !important;
    background-color: #da542e !important;
}

@keyframes spinner {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(1080deg);
    }
}

/* spinner */
