﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'Avenir-Medium';
    src: url('../SharedFonts/Avenir-Medium.eot'), /* IE9 Compat Modes */
    url('../SharedFonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../SharedFonts/Avenir-Medium.woff') format('woff'), /* Modern Browsers */
    url('../SharedFonts/Avenir-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../SharedFonts/Avenir-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Avenir-MediumOblique';
    src: url('../SharedFonts/Avenir-MediumOblique.eot'), /* IE9 Compat Modes */
    url('../SharedFonts/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../SharedFonts/Avenir-MediumOblique.woff') format('woff'), /* Modern Browsers */
    url('../SharedFonts/Avenir-MediumOblique.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../SharedFonts/Avenir-MediumOblique.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('../SharedFonts/Avenir-Black.eot'), /* IE9 Compat Modes */
    url('../SharedFonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../SharedFonts/Avenir-Black.woff') format('woff'), /* Modern Browsers */
    url('../SharedFonts/Avenir-Black.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../SharedFonts/Avenir-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('../SharedFonts/Avenir-Roman.eot'), /* IE9 Compat Modes */
    url('../SharedFonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../SharedFonts/Avenir-Roman.woff') format('woff'), /* Modern Browsers */
    url('../SharedFonts/Avenir-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../SharedFonts/Avenir-Roman.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Avenir-Next-LT-Pro';
    src: url('../SharedFonts/Ave-Next-LT-Pro.eot'), /* IE9 Compat Modes */
    url('../SharedFonts/Avenir-Next-LT-Pro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../SharedFonts/Avenir-Next-LT-Pro.woff') format('woff'), /* Modern Browsers */
    url('../SharedFonts/Avenir-Next-LT-Pro.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../SharedFonts/Avenir-Next-LT-Pro.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Avenir-Next-LT-Pro-Bold';
    src: url('../SharedFonts/Avenir-Next-LT-Pro-Bold.eot'), /* IE9 Compat Modes */
    url('../SharedFonts/Avenir-Next-LT-Pro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../SharedFonts/Avenir-Next-LT-Pro-Bold.woff') format('woff'), /* Modern Browsers */
    url('../SharedFonts/Avenir-Next-LT-Pro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../SharedFonts/Avenir-Next-LT-Pro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Avenir-Next-LT-Pro-Light';
    src: url('../SharedFonts/Avenir-Next-LT-Pro-Light.eot'), /* IE9 Compat Modes */
    url('../SharedFonts/Avenir-Next-LT-Pro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../SharedFonts/Avenir-Next-LT-Pro-Light.woff') format('woff'), /* Modern Browsers */
    url('../SharedFonts/Avenir-Next-LT-Pro-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../SharedFonts/Avenir-Next-LT-Pro-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'Kapra-Regular';
    src: url('../SharedFonts/Kapra-Regular.eot'), /* IE9 Compat Modes */
    url('../SharedFonts/Kapra-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../SharedFonts/Kapra-Regular.woff') format('woff'), /* Modern Browsers */
    url('../SharedFonts/Kapra-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../SharedFonts/Kapra-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
}

b {
    font-weight: bold;
}

h1, h2, h3, h4, h5, .buttonH3 {
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    color: #58595b;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3, .buttonH3 {
    font-size: 25px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #58595b;
    margin-top: 5px;
    font-weight: 200;
}

a, .btn-link {
    cursor: pointer;
    text-decoration: none;
    color: #71bdbc;
}

    a:hover, .btn-link:hover {
        color: #459b9a;
    }

    a:active, .btn-link:active {
        color: #459b9a;
    }

.modal-title {
    color: #ffffff;
}

body, .table {
    color: rgb(68,68,68);
}

.jumbotron {
    background-color: rgb(239,239,239);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */


.btn-primary {
    color: #fff;
    /*   background-color: #1b6ec2;
    border-color: #1861ac;*/
    background-color: #71bdbc;
    border-color: #66a8a7;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
        background-color: rgb(31, 150, 159);
        border-color: #66a8a7;
    }

    .btn-primary:disabled {
        background-color: rgb(100, 182, 187);
        border-color: rgb(100, 182, 187);
    }

.btn-success, .btn-success:enabled {
    background-color: rgb(163,198,58) !important;
    border-color: rgb(160, 196, 42) !important;
}

    .btn-success:hover, .btn-success:active, btn-success:focus, btn-success:disabled {
        background-color: rgb(135, 164, 41) !important;
        border-color: rgb(160, 196, 42) !important;
    }
/*
.btn-succes:disabled {
    background-color: rgb(195, 213, 138);
    border-color: rgb(195, 213, 138);
}*/



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    /*background-color: #1b6ec2;
    border-color: #1861ac;*/
    background-color: #71bdbc;
    border-color: #66a8a7;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.textFooter {
    color: #C9D4F6;
}

    .textFooter > .container > p {
        color: #a7a9ac;
    }

    .textFooter > .container > p {
        line-height: 35px;
    }

footer {
    clear: both;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    bottom: 0;
    /*width: 100%;*/
    /*white-space: nowrap;*/
    line-height: 60px; /* Vertically center the text there */
    text-align: center;
}


/* Forms
-------------------------------------------------- */
.formErrors, .formSuccess {
    clear: both;
}

#wrapAroundLoginForm, #wrappAroundMFAForm {
    padding: 70px;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 10%;
    background-color: white;
    border-radius: 3px;
}

@media screen and (max-width: 600px) {
    #wrapAroundLoginForm, #wrappAroundMFAForm {
        padding: 20px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    #wrapAroundLoginForm, #wrappAroundMFAForm {
        padding: 20px;
    }
}

.centralizedForm {
    max-width: 530px;
    margin: 0 auto;
    background-color: white;
}

#loginContainerWithFooter {
    background-color: none;
}

#wrappPasswordResetForm, #wrappDocPages {
    margin-top: 10%;
    background-color: white;
    padding: 70px;
}

.formErrors > div > div > ul > li, .formSuccess > div > div > ul > li {
    list-style-type: none;
    margin-left: -9px;
}

/* Login
-------------------------------------------------- */
#forgotPasswordLink {
    padding-top: 7px;
    float: left;
}

#loginFormSubmit {
    float: right;
}

.textureBackground {
    background: url("../img/bg.jpg");
}

/* Logout
-------------------------------------------------- */
.logoutButton {
    float: right;
}

.prIcon {
    max-width: 300px;
}


/* Multi role login
-------------------------------------------------- */

.multiLoginContent p, .multiLoginContent p, .multiLoginContent p {
    color: #ffffff;
}

.multiLoginContent {
    /*-webkit-box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.75);*/
    width: 190px;
    min-height: 100px;
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: white;
    border-radius: 2px;
}

    .multiLoginContent:hover p {
        font-size: 99%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .multiLoginContent p {
        margin-top: 33px;
        font-weight: 500;
        font-size: 17px;
    }

    .multiLoginContent:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        opacity: 0.9;
    }

.mainInformationContainer {
    width: 100%;
    margin: 0 auto;
    padding: 3% 3%;
    background-color: white;
}


/*@media (min-width: 768px) {
    .container {
        max-width: 900px;
    }
}*/

.languageActionButton {
    display: none;
}

.languagesTable {
    margin-top: 20px;
}

.actioButtonLink {
    display: inline-block;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}


#ProgressReportSiteHeader {
    color: #fff;
    padding: 20px;
}

