/* Minification failed. Returning unminified contents.
(81,34): run-time error CSS1046: Expect comma, found '70'
(81,40): run-time error CSS1046: Expect comma, found '/'
(684,23): run-time error CSS1046: Expect comma, found '0'
(684,27): run-time error CSS1046: Expect comma, found '/'
(696,23): run-time error CSS1046: Expect comma, found '0'
(696,27): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: 'RalewayPdf';
    src: url('../content/fonts/static/Raleway-Thin.ttf') format('truetype');
    font-weight: 100; /* Thin */
    font-style: normal;
}

@font-face {
    font-family: 'RalewayPdf';
    src: url('../content/fonts/static/Raleway-ExtraLight.ttf') format('truetype');
    font-weight: 200; /* Extra Light */
    font-style: normal;
}

@font-face {
    font-family: 'RalewayPdf';
    src: url('../content/fonts/static/Raleway-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'RalewayPdf';
    src: url('../content/fonts/static/Raleway-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'RalewayPdf';
    src: url('../content/fonts/static/Raleway-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'RalewayPdf';
    src: url('../content/fonts/static/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600; /* Semi Bold */
    font-style: normal;
}

@font-face {
    font-family: 'RalewayPdf';
    src: url('../content/fonts/static/Raleway-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'RalewayPdf';
    src: url('../content/fonts/static/Raleway-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* Extra Bold */
    font-style: normal;
}

@font-face {
    font-family: 'RalewayPdf';
    src: url('../content/fonts/static/Raleway-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: normal;
}

#wrapper #content-wrapper {
    background-color: white !important;
    color: black;
    font-size: 17px;
    font-family: RalewayPdf;
}

#content .h1, #content h1 {
    font-size: 30px;
    font-weight: 600;
}

    #content h1 a, #content h1 button, #content h1 .custom-button {
        font-weight: 400;
    }

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgb(70 70 70 / 51%) !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

table a {
    color: #d5ac0f !important;
}

    table a:hover {
        color: #d5ac0f !important;
    }

.page-item.active .page-link {
    background-color: #d5ac0f !important;
    border-color: #d5ac0f !important;
}

body.iosBugFixCaret.modal-open {
    position: fixed;
    width: 100%;
}

#wrapper #content-wrapper {
}

.navbar-collapse {
}

#content {
    padding-left: 2vw;
    padding-top: 30px;
}

.bg-custom-dark {
    background-color: #333232 !important;
}

.topbar {
    height: 80px !important;
}

    .topbar .header-logo img {
        height: 80px !important;
    }

    .topbar .nav-item .nav-link {
        /*height: 5.5rem !important;*/
    }

.navbar {
    background-color: transparent;
    border: none;
}

    .navbar a {
    }

    .navbar li.active a {
    }

.page-wrapper {
    margin-top: 100px;
}
footer.sticky-footer {
    padding: 3rem 0;
    flex-shrink: 0;
    background-color: black;
    color: white;
    font-weight: 500;
}

    footer.sticky-footer a {
        color: white;
        text-decoration: underline;
    }
.select2-container .select2-selection, input.form-control, textarea.form-control, select.form-control {
    padding: 10px 15px !important;
    border: 1px solid #333 !important;
    color: black;
    border-radius: 5px !important;
    height: auto !important;
    line-height: 21px !important;
}

.select2-selection__arrow {
    top: 7px !important;
}

.sidebar .sidebar-brand {
    background-color: #2f2f2f !important;
    height: 80px !important;
    padding: 0.9rem 1rem !important;
    text-transform: initial !important;
}

.sidebar {
    background-color: #f5f5f5;
}

.sidebar-dark .nav-item .nav-link {
    color: black !important;
    font-weight: 400;
    line-height: 22px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

    .sidebar-dark .nav-item .nav-link apan {
        line-height: 22px !important;
        display: inline-block !important;
    }

    .sidebar-dark .nav-item .nav-link i {
        color: #ccc !important;
        font-size: 22px !important;
    }


ul.sidebar .nav-item a.collapse-item {
    font-size: 16px !important;
    padding-left: 25px !important;
}

.side-menu-background {
    display: inline-block;
    min-height: 100vh;
    height: 100%;
    background-color: #eee;
    color: black;
    /*margin-top: 50px;*/
    width: 300px;
    padding-left: 0;
    list-style: none;
}

    .side-menu-background .side-menu-header {
        background-color: #0057b7;
        color: white !important;
    }

    .side-menu-background li.nav-item {
        display: block;
        float: none;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 10px;
    }

        .side-menu-background li.nav-item img {
            height: 30px;
            margin-left: 15px;
            margin-right: 15px;
        }

        .side-menu-background li.nav-item a {
            color: black;
        }

.sidebar .nav-item .nav-link span {
    font-size: 16px !important;
}

.sidebar-heading {
    border-right: 1px solid #dedede !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
}

.custom-button {
    cursor: pointer;
    border: none;
    padding: 8px 25px !important;
    color: white !important;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none !important;
}

    .custom-button input {
        cursor: pointer;
    }

    .custom-button.smaller {
        font-size: 14px;
        padding: 5px 15px !important;
        line-height: 19px;
    }

    .custom-button:hover {
        color: white !important;
    }

    .custom-button.rounded {
        border-radius: 3px !important;
    }

    .custom-button.yellow {
        background-color: #d5ac0f !important;
    }

        .custom-button.yellow:disabled {
            opacity: 0.5 !important;
            background-color: #777 !important;
        }

    .custom-button.green {
        background-color: #2a7a33 !important;
    }

    .custom-button.black {
        background-color: #333 !important;
    }

    .custom-button.empty-btn {
        background-color: transparent !important;
        color: white;
        border: 1px solid #7c7c7c;
    }

        .custom-button.empty-btn.yellow {
            color: #d5ac0f !important;
            border-color: #d5ac0f !important;
        }

    .custom-button.blue {
        background-color: #0057b7 !important;
        color: white !important;
    }

        .custom-button.blue:disabled {
            background-color: #7aaee7 !important;
            color: white !important;
        }

    .custom-button.wide {
        padding: 8px 6rem !important;
    }

.rounded-circle {
    border-radius: 50%;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
    display: none;
}

input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: -10px;
}

.account-image {
    height: 50px;
    width: 50px;
    border: 3px solid white;
}

.control-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}

    .control-label.bold {
        font-weight: 700;
        margin-bottom: 8px;
    }

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #888;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: -5px;
    width: 13px;
    height: 24px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.calendar-on-input {
    background-image: url('../content/images/sup_today_.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.time-on-input {
    background-image: url('../content/images/icon_time.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.roboto-16px-white-400 {
    font-size: 16px !important;
    color: white;
    font-weight: 400;
}

.roboto-13px-white-400 {
    font-size: 13px;
    color: white;
    font-weight: 400;
}

.roboto-12px-white-500 {
    font-size: 12px;
    color: white;
    font-weight: 500;
}

.roboto-11px-white-400 {
    font-size: 11px;
    color: white;
    font-weight: 400;
}

.roboto-14px-white-400 {
    font-size: 14px;
    color: white;
    font-weight: 400;
    line-height: 15px;
}

.roboto-14px-white-500 {
    font-size: 14px;
    color: white;
    font-weight: 500;
}

.roboto-13px-white-400 {
    font-size: 13px;
    color: white;
    font-weight: 400;
}

.roboto-12px-white-300 {
    font-size: 12px;
    color: white;
    font-weight: 300;
}

table {
    color: black !important;
    border-bottom: 1px solid #888;
}

.table th {
    border-top: none !important;
}

.table td {
    vertical-align: middle !important;
    border-color: #dedede !important;
}

.table tr.black-border td {
    border-color: #000 !important;
}

table th {
    border-bottom: 3px solid black !important;
}

.blue {
    color: #00a4b7;
}

.details-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

    .details-list li {
        padding: 5px 0;
    }

.upload-profile-image {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 1px dashed black;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../content/uploads/profile/default-image.png');
}

    .upload-profile-image.square {
        border-radius: 3px;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 15px;
        border: 1px dashed #c4c4c4;
        height: 120px;
        width: 120px;
        background-image: url('../content/uploads/forms/no-image.png');
    }

.upload-vertical-image {
    height: 180px;
    width: 60px;
    border: 1px dashed black;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../content/uploads/profile/default-image.png');
}

    

.ajax-file-upload-statusbar {
    display: none;
}

.btn.btn-default {
    padding: 4px !important;
}

    .btn.btn-default.bordered {
        border: 1px solid black;
        border-radius: 50px;
        line-height: 33px;
        padding: 6px 8px !important;
    }

        .btn.btn-default.bordered img {
            height: 15px;
        }

.header-logo {
    padding: 0 !important;
}

    .header-logo img {
        height: 70px;
        margin-left: 50px;
        margin-right: 30px;
        margin-top: 15px;
    }

.top-button {
    background-color: #f5f5f5;
    color: #555;
    font-size: 24px;
    padding: 7px 45px;
    border: none;
    display: inline-block;
}

    .top-button.active {
        background-color: #0057b7;
        color: white;
        font-weight: 800;
    }

.border-right-rounded {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.border-left-rounded {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.type-select {
    background-color: #f5f5f5;
    color: black;
    text-align: center;
    vertical-align: middle;
    border: 3px solid #f5f5f5;
    border-radius: 3px;
    padding: 50px 30px;
    width: 100%;
    cursor: pointer;
}

    .type-select img {
        height: 60px;
    }

    .type-select.active {
        border: 3px solid #0057b7;
    }

.type-select-text {
    font-weight: 800;
    font-size: 40px;
    margin-top: 20px;
}

.table-status {
    text-align: left;
}

    .table-status .locked {
        float: right;
    }

.table-status-container {
    text-align: center;
    margin-left: 0px;
    width: 100px;
    display: inline-block;
}

    .table-status-container .status-circle {
        display: inline-block;
        line-height: 0;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 4px solid black;
    }

    .table-status-container .status-text {
        text-align: center;
    }



.details-side-slider {
    width: 40vw;
    z-index: 3;
    position: absolute;
    display: block;
    top: 70px;
    right: 0;
    min-height: 100%;
    background-color: white;
    background-color: #f5f5f5;
    padding: 30px 15px;
    transition: 0.2s linear margin;
    box-shadow: rgb(0 0 0 / 7%) -5px 16px 14px 9px;
}

    .details-side-slider.closed {
        margin-right: -40vw;
    }

.toggle-slider-open {
    position: absolute;
    left: -38px;
    top: -30px;
    border: none;
    box-shadow: rgb(0 0 0 / 7%) -5px 16px 14px 9px;
    z-index: 3;
    font-size: 20px;
}

.users-status-table {
    display: inline-block;
    padding: 2px 15px 0px 15px;
    color: white;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}

.nav-tabs2 a.nav-item {
    color: black;
    padding-bottom: 0.25rem !important;
    border-bottom: 3px solid white;
}

    .nav-tabs2 a.nav-item.active {
        color: black;
        font-weight: bold;
        border-bottom: 3px solid #d5ac0f;
    }

.status-label {
    border-radius: 50px;
    padding: 3px 15px;
    min-width: 150px;
    text-align: center;
    border: 1px solid;
    display: inline-block;
    font-weight: bold;
}

.text-accent1 {
    color: #d5ac0f;
}

.text-accent2 {
    color: #0097ba !important;
}

.table-status-container .status-text {
    font-size: 13px;
}

#requestList_filter label {
    display: block;
    text-align: right;
}

    #requestList_filter label input {
        width: 80%;
    }

.table-actions {
    text-align: right;
}

    .table-actions button i {
        color: black;
        font-size: 22px;
    }

.color-status-0 {
    color: black;
}

.color-status-1 {
    color: green;
}

.color-status-2 {
    color: #d5ac0f;
}

.color-status-3 {
    color: #0057b7;
}

.color-status-4 {
    color: red;
}

.background-color-status-0 {
    background-color: black;
}

.background-color-status-1 {
    background-color: green;
}

.background-color-status-2 {
    background-color: #d5ac0f;
}

.background-color-status-3 {
    background-color: #0057b7;
}

.background-color-status-4 {
    background-color: red;
}

.color-blue {
    color: #0057b7;
}

.sidebar .nav-item .nav-link img {
    height: 22px;
    margin-right: 10px;
}

.sidebar .nav-item .collapse {
    position: relative !important;
    left: 0 !important;
}

.social-icon {
    height: 25px;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-header {
    font-size: 5rem;
    line-height: 5.5rem;
    font-weight: 900;
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 50px;
}

.main-type-selection {
    margin-bottom: 150px;
}

.type-select-text-small {
    height: 35px;
}

    .type-select-text-small .show-on-offer {
        font-size: 14px;
    }

#loginModal .modal-body-container {
    width: 60%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#offerList {
    font-size: 15px;
}

.table td {
    padding: 1rem 0.75rem !important;
}

.calendar-on-input {
    background-image: url('../content/images/sup_today_.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.user-on-input {
    background-image: url('../content/images/icon_user.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.btn.btn-white {
    background-color: white;
    border: 1px solid #555;
    padding: 7px 25px;
}

    .btn.btn-white.rounded {
        border-radius: 50px !important;
    }

.upload-attached-file input, .upload-attached-file form {
    cursor: pointer !important;
}

.pin-right {
    /*position: absolute;
    right: 0;
    top: 0;*/
    float: right;
}

.section-tabs-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}

.section-tabs-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}

.section-tabs-utility {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
    padding-left: 12px;
}

.tab-separator {
    color: #adb5bd;
    font-weight: 300;
    padding: 0 8px;
    user-select: none;
}

.tab-design {
    color: #495057 !important;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    padding: 6px 16px;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.2s ease;
    white-space: nowrap;
    background-color: #e9ecef;
}

    .tab-design.active {
        font-weight: 600;
        color: white !important;
        background-color: #d5ac0f;
    }

    .tab-design:hover {
        color: #495057 !important;
        background-color: #dee2e6;
    }

.section-title {
    color: #121c51;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.subsection-title {
    background-color: #121c51;
    padding: 10px 25px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.action-image {
    height: 35px;
    margin-top: 70px;
}

form label {
    text-transform: capitalize;
}

.category-content form label {
    text-transform: unset;
}

::placeholder {
    text-transform: capitalize;
}

.validation-summary-errors ul {
    color: #ff3f3f;
    /*list-style:none;*/
    padding-left: 20px;
}

.eval-status-dashboard {
    background-color: white;
    padding: 2px 35px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    float: left;
    display: inline-block;
    margin-top: 3px;
    margin-left: 20px;
}

.custom-button.yellow.confirm-upload {
    background-color: #2a7a33 !important;
    margin-right: 10px;
    margin-right: 10px;
}

    .custom-button.yellow.confirm-upload:disabled {
        background-color: #bacfbd !important;
    }

.pdf-button img {
    height: 25px;
    margin-top: -4px;
    margin-right: 5px;
}

.js-change-direction i {
    color: #d5ac0f;
    font-size: 22px;
}

a.nav-item.nav-link.js-toggle-view {
    font-size: 13px;
    color: black;
    background-color: #f9f9f9;
    padding: 0.5rem 3rem;
}

    a.nav-item.nav-link.js-toggle-view.active {
        color: #d5ac0f;
        font-weight: bold;
    }

.js-remove-match, .js-add-match {
    display: none;
}

.categories-line {
    border: 1px solid #d5ac0f;
    border-radius: 3px;
    /*width:100%;*/
    display: inline-block;
    margin-bottom: 30px;
}

.survey-category-item {
    display: table-cell;
    border-right: 1px solid #d5ac0f;
    padding: 10px 20px;
    text-align: center;
    background-color: #F8F8F8;
    font-weight: 700;
    cursor: pointer;
}

    .survey-category-item:last-child {
        border-right: none;
    }

    .survey-category-item.active {
        background-color: #d5ac0f;
        color: white;
    }

.categories-line.simulation:not(.admin-view) {
    border: none;
    border-bottom: 1px solid #ccc;
    display: block;
    margin-top: 50px;
    margin-bottom: 0px;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.simulation:not(.admin-view) .survey-category-item {
    display: inline-block;
    border: none;
    padding: 10px 50px;
    margin-right: 30px !important;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 3px solid transparent;
}

    .simulation:not(.admin-view) .survey-category-item:first-child {
        margin-left: 60px;
    }


    .simulation:not(.admin-view) .survey-category-item.active {
        color: black;
        border-bottom: 3px solid #d5ac0f;
    }

.admin-view.categories-line {
    border-color: #007de3;
}

.admin-view .survey-category-item {
    border-color: #007de3;
}

    .admin-view .survey-category-item.active {
        background-color: #007de3;
    }

.results-view.categories-line {
    border-color: red;
}

.results-view .survey-category-item {
    border-color: red;
}

    .results-view .survey-category-item.active {
        background-color: red;
    }

.category-content {
    display: none;
}

    .category-content.active {
        display: block;
    }

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget {
    color: black;
    display: initial !important;
}

.bootstrap-datetimepicker-widget {
    color: black;
}

div#divMessage {
    position: fixed;
    top: 100px;
    right: 100px;
    min-width: 200px;
    text-align: center;
}

.user-status-circle {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .user-status-circle.dashed {
        border-style: dashed !important;
    }

    .user-status-circle.black {
        border-color: black !important;
    }

li.nav-item a.nav-link span.fa {
    float: right;
    font-size: 14px !important;
    color: #555;
    margin-top: 5px;
}

.nav-link span.fa-chevron-right {
    display: none !important;
}

.nav-link.collapsed span.fa-chevron-right {
    display: inline !important;
}

.nav-link span.fa-chevron-down {
    display: inline !important;
}

.nav-link.collapsed span.fa-chevron-down {
    display: none !important;
}

@media(max-width: 767px) {
    #loginModal .modal-body-container {
        width: 100%;
        padding: 20px;
    }

    .table .btn.btn-default.locked {
        position: absolute;
        right: 0;
    }

    .checkbox-container {
        line-height: 20px;
    }

    .main-header {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 3rem;
        line-height: 4rem;
    }

    .main-type-selection {
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .type-select-text-small {
        height: 70px;
    }

        .type-select-text-small .show-on-offer {
            font-size: 12px;
            line-height: 14px;
        }

    .topbar {
        height: auto !important;
        border-bottom: 3px solid #d5ac0f;
    }

        .topbar .nav-item .nav-link {
            height: auto !important;
            padding: 10px 0 !important;
        }

    .navbar-collapse {
        background-color: white;
        z-index: 2;
        /*border-bottom:1px solid #eee;*/
    }

        .navbar-collapse .navbar-nav, .navbar-collapse span.navbar-text {
            padding-left: 20px !important;
        }

        .navbar-collapse .navbar-nav {
            margin-top: 20px;
        }

        .navbar-collapse span.navbar-text {
            margin-bottom: 20px;
        }

    .xs-margin-left-0 {
        margin-left: 0 !important;
    }

    .table-status-container {
        width: 100%;
    }

    .table-actions {
        text-align: left !important;
    }

    .max-width-md-50 {
        max-width: none !important;
    }

    .details-side-slider {
        width: 85vw !important;
    }

    .custom-button.xs-fixed {
        border-radius: 50% !important;
        height: 50px;
        width: 50px;
        line-height: 37px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 4;
        font-size: 24px;
    }

    .details-side-slider.closed {
        margin-right: -85vw;
    }

    .sidebar .sidebar-brand.xs-justify-content-left {
        text-align: left !important;
        justify-content: left !important;
    }

    .table-status-container {
        text-align: left !important;
    }

        .table-status-container .status-circle, .table-status-container .status-text {
            display: inline-block;
        }

    .status-text {
        margin-left: 10px;
    }

    .status-circle {
        float: left;
        margin-top: 1px;
    }

    ul.sidebar .nav-item .nav-link {
        width: auto;
    }

    ul.sidebar {
        z-index: 4;
        width: 6.5rem;
        min-height: 100vh;
        position: fixed;
        width: 75vw;
        margin-top: 4.375rem;
    }

        ul.sidebar .nav-item .nav-link {
            text-align: left;
        }

            ul.sidebar .nav-item .nav-link span {
                display: inline-block;
            }



    .header-logo img {
        height: 55px;
        margin-left: 20px;
        margin-right: 5px;
        margin-top: 0px;
    }

    .xs-margin-top-0 {
        margin-top: 0 !important;
    }

    .custom-button {
        padding: 8px 15px !important;
        font-size: 13px;
    }

    .top-button {
        font-size: 19px;
        padding: 7px 25px;
    }

    .type-select {
        padding: 20px 20px;
    }

        .type-select img {
            height: 50px;
        }

    .type-select-text {
        font-weight: 800;
        font-size: 24px;
        margin-top: 20px;
    }

    .form-group {
        margin-bottom: 0.25rem !important;
    }

    table.users-table {
        width: 100% !important;
    }

        table.users-table thead {
            display: none;
        }

        table.users-table tr td {
            text-align: left;
            display: block;
            border: none;
            padding: 0;
        }

            table.users-table tr td:last-child {
                border-bottom: 1px solid #888;
                margin-bottom: 10px;
                padding-bottom: 10px;
            }
}

/* 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;
}

