html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.btn-cancel {
    border-radius: 8px;
    border: 1px solid var(--neutral-400, #94a3b8);
    padding: 8px 30px;
    background-color: transparent;
    color: var(--neutral-500, #64748b);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.action-button-sticky {
    position: sticky !important;
    bottom: 0;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    z-index: 1;
}
.card-container {
    padding: 2rem;
    color: #325168 !important;
    margin-bottom: 1.5rem;
}
section.forms-accordion.employee-information {
    padding-top: 0;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff
}
.btn {
    font-size: 13px;
    --bs-btn-padding-x: 1.4rem;
    font-weight: 400;
    border-radius: 8px !important;
}

section.forms-accordion .accordion-body label {
    color: #1e293b;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 6px;
}

.text {
    color: var(--text-body);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.table thead tr td {
    background-color: transparent;
    color: #8080b1;
    font-size: 12px;
    font-weight: 700
}

.table > :not(caption) > * > * {
    padding: 1rem .5rem 1rem 2rem !important;
    text-align: right
}

.table > :not(:last-child) > :last-child > * {
    text-align: right
}
 

.table .action {
    text-align: center !important
}

.table tbody tr {
    position: relative;
    /* z-index: 1; */
    text-align: center
}

    .table tbody tr:hover {
        background-color: #f1f9ff
    }

    .table tbody tr::after {
        content: "";
        position: absolute;
        right: 1.5%;
        bottom: 0;
        width: 96%;
        border-bottom: 1px solid #e2e8f0 !important
    }

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none
}

.table thead {
    font-size: 12px;
    color: var(--primary-50,#8080b1)
}

.table tbody {
    color: var(--text-body,#1e293b);
    font-size: 12px;
    font-weight: 700;
    border-radius: 10px;
    line-height: 160%;
    background-clip: border-box;
    background-color: #fff;
    box-shadow: 0 0 0 1px var(--Neutral-200,#e2e8f0)
}

.table table {
    margin: auto;
    border-collapse: separate;
    border-spacing: 0
}

.table tbody tr:first-child td:first-child {
    border-top-right-radius: 10px
}

.table tbody tr:last-child td:first-child {
    border-bottom-right-radius: 10px
}

.table tbody tr:first-child td:last-child {
    border-top-left-radius: 10px
}

.table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 10px
}

.table .action-column {
    padding: 1rem .5rem 1rem 0
}

.table .actions-dots {
    position: relative;
}

    .table .actions-dots .dots {
        border-radius: 20px;
        background: var(--neutral-100, #f1f5f9);
        padding: 0px;
        width: 40px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #0f172a;
        border: 0;
        cursor: pointer;
    }
.table-layout {
    margin: 25px 0px !important;
}
.bd-link {
    text-decoration: none;
    color: var(--text-placeholder,#94a3b8)
}