/*@media (min-width: 768px) {
    .container {
        max-width: 1100px;
    }
}
*/

#SideBarWrapper {
    top: 0px;
    position: fixed;
    z-index: 1;
    background-color: rgba(0,0,0,0.75);
}

.nav-link.verticalMenu {
    color: #fff;
}

    .nav-link.verticalMenu:hover {
        color: #fff;
    }

    .nav-link.verticalMenu:visited {
        color: #fff;
    }

.nav-item.verticalMenu {
    color: #fff;
}


.nav-link[data-toggle].collapsed.verticalMenu:after {
    content: " ▾";
}

.nav-link[data-toggle]:not(.collapsed).verticalMenu:after {
    content: " ▴";
}

@media(min-width: 960px) {
    #SideBarWrapper {
        width: 15%;
    }
}

@media(min-width: 700px) {
    #SideBarWrapper {
        width: 16%;
    }
}

@media (max-width: 574px) {
    #SideBarWrapper {
        width: 60px;
    }
}


@media (max-width: 391px) {
    #SideBarWrapper {
        margin-top: 152px;
    }
}

.topMenu {
    padding-right: 100px;
}

.container {
    max-width: 1100px;
}

    .container.dashboard {
        max-width: 100%;
    }


.actionButton {
    margin-right: 5px;
    margin-bottom: 5px;
}

