:root {
    --orange-color: #E85D26;
    --white-color: #ffffff;
    --black-color: #000000;
}

@import url("https://use.typekit.net/wcn4fbw.css");


body {
    background: none;
    font-family: "elza-narrow", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px;
}

.bg-tos {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EBEBEB;
}
.white {
    color: var(--white-color);
}
.white:hover {
    color: var(--white-color);
}

.video-container {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}
.video-container.video-container-bordered {
    border: 3px solid #3C3C3C;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#error-alert {
    position: fixed;
    top: -100px;
    left: 0px;
    width: 100%;
    border-radius: 0 !important;
    z-index: 10000;
}
#error-alert-dismiss {
    font-size: 40px;
    font-weight: bold;
    /* Give some additional wiggle room to click. */
    padding: 0 20px;
}
#error-alert-dismiss:hover {
    cursor: pointer;
}

#success-alert {
    position: fixed;
    top: -100px;
    left: 0px;
    width: 100%;
    border-radius: 0 !important;
    z-index: 10000;
}
#success-alert-dismiss {
    font-size: 40px;
    font-weight: bold;
    /* Give some additional wiggle room to click. */
    padding: 0 20px;
}
#success-alert-dismiss:hover {
    cursor: pointer;
}

.results-bar {
    width: 100%;
    background-color: #272727;
}
.results-bar.active {
    background-color: var(--white-color);
}

.progress-marker {
    position: absolute;
    left: 0px;
    top: 0px;
}
.progress-line {
    position: absolute;
    top: -5px;
    height: 25px;
    width: 4px;
    background-color: var(--white-color);
}
.progress-amount {
    position: absolute;
    top: -35px;
    left: -23px;
    width: 50px;
    text-align: center;
    font-size: 16px;
}

.progress-bar-labels{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

#video-preview-modal .modal-body {
    min-height: 300px;
}

h2, h3, h4, h5 {
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-700 {
    font-weight: 700;
}

.font-900 {
    font-weight: 900;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

tr[data-draggable="true"] {
    cursor: grab;
}

tr.dragging {
    opacity: 0.5;
    background-color: #444444;
}

tr.drag-over {
    background-color: #444444;
}

.strike {
    text-decoration: line-through;
}

button:disabled {
    pointer-events: none !important;
}

a > img, a > svg {
    cursor: pointer;
}

.container a {
    font-weight: 700;
}
.container a:hover {
    text-decoration: underline;
}
.container a.btn {
    font-weight: 400;
}
.container a.btn:hover {
    text-decoration: none;
}

.clickable:hover {
    cursor: pointer;
    text-decoration: underline;
}

.card .clickable:hover {
    cursor: pointer;
    text-decoration: none;
    filter: brightness(.9);
}

.tooltip {
    background: #333;
    color: var(--white-color);
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    display: none;
}

.tooltip[data-show] {
    display: block;
}

#arrow, #arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: -1;
}

#arrow::before {
    content: '';
    transform: rotate(45deg);
    background: #333;
}

.tooltip[data-popper-placement^='top']>#arrow {
    bottom: -4px;
}

.tooltip[data-popper-placement^='bottom']>#arrow {
    top: -4px;
}

.tooltip[data-popper-placement^='left']>#arrow {
    right: -4px;
}

.tooltip[data-popper-placement^='right']>#arrow {
    left: -4px;
}

