html, body, h1, h2, h3, h4, h5, h6, p, span, strong, a, textarea, input, select, button, label, ul, ol, li {
    font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
    line-height: 1;
}
.minimum-height-of-container {
    min-height: 910px;
}
#menu-items > li {
    padding: 10px 12px;
}
#navbar li.active {
    background-color: #DBEAFE;
    border: 1px #2563EB solid;
    border-radius: 45px;
}
#navbar li.active a {
    color: #2563EB;
}
#menu-item-dashboard a {
    padding-left: 18px;
    background: url(../assets/images/icon-dashboard-inactive.png) no-repeat left center;
}

#menu-item-dashboard.active a {
    background: url(../assets/images/icon-dashboard-active.png) no-repeat left center;
}

#menu-item-projects a {
    padding-left: 18px;
    background: url(../assets/images/icon-projects-inactive.png) no-repeat left center;
}

#menu-item-projects.active a {
    background: url(../assets/images/icon-projects-active.png) no-repeat left center;
}

#menu-item-candidates a {
    padding-left: 18px;
    background: url(../assets/images/icon-candidates-inactive.png) no-repeat left center;
}

#menu-item-candidates.active a {
    background: url(../assets/images/icon-candidates-active.png) no-repeat left center;
}

#menu-item-companies a {
    padding-left: 18px;
    background: url(../assets/images/icon-companies-inactive.png) no-repeat left center;
}

#menu-item-companies.active a {
    background: url(../assets/images/icon-companies-active.png) no-repeat left center;
}

#menu-item-activities a {
    padding-left: 18px;
    background: url(../assets/images/icon-activities-inactive.png) no-repeat left center;
}

#menu-item-activities.active a {
    background: url(../assets/images/icon-activities-active.png) no-repeat left center;
}

#menu-item-reports > a {
    padding-left: 18px;
    background: url(../assets/images/icon-reports-inactive.png) no-repeat left 3px
}

#menu-item-reports.active > a {
    background: url(../assets/images/icon-reports-active.png) no-repeat left 3px;
}

#menu-item-calendar a {
    padding-left: 18px;
    background: url(../assets/images/icon-calendar-inactive.png) no-repeat left center;
}

#menu-item-calendar.active a {
    background: url(../assets/images/icon-calendar-active.png) no-repeat left center;
}

#keyword, #keyword-navbar {
    padding-left: 38px;
    background: url(../assets/images/icon-search.png) #ffffff no-repeat 12px center;
}
.generate-report {
    background: url(../assets/images/generate-report.png) #ffffff no-repeat 12px center;
}

.btn-add {
    background: url(../assets/images/icon-plus-white.png) #ffffff no-repeat 12px center;
}

.btn-delete-candidate {
    height: 41px;
    background: url(../assets/images/icon-delete-white.png) #ffffff no-repeat 14px center;
}

.btn-ask-a-question {
    background: url(../assets/images/icon-ask-a-question.png) #ffffff no-repeat 12px center;
}
.btn-filters {
    background: url(../assets/images/icon-filters-white.png) #ffffff no-repeat 12px center;
}
.btn-customize-view {
    background: url(../assets/images/icon-customize-view-white.png) #ffffff no-repeat 12px center;
}

.btn-send-mail {
    background: url(../assets/images/icon-send-mail-white.png) #ffffff no-repeat 12px center;
}
.btn-schedule-event {
    background: url(../assets/images/icon-schedule-event-white.png) #ffffff no-repeat 12px center;
}
.btn-add-to-project {
    background: url(../assets/images/icon-add-to-project-white.png) #ffffff no-repeat 12px center;
}
.btn-generate-profile {
    background: url(../assets/images/icon-generate-profile-white.png) #ffffff no-repeat 12px center;
}

.btn-interview-report {
    background: url(../assets/images/icon-interview-report-white.png) #ffffff no-repeat 12px center;
}

.btn-text-back {
    background: url(../assets/images/icon-arrow-left-blue.png) no-repeat left center;
}

.btn-text-back:hover {
    background: url(../assets/images/icon-arrow-left-black.png) no-repeat left center;
}