.uploadedLogo {
    max-width: 200px;
}

.btn {
    margin-bottom: 10px;
}

.btn-with-right-margin {
    margin-right: 10px;
}

.rowElementDisabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: default;
}

.search {
    width: 100%;
}

.progressBarWrapper {
    margin-bottom: 30px;
    margin-top: 10px;
}


:root {
    /*--sw-anchor-warning-primary-color: #28a745 !important;*/
    --sw-anchor-warning-primary-color: #7FBE4B !important;
    --sw-anchor-active-primary-color: #1B868E !important;
    --sw-anchor-done-primary-color: #1B868E !important;
    --sw-progress-color: #1B868E !important;
}


.prStatusTitle {
    font-weight: 700;
}

.noBullet {
    list-style-type: none;
}

.form-group {
    min-height: 20px;
}

.containerFullScreen {
    width: 95%;
    margin: 0 auto;
}

.jumbotronInfoSurveys {
    padding: .75rem 1.25rem;
}

.form-row {
    padding: 5px;
}

.whyAsk {
    cursor: pointer;
}

.ratingsTable {
    width: 100%;
}

.questionColumn {
    width: 40%;
}

.ratingsColumn {
    width: 7.5%;
    cursor: pointer;
}

    .ratingsColumn > input, label.form-check-label.ratingNumbers {
        cursor: pointer;
    }

.no-border {
    border: none !important;
}

.tooLittleTooMuch {
    float: left;
    width: 80%;
    height: 50px;
    text-align: center;
    background-color: rgb(188,190,192);
}


.arrowRight {
    float: left;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid rgb(188,190,192);
}

.arrowLeft {
    float: right;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid rgb(188,190,192);
}

.tooLittleTooMuch.left {
    float: right;
    text-align: center;
}

label.form-check-label {
    font-weight: 700;
}


.ratingsColumn > .form-check-input {
    visibility: hidden;
    height: 0px;
    width: 0px;
}

.selected {
    background-color: rgb(173, 216, 230);
}


.selectedPruce-ra {
    background-color: rgb(217,241,148);
}

.selected-one-or-neg-one, .selected-two-or-neg-two, .selected-feedback-negative-two {
    background-color: rgb(247, 190, 124);
}

.selected-effectiveness-one, .selected-effectiveness-two {
    background-color: rgb(240, 128, 0);
}

.selected-effectiveness-three, .selected-effectiveness-four {
    background-color: rgb(252, 206, 153);
}

.selected-effectiveness-five {
    background-color: rgb(160, 213, 3);
}

.selected-feedback-negative-one {
    background-color: rgb(252, 206, 153);
}

.selected-tltm, .selected-feedback-negative-three {
    background-color: rgb(240, 128, 0);
}

.selected-feedback-zero {
    background-color: rgb(254, 233, 210);
}

.selected-feedback-plus-one {
    background-color: rgb(208, 232, 136);
}


.selected-feedback-plus-two {
    background-color: rgb(188, 228, 70);
}

.selected-feedback-plus-three {
    background-color: rgb(160, 213, 3);
}



.ratingScale {
    text-align: center;
    font: normal normal normal 22px Kapra-regular;
    letter-spacing: 1.66px;
    text-transform: uppercase;
    opacity: 1;
}

.ratingNumbers {
    text-align: center;
    font: 20px Noto sans;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
}


#char-counter {
    font-weight: 700;
}

.oeqOnSurvey {
    font-weight: 700;
}

