.main-header .nav-item .nav-link {
    padding: 5px 30px;
    font-size: 15px;
}

.navbar .navbar-brand {
    width: 270px;
}

.banner-area {
    background-image: linear-gradient(80deg, #0A1A39 0%, rgba(10, 26, 57, 0.76) 92.96%, rgba(10, 26, 57, 0) 100%),
    url(../../pr-info.png);
    padding-bottom: 50px;
    margin-bottom: 1.5rem;
    background-size: cover;
}

.form-area .search-input:focus {
    border-color: #ced4da;
}

.form-area .form-check-input:checked {
    background-color: #03BE63 !important;
    border-color: #03BE63 !important;
    box-shadow: none;
}

.form-area .form-check-input:checked {
    background-color: #03BE63 !important; /* Green background */
    border-color: #03BE63 !important;
}

/* Move the white toggle handle to the right when checked */
.form-area .form-check-input:checked::before {
    transform: translateX(20px); /* Move the circle to the right */
}

/* When the switch is unchecked (danger state) - red background */
.form-area .form-check-input.danger-switch {
    background-color: #BC3030 !important; /* Red background */
    border-color: #BC3030 !important;
}

/* Focus state for accessibility */
.form-area .form-check-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #03BE63; /* Green border on focus */
}

/* Handle remains white even in the unchecked (danger) state */
.form-area .form-check-input.danger-switch::before {
    background-color: white !important; /* Keep the handle white */
}

.form-switch .form-check-input:not(:checked) {
    background-color: #BC3030; /* Red (danger) background */
    background-position: left center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); /* White circle */
}

.form-area .form-check-input:focus {
    box-shadow: none;
    border-color: #03BE63;
}

.form-area .form-check-input.danger-switch:checked, .form-area .form-check-input.danger-switch:focus {
    background-color: #BC3030 !important;
    border-color: #BC3030 !important;
    box-shadow: none;
}

.form-area label, .form-area .form-check {
    font-family: "Poppins", sans-serif;
}

.form-area .form-check-input[type=checkbox] {
    margin-top: 2px;
    margin-right: 10px;
}

.form-area .form-check-input[type=radio] {
    margin-top: 5px;
}

.form-area label, .form-area input, .form-area select {
    font-size: 14px;
}

.form-area .radio-btns {
    max-height: 38.5px;
}

.course-table tr:last-child {
    border-bottom: 1px solid transparent;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn {
    border: 0;
    color: #fff;
    background-color: #102048;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 12px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.modal-body .sub-para {
    color: #58637F;
}

.modal-body .support-email {
    background-color: #D9D9D980;
    font-size: 13px;
    color: #102048B2;
}

.modal-body .footer-border, .modal-footer .footer-border {
    border-bottom: 1px solid #10204880;
}

.form-section .back-icon svg {
    margin-top: -3px;
}

.notification-date {
    color: #A5ACB8;
    font-size: 12px;
}

.pagination-area .page-item:first-child .page-link {
    color: #ccc;
}

.pagination .page-link, .page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 8px;
    margin: 0 8px;
    border: 1px solid #F1F1F1;
    color: #333333;
    font-weight: 600;
    font-family: 'Roboto';
}

.page-item:last-child .page-link {
    margin-left: 0px;
}

.pagination .page-link:hover {
    background-color: #1bad47;
    color: #fff;
    box-shadow: none;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: rgba(0, 0, 0, 0.075);
}

.course-table {
    margin-bottom: 0;
    min-height: 190px;
}

.course-table th {
    font-size: 14px;
    vertical-align: top;
}

.course-table td {
    font-size: 12px;
}

.course-rating .rating-count {
    vertical-align: middle;
}

.custom-dropdown .dropdown-menu .dropdown-item:active {
    background-color: #e9ecef;
}

.custom-dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    color: #272833;
}

.custom-dropdown .dropdown-menu .drop-icon {
    background: #1C3C6E;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
    width: 22px;
    text-align: center;
    margin-right: 8px;
}

.form-tabs .nav-pills .nav-link {
    color: #808192;
}

.form-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 2px solid #18BC49;
    background: transparent;
    color: #464B6B;
    border-radius: 0px;
}

.tab-content #cke_editor1 {
    border: 0;
}

.tab-content #cke_1_bottom {
    display: none;
}

.ind-filters .filter-btn {
    background-color: #18BC49;
    color: #fff;
    border-radius: 15px;
    font-weight: 400;
    padding: 2px 10px;
    font-size: 12px;
}

.rating-stars span {
    color: #E0E8F1;
    padding-right: 15px;
}

.rating-stars .checked {
    color: #FFC500;
}

.progress-area .progress-section .progress {
    height: 10px;
    margin: 0 5px;
}