table.sortable span.sign {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th.arrow:after {
    content: '';
}

table.sortable span.arrow, span.reversed, th.arrow.down:after, th.reversedarrow.down:after, th.arrow.up:after, th.reversedarrow.up:after {
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    border-color: #ccc transparent transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -2px;
}

table.sortable span.arrow.up, th.arrow.up:after {
    border-color: transparent transparent #ccc transparent;
    margin-top: -7px;
}

table.sortable span.reversed, th.reversedarrow.down:after {
    border-color: transparent transparent #ccc transparent;
    margin-top: -7px;
}

table.sortable span.reversed.up, th.reversedarrow.up:after {
    border-color: #ccc transparent transparent transparent;
    margin-top: -2px;
}

table.sortable span.az:before, th.az.down:after {
    content: "a .. z";
}

table.sortable span.az.up:before, th.az.up:after {
    content: "z .. a";
}

table.sortable th.az.nosort:after, th.AZ.nosort:after, th._19.nosort:after, th.month.nosort:after {
    content: "..";
}

table.sortable span.AZ:before, th.AZ.down:after {
    content: "A .. Z";
}

table.sortable span.AZ.up:before, th.AZ.up:after {
    content: "Z .. A";
}

table.sortable span._19:before, th._19.down:after {
    content: "1 .. 9";
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 25%;
  cursor: pointer;
}

table.sortable span._19.up:before, th._19.up:after {
    content: "9 .. 1";
}

table.sortable span.month:before, th.month.down:after {
    content: "jan .. dec";
}

table.sortable span.month.up:before, th.month.up:after {
    content: "dec .. jan";
}

table.sortable>thead th:not([data-defaultsort=disabled]) {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

table.sortable>thead th:hover:not([data-defaultsort=disabled]) {
    opacity: .9;
}

table.sortable>thead th div.mozilla {
    position: relative;
}

.card-header {
    font-weight: 700;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--white-color);
}

.separator:not(:empty)::before {
    margin-right: .5em;
}

.separator:not(:empty)::after {
    margin-left: .5em;
}

/* "Flip" Card elements */
.flip-card {
    background-color: transparent;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1.25s;
    transform-style: preserve-3d;
}
.flip-card:hover {
    cursor: pointer;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(-180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card-back {
    transform: rotateY(-180deg);
}
.flip-card .stretched-link {
    z-index: 10;
}

/* Custom scrollbar styling for scrollable divs*/
div ::-webkit-scrollbar {
    width: 10px;
}
div *{
    scrollbar-width: auto;
    scrollbar-color: #375a7f #3C3C3C;
}
div ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #3C3C3C;
    border-radius: 10px;
}
div ::-webkit-scrollbar-thumb {
    background: #375a7f;
    border-radius: 10px;
}
div ::-webkit-scrollbar-thumb:hover {
    filter: brightness(.75);
}

/* Override the preset sizes for text formatted via Quill js editor (keep defaults when text within editor itself) */

/* h1 > [class^="ql-size-"] {
    font-size: 200pt !important;
}
.ql-editor h1 > [class^="ql-size-"] {
    font-size: 3em !important;
}

h2 > [class^="ql-size-"] {
    font-size: 125pt !important;
}
.ql-editor h2 > [class^="ql-size-"] {
    font-size: 2.5em !important;
} */

#screen ul, #participant-answer ul {
    list-style: disc;
    line-height: normal;
}

#screen ul li:has(span),  #participant-answer ul li:has(span){
    list-style-type: none !important;
}

#screen ul li span::before,
#participant-answer ul li span::before{
    content: "• ";
}

#screen ol, #participant-answer ol {
    counter-reset: ol-counter;
    line-height: normal;
}

#screen ol li:has(span), #participant-answer ol li:has(span) {
    list-style: none !important;
}

#screen ol li span::before,
#participant-answer ol li span::before{
    counter-increment: ol-counter;
    content: counters(ol-counter, ".") ". ";
}

#screen .ql-size-small {
    font-size: 25pt;
}
#screen .ql-size-normal {
    font-size: 75pt;
}
#screen .ql-size-large {
    font-size: 125pt;
}
#screen .ql-size-huge {
    font-size: 200pt;
}

#participant-answer{
    font-size: 2rem;
}

#participant-answer .ql-size-small {
    font-size: 1rem;
}
#participant-answer .ql-size-normal {
    font-size: 2rem;
}
#participant-answer .ql-size-large {
    font-size: 2.5rem;
}
#participant-answer .ql-size-huge {
    font-size: 3rem;
}


.ql-editor .ql-size-small {
    font-size: 1em !important;
}
.ql-editor .ql-size-normal {
    font-size: 1.5em !important;
}
.ql-editor .ql-size-large {
    font-size: 2.5em !important;
}
.ql-editor .ql-size-huge {
    font-size: 3em !important;
}

.ql-align-left {
    text-align: left;
}
.ql-align-center {
    text-align: center;
}
.ql-align-right {
    text-align: right;
}
.ql-align-justify {
    text-align: justify;
}
/* Quill js preset overrides */