.otherWrapper {
    display: none;
}

.tooLittleTooMuch.feedBack {
    background-color: #1B868E;
}

.arrowLeft.feedBack {
    border-right: 25px solid #1B868E;
}

.arrowRight.feedBack {
    border-left: 25px solid #1B868E;
}


.tooLittleTooMuch.feedForward {
    background-color: rgb(163,198,58);
}

.arrowLeft.feedForward {
    border-right: 25px solid rgb(163,198,58);
}

.arrowRight.feedForward {
    border-left: 25px solid rgb(163,198,58);
}

.feedBack > span {
    color: white;
}

.circle-container {
    display: inline-flex;
    align-items: center;
    margin-right: 10px; /* Adjust the margin as needed */
}

.circle {
    width: 25px;
    height: 25px;
    background-color: #DCDCDC;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}


.showPointer {
    cursor: pointer;
}

.whiteTextForButtons, .whiteTextForButtons:hover {
    color: #ffffff;
}

.showAfterSubmit {
    display: none;
}

.tooLitteTooMuchHolder {
    min-width: 125px;
}

.previewSurveyScaleTable {
    width: 100%;
}


.questionColumn.surveyPreview {
    width: 95%;
}

.previewRatingQuestionsTable {
    margin-top: 10px;
}

.modal-header {
    padding: 20px 33px 20px 20px;
    border-bottom: 1px solid #1080de !important;
    background-color: #1B868E;
    color: #fff;
}


.close {
    font-size: 2rem;
}

.modal-content {
    border: none;
}

.rating-unanswered {
    background-color: rgb(255 110 110 / 80%);
}

main {
    min-height: 600px;
}

.lightPruce {
    background-color: rgb(195,219,129);
    border-color: rgb(163,198,58);
    color: rgb(68,68,68);
}


.form-row > label {
    margin-bottom: 0px;
}

.form-control {
    margin-bottom: 10px;
}

}

.icToggle {
    cursor: pointer;
}

label {
    font-weight: 700;
}

    label.radio-option {
        font-weight: 400;
        cursor: pointer;
    }

#CustomRGNameWrapper, #warningConverstingRaterGroupToCustom {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-orange {
    color: orange;
}

.draggable {
    cursor: pointer;
}

#autoSaveOrderUpdateWrapper {
    display: none;
}

.setupCompletedOEQLabel, .setupCompletedEmailTemplateLabel, .setupCompletedCustomOnlineRNFLabel {
    /*padding:10px;*/
    display: block;
    text-align: center;
}

.addButtonLarge {
    width: 50px;
    height: 50px;
    font-size: 25px;
}

#CustomOEQTemplateWrapper {
    margin-bottom: 30px;
}

.tableListFormCheckbox {
    margin-left: 0px;
}

#actionsWrapper {
    margin-bottom: 10px;
}

.actionDatePicker {
    max-width: 300px;
    cursor: pointer;
}

#ActionDateWrapper {
    float: left;
    margin-right: 10px;
}



.muteRow {
    opacity: 0.5;
}


    .muteRow a {
        text-decoration: none;
        color: inherit;
        pointer-events: none;
    }

    .muteRow .btn {
        pointer-events: none;
        opacity: 0.2;
    }


.butpro {
    vertical-align: top;
}

.butstyle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top, #ffffff 50%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #ffffff, #f8f8f8);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #ffffff 50%, #f8f8f8 100%);
    border-color: #DEDFE0 #C8C8C8 #C8C8C8;
    border-image: none;
    border-right: 1px solid #C8C8C8;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
    color: #333333;
    /* cursor: pointer; */
    display: inline-block;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 11px;
    margin-right: 0px;
    margin-bottom: 2px;
    min-width: 76px;
    /*width: 18%;*/
    padding: 6px 9px 4px;
    min-height: 86px;
    /* transition: border-color 0.21s ease-out 0s; */
}

    .butstyle.flat {
        /* Chrome, Safari 4+ */
        /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        /* Opera 11.10-12.00 */
        background-image: none;
        background: #FFF;
        border: 0;
        color: #777;
    }

    .butstyle:first-child {
        margin-left: 0;
    }

    .butstyle:hover {
        /* border-color: #4D90FE;*/
    }