.btn-linkedin {
    background: url(../assets/images/icon-linkedin.png) no-repeat left center;
}
.btn-linkedin:hover {
    background: url(../assets/images/icon-linkedin-black.png) no-repeat left center;
}

.btn-website {
    background: url(../assets/images/generate-profile/website.png) no-repeat left center;
}
.btn-website:hover {
    background: url(../assets/images/generate-profile/website-black-icon.png) no-repeat left center;
}

.btn-edit {
    background: url(../assets/images/icon-edit-active.png) no-repeat left center;
}

.btn-edit:hover {
    background: url(../assets/images/icon-edit-inactive.png) no-repeat left center;
}

.btn-full-profile {
    background: url(../assets/images/icon-full-profile-active.png) no-repeat left center;
}

.btn-full-profile:hover {
    background: url(../assets/images/icon-full-profile-inactive.png) no-repeat left center;
}

.btn-show {
    background: url(../assets/images/icon-view-details.png) no-repeat left center;
}

.btn-show:hover {
    background: url(../assets/images/icon-view-details-inactive.png) no-repeat left center;
}

.btn-add-blue {
    background: url(../assets/images/icon-btn-add-active.png) no-repeat left center;
}

.btn-add-blue:hover {
    background: url(../assets/images/icon-btn-add-inactive.png) no-repeat left center;
}

.delete-skill {
    background: url(../assets/images/icon-delete-project-active.png) no-repeat left center;
    background-size: contain;
}

.delete-skill:hover {
    background: url(../assets/images/icon-delete-project-inactive.png) no-repeat left center;
    background-size: contain;
}

.btn-generate-report, .btn-view-interview-reports {
    background: url(../assets/images/icon-generate-report-active.png) no-repeat left center;
}

.btn-generate-report:hover, .btn-view-interview-reports:hover{
    background: url(../assets/images/icon-generate-report-inactive.png) no-repeat left center;
}

.btn-delete-project-from-history {
    background: url(../assets/images/icon-delete-project-active.png) no-repeat left center;
    color: #DC2626!important;
}

.btn-delete-project-from-history:hover {
    background: url(../assets/images/icon-delete-project-inactive.png) no-repeat left center;
    color: #0F172A!important;
}

.btn-upload {
    background: url(../assets/images/icon-upload-active.png) no-repeat left center;
}
.btn-upload:hover {
    background: url(../assets/images/icon-upload-inactive.png) no-repeat left center;
}

.btn-file-remove {
    background: url(../assets/images/icon-file-remove-active.png) no-repeat left center;
}
.btn-file-remove:hover {
    background: url(../assets/images/icon-file-remove-inactive.png) no-repeat left center;
}

.btn-file-download {
    background: url(../assets/images/icon-upload-active.png) no-repeat left center;
}
.btn-file-download:hover {
    background: url(../assets/images/icon-file-download-inactive.png) no-repeat left center;
}

.btn-save-project {
    background: url(../assets/images/save-icon.png) no-repeat 12px center;
}

.btn-edit-company {
    background: url(../assets/images/btn-edit.png) no-repeat 12px center;
}

.form-control, .light-style .select2-container--default .select2-selection {
    border: 1px #E2E8F0 solid !important;
    font-size: 14px;
    color: #475569;
    font-weight: 400;
}
.light-style .select2-container--default .select2-selection__placeholder {
    color: #94A3B8;
}
.select2-results__option[role=option][aria-selected=true] {
    background-color: #3B82F6 !important;
}
.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
    background-color: #E2E8F0 !important;
    color: #3B82F6 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    /*padding-top: 2px;*/
    padding-left: 12px!important;
}

.select2-selection__placeholder {
    color: #A9A9A9;
    font-weight: 500;
    font-size: 15px;
}

.select2-container .select2-selection--single {
    height: 26px!important;
}

.select2-selection__choice {
    margin-right: 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: auto !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    /*padding-left: 12px;*/
}

.input-height{
    min-height: 40px;
}