.sortable-table-header {
    cursor: pointer;
    user-select: none;
}
.sort-indicator {
    margin-left: 5px;
    opacity: 0.5;
}
.sort-indicator.active {
    opacity: 1;
}

/** Survey styles **/
.survey-details-container h1{
    font-family: "elza-narrow", sans-serif;
    font-weight: 700 !important;
    font-size: 36px;
    line-height: 100%;
    vertical-align: middle;
}
.survey-details-container h5{
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}
.survey-details, .other-surveys,
.progress-details, .achievements {
    border: 1px solid #858585;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}
.other-surveys .btn-light, .other-surveys .btn-light:hover{
    border: 1px solid #D0D0D0;
    background-color: #F9F9FA;
}
.other-surveys .btn-active{
    background-color: #DDFCE8 !important;
    border: 1px solid #0F6536 !important;
    color: #0F6536 !important;
}
.survey-details p{
    margin-bottom: 4px;
    font-family: "elza-narrow", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.survey-details strong{
    display: block;
    margin-bottom: 20px;
    font-family: "elza-narrow", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
}
.survey-details strong:last-child{
    margin-bottom: 5px;
}
.btn-white{
    background-color: #fff;
    color: #000;    
    width: 444;
    height: 40px;
    padding: 4px 12px 4px 12px;
    border-radius: 4px !important;
    border: 1px solid #9A9A9A !important;
}
.btn-start {
    background-color: #0B4F4E;
    color: #fff;    
    width: 444;
    height: 40px;
    padding: 4px 12px 4px 12px;
    opacity: 1;
    border-radius: 4px;
}
.btn-start:hover {
    background-color: #084c3d;
    color: #fff;
}
.survey-share button {
    padding:0;
    margin: 0 5px 10px 0px;
}
.survey-share button:focus {
    box-shadow: none;
}
.status-label {
  font-family: "elza-narrow", sans-serif;
  font-weight: 700;       /* SemiBold */
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;    /* vertical align center with icon */
  vertical-align: middle;
}

.status-label svg {
  margin-right: 6px;      /* space between icon & text */
}

.progress-details .badge{
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    gap: 10px;
    opacity: 1;
    border-radius: 25px;

    font-family: "elza-narrow", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.before-progress-bar span{
    font-family: "elza-narrow", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.achievements > span{
    font-family: "elza-narrow", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}



.content-wrapper {
    padding-bottom: 5rem;
}

/* Dashboard Styles */
.dashboard-stat-card {
    border: 1px solid #858585;
    border-radius: 6px;
}

.dashboard-stat-card .card-body {
    gap: 10px;
    padding: 15px;
}

.dashboard-stat-card .stat-number {
    font-size: 1.5rem;
    font-weight: 700;
}

.dashboard-stat-card .stat-label {
    font-size: 0.75rem;
}

/* Dashboard Tabs */
.dashboard-nav-pills {
    background-image: linear-gradient(to right, #e45c27, #F2668A);
    background-color: #E45C27;
    border-radius: 25px;
    padding: 4px;
}

.dashboard-nav-pills .nav-link {
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    padding: 4px 24px;
    transition: all 0.3s ease;
}

.dashboard-nav-pills .nav-link:hover {
    color: #fff !important;
    text-decoration: none;
}

.dashboard-nav-pills .nav-link.active {
    background-color: #fff;
    color: #000;
}

.dashboard-nav-pills .nav-link.active:hover {
    color: #000 !important;
}

/* Tab Content  */
.tab-content .tab-pane h4 {
    font-size: 1rem;
    font-weight: 700;
}

.tab-content .tab-pane .count {
    font-size: 0.75rem;
    color: #fff;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 20px;
    background-color: #0B4F4E;
}


/* Survey Progress Card */
.survey-progress-card {
    border: 1px solid #9A9A9A;
    border-radius: 6px;
}
.survey-progress-card.survey-progress-card-locked:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: inherit;
}

.survey-progress-card .card-title {
    font-size: .8125rem;
    font-weight: 600;
    color: #000;
}

.survey-progress-card .card-text {
    font-size: 0.75rem;
}

.survey-meta i {
    width: 16px;
    font-size: 0.875rem;
}

.survey-meta .wrapper {
    gap: 6px;
}

.progress-section .progress {
    background-color: #f0f0f0;
    border-radius: 4px;
}

.progress-section .small,
.survey-meta .small {
    font-size: .75rem;
    font-weight: 500;
}

.progress-section .progress-bar {
    background-color: #ffc107;
    border-radius: 4px;
}

.btn-wrapper {
    gap: 10px;
}

.btn-wrapper .btn-resume {
    width: 100%;
    border-radius: 4px !important;
    padding: 4px 12px;
    display: flex;
    background-color: #0b4f4e;
    color: #ffffff !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.btn-wrapper .btn-reload {
    border-radius: 4px !important;
    padding: 4px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9A9A9A;
}

.btn-wrapper .btn-view-details {
    border-radius: 6px !important;
    padding: 4px 12px;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    border: 1px solid #9A9A9A;
}

.btn-wrapper .btn-view-details:hover {
    border: 1px solid #9A9A9A;
}

.btn-wrapper .btn-reload:hover {
    border: 1px solid #9A9A9A;
}

/* Badge Styles */
.badge-warning,
.badge-completed,
.badge-unsuccessful,
.badge-in_progress,
.not-started {
    font-size: .625rem;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 20px;
}

.badge-warning, .badge-in_progress {
    color: #000;
    background-color: #F9BF00;
}

.badge-completed {
    color: #0F6536;
    background-color: #DDFCE8;
}

.badge-unsuccessful {
    color: #fff;
    background-color: #dc3545;
}

.not-started {
    color: #fff;
    background-color: #8E8E8E;
}

.complete-survey-details {
    padding: 10px;
    background-color: #E1E1E1;
    border-radius: 6px;
    margin-bottom: 10px;
}

.complete-survey-details p {
    margin-bottom: 0;
    font-weight: 500;
}

.complete-survey-details .title {
    font-weight: 600;
}

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .dashboard-stat-card {
            margin-bottom: 1rem;
        }

        .stat-icon {
            width: 40px;
            height: 40px;
            font-size: 1.25rem;
        }

        .stat-number {
            font-size: 1.5rem;
        }

        .dashboard-nav-pills .nav-link {
            padding: 10px 16px;
            font-size: 0.875rem;
        }
    }

    .survey-achievement-card {
        border: 1px solid #9A9A9A;
        border-radius: 6px;
    }

    .survey-achievement-card.flip-card {
        min-height: 150px;
    }
    .survey-achievement-card.flip-card .flip-card-inner {
        /* border: 1px solid #858585; */
        border: none;
    }

    .survey-achievement-card.flip-card .flip-card-front {
        position: unset;
        width: unset;
        height: unset;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 0 !important;
    }

    .survey-achievement-card.flip-card .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 0;
        left: 0;
        background: white;
        border: 1px solid #858585;
        padding: 1.5rem;
    }

    @media (max-width: 500px) {
        .survey-achievement-card.flip-card .flip-card-back {
            padding: .5rem;
        }
    }

    .survey-achievement-card .content-wrapper {
        /* padding-left: 10px; */
        padding-bottom: 0;
        color: #000;
    }

    .survey-achievement-card h5 {
        font-size: .875rem;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .survey-achievement-card .content-wrapper p {
        font-size: .75rem;
        margin-bottom: 10px;
    }

    .available-survey-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .available-survey-wrapper .input-wrapper {
        width: 100%;
        max-width: 770px;
        gap: 20px;
    }

    .available-survey-wrapper input,
    .available-survey-wrapper select {
        max-width: 383px;
    }

    .available-survey-wrapper .count {
        margin-left: auto;
    }


    @media (min-width: 992px) {
        .available-survey-wrapper {
            gap: 40px;
        }
        .available-survey-wrapper .input-wrapper {
            gap: 40px;
        }
    }

.achievement-block {
    width: 404;
    height: 97;
    gap: 10px;
    opacity: 1;
    border-radius: 6px;
    padding: 15px;
    background-color: #EEEEEE;
}
.achievement-block h6 {
    font-family: "elza-narrow", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}
.achievement-block p {
    font-family: "elza-narrow", sans-serif;
    font-weight: 400;
    font-size: 12px;    
    line-height: 100%;
    letter-spacing: 0%;
}
.achievement-block small {
    font-family: "elza-narrow", sans-serif;
    font-weight: 400;
    font-size: 12px;    
    line-height: 100%;
    letter-spacing: 0%;
}
.survey-share a{
    font-family: "elza-narrow", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 0.5rem 0.75rem;
}
.survey-share a>span{
    font-family: "elza-narrow", sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;    
    line-height: 100%;
    letter-spacing: 0%;
}

/* End Survey styles */

/* Auth Screens style start */
.auth-content-wrapper {
    max-width: 436px;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 50px;
}

.auth-content-wrapper .content-wrapper {
    background: #52888B;
    background-image: linear-gradient(90deg, #52888B, #A7CB6F);
    border-radius: 6px;
    padding: 15px;
    color: #fff;
    margin-top: 20px;
}
.auth-content-wrapper .content-wrapper h1 {
    position: relative;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.auth-content-wrapper .content-wrapper h1:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    background: #fff;
}

.auth-content-wrapper .content-wrapper .btn-orange-cta {
    background-color: #E15D27;
    border-radius: 4px;
    color: #fff;
    border: none;
    width: 100%;
    padding: 6px 12px;
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
}

.auth-content-wrapper .content-wrapper .btn-login {
    background-color: #E15D27;
    background-image: linear-gradient(90deg, #E15D27, #E16F8A);
    border-radius: 4px;
    color: #fff;
    border: none;
    width: 100%;
    padding: 6px 12px;
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.auth-content-wrapper .content-wrapper .btn-login-magic {
    background-color: #330444;
    background-image: linear-gradient(90deg, #330444, #7FC3C4);
    border-radius: 4px;
    color: #fff;
    border: none;
    width: 100%;
    padding: 6px 12px;
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.auth-content-wrapper .content-wrapper .reset-password-link a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.auth-content-wrapper .sign-up-link{
    font-size: 18px;
}

.auth-content-wrapper .sign-up-link a{
    color: #000000;
}

/* Navbar Styles */

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.btn-exit{
    font-size: 16px !important;
    text-transform: capitalize !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    text-shadow: none !important;
    font-weight: 500 !important;
    height: 40px;
}

.btn-sm-rounded{
    font-size: 16px !important;
    text-transform: capitalize !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    text-shadow: none !important;
    font-weight: 500 !important;
}

.btn-outline-secondary{
    border: solid 1px #66767F !important;
}

.checkbox_label:has(input[type="checkbox"]:checked) {
    background-color: #3C3C3C;
    color: var(--white-color);
}

.radio_labell:has(input[type="radio"]:checked) {
    background-color: #3C3C3C;
    color: var(--white-color);
}


/* Admin Survey Results Style */

.content-wrapper.survey-content h1 {
    font-size: 32px;
    margin-top: 10px;
}

.content-wrapper.survey-content .cards-wrapper {
    background: #595959;
    padding: 30px 10px 20px 10px;
    border: 1px solid #8d8d8d;
    border-radius: 8px;
    margin-bottom: 25px;
}

.content-wrapper.survey-content .cards-wrapper .stats-card {
    padding-inline: 10px;
}

.content-wrapper.survey-content .cards-wrapper .stats-card .card {
    background: #E85D26;
    padding: 10px;
    border-radius: 6px;
}

.content-wrapper.survey-content .cards-wrapper .stats-card .card h2 {
    font-size: 32px;
    font-weight: 600;
}

.content-wrapper.survey-content .table-content {
    max-height: 600px;
    overflow-x: auto;
}

.content-wrapper.survey-content .table-content table thead th  {
    border: 1px solid #8d8d8d;
    background: #595959;
}

.content-wrapper.survey-content .table-content table td,
.content-wrapper.survey-content .table-content table thead th {
    border-bottom-width: 1px;
    border: 1px solid #8d8d8d;
    white-space: nowrap;
    padding: 6px 12px;
    vertical-align: middle;
}


.content-wrapper.survey-content .table-content table tbody a {
    background: #375A7F;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
}


/* Survey Modal Style */
.survey-results .modal-content, .assignment-modal .modal-content {
    max-height: 90dvh;
    overflow-y: auto;
}

.survey-results .modal-content h2, .assignment-modal .modal-content h2 {
    font-size: 20px;
    font-family: "elza-narrow", sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 0;
}

.progress-details .progress-bar.bg-success{
    background-color: #0B4F4E !important;
}

.survey-results.user-modal .modal-content .modal-header, .assignment-modal .modal-content .modal-header {
    background: #094b4a;
}

.survey-results.user-modal .modal-content .modal-header .close, .assignment-modal .modal-content .modal-header .close {
    color: #fff;
}

.survey-results.user-modal .modal-content .modal-body, .assignment-modal .modal-content .modal-body {
    background: #fff;
}

.survey-results .modal-content .qa-wrapper {
    position: relative;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.survey-results.user-modal .modal-content .qa-wrapper {
    background: #e9e9e9;
}

.survey-results .modal-content .qa-wrapper.w-progress {
    padding-right: 20px;
}

.survey-results .modal-content .qa-wrapper.w-progress .text-wrapper {
    padding-right: 80px;
}

.survey-results.admin-modal .modal-content .qa-wrapper {
    background: #444444;
}

.survey-results .modal-content .qa-wrapper .progress-wrapper {
    margin-top: 60px;
    margin-bottom: 25px;
}

.survey-results .modal-content .qa-wrapper .progress-wrapper .progress {
    height: 50px;
    background: #D9D9D9;
    border-radius: 4px;
}

.survey-results .modal-content .qa-wrapper .progress-wrapper .progress-line {
    width: 10px;
    height: 80px;
    background: #E85D26;
    top: -15px;
}

.survey-results .modal-content .qa-wrapper .range-wrapper span,
.survey-results .modal-content .qa-wrapper .progress-wrapper .progress-amount {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}

.survey-results.user-modal .modal-content .qa-wrapper .range-wrapper span {
    color: #000;
}

.survey-results .modal-content .qa-wrapper .progress-wrapper .progress-amount {
    bottom: -110px;
    left: -20px;
    top: unset;
    color: #E85D26;
}

.survey-results .modal-content .qa-wrapper .progress-wrapper .marker-icon {
    position: absolute;
    top: -35px;
    left: -1px;
}

.survey-results .modal-content .qa-wrapper.skipped-question {
    padding-bottom: 40px;
}

.survey-results .modal-content h3, .assignment-modal .modal-content h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 15px;
}

.survey-results.user-modal .modal-content h3,
.survey-results.user-modal .modal-content .qa-wrapper h4 {
    color: #000;
}

.survey-results .modal-content .qa-wrapper h4 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.survey-results .modal-content .qa-wrapper .pill {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding: 4px 6px;
    border-radius: 6px;
    background: #888888;
    position: absolute;
    right: 20px;
    top: 10px;
}

.survey-results .modal-content .qa-wrapper .answer {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #E85D26;
    margin-left: 10px;
    margin-bottom: 0;
}

.survey-results.admin-modal .modal-content .qa-wrapper.multiple-choice .answer {
    color: #fff;
}

.survey-results.user-modal .modal-content .qa-wrapper.multiple-choice .answer {
    color: #000;
}

.survey-results .modal-content .qa-wrapper.multiple-choice .answer.selected {
    color: #E85D26;
}

.survey-results .modal-content .qa-wrapper .status {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #E85D26;
    margin-bottom: 0;
    position: absolute;
    right: 20px;
    bottom: 10px;
    text-transform: uppercase;
}

.survey-results .modal-body {
    counter-reset: question-counter; /* initialize counter */
}

.survey-results .modal-body .qa-wrapper h4::before {
    counter-increment: question-counter; /* increase counter */
    content: counter(question-counter) ". "; /* display counter */
    font-weight: bold;
    margin-right: 6px;
}

.assignment-modal .modal-content label {
    font-weight: normal;
}

.email-input-container {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    min-height: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
    cursor: text;
}

.email-input-container:focus-within {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.email-input-container.invalid {
    border-color: red;
}

.email-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: #e2e3e5;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.email-badge .remove-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 0.25rem;
    font-weight: bold;
    line-height: 1;
}

.email-badge .remove-btn:hover {
    opacity: 0.8;
}

.email-input-container input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 120px;
}