/* CSP-safe utility classes (replaces inline style="" and <style> blocks) */

.csp-login-logo {
    width: 300px !important;
    margin-top: 15% !important;
}

.csp-login-panel {
    margin-top: 15% !important;
}

.csp-bg-cover-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.csp-bg-image-host {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.csp-hide-match,
.js-remove-match,
.js-add-match {
    display: none !important;
}

.csp-hidden {
    display: none !important;
}

.csp-font-12 { font-size: 12px !important; }
.csp-font-13 { font-size: 13px !important; }
.csp-font-14 { font-size: 14px !important; }
.csp-font-16 { font-size: 16px !important; }
.csp-font-20 { font-size: 20px !important; }
.csp-font-24 { font-size: 24px !important; }

.csp-font-weight-bold { font-weight: bold !important; }
.csp-font-weight-700 { font-weight: 700 !important; }
.csp-font-weight-900 { font-weight: 900 !important; }
.csp-font-style-italic { font-style: italic !important; }

.csp-color-gold { color: #d5ac0f !important; }
.csp-color-blue { color: #0057b7 !important; }
.csp-color-gray { color: #888 !important; }
.csp-color-gray-light { color: #aaa !important; }
.csp-color-black { color: black !important; }
.csp-color-forestgreen { color: forestgreen !important; }
.csp-color-red { color: red !important; }

.csp-text-muted-sm {
    font-size: 14px !important;
    color: #888 !important;
}

.csp-text-muted-xs {
    font-size: 13px !important;
    color: #888 !important;
}

.csp-text-accent-gold {
    font-style: italic !important;
    color: #d5ac0f !important;
}

.csp-text-uppercase {
    text-transform: uppercase !important;
}

.csp-text-capitalize {
    text-transform: capitalize !important;
}

.csp-text-gray-meta {
    font-size: 13px !important;
    color: #aaa !important;
    font-style: italic !important;
}

.csp-text-gray-meta b {
    font-weight: bold !important;
}

.csp-link-black {
    color: black !important;
}

.csp-td-w-80 { width: 80px !important; }
.csp-display-inline-block { display: inline-block !important; }
.csp-display-none { display: none !important; }
.csp-h1-inline { display: inline-block !important; }
.csp-float-right { float: right !important; }
.csp-float-none { float: none !important; }

.csp-mt-8 { margin-top: 8px !important; }
.csp-mt-10 { margin-top: 10px !important; }
.csp-mr-10 { margin-right: 10px !important; }
.csp-mr-20 { margin-right: 20px !important; }
.csp-pt-8 { padding-top: 8px !important; }

.csp-import-actions {
    display: inline-block !important;
    float: right !important;
    margin-right: 10px !important;
    cursor: pointer !important;
}

.csp-download-template {
    font-size: 14px !important;
    color: #d5ac0f !important;
    float: right !important;
    margin-right: 20px !important;
    margin-top: 10px !important;
}

.csp-upload-green {
    background-color: #2a7a33 !important;
    margin-right: 10px !important;
}

.csp-table-full-width {
    width: 100% !important;
}

.csp-nav-user-layout .nav,
body.csp-resource-list-nav .nav {
    margin-left: 7% !important;
}

.csp-upload-attached-file {
    float: none !important;
    cursor: pointer !important;
}

.csp-user-title {
    font-size: 24px !important;
    font-weight: 400 !important;
}

.csp-org-name-em {
    color: #0057b7 !important;
    font-size: 20px !important;
}

.csp-warning-icon {
    color: #d5ac0f !important;
}

.csp-field-cazare,
.csp-field-transport,
.field-cazare,
.field-transport {
    display: none !important;
}

.csp-county-select-hidden {
    display: none !important;
}

.csp-select2-full-width .select2,
.select2.csp-select2-full-width {
    width: 100% !important;
}

.csp-modal-form-box {
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}

.csp-btn-transparent {
    background-color: transparent !important;
    border: none !important;
}

.csp-btn-icon-img {
    height: 22px !important;
}

.csp-btn-round-add {
    border-radius: 50% !important;
    padding: 5px 5px !important;
    font-size: 22px !important;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
}

.csp-status-active {
    background-color: #369c42 !important;
}

.csp-status-inactive {
    background-color: #9c2f2f !important;
}

.csp-img-h-20 { height: 20px !important; }
.csp-img-h-24 { height: 24px !important; }
.csp-img-h-30 { height: 30px !important; opacity: 0.85 !important; }
.csp-img-h-32 { height: 32px !important; }
.csp-img-h-60 { height: 60px !important; }

.csp-img-invert {
    filter: invert(1) !important;
}

.csp-td-w-70 { width: 70px !important; }
.csp-td-w-100 { width: 100px !important; }
.csp-td-w-150 { width: 150px !important; }
.csp-td-w-180 { width: 180px !important; }
.csp-td-w-200 { width: 200px !important; }
.csp-td-w-220 { width: 220px !important; }
.csp-td-w-230 { width: 230px !important; }
.csp-td-w-250 { width: 250px !important; }
.csp-td-w-280 { width: 280px !important; }
.csp-td-w-300 { width: 300px !important; }
.csp-td-w-320 { width: 320px !important; }
.csp-td-min-w-130 { min-width: 130px !important; }
.csp-td-min-w-150 { min-width: 150px !important; }
.csp-td-min-w-180 { min-width: 180px !important; }
.csp-td-min-w-200 { min-width: 200px !important; }
.csp-td-min-w-300 { min-width: 300px !important; }
.csp-td-max-w-100 { max-width: 100px !important; }
.csp-td-max-w-150 { max-width: 150px !important; }

.csp-text-center { text-align: center !important; }
.csp-text-right { text-align: right !important; }
.csp-valign-center { vertical-align: center !important; }

.csp-profile-avatar-sm {
    height: 60px !important;
    width: 60px !important;
    background-size: cover !important;
    border-radius: 50% !important;
}

.csp-profile-avatar-lg {
    height: 80px !important;
    width: 80px !important;
    border-radius: 50% !important;
    background-size: cover !important;
}

.csp-section-heading {
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-top: 30px !important;
    border-bottom: 2px solid #d5ac0f !important;
    display: inline-block !important;
    padding-right: 10% !important;
}

.csp-group-selector {
    display: inline-block !important;
}

.csp-badge-org {
    display: inline-block !important;
    background-color: #0057b7 !important;
    color: white !important;
    padding: 2px 5px !important;
    font-size: 12px !important;
    border-radius: 2px !important;
    line-height: 13px !important;
    margin-left: 5px !important;
}

.csp-status-noua { color: green !important; border-color: green !important; }
.csp-status-in-procesare { color: #ffd700 !important; border-color: #ffd700 !important; }
.csp-status-rezolvata { color: #0057b7 !important; border-color: #0057b7 !important; }
.csp-status-anulata { color: red !important; border-color: red !important; }
.csp-status-default { color: #000 !important; border-color: #000 !important; }

.csp-text-success { color: #07bd07 !important; }

.csp-section-list td:first-child {
    width: 120px !important;
}

.csp-section-list td:nth-child(2) {
    width: 330px !important;
}

.csp-section-list .collapsing {
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.csp-section-list table tr.collapse td {
    padding: 0rem 0.75rem !important;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    overflow: hidden !important;
}

.csp-section-list table tr.collapse.show td {
    padding: 1rem 0.75rem !important;
}

.csp-datetimepicker-active {
    background-color: #337ab7 !important;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7 !important;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}

.csp-datetimepicker-widget,
.bootstrap-datetimepicker-widget {
    color: black !important;
    display: initial !important;
}

.csp-bg-cover {
    background-size: cover !important;
}

.csp-index-banner {
    min-height: calc(100vh - 77px) !important;
    background-size: cover !important;
}

.csp-simulation-welcome {
    font-weight: 900 !important;
    padding-top: 100px !important;
    text-align: center !important;
    font-size: 70px !important;
    line-height: 80px !important;
    color: white !important;
}

.csp-index-welcome {
    font-weight: 900 !important;
    padding-top: 100px !important;
    text-align: center !important;
    font-size: 50px !important;
    line-height: 65px !important;
}

.csp-font-weight-600 {
    font-weight: 600 !important;
}

.csp-mb-10 {
    margin-bottom: 10px !important;
}

.csp-check-initiator-inline {
    display: inline-block !important;
    margin-bottom: 16px !important;
}

.csp-em-gray {
    color: #aaa !important;
}

.csp-display-block { display: block !important; }
.csp-text-left { text-align: left !important; }
.csp-mb-0 { margin-bottom: 0 !important; }
.csp-ml-10 { margin-left: 10px !important; }
.csp-mr-30 { margin-right: 30px !important; }
.csp-mr-40 { margin-right: 40px !important; }
.csp-ml-40 { margin-left: 40px !important; }

.csp-link-underline {
    text-decoration: underline !important;
    font-weight: 600 !important;
    margin-left: 10px !important;
}

.csp-modal-body-container {
    margin: auto !important;
    padding: 20px !important;
}

.csp-ajax-loader {
    margin-left: -34px !important;
    display: none !important;
    position: absolute !important;
    margin-top: -1px !important;
    height: 26px !important;
}

.csp-header-tagline {
    color: white !important;
    font-style: italic !important;
    font-size: 22px !important;
}

.csp-img-h-14 { height: 14px !important; }
.csp-hide-sidebar-toggle { display: none !important; }

.csp-sidebar-brand {
    min-width: 160px !important;
    max-width: 200px !important;
    margin-right: 30px !important;
}

.csp-org-logo-header {
    height: 40px !important;
    margin-right: 40px !important;
    float: right !important;
    margin-left: 40px !important;
}

.csp-sidebar-heading {
    color: black !important;
    font-size: 14px !important;
    padding-top: 30px !important;
}

.csp-opacity-50 { opacity: 0.5 !important; }

.csp-sidebar-border {
    border-right: 1px solid #dedede !important;
    height: 100% !important;
}

.csp-form-group-left {
    text-align: left !important;
    margin-bottom: 0 !important;
}

.csp-check-label-sm {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.csp-close-float {
    display: inline-block !important;
    float: right !important;
}

.csp-org-name {
    color: #0057b7 !important;
    font-size: 20px !important;
}

.csp-btn-toolbar {
    margin-top: 2px !important;
    width: auto !important;
    font-size: 14px !important;
}

.csp-btn-text-sm { font-size: 14px !important; }

.csp-btn-toolbar-wide {
    margin-top: 2px !important;
    min-width: 300px !important;
}

.csp-loader-img { height: 40px !important; }
.csp-loader-text { margin-top: 10px !important; }

.formula-btn {
    margin: 2px !important;
    padding: 8px 15px !important;
    background-color: #f0f0f0 !important;
    border: none !important;
    border-radius: 6px !important;
    color: #333 !important;
    font-weight: 500 !important;
}

.csp-formula-var {
    font-style: italic !important;
    font-weight: 600 !important;
}

.csp-preview-box {
    width: 1100px !important;
    display: inline-block !important;
    border: 1px solid #555 !important;
    text-align: left !important;
}

.csp-action-image {
    height: 35px !important;
    margin-top: 30px !important;
}

.csp-inherited {
    color: #ffdd60 !important;
    font-style: italic !important;
}

.elem-section .fa.fa-exclamation-circle {
    color: #ffdd60 !important;
    cursor: pointer !important;
}

.csp-hidden-group { display: none !important; }
.csp-hidden-group.is-visible { display: block !important; }

.csp-import-loader { display: none !important; }
.csp-import-loader.is-visible { display: block !important; }

.csp-reset-page #content {
    padding: 0 !important;
}

.csp-reset-page .modal {
    margin-top: 200px !important;
    position: absolute !important;
    height: 630px !important;
}

.csp-reset-page .modal-backdrop {
    background-color: transparent !important;
    height: 0 !important;
}

.csp-reset-page .modal-md {
    max-width: 600px !important;
}

.csp-reset-page .modal-title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

@media (max-width: 1100px) {
    .csp-reset-page .modal {
        margin-top: 240px !important;
    }
}

@media (max-width: 767px) {
    .csp-reset-page .modal {
        margin-top: 280px !important;
    }

    .csp-reset-page .welcome-text {
        font-size: 40px !important;
        line-height: 45px !important;
    }
}

.csp-reset-banner {
    min-height: calc(100vh - 77px) !important;
    background-size: cover !important;
}

.csp-candidate-subtitle {
    font-size: 18px !important;
    color: #d5ac0f !important;
    margin-bottom: 30px !important;
}

.csp-candidate-map-name {
    font-style: italic !important;
    color: #555 !important;
}

.csp-mapping-not-init {
    font-size: 20px !important;
    font-style: italic !important;
}

.csp-graph-heading {
    margin-top: 50px !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.csp-graph-container {
    background-color: #121b52 !important;
    display: inline-block !important;
    margin-top: 20px !important;
}

.csp-chart-wrap {
    width: 600px !important;
    height: 500px !important;
}

.csp-new-page {
    border-top: 1px solid #555 !important;
    border-bottom: 1px solid #555 !important;
    margin-top: 30px !important;
}

.csp-ignore-css {
    all: unset !important;
}

.title-line.csp-title-line > img {
    top: 0 !important;
    height: 70px !important;
}

.csp-mpp-label {
    color: white !important;
    text-transform: uppercase !important;
    height: 70px !important;
    width: 250px !important;
    display: table-cell !important;
    vertical-align: middle !important;
    padding: 20px 0 !important;
    text-align: center !important;
    position: absolute !important;
    top: 90px !important;
    left: -90px !important;
}

.csp-section-list-table { width: 100% !important; }
.csp-section-list-type-col { width: 200px !important; }
.csp-section-list-ops-col { width: 220px !important; }
.csp-section-list-ops-cell { min-width: 280px !important; text-align: right !important; }
.csp-section-list-child-indent { padding-left: 40px !important; background-image: url('/Content/images/dotted-arrow.png'); background-position: 15px 0; background-size: 30px; background-repeat: no-repeat; }
.csp-section-list-grandchild-indent { padding-left: 80px !important; background-image: url('/Content/images/dotted-arrow.png'); background-position: 53px 0; background-size: 30px; background-repeat: no-repeat; }
.csp-section-list-action-width { width: 90px !important; }
.csp-answer-options-label { font-weight: 500 !important; margin-bottom: 5px !important; }
.csp-answer-option-row { font-size: 13px !important; border-bottom: 1px solid #eee !important; padding: 5px 0 !important; }
.csp-answer-option-name { width: calc(100% - 120px) !important; }
.csp-answer-option-actions { display: inline-block !important; float: right !important; }
.csp-cursor-pointer { cursor: pointer !important; }

.csp-custom-heading { margin-top: 30px !important; }
.csp-text-capitalize-title { text-transform: capitalize !important; }
.csp-user-subtitle { font-size: 24px !important; font-weight: 400 !important; }
.csp-font-italic { font-style: italic !important; }
.csp-no-fields-msg { text-align: center !important; font-style: italic !important; margin-top: 30px !important; margin-bottom: 30px !important; }
.csp-empty-dashboard-msg { font-size: 20px !important; font-style: italic !important; }
.csp-section-title-underline { text-decoration: underline !important; font-weight: 600 !important; }
.csp-control-label-mb0 { margin-bottom: 0 !important; }
.csp-control-label-desc { margin-bottom: 0 !important; font-size: 13px !important; }
.csp-hr-sm { margin-top: 10px !important; margin-bottom: 10px !important; }
.csp-modal-padding { padding-right: 15px !important; }
.csp-modal-header-block { display: block !important; }
.csp-modal-body-padded { padding: 40px 40px !important; }
.csp-img-h-16 { height: 16px !important; }
.csp-btn-icon {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
    object-fit: contain !important;
    font-size: 16px !important;
    line-height: 16px !important;
    text-align: center !important;
}
.csp-btn-icon.fa {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.csp-toolbar-btn {
    font-size: 15px !important;
    padding: 6px 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
}
.csp-img-h-18 { height: 18px !important; }
.csp-img-h-25 { height: 25px !important; }
.csp-icon-excel { font-size: 19px !important; }
.csp-org-filter { margin-right: 20px !important; min-width: 300px !important; }
.csp-status-tab-wrap { border-radius: 50px !important; }

/* Evaluations list status filter pills */
.csp-evaluations-list-page .filter-buttons .csp-status-tab-wrap > .nav-item.nav-link {
    border-width: 1px !important;
    border-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    font-size: 13px !important;
    border-radius: 50px !important;
    background-color: white !important;
    color: black !important;
    font-weight: normal !important;
    padding: 0.25rem 0.75rem !important;
}
.csp-evaluations-list-page .filter-buttons .csp-status-tab-wrap > .nav-item.nav-link.active {
    background-color: transparent !important;
    color: white !important;
    font-weight: bold !important;
}
.csp-manage-grouping { padding: 11px 15px 9px 15px !important; border-radius: 5px !important; border: 1px solid #ccc !important; background-color: #eee !important; font-size: 14px !important; }
.csp-select-all-inline { display: inline !important; margin-left: 15px !important; }
.csp-profile-avatar-bordered { width: 80px !important; height: 80px !important; border: 2px solid black !important; border-radius: 50% !important; background-position: center center !important; background-size: cover !important; }
.csp-name-title { font-size: 24px !important; font-weight: 800 !important; }
.csp-name-subtitle { font-weight: 400 !important; }
.csp-status-pill { padding: 2px 15px 0 15px !important; text-transform: uppercase !important; display: inline-block !important; font-size: 13px !important; border-radius: 3px !important; color: white !important; }
.csp-form-thumb { height: 120px !important; background-size: cover !important; width: 100% !important; overflow: hidden !important; }
.csp-text-success-bold { color: green !important; }
.csp-text-danger-bold { color: red !important; }
.csp-float-right-status { float: right !important; }
.csp-rating-subtitle { font-size: 18px !important; font-weight: 400 !important; }
.csp-rating-name { color: #0097ba !important; }
.csp-nav-tabs-mb { margin-bottom: 30px !important; }
.csp-cursor-pointer { cursor: pointer !important; }
.csp-simulation-title { font-size: 35px !important; }
.csp-simulation-title-bold { font-weight: 600 !important; }
.csp-category-white-bg { background-color: white !important; }
.csp-inbox-panel { background-color: #f5f5f5 !important; }
.csp-inbox-header { font-style: italic !important; background-color: #ddd !important; padding: 15px !important; text-align: center !important; }
.csp-inbox-nav { display: block !important; }
.csp-inbox-nav-link { cursor: pointer !important; padding: 15px 20px !important; border-bottom: 1px solid #ddd !important; }
.csp-inbox-survey-title { font-size: 14px !important; font-weight: 600 !important; }
.csp-inbox-date { font-size: 14px !important; }
.csp-inbox-email-header { background-color: #D0F6F9 !important; padding: 30px 50px !important; }
.csp-inbox-email-subject { font-size: 25px !important; }
.csp-inbox-email-to { font-size: 16px !important; }
.csp-inbox-tab-link { cursor: pointer !important; padding-left: 0 !important; }
body.csp-simulation-user-layout #wrapper #content-wrapper { background-color: #f5f5f5 !important; }
body.csp-simulation-user-layout .container-fluid { padding-left: 0 !important; }
body.csp-simulation-user-layout #content { padding-left: 0 !important; padding-right: 0 !important; }
.csp-summary-header { height: 160px !important; background-color: #eee !important; border-bottom: 1px solid #777 !important; }
.csp-gradient-bg-default { background-image: linear-gradient(to bottom, #a5fffb, #0ba9b1) !important; min-height: 73vh !important; }
.csp-gradient-bg-cover { background-size: cover !important; min-height: 73vh !important; }
.csp-summary-row { padding-top: 90px !important; }
.csp-panel-details { display: inline-block !important; width: calc(100% - 100px) !important; }
.csp-panel-icon { float: right !important; height: 60px !important; }
.csp-survey-type-label { font-style: italic !important; color: #d5ac0f !important; }
.csp-btn-round-add-lg { border-radius: 50% !important; padding: 12px 5px !important; font-size: 25px !important; height: 60px !important; width: 60px !important; text-align: center !important; }
.csp-ui-autocomplete { z-index: 10000 !important; }
.csp-tox-tinymce { height: 240px !important; }
.csp-breadcrumb-sm { font-size: 14px !important; }
.csp-input-group-text-fixed { width: 50px !important; }
.csp-upload-no-image { background-image: url('../content/uploads/forms/no-image.png') !important; }
.csp-upload-large { height: 200px !important; width: 350px !important; background-size: contain !important; }
.csp-sample-button { border: none !important; padding: 8px 25px !important; color: white !important; font-size: 16px !important; text-transform: capitalize !important; text-decoration: none !important; border-radius: 50px !important; }
.csp-header-sample { padding: 8px 25px !important; }
.csp-text-accent-sample { margin-top: 35px !important; }
.csp-landing-body { background-color: #a9a9a9 !important; }
.csp-landing-logo-box { padding: 50px 100px !important; border-radius: 30px !important; }
.csp-landing-banner-label { position: absolute !important; top: 15px !important; left: 35px !important; font-size: 36px !important; font-weight: 700 !important; color: white !important; }
.csp-news-img-wrap { overflow: hidden !important; height: 100% !important; }
.csp-read-more-btn { padding-left: 30px !important; padding-right: 30px !important; }
.csp-article-img { width: 100% !important; }
.csp-article-content { font-weight: 300 !important; font-size: 15px !important; }
.csp-selected-candidate { background-color: transparent !important; cursor: pointer !important; }
.csp-users-list-full { width: 100% !important; }
.csp-link-black-no-decor { cursor: pointer !important; color: black !important; text-decoration: none !important; }
.csp-link-black-plain { color: black !important; text-decoration: none !important; }
.csp-link-orange { color: orange !important; text-decoration: none !important; }
.csp-profile-avatar-xs { height: 45px !important; width: 45px !important; background-size: cover !important; border-radius: 50% !important; }
.csp-btn-add-icon { height: 25px !important; margin-right: 10px !important; }
.csp-relative { position: relative !important; }
.csp-star-icon { height: 20px !important; position: absolute !important; top: 0 !important; right: 0 !important; }
.csp-spots-line { font-size: 13px !important; line-height: 16px !important; margin-top: 5px !important; }
.csp-spots-line-tight { font-size: 13px !important; line-height: 16px !important; margin-top: 1px !important; }
.csp-em-light { font-size: 13px !important; color: #bbb !important; }
.csp-form-image-sm { display: inline-block !important; height: 40px !important; width: 40px !important; background-size: cover !important; }
.csp-negative-margin-filter { margin-bottom: -50px !important; }
.csp-type-italic-gold { font-style: italic !important; color: #d5ac0f !important; }
.csp-em-meta { font-size: 13px !important; color: #888 !important; }
.csp-em-role { font-size: 13px !important; color: #888 !important; }
.csp-link-black-btn { color: black !important; }
.csp-td-w-50 { width: 50px !important; }
.csp-td-w-60 { width: 60px !important; }
.csp-td-w-1 { width: 1px !important; }
.csp-padding-left-0 { padding-left: 0 !important; }

.csp-evaluations-list-page .js-select-export-excel { display: none !important; }
.csp-evaluations-list-page #offerList .checkmark { background-color: white !important; }
.csp-evaluations-list-page #usersList { width: 100% !important; }
.csp-evaluations-list-page #offerList tr td:first-child { padding-left: 0 !important; }
@media (max-width: 767px) {
    .csp-evaluations-list-page #offerList td:nth-child(2) { display: none !important; }
    .csp-evaluations-list-page #offerList td { padding: 5px 15px !important; }
}
.csp-evaluations-list-page.tabs-underlined .nav-tabs2 a.nav-item:not([data-border-color]) {
    color: black !important;
    border-bottom: 3px solid #eee !important;
}
.csp-evaluations-list-page.tabs-underlined .nav-tabs2 a.nav-item.active:not([data-border-color]) {
    color: black !important;
    border-bottom: 3px solid #d5ac0f !important;
}
.csp-evaluations-list-nav .nav { margin-left: 7% !important; }
.csp-text-italic { font-style: italic !important; }
.csp-welcome-message { font-size: 20px !important; font-style: italic !important; }
.csp-org-name-em { color: #0057b7 !important; font-size: 20px !important; }
.csp-dash-separator { font-size: 22px !important; margin-top: 5px !important; }

/* Layout / shared partials */
.csp-z-index-0 { z-index: 0 !important; }
.csp-z-index-999 { z-index: 999 !important; }
.csp-pt-4 { padding-top: 4px !important; }
.csp-valign-sub { vertical-align: sub !important; }
.csp-p-0 { padding: 0 !important; }
.csp-h-40 { height: 40px !important; }
.csp-min-w-160 { min-width: 160px !important; }
.csp-min-w-225 { min-width: 225px !important; }
.csp-w-full { width: 100% !important; }
.csp-font-18 { font-size: 18px !important; }
.csp-font-34 { font-size: 34px !important; }
.csp-font-weight-700 { font-weight: 700 !important; }
.csp-color-gray-808 { color: #808080 !important; }
.csp-color-red { color: #ff0000 !important; }
.csp-text-danger-bold { color: #ff0000 !important; font-weight: bold !important; }
.csp-valign-sub-icon { vertical-align: sub !important; }

.csp-eval-card-wrap { position: relative !important; }
.csp-eval-card {
    border-radius: 5px !important;
    padding: 25px !important;
    position: relative !important;
}
.csp-eval-card-min-h { min-height: 145px !important; }
.csp-eval-border-default { border: 1px solid #e9e9e9 !important; }
.csp-eval-border-reporting { border: 1px solid #d5ac0f !important; }
.csp-eval-border-overdue { border: 1px solid red !important; }
.csp-eval-action-delete {
    position: absolute !important;
    right: 0 !important;
    margin-right: 15px !important;
    z-index: 3 !important;
}
.csp-eval-action-edit {
    position: absolute !important;
    right: 30px !important;
    margin-right: 15px !important;
    border: none !important;
    background-color: transparent !important;
    z-index: 3 !important;
}
.csp-eval-status-pill {
    display: inline-block !important;
    padding: 1px 50px !important;
    color: white !important;
    border-radius: 5px !important;
}
.csp-eval-survey-title { font-size: 20px !important; font-weight: 700 !important; }
.csp-eval-type-inline { display: inline-block !important; font-style: italic !important; }
.csp-eval-deadline-badge {
    border: 1px solid #d5ac0f !important;
    color: #d5ac0f !important;
    padding: 3px 15px !important;
    display: inline-block !important;
}
.csp-eval-deadline-days { font-style: italic !important; color: #808080 !important; }
.csp-eval-buttons-row { position: relative !important; height: 40px !important; }
.csp-eval-attach-wrap { display: inline-block !important; float: right !important; }
.csp-eval-download-btn {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.csp-eval-schedule-box {
    display: inline-block !important;
    background-color: lightgoldenrodyellow !important;
    padding: 5px 10px !important;
    min-width: 150px !important;
}
.csp-eval-schedule-date {
    font-size: 18px !important;
    display: inline-block !important;
    text-transform: capitalize !important;
}
.csp-eval-schedule-time {
    font-size: 18px !important;
    display: inline-block !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.csp-user-status-circle { border-width: 4px !important; border-style: solid !important; }
.csp-inbox-nav-visible { display: block !important; }
.csp-simulation-tab-link { cursor: pointer !important; padding-left: 0 !important; }
.csp-simulation-footer { font-size: 20px !important; font-style: italic !important; }
.csp-service-plus { font-size: 34px !important; }
.csp-main-continue-btn {
    height: 45px !important;
    width: 100% !important;
    font-size: 19px !important;
}
.csp-main-mt-50 { margin-top: 50px !important; }
.csp-media-date { font-size: 13px !important; }
.csp-fa-pdf { font-size: 20px !important; }

/* Section styling configuration panel */
.csp-styling-config .csp-styling-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}
.csp-styling-config .csp-styling-header h4 {
    margin: 0 !important;
    font-weight: 600 !important;
}
.csp-styling-config .csp-styling-reset-btn {
    padding: 8px 16px !important;
    border: 1px solid #dee2e6 !important;
    background-color: #f8f9fa !important;
    color: #495057 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}
.csp-styling-config .panel.panel-default { margin-bottom: 20px !important; }
.csp-styling-config .panel-heading {
    background-color: #f8f9fa !important;
    padding: 12px 15px !important;
    border-bottom: 1px solid #dee2e6 !important;
}
.csp-styling-config .panel-heading h5 {
    margin: 0 !important;
    font-weight: 600 !important;
    color: #495057 !important;
}
.csp-styling-config .panel-body { padding: 20px !important; }
.csp-styling-config label.csp-styling-label {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
}
.csp-styling-config .csp-styling-color-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.csp-styling-config input[type="color"].csp-styling-color-input {
    width: 60px !important;
    height: 40px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}
.csp-styling-config input[type="text"].csp-styling-hex-input {
    width: 100px !important;
    padding: 8px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px !important;
}
.csp-styling-config .js-save-color { display: none !important; padding: 6px 12px !important; }
.csp-styling-config .js-save-checkmark { display: none !important; }
.csp-styling-config .form-group.csp-styling-mt-20 { margin-top: 20px !important; }
.csp-styling-config .form-group.csp-styling-mt-0 { margin-top: 0 !important; }
.csp-styling-config .csp-styling-preview-box {
    padding: 15px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px !important;
    background-color: #f9f9f9 !important;
}
.csp-styling-config .csp-styling-preview-item { margin-bottom: 15px !important; }
.csp-styling-config .csp-styling-preview-label {
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    font-size: 13px !important;
    color: #666 !important;
}
.csp-styling-config .csp-styling-sample-text {
    padding: 8px 15px !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    display: inline-block !important;
}
.csp-styling-config .csp-styling-table-wrap { overflow-x: auto !important; }
.csp-styling-config .csp-styling-preview-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-top: 10px !important;
}
.csp-styling-config .csp-styling-preview-table thead th {
    text-align: center !important;
    padding: 10px !important;
    border: 1px solid #dee2e6 !important;
    color: white !important;
}
.csp-styling-config .csp-styling-preview-table thead th.wide-column { text-align: left !important; }
.csp-styling-config .csp-styling-preview-table thead th.csp-styling-col-narrow { width: 30px !important; }
.csp-styling-config .csp-styling-preview-table tbody td {
    border: 1px solid #dee2e6 !important;
}
.csp-styling-config #sampleCompetencyCell {
    font-size: 14px !important;
    padding: 10px !important;
    vertical-align: middle !important;
}
.csp-styling-config #sampleCompetencyName {
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}
.csp-styling-config #sampleCompetencyDesc { font-size: 13px !important; }
.csp-styling-config .csp-styling-value-cell {
    vertical-align: middle !important;
    width: 30px !important;
    height: 60px !important;
    position: relative !important;
    background-color: #f0f0f0 !important;
}
.csp-styling-config .csp-styling-value-cell-inner {
    position: relative !important;
    height: 100% !important;
}
.csp-styling-config #sampleValueBar {
    height: 20px !important;
    border-radius: 50px !important;
    width: 120px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0 !important;
    z-index: 10 !important;
}
.csp-styling-config #sampleIntervalText {
    font-size: 14px !important;
    padding: 5px 0 !important;
}
.csp-styling-config .csp-styling-spider-heading {
    color: #495057 !important;
    display: block !important;
    margin-bottom: 15px !important;
}
.csp-styling-config .csp-styling-spider-wrap {
    background-color: #121b52 !important;
    display: inline-block !important;
    padding: 20px !important;
    border-radius: 4px !important;
    margin-top: 20px !important;
}
.csp-styling-config .csp-styling-spider-canvas-wrap {
    width: 350px !important;
    height: 300px !important;
}
.csp-styling-config #sampleSpiderChart {
    max-width: 100% !important;
    max-height: 100% !important;
}

/* Mapping section details / intervals / extra texts */
.csp-mapping-section-icon {
    height: 50px !important;
    display: inline-block !important;
    float: left !important;
    margin-right: 20px !important;
}
.csp-mapping-section-title {
    line-height: 50px !important;
}
.csp-mapping-formula-input {
    color: #fa551b !important;
    background-color: white !important;
    border-radius: 6px !important;
}
.csp-mapping-formula-box {
    background-color: white !important;
    border: 1px solid #555 !important;
    border-radius: 8px !important;
    padding: 15px !important;
}
.csp-mapping-formula-result { font-size: 13px !important; color: #808080 !important; margin-top: 10px !important; }
.csp-mapping-field-name { color: #fa551b !important; }
.csp-mapping-field-meta { color: #808080 !important; font-size: 13px !important; }
.csp-mapping-delete-field-btn {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
}
.csp-mapping-add-field-btn {
    border-radius: 50% !important;
    padding: 12px 5px !important;
    font-size: 15px !important;
    height: 45px !important;
    width: 45px !important;
    text-align: center !important;
}
.csp-mapping-row-mb-10 { margin-bottom: 10px !important; }
.csp-mapping-check-inline { display: inline-block !important; }
.csp-mapping-add-if-btn {
    width: 100% !important;
    height: 43px !important;
    background-color: #e0e0e0 !important;
    border: none !important;
    border-radius: 6px !important;
    color: #333 !important;
    font-weight: 500 !important;
}
.csp-mapping-if-modal .modal-content { border-radius: 8px !important; }
.csp-mapping-if-modal .modal-header {
    border-bottom: 1px solid #ddd !important;
    padding: 15px 20px !important;
}
.csp-mapping-if-modal .modal-title { margin: 0 !important; }
.csp-mapping-if-modal .modal-title .fa { margin-right: 10px !important; }
.csp-mapping-if-modal .close {
    color: red !important;
    font-size: 24px !important;
    opacity: 1 !important;
}
.csp-mapping-if-modal .modal-body { padding: 20px !important; }
.csp-mapping-if-input {
    background-color: #f5f5f5 !important;
    border-radius: 6px !important;
}
.csp-mapping-if-branch-label { color: green !important; }
.csp-mapping-nested-if-btn {
    background-color: #f0f0f0 !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 5px 15px !important;
}
.csp-font-19 { font-size: 19px !important; }
.csp-font-22 { font-size: 22px !important; }
.csp-pl-15 { padding-left: 15px !important; }
.csp-pr-15 { padding-right: 15px !important; }
.csp-mb-15 { margin-bottom: 15px !important; }

.csp-interval-index {
    font-size: 19px !important;
    font-weight: 700 !important;
    top: 35px !important;
    left: -15px !important;
    position: absolute !important;
}

.csp-interval-index-slot {
    font-size: 19px !important;
    font-weight: 700 !important;
    top: 60px !important;
    left: -15px !important;
    position: absolute !important;
}

.csp-interval-form-panel {
    background-color: #f9f9f9 !important;
    padding: 15px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #d5ac0f !important;
}

.csp-interval-add-btn {
    padding: 8px 5px 6px 5px !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
}

.csp-subsection-title-lg {
    font-size: 22px !important;
    font-weight: bold !important;
}
.csp-interval-separator {
    float: right !important;
    margin-right: -15px !important;
    margin-top: -33px !important;
}
.csp-interval-textarea { font-size: 14px !important; }
.csp-interval-delete-btn {
    padding: 8px 5px 6px 5px !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    background-color: #cd0606 !important;
}
.csp-extra-texts-section { margin-top: 20px !important; margin-bottom: 20px !important; }
.csp-extra-texts-heading {
    border-bottom: 2px solid #ddd !important;
    padding-bottom: 10px !important;
}
.csp-extra-texts-preview-img {
    max-width: 100% !important;
    max-height: 400px !important;
    border: 1px solid #ddd !important;
    padding: 10px !important;
    background: #f9f9f9 !important;
}
.csp-extra-texts-upload-zone {
    display: block !important;
    margin-top: 15px !important;
    padding: 40px !important;
    border: 2px dashed #ddd !important;
    background: #f9f9f9 !important;
    text-align: center !important;
}
.csp-extra-texts-upload-hint { margin-bottom: 15px !important; color: #666 !important; }
.csp-extra-texts-textarea { min-height: 80px !important; resize: vertical !important; }
.csp-mb-25 { margin-bottom: 25px !important; }
.csp-subsection-edit-icon { color: white !important; font-size: 15px !important; }
.csp-mapping-if-modal-content { border-radius: 8px !important; }
.csp-mapping-if-modal-header { border-bottom: 1px solid #ddd !important; padding: 15px 20px !important; }
.csp-mapping-if-close { color: red !important; font-size: 24px !important; opacity: 1 !important; }
.csp-mt-neg-3 { margin-top: -3px !important; }
.csp-pr-5 { padding-right: 5px !important; }
.csp-pl-5 { padding-left: 5px !important; }
.csp-color-orange { color: orange !important; }
.csp-mt-20 { margin-top: 20px !important; }
.csp-modal-cancel-btn {
    margin-right: 10px !important;
    background-color: #f0f0f0 !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 20px !important;
}
.csp-modal-insert-btn {
    background-color: #4CAF50 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 20px !important;
}