.butpro .sub h2 {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.butpro .sub span {
    color: #434D55;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
}

.butpro .stat {
    padding: 1px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    width: 56px;
}

    .butpro .stat .equal {
        background: url("../images/stat-same.png") no-repeat scroll left center transparent;
        font-size: 12px;
        padding: 0 0 0 19px;
    }

    .butpro .stat .up {
        background: url("../images/stat-up.png") no-repeat scroll left center transparent;
        font-size: 12px;
        padding: 0 0 0 19px;
    }

    .butpro .stat .down {
        background: url("../images/stat-down.png") no-repeat scroll left center transparent;
        font-size: 12px;
        padding: 0 0 0 19px;
    }

.butpro .sub {
    padding: 14px 0px;
    font-size: 18px;
}

.raterResponseRateColumn {
    min-width: 200px;
}

raterTallyRecodedIdentifier {
    font-size: 14px;
}


.autoSaveWrapper {
    float: right;
}

#autoSaveMessageWrapper {
    display: none;
}

.download-logo {
    width: 375px;
    margin: 10px 0;
}

.no-resize {
    resize: none;
}

.pageBreak {
    page-break-before: always;
}

.avoidPageBreakInside {
    page-break-inside: avoid;
}

.clear {
    clear: both;
}

.consentForm {
    float: left;
    margin-right: 5px;
}

#ProjectListWrapper {
    margin-top: 25px;
}


.ratingScale.surveyPreview.danish {
    padding-top: 12px;
}

.ratingScale.feedBack.survey.danish, .ratingScale.feedBack.survey.german {
    padding-top: 30px;
}


.ratingScale.surveyDownload.danish, .ratingScale.surveyDownload.german {
    padding-top: 30px;
}

.form-check-label.ratingNumbers.naDanish {
    text-transform: none;
    font-size: 14px;
}

.errorItemText {
    margin-bottom: 15px;
}

#undeliverableCountBadge {
    display: none;
}

.inlineForm {
    display: inline;
}

h5.modal-title {
    font-size: 24px;
}

.text-area-customemailtemplate-body {
    height: 250px !important;
}

.text-area-customemailtemplate-signature {
    height: 100px !important;
}

.placeholder-chip {
    display: inline-block;
    background-color: #fff8e1; /* light warm yellow */
    color: #856404; /* Bootstrap warning text */
    border: 1px solid #ffeeba; /* Bootstrap warning border */
    border-radius: 50rem;
    padding: 0.45rem 0.95rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

    .placeholder-chip:hover,
    .placeholder-chip:focus {
        background-color: #ffeeba; /* slightly stronger on hover */
        transform: scale(1.03);
        text-decoration: none;
        outline: none;
    }

    .placeholder-chip:active {
        transform: scale(0.97);
    }

.previewCustomEmailTemplateForProject {
    margin-top: 30px;
}

.customEmailTemplatePreviewTextArea, .customEmailTemplateReviewTextArea {
    min-height: 100px;
}

.project-progress-wrapper {
    height: 100%;
}

.project-progress-bar {
    height: 100%;
    min-height: 100px;
}

.project-progress-fill {
    background-color: teal;
    color: white;
    font-size: calc(1rem + 1vw);
    line-height: 1;
    white-space: nowrap;
    font-weight: 600;
    font-family: var(--bs-font-sans-serif);
}

.project-completion-stats span {
    font-size: 2rem;
    font-weight: 600;
}

.survey-legend-box {
    background-color: var(--bs-light);
}

.legend-color-box {
    width: 2rem;
    height: 1.5rem;
    border-radius: 0.25rem;
    margin-right: 5px;
}


.rater-cell-wrapper {
    min-width: 220px;
    padding: 0.25rem 0;
}

.rater-label {
    font-size: 0.95rem;
    color: var(--bs-body-color);
}

.rater-percentage {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-dark);
}

.rater-progress {
    height: 1.25rem;
    border-radius: 0.25rem;
    overflow: hidden;
}