.ui-sortable {
    list-style-type: none; /* Remove default list styling */
    padding: 0;            /* Remove default padding */
    margin: 0;             /* Remove default margin */
}

.ui-sortable li {
    position: relative; /* Ensure position is relative */
    z-index: 1; /* Set a default z-index */
}

/* Custom styles for modal backdrop */
.modal-active .modal {
    opacity: 1;
    pointer-events: auto;
}
.modal-active .modal-backdrop {
    opacity: 1;
    pointer-events: auto;
    background-color: #F8FAFC;
}
.modal-active body {
    background-color: transparent; /* Keep the body as it is */
}

.nodisplay {
    display: none!important;
}
.novisibility {
    visibility: hidden;
}

.form-label {
    color: #475569;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}

.context-menu {
    right: 0;
    z-index: 2;
}

.loader {
    width: 20px;
    height: 20px;
    border: 5px solid #FFF;
    border-bottom-color: #DC2626;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    vertical-align: bottom;
    margin-bottom: 3px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-search-suggestion {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#menu-items {
    margin-left: 0px;
}

#hamburger-icon {
    width: 22px;
    height: 22px;
    transition: width 0.3s, height 0.3s;
}

#menu-items a {
    display: block;
}

.sub-menu-wrap {
    position: absolute;
    z-index: 9999999;
    top: 65%;
    right: -0.5%;
    width: auto;
    display: none;
}

.profile-menu-container:hover .sub-menu-wrap {
    display: block;
}

.sub-menu-wrap:hover {
    display: block;
}

.highlight {
    background-color: #ffeb3b;
    transition: background-color 2s ease;
}

.user-roles label {
    margin-bottom: 0px;
}

tr.zebra-striped:nth-child(even) td {
    background-color: #F4F6F8;
}

.ql-toolbar.ql-snow {
    border: 1px solid #E5E7EB !important;
    border-radius: 10px 10px 0 0;
}

.ql-container.ql-snow {
    border: 1px solid #E5E7EB !important;
    border-radius: 0 0 10px 10px;
}

.ql-editor.ql-blank::before {
    font-weight: 500;
    font-size: 15px;
    color: #A9A9A9 !important;
    font-style: normal !important;
}

/*.ql-snow .ql-picker, .ql-snow .ql-stroke, .ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    stroke: #6B7280 !important;
}*/

.btn-save-project-details {
    background: url(../assets/images/save-icon-active.png) no-repeat left center;
}

.btn-save-project-details:hover {
    background: url(../assets/images/save-icon-inactive.png) no-repeat left center;
}

.profile-picture {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.profile-picture-from-notes, .rounded-circle {
    /*min-width: 46px;
    height: 46px;
    line-height: 46px;*/
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: 600;
    /*font-size: 16px;*/
    font-size: 14px;
    text-align: center;
}

.btn-attachment-remove {
    background: url(../assets/images/icon-remove-attachment-active.png) no-repeat left center;
}

.btn-attachment-remove:hover {
    background: url(../assets/images/icon-remove-attachment-inactive.png) no-repeat left center;
}

.btn-attachment-download {
    background: url(../assets/images/icon-download-attachment-active.png) no-repeat left center;
}
.btn-attachment-download:hover {
    background: url(../assets/images/icon-file-download-inactive.png) no-repeat left center;
}

.project-details.active a {
    display: block;
    color: #2563EB;
    padding-bottom: 10px;
    line-height: 25px;
}

div.uploaded-multiple-attachments {
    margin-bottom: 12px;
}

.list-of-attachments li .project-attachment:last-child, div.uploaded-multiple-attachments:last-child {
    margin-bottom: 0;
}

div.uploaded-multiple-attachments:first-child {
    margin-top: 24px;
}

.drop-or-browse-files {
    border: 1px #E5E7EB dashed;
}

li.uploaded-attachments {
    margin-bottom: 12px;
}

li.uploaded-attachments:last-child {
    margin-bottom: 0;
}

.design-of-stages {
    font-size: 10px;
    min-height: 18px;
    min-width: 18px;
    line-height: 18px;
    padding: 1px 5.5px;
}

.rounded-circle {
    width: 46px;
    height: 46px;
}

.owner-profile-picture {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 8px 12px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0!important;
}


.dark-pink-kanban-color {
    background-color: #DB2777;
}

.green-kanban-color {
    background-color: #16A34A;
}

.amber-kanban-color {
    background-color: #FBBF24;
}

.gray-kanban-color {
    background-color: #475569;
}

.purple-kanban-color {
    background-color: #9333EA;
}

.light-pink-kanban-color {
    background-color: #F472B6;
}

.cyan-kanban-color {
    background-color: #06B6D4;
}

.turquoise-kanban-color {
    background-color: #2DD4BF;
}

.indigo-color {
    background-color: #4F46E5;
}

.candidate-card-profile-picture {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}


.flatpickr-done {
    background-color: #2563EB;
    padding: 5px;
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100px;
}

.settings-distance {
    margin-left: 34px;
}

.content-table-container td {
    border-left: none;
    border-right: none;
    border-bottom: 1px;
}

/*.content-table-container tr:last-child td {
    border-bottom: 1px solid #E2E8F0;
}

.content-table-container td:first-child {
    border-left: 1px solid #e5e7eb;
}

.content-table-container td:last-child {
    border-right: 1px solid #e5e7eb;
}*/

.nodisplay {
    display: none;
}

html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 8px;
}