.progress-area .progress-section .progress-bar {
    background-color: #18BC49;
    border-radius: 10px;
}

.profile-img {
    border: 1px solid #DDDFE1;
}

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    height: 100%;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #18bc49 !important;
    border: 1px solid #18BC49 !important;
    border-radius: 15px !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff !important;
}

.select2-search__field, .select2-selection__rendered li {
    font-size: 14px !important;
}

.select2-container--default .select2-selection--multiple {
    border-color: #ced4da !important;
}

.selection:focus-visible {
    outline: none !important;
}

.label-float label {
    pointer-events: none;
    position: absolute;
    top: -10px;
    left: 15px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    background-color: white;
    padding: 0px 3px;
}

.training-filters label {
    font-size: 14px;
    font-weight: 500;
}

.training-filters .reset-btn {
    border: 1px solid #00A550;
    color: #00A550;
    font-size: 14px;
}

.training-filters .reset-btn:hover {
    background-color: #00A550;
    color: #fff;
}

.table-header .nav-tab {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: 400;
}

.table-header .nav-tab .list-group-item {
    border: none;
    background-color: #E3E3E3;
    border-radius: 8px;
    color: #102048;
    cursor: pointer;
}

.table-header .nav-tab .list-group-item.active {
    background: #102048;
    color: #fff;
}

.training-table {
    font-size: 14px;
}

.tab-content .table-area {
    min-height: 220px;
}

.training-table .badge {
    font-size: 13px;
    font-weight: 400;
}

.training-table .view-btn {
    color: #102048;
    background-color: #E3E3E3;
}

.training-table .draft-btn {
    color: #fff;
    background-color: #DB49FF;
}

.training-table th, .filter-table th {
    vertical-align: top;
}

.filter-table th {
    font-weight: 600;
}

.eye-icon {
    background: #1C3C6E;
    height: 25px;
    width: 25px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 1.8;
    cursor: pointer;
}

.badge-info {
    color: #346687;
    background-color: #E0F2FE;
}

.badge-danger {
    color: #943854;
    background-color: #FEE0E9;
}

.badge-success {
    color: #00A550;
    background-color: #DAFFEC;
}

.filter-form label {
    font-size: 14px;
}

.rating-area i {
    color: #FFC61A;
}

.form-area .badge {
    font-weight: 500;
}

.filter-bar .search-btn {
    background-color: #fdc350;
    font-weight: 600;
    /* font-family: Work Sans; */
}

.training-box .job-content .list-arrow {
    border: 1px solid #18BC49;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    text-align: center;
    color: #18BC49;
    margin-right: 6px;
}

.training-box.training-box-tabs:hover {
    border: 1px solid #00A550 !important;
}

.training-box .job-body button {
    font-size: 11px;
}

.training-box .job-body .training-btn {
    background-color: #E4FFEC;
    color: #1BAD47;
}

.training-box .right-arrow {
    float: right;
}

.tab-header {
    background-color: #F2F5FA;
}

.tab-header .nav-link {
    background-color: #E3E3E3;
    color: #1C3C6E;
    font-weight: 500;
    margin-right: 7px;
}

.tab-header .nav-pills .nav-link.active {
    background-color: #1C3C6E;
}

.advertisement-wrapper .advertisement-page {
    height: 600px;
    width: 100%;
    max-width: 78%;
    margin: auto;
}

.advertisement-page img {
    width: 100%;
    height: 100%;
}

.advertisement-icons .advertisement-icon {
    background: #1C3C6E;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.advertisement-wrapper .advertisement-icons {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.error {
    color: #dc3545 !important;
}

.cursor {
    cursor: pointer;
}

.star-rating {
    color: #FFC61A !important;
}

.ad-btn {
    background-color: #1bad47;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.ad-btn:hover {
    background-color: #1bad47;
    color: #fff;
}

.ad-btn:hover svg path, .job-box .download-btn:hover svg path {
    stroke: #fff;
}

.ad-btn:focus {
    box-shadow: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #18bc49;
    color: #fff;
    cursor: pointer;
    border: 0px;
}

.selection .select2-selection__rendered {
    line-height: 1.0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.input-card input, .input-card .select2-container .select2-selection--single {
    height: 49px;
}

.input-card .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /*	height: 32px !important;*/
    padding-top: 17px !important;
    user-select: none;
    -webkit-user-select: none;
}

.input-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

#select2-sub-category-dropdown-container {
    position: relative;
    top: -5px;
}

.nav-item .nav-link {
    padding: 5px 25px;
    font-size: 15px;
}

.fa-star {
    color: #ccc;
}

.fa-star.checked {
    color: #f39c12;
}