.rater-bar {
    background-color: teal;
}

.project-progress-bar, .rater-progress {
    background-color: #dbdee0; /* Always visible background */
}

.highlightRow {
    background-color: #abd8d8 !important;
}

.page-link {
    color: #71bdbc;
}

    .page-link:hover {
        color: #47c1bf;
    }

.page-item.active .page-link {
    background-color: #71bdbc;
    border-color: #71bdbc;
}

.withOverflow {
    overflow-x: auto;
}
/* Keep table layout intact */
th.sortable-header, th.tablesorter-headerUnSorted, th.tablesorter-headerAsc, th.tablesorter-headerDesc {
    position: relative; /* we'll position the icon inside */
}

    /* The label (text) stays normal */
    th.sortable-header span {
        padding-right: 10px; /* space for the icon */
    }


/* Position the sort icon absolutely inside the header cell */
.sort-icon {
    position: absolute;
    right: 3px;
    font-size: 0.75rem;
    bottom: 17px;
    color: inherit;
}

table.table-sm th .sort-icon {
    position: absolute;
    right: 3px;
    font-size: 0.75rem;
    bottom: 10px;
    color: inherit;
}

/* Optional hover feedback */
th.sortable-header:hover {
    cursor: pointer;
}


th.tablesorter-headerUnSorted, th.tablesorter-headerAsc, th.tablesorter-headerDesc {
    cursor: pointer;
}

.logoUndleiverableFix {
    max-width: 490px;
}

.badge-pill {
    display: block !important;
}


.collapse-toggle-onlinernf {
    font-size: 20px;
    font-weight: 600; /* Slightly bolder without being full bold */
}

.accordion .card:last-child {
    border-bottom: 1px solid #dee2e6;
}

