.form-check-input:checked[type=checkbox] {
    background-color: #fff;
    border-color: #252F4A;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23000000'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-color: #fff;
    border-color: #252F4A;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000000'/%3e%3c/svg%3e");
}

.btn-theme {
    border-color: #e3523c;
    background: linear-gradient(90deg, #f2735f 0%, #e3523c 100%);
    color: #fff;
}

.btn-theme i {
    color: #fff;
}

.btn-theme:hover {
    background: linear-gradient(90deg, #e3523c 0%, #f2735f 100%);
    color: #fff;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active,
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-icon,
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-icon i,
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-title {
    color: #fff !important;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
    background: linear-gradient(90deg, #f2735f 0%, #e3523c 100%);
}

.job-form-wrapper {
    --bs-gutter-x: 64px;
    position: relative;
}

.job-form-wrapper::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #F1F1F2;
}

.card-navbar {
    background-color: #f5f6f7;
    padding: 8px;
    border: 1px solid #e9e9e9;
    border-radius: 0.625rem;
    overflow: auto;

    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
}

.card-navbar-item {
    list-style: none;
}

.card-navbar-link {
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    transition: all 0.3s ease;
}

.card-navbar-link.active,
.card-navbar-link:hover {
    background-color: #ffffff;
    border-radius: 0.625rem;
    border: 1px solid #e9e9e9;
    color: #ea624d !important;
}




.universal-file-uploader {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ea624d;
    border-radius: 0.625rem;
    height: 100%;
    min-height: 80px;
    background: #fdefed;
    cursor: pointer;
}

.file-upload-block {
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
}

.file-upload-actions {
    position: absolute;
    bottom: 7px;
    right: 7px;
    display: flex;
    gap: 5px;
}

.upload-action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
}

.file-symbol {
    width: 125px;
    height: 125px;
    background: #f5f6f7;
    border: 1px solid #e9e9e9;
    border-radius: 0.625rem;

    align-items: center;
    justify-content: center;
}


.card-filter {
    border-bottom: 1px solid #f1f1f2;
    padding: 0.5rem 2.5rem
}

.card-filter-select .select2-selection__placeholder {
    color: #99A1B7 !important;
}

.card-filter-select .select2-selection__rendered {
    color: #4B5675 !important;
}

.card-body-scrollable {
    overflow-y: auto;
    scroll-behavior: smooth;
}

.card-body-scrollable::-webkit-scrollbar {
    width: 6px;
}

.card-body-scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.card-body-scrollable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.card-body-scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
}
