.modal-content {
    border: 3px solid rgba(232, 230, 230, 0.93);
    border-radius: 13px;
    padding: 17px;
    box-shadow: 2px 3px 3px -1px rgb(232, 230, 230, 93%);
    text-align: center;
}

.btn-feedback {
    color: #fff;
    background-color: #1aacff;
    border-color: #007bff;
}

.btn-feedback:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-feedback-border {
    border-radius: 7px;
    border: none;
}

.question {
    color: #000d2f;
}

.modal-close {
    font-weight: bold;
    background-color: none;
    border: none;
    font-size: 1.65rem;
    color: grey;
}

.modal-close:hover {
    color: red !important;
    cursor: pointer !important;
}

.template-modal {
    background: rgba(0, 0, 0, 0.8);
}

.first-inner-modal {
    z-index: 1063 !important;
}

.first-inner-modal.show {
    z-index: 1062 !important;
}

.second-inner-modal {
    z-index: 1064 !important;
}

.second-inner-modal.show {
    z-index: 1063 !important;
}

.shift-feedback-modal input, select {
    margin-bottom: 10px;
    border: 1px solid #f4f8ff;
    border-radius: 5px;
    background-color: #f4f8ff;
}

.shift-feedback-modal input {
    text-align: center;
}

.shift-feedback-ratings {
    margin-bottom: 5px;
}

.shift-feedback-ratings:hover {
    background-color: #ECF0FF;
    border-radius: 5px !important;
}

.shift-feedback-ratings:focus-within {
    outline-color: #44F035 !important;
    outline-offset: 0;
    background-color: rgba(148, 239, 141, 0.5);
    border-radius: 10px !important;
}

.shift-feedback-ratings > p {
    margin: 0;
}

.clockin-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    max-width: 300px;
    margin: 0 auto;
}

.clockin-grid a {
    padding: 1rem;
    border-width: 1px;
}

.btn {
    --bs-btn-hover-color: var(--bs-btn-color);
    --bs-btn-active-color: var(--bs-btn-color);
    --bs-btn-disabled-color: var(--bs-btn-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: var(--bs-btn-bg);
    --bs-btn-disabled-border-color: var(--bs-btn-border-color);
    --bs-btn-font-size: 0.875rem;
}

.btn-primary {
    --bs-btn-color: white;
    --bs-btn-bg: #5c90d2;
    --bs-btn-border-color: #3675c5;
    --bs-btn-hover-bg: #3c7ac9;
    --bs-btn-hover-border-color: #295995;
    --bs-btn-active-bg: #2d62a5;
    --bs-btn-active-border-color: #1e416d;
}

.btn-success {
    --bs-btn-color: white;
    --bs-btn-bg: #46c37b;
    --bs-btn-border-color: #34a263;
    --bs-btn-hover-bg: #37a967;
    --bs-btn-hover-border-color: #257346;
    --bs-btn-active-bg: #2a8350;
    --bs-btn-active-border-color: #194d2f;
}

.btn-info {
    --bs-btn-color: white;
    --bs-btn-bg: #70b9eb;
    --bs-btn-border-color: #43a3e5;
    --bs-btn-hover-bg: #4ca7e6;
    --bs-btn-hover-border-color: #1d86ce;
    --bs-btn-active-bg: #1f92e0;
    --bs-btn-active-border-color: #1769a1;
}