.rnfEnterRaterFullNameWithEmail {
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

/* Mobile */
.balance-scale {
    --scale-dark: #58595b;
    --scale-label: #6d6e71;
    --scale-patent: #8b8c8e;
    --scale-panel: #dededf;
    --scale-center: #f3f3f3;
    --scale-line: #a6a6a8;
    --scale-heavy-font: 'Avenir-Black', 'Avenir-Next-LT-Pro-Bold', Arial, sans-serif;
    --scale-regular-font: 'Avenir-Roman', 'Avenir-Medium', Arial, sans-serif;
    --scale-tlratm-font: 'Kapra-Regular';
    width: 100%;
    max-width: 825px;
    color: var(--scale-dark);
}

.balance-scale-desktop {
    width: 100%;
}

.balance-scale-mobile {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

.balance-scale-band {
    display: grid;
    grid-template-columns: 1fr 16% 1fr;
    width: 100%;
    height: 154px;
}

.balance-scale-band-mobile {
    grid-template-columns: 1fr 16.5% 1fr;
    height: 100px;
}

.balance-side,
.balance-center {
    position: relative;
    height: 100%;
}

.balance-side {
    background: var(--scale-panel);
}

.balance-center {
    background: var(--scale-center);
}

.balance-side-left {
    clip-path: polygon(8.8% 0, 100% 0, 100% 100%, 8.8% 100%, 0 50%);
    -webkit-clip-path: polygon(8.8% 0, 100% 0, 100% 100%, 8.8% 100%, 0 50%);
}

.balance-side-right {
    clip-path: polygon(0 0, 91.2% 0, 100% 50%, 91.2% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 91.2% 0, 100% 50%, 91.2% 100%, 0 100%);
}

.balance-side-content {
    height: 100%;
    display: grid;
    grid-template-rows: 48% 2px 1fr;
    align-items: center;
    padding-top: 13px;
}

.balance-side-left .balance-side-content {
    padding-left: 9.5%;
    padding-right: 6%;
}

.balance-side-right .balance-side-content {
    padding-left: 6%;
    padding-right: 9.5%;
}

.balance-title {
    font-family: var(--scale-tlratm-font);
    font-size: 55px;
    line-height: 1;
    letter-spacing: 4px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.balance-title-mobile {
    font-family: var(--scale-tlratm-font);
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1.4px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.balance-line {
    width: 92%;
    height: 2px;
    margin: 0 auto;
    background: var(--scale-line);
}

.balance-numbers,
.balance-numbers-mobile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    text-align: center;
    font-family: var(--scale-heavy-font);
    color: var(--scale-dark);
}

.balance-numbers {
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
    margin-top: 4px;
}

.balance-numbers-mobile {
    font-size: 31px;
    font-weight: 900;
    line-height: 1;
    margin-top: 1px;
}

.balance-center {
    display: grid;
    grid-template-rows: 48% 1fr;
    align-items: center;
    text-align: center;
    padding-top: 10px;
}

.balance-center-title {
    font-family: var(--scale-tlratm-font);
    font-size: 35px;
    line-height: 1.05;
    letter-spacing: 1.2px;
    white-space: nowrap;
    text-transform: uppercase;
}

.balance-center-title-mobile {
    font-family: var(--scale-tlratm-font);
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: 0.6px;
    white-space: nowrap;
    text-transform: uppercase;
}

.balance-zero {
    font-family: var(--scale-heavy-font);
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: var(--scale-dark);
    margin-top: 3px;
}

.balance-zero-mobile {
    font-family: var(--scale-heavy-font);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    color: var(--scale-dark);
    margin-top: 2px;
}

.balance-labels {
    position: relative;
    width: 100%;
    height: 86px;
}

.balance-labels-mobile {
    height: 60px;
}

.balance-label,
.balance-label-mobile {
    position: absolute;
    transform: translateX(-50%);
    font-family: var(--scale-regular-font);
    color: var(--scale-label);
    text-align: center;
    line-height: 1.16;
    font-weight: 400;
}

.balance-label {
    top: 15px;
    font-size: 26px;
}

.balance-label-mobile {
    top: 15px;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.label-one {
    left: 16%;
}

.label-two {
    left: 29.4%;
}

.label-three {
    left: 70.5%;
}

.label-four {
    left: 84%;
}

.balance-patent {
    text-align: right;
    padding-right: 3.5%;
    font-family: var(--scale-regular-font);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--scale-patent);
}

.balance-patent-mobile {
    padding-right: 4%;
    font-size: 9px;
    letter-spacing: 0.5px;
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 390px) {
    .balance-title-mobile {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .balance-center-title-mobile {
        font-size: 11px;
    }

    .balance-numbers-mobile {
        font-size: 28px;
    }

    .balance-zero-mobile {
        font-size: 39px;
    }

    .balance-label-mobile {
        font-size: 13px;
    }
}

.balance-label.label-one, .balance-label.label-three,
.balance-label-mobile.label-one, .balance-label-mobile.label-three {
    text-align: left;
}

.balance-label.label-two, .balance-label.label-four,
.balance-label-mobile.label-two, .balance-label-mobile.label-four {
    text-align: right;
}

.balance-label, .balance-label-mobile{
    width:25%;
}

/* Long-language variant - smaller fonts to fit longer translations */
.balance-scale-long .balance-label {
    font-size: 17px;
}

.balance-scale-long .balance-label-mobile {
    font-size: 8px;
}

.balance-scale-long .balance-title {
    font-size: 48px;
    letter-spacing: 3px;
}

.balance-scale-long .balance-center-title {
    font-size: 30px;
    letter-spacing: 1px;
}

/* Instructions page: render the desktop balance scale at 0.85 of its current size.
   Scoped to .balance-scale-85 so other balance-scale usages (e.g. rater warning modals)
   are unaffected. Uniform scaling also shrinks the long-language (.balance-scale-long)
   translation overrides proportionally. Desktop only - the mobile version (d-md-none)
   keeps its own sizing. */
@media (min-width: 768px) {
    .balance-scale-85 .balance-scale-desktop {
        zoom: 0.85;
        transform-origin: top center;
    }

    /* Fallback for browsers that don't support the zoom property */
    @supports not (zoom: 1) {
        .balance-scale-85 .balance-scale-desktop {
            transform: scale(0.85);
            margin-bottom: -6.5%;
        }
    }
}