.shadow-bottom {
    box-shadow: 0 2px 4px #E2E8F0;
}

.sticky-header.fixed {
    opacity: 0;
    transform: translateY(-50%);
}

.sticky-header.active {
    transition: all 0.4s ease-in-out;
    opacity: 1;
    transform: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b
{
    background-size: 16px 16px!important;
    background: url(../assets/images/select2-arrow.png) no-repeat 5px 4px;
}

.select2-container--default .select2-selection--single {
    font-size: 15px;
    font-weight: 500;
    margin-top: 1px;
}

.calendar-icon {
    background: url(../assets/images/calendar-icon.png) no-repeat right 4px center;
}

.select2-container--default .select2-selection--multiple::after {
    content: "";
    background: url('../assets/images/select2-arrow.png') no-repeat 4px 2px;
    background-size: 16px 16px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

textarea::placeholder {
    color: #A9A9A9!important;
    font-weight: 500;
    font-size: 15px;
}

.no-results-found {
    padding: 82px 0 !important;
    margin-bottom: 0!important;
}

#customize-view .inactive-column {
    background: url(../assets/images/drag-and-drop-inactive.png) no-repeat 12px center;
}


#customize-view .active-column {
    background: url(../assets/images/drag-and-drop-active.png) no-repeat 12px center;
}

.inactive-column, .active-column.ui-state-default {
    padding-left: 34px!important;
}

.distance-of-stages {
    margin-left: 0!important;
}

.dashboard-activities {
    margin-bottom: 0!important;
    padding: 24px!important;
}

.project-hot {
    background-color: #FEF2F2;
}

.badge {
    width: 12px;
    height: 16px;
    padding: 10px;
    border-radius: 9999px;
    display: inline-block;
    text-align: center;
}
.badge-primary {
    background-color: #2563EB;
    color: white;
    font-size: 10px;
}

.stages-column-width {
    min-width: 230px;
}

.project-activity {
    padding: 4px 0;
    margin-bottom: 8px!important;
}

.project-activity:last-child {
    margin-bottom: 0!important;
}

.stageNameLast {
    font-weight: bold;
    color: #16A34A;
}
.stageNamePrevious {
    font-weight: bold;
    color: #9333EA;
    /* color: #D97706;  orange */
}

#pdf-loading-message {
    margin-bottom: 4px;
    font-weight: 500;
    color: #64748B;
}

.work-smarter {
    min-height: 125px;
}

#english_description_editor .ql-editor , #romanian_description_editor .ql-editor, #question_editor .ql-editor {
    height: 200px;
}

.btn-primary.btn-generate-profile {
    background-color: #16A34A;
}

.hidden-on-view {
    display: none;
}

.reports-shadow-bottom {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
