.dropdown-submenu {
    min-width: 250px;
}

.read-more-btn {
    cursor: pointer;
}

.read-more-content {
    display: none;
}

.kkr-auth-page {
    position: relative;
    min-height: 100vh;
    margin: 0 !important;
    overflow: hidden;
}

.kkr-jobs-qual {
    font-size: 14px;
    margin-top: 8px;
}

.kkr-jobs-qual span {
    margin-right: 7px;
}

/* SFI FORM SELECT2 */

.kkr-hero-form-round .form-floating > label {
    padding-left: 0;
}
.kkr-root .select2 {
    padding-top: 1.75rem;
    width: 100% !important;
}

.kkr-root .select2-container--default .select2-selection--single {
    padding-left: 0px;
}
.kkr-root .select2-container--default .select2-selection--single {
    border: none !important;
}

.kkr-root .select2-selection__arrow {
    margin-top: 1.75rem;
}

.kkr-root
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0;
}

.kkr-root .select2-dropdown {
    padding: 16px;
    border: 0;
    border-radius: 16px;
    width: 300px !important;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
}

.kkr-root .select2-search__field {
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 300;
    color: var(--pxpTextColor);
    background-color: #fff;
    border-radius: 8px;
    padding: 0.75rem !important;
}

.kkr-root .select2-results__option {
    border-radius: 8px;
    padding: 12px;
}

/* SFI DASHBOARD */
.kkr-sidebar-link {
    display: flex !important;
    align-items: center;
}

.kkr-sidebar-link i {
    margin-right: 8px;
}

.kkr-user-nav-avatar-text {
    width: 40px;
    height: 40px;
    color: #fff;
    background: var(--pxpMainColor);
    line-height: 1;
    font-size: 14px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Table */
.table > :not(caption) > * > * {
    padding: 16px;
}
table td,
table th {
    font-weight: 500;
}

.table > :not(:first-child) {
    border-top-width: 0;
}
.table thead th {
    font-weight: 500;
    background: #f7fafc;
}
.table thead th:first-child {
    border-top-left-radius: 7px;
}
.table thead th:last-child {
    border-top-right-radius: 7px;
}
.table tfoot td {
    background: #fafafa;
    border: none;
}
.table tfoot td:first-child {
    border-bottom-left-radius: 7px;
}
.table tfoot td:last-child {
    border-bottom-right-radius: 7px;
}
.table td {
    font-weight: 400;
}
.table-secondary {
    color: #ffffff;
}
.table-danger {
    color: #ffffff;
}
.table-dark thead th {
    background: #1f1f1f;
}

.select2-container {
    z-index: 1031;
}
