﻿.leaflet-control-attribution.leaflet-control {
    display: none;
}




.option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;
}

.OptionActive {
    background-color: #76ad6731;
    border: 1px dashed #76ad67;
    box-shadow: 0px 0px 11px 2px rgba(82, 63, 105, 0.3);
}


.option .option-control {
    width: 2.7rem;
    padding-top: 0.1rem;
}

    .option .option-control .kt-radio {
        display: block;
    }

.option .option-label {
    width: 100%;
}

    .option .option-label .option-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .option .option-label .option-head .option-title {
            font-size: 15px;
            /*  font-weight: 700;*/
            color: #3F4254;
        }

        .option .option-label .option-head .option-focus {
            font-size: 1.1rem;
            font-weight: 600;
            color: #181C32;
        }

    .option .option-label .option-body {
        display: block;
        padding-top: 0.7rem;
        font-size: 0.9rem;
        color: #B5B5C3;
    }

.option.option-plain {
    border: 0;
    padding: 0;
    margin-top: -0.2rem;
    margin-bottom: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .option.option-plain .option-control {
        vertical-align: middle;
        width: 2.7rem;
    }

        .option.option-plain .option-control .radio {
            margin-bottom: 1.6rem;
        }

    .option.option-plain .option-label .option-body {
        padding-top: 0.2rem;
    }


.radio > span {
    border-radius: 50%;
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .radio > span:after {
        content: "";
        display: none;
        border-radius: 100% !important;
    }

.radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .radio:hover > input:not([disabled]) ~ span,
    .radio > input:focus ~ span {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.radio.radio-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.radio > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
}

    .radio > input:checked ~ span:after {
        display: block;
    }

.radio.radio-square > span {
    border-radius: 0;
}

.radio.radio-rounded > span {
    border-radius: 0.42rem;
}

.radio.radio-outline > span {
    border-width: 1px;
    border-style: solid;
}

.radio.radio-outline-2x > span {
    border-width: 2px !important;
}

.radio.radio-accent > span {
    border-width: 3px !important;
    border-style: solid !important;
    background-color: transparent !important;
}

    .radio.radio-accent > span:after {
        display: block;
    }

.radio > span {
    height: 18px;
    width: 18px;
}

    .radio > span:after {
        width: 6px;
        height: 6px;
    }

.radio.radio-lg > span {
    height: 24px;
    width: 24px;
}

    .radio.radio-lg > span:after {
        width: 8px;
        height: 8px;
    }

.radio.radio-outline > span {
    height: 18px;
    width: 18px;
}

    .radio.radio-outline > span:after {
        width: 6px;
        height: 6px;
    }

.radio.radio-outline.radio-lg > span {
    height: 24px;
    width: 24px;
}

    .radio.radio-outline.radio-lg > span:after {
        width: 8px;
        height: 8px;
    }

.radio.radio-accent > span {
    height: 24px;
    width: 24px;
}

    .radio.radio-accent > span:after {
        width: 14px;
        height: 14px;
    }

.radio.radio-accent.radio-lg > span {
    height: 30px;
    width: 30px;
}

    .radio.radio-accent.radio-lg > span:after {
        width: 10px;
        height: 10px;
    }

.radio > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
}

.radio > input:focus ~ span {
    border: 1px solid transparent;
}

.radio > input:checked ~ span {
    background-color: #22b0e9;
}

    .radio > input:checked ~ span:after {
        background-color: #ffffff;
        border-color: #ffffff;
    }

.radio.radio-outline > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline > input:checked ~ span {
    background-color: transparent;
    border-color: #22b0e9;
}

    .radio.radio-outline > input:checked ~ span:after {
        background-color: #22b0e9;
        border-color: #22b0e9;
    }

.radio.radio-primary > span {
    border: 1px solid transparent;
}

.radio.radio-primary > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-primary > input:checked ~ span {
    background-color: #22b0e9;
}

    .radio.radio-primary > input:checked ~ span:after {
        background-color: #ffffff;
        border-color: #ffffff;
    }

.radio.checkbox-light-primary > span {
    background-color: #EEE5FF;
    border: 1px solid transparent;
}

.radio.checkbox-light-primary > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-primary > input:checked ~ span {
    background-color: #22b0e9;
}

    .radio.checkbox-light-primary > input:checked ~ span:after {
        border-color: #FFFFFF;
    }

.radio.radio-outline.radio-primary > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-primary > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-primary > input:checked ~ span {
    background-color: transparent;
    border-color: #22b0e9;
}

    .radio.radio-outline.radio-primary > input:checked ~ span:after {
        background-color: #22b0e9;
        border-color: #22b0e9;
    }

.radio.radio-accent.radio-primary > span:after {
    background-color: #22b0e9;
}

.radio.radio-accent.radio-primary > input:focus ~ span {
    border-color: #EEE5FF;
}

    .radio.radio-accent.radio-primary > input:focus ~ span:after {
        background-color: #22b0e9;
    }

.radio.radio-accent.radio-primary > input:checked ~ span {
    border-color: #EEE5FF;
}

    .radio.radio-accent.radio-primary > input:checked ~ span:after {
        background-color: #22b0e9;
    }

.radio.radio-secondary > span {
    border: 1px solid transparent;
}

.radio.radio-secondary > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-secondary > input:checked ~ span {
    background-color: #E4E6EF;
}

    .radio.radio-secondary > input:checked ~ span:after {
        background-color: #ffffff;
        border-color: #ffffff;
    }

.radio.checkbox-light-secondary > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
}

.radio.checkbox-light-secondary > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-secondary > input:checked ~ span {
    background-color: #E4E6EF;
}

    .radio.checkbox-light-secondary > input:checked ~ span:after {
        border-color: #3F4254;
    }

.radio.radio-outline.radio-secondary > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-secondary > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-secondary > input:checked ~ span {
    background-color: transparent;
    border-color: #E4E6EF;
}

    .radio.radio-outline.radio-secondary > input:checked ~ span:after {
        background-color: #E4E6EF;
        border-color: #E4E6EF;
    }

.radio.radio-accent.radio-secondary > span:after {
    background-color: #E4E6EF;
}

.radio.radio-accent.radio-secondary > input:focus ~ span {
    border-color: #EBEDF3;
}

    .radio.radio-accent.radio-secondary > input:focus ~ span:after {
        background-color: #E4E6EF;
    }

.loader-box {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
}

.loadingspinnerModalText {
    pointer-events: none;
    position: fixed;
    top: 64%;
    left: 49%;
    margin: -1.25em 0 0 -1.25em;
    color: #fff;
    font-size: 20px;
}

.loadingspinner {
    pointer-events: none;
    width: 4.5em;
    height: 4.5em;
    border: 0.3em solid transparent;
    border-color: #eee;
    border-top-color: #239cd1;
    background: url(../assets/images/loading.png) no-repeat center center;
    border-radius: 50%;
    animation: loadingspin 1.5s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -1.25em 0 0 -1.25em;
}

@keyframes loadingspin {
    100% {
        transform: rotate(360deg);
    }
}

.ribbon {
    position: relative;
}

    .ribbon .ribbon-target-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 10px;
        /* position: absolute;*/
        z-index: 1;
        background-color: #22b0e9;
        -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
        color: #FFFFFF;
    }

    .ribbon .ribbon-target {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        background-color: var(--ltn__secondary-color);
        -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
        color: #FFFFFF;
    }

        .ribbon .ribbon-target > .ribbon-inner {
            z-index: -1;
            position: absolute;
            padding: 0;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .ribbon .ribbon-target:after {
            border-color: #3c03b0;
        }

.ribbon-ver .ribbon-target {
    padding: 5px 10px;
    min-width: 36px;
    min-height: 46px;
    text-align: center;
}

.ribbon.ribbon-top .ribbon-target {
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}

.ribbon.ribbon-bottom .ribbon-target {
    border-top-right-radius: 0.42rem;
    border-top-left-radius: 0.42rem;
}

.ribbon.ribbon-left .ribbon-target {
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

.ribbon.ribbon-right .ribbon-target {
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}

.ribbon.ribbon-clip.ribbon-left .ribbon-target {
    left: -10px;
}

    .ribbon.ribbon-clip.ribbon-left .ribbon-target .ribbon-inner {
        border-top-right-radius: 0.42rem;
        border-bottom-right-radius: 0.42rem;
    }

        .ribbon.ribbon-clip.ribbon-left .ribbon-target .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-left .ribbon-target .ribbon-inner:after {
            content: "";
            position: absolute;
            border-style: solid;
            border-color: transparent !important;
            bottom: -10px;
        }

        .ribbon.ribbon-clip.ribbon-left .ribbon-target .ribbon-inner:before {
            border-width: 0 10px 10px 0;
            border-right-color: #181C32 !important;
            left: 0;
        }

.ribbon.ribbon-clip.ribbon-right .ribbon-target {
    right: -10px;
}

    .ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner {
        border-top-left-radius: 0.42rem;
        border-bottom-left-radius: 0.42rem;
    }

        .ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:after {
            content: "";
            position: absolute;
            border-style: solid;
            border-color: transparent !important;
            bottom: -10px;
        }

        .ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:before {
            border-width: 0 0 10px 10px;
            border-left-color: #181C32 !important;
            right: 0;
        }

.editbtninbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 19px;
    position: absolute;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    top: -1px;
    left: -2px;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

/* notification style */
.notif-card {
    position: relative;
    border-radius: 10px;
    border: 1.5px solid #e5eaf2;
    padding: 14px 20px 10px 20px;
    margin-bottom: 14px;
    background: #fff;
    box-shadow: 0 1px 5px #e5eaf285;
    direction: rtl;
    transition: box-shadow 0.2s;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .notif-card .notif-close {
        position: absolute;
        left: 14px;
        top: 14px;
        font-size: 19px;
        color: #aaa;
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
        line-height: 1;
    }

    .notif-card .notif-head-row {
        display: flex;
        align-items: center;
        margin-bottom: 2px;
        gap: 0;
    }

    .notif-card .notif-help {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 23px;
        height: 23px;
        background: #e3f1fc;
        border-radius: 50%;
        font-size: 15px;
        color: #2196f3;
        margin-left: 7px;
        margin-right: 1px;
        cursor: pointer;
        transition: background 0.2s;
        flex-shrink: 0;
    }

.carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-left: 19% !important;
    margin-bottom: 1rem;
    margin-right: 15%;
    list-style: none;
}

.notif-card .notif-help:hover {
    background: #cde4f9;
}

.notif-card .notif-title {
    font-weight: bold;
    color: #247cc5;
    font-size: 15px;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    vertical-align: middle;
}

.notif-card .notif-content {
    color: #333;
    font-size: 13px;
    margin: 2px 0 8px 0;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 97%;
}

.notif-card .notif-actions {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 0;
}

.notif-card .notif-action-btn {
    font-size: 13px;
    font-weight: 500;
    color: #222;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 2px;
    transition: color 0.2s;
    border-radius: 5px;
}

    .notif-card .notif-action-btn:hover {
        color: #247cc5;
        background: #f1f6fb;
    }

.notif-card.blue {
    border-right: 4px solid #247cc5;
}

.notif-card.orange {
    border-right: 4px solid #fbaf22;
}

.notif-card.green {
    border-right: 4px solid #2cc36b;
}

.notif-controls {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
    margin-bottom: 6px;
    margin-top: 10px;
}

    .notif-controls .notif-action-btn {
        font-size: 14px;
        font-weight: 600;
        color: #206d0d;
        background: none;
        border: none;
        cursor: pointer;
        padding: 2px 5px;
        border-radius: 6px;
        transition: color 0.18s, background 0.18s;
    }

        .notif-controls .notif-action-btn:hover {
            color: #1976d2;
            background: #e3f1fc;
        }

.ad-card {
    background: #fff;
    border: none;
    box-shadow: none;
    padding: 0;
}

.ad-title {
    color: #206d0d;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 10px;
    letter-spacing: 0;
}

.ad-img {
    border-radius: 12px;
    width: 100%;
    height: 212px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: transform 0.12s;
    font-size: 32px;
    display: flex;
}

.ad-bg-orange {
    background: #ffb72c;
    color: #fff;
}

.ad-bg-blue {
    background: #2387d8;
    color: #fff;
}

.ad-bg-green {
    background: #16d375;
    color: #fff;
}

.ad-text {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    text-align: center;
    flex: 1;
}

.ad-card a {
    text-decoration: none;
}

.carousel-indicators button,
.carousel-indicators [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #bdbdbd !important;
    margin: 0 3px !important;
    border: none !important;
    opacity: 0.35 !important;
    transition: opacity 0.2s, background 0.2s !important;
    outline: none !important;
}

    .carousel-indicators .active,
    .carousel-indicators button.active,
    .carousel-indicators [data-bs-target].active {
        background: #b6b6b6 !important;
        opacity: 1 !important;
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #bdbdbd !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-prev-icon {
    filter: invert(56%) sepia(0%) saturate(12%) hue-rotate(189deg) brightness(90%) contrast(84%);
}

.carousel-control-next-icon {
    filter: invert(56%) sepia(0%) saturate(12%) hue-rotate(189deg) brightness(90%) contrast(84%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none !important;
    background-color: transparent !important;
    position: relative;
}

    .carousel-control-prev-icon::after,
    .carousel-control-next-icon::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-top: 3px solid #bdbdbd;
        border-right: 3px solid #bdbdbd;
        position: absolute;
        top: 6px;
        left: 6px;
    }

    .carousel-control-prev-icon::after {
        transform: rotate(-135deg);
    }

    .carousel-control-next-icon::after {
        transform: rotate(45deg);
    }

.carousel-control-prev {
    right: -23px;
}

.kpi-card {
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
    padding: 16px 18px;
    text-align: center;
}

.kpi-title {
    color: #445;
    font-size: .95rem;
    margin-bottom: 6px;
}

.kpi-value {
    font-weight: 800;
    font-size: 1.6rem;
    color: #0b7285;
    line-height: 1;
}

.mini-muted {
    color: #667;
    font-size: .8rem;
}

/* Charts */
.chart-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
    padding: 14px;
    height: 100%;
}

.chart-title {
    font-weight: 700;
    color: #334;
    font-size: 1rem;
    margin: 6px 8px 10px;
}

.grid-gap {
    row-gap: 18px;
}

canvas {
    max-height: 320px;
}

@media (max-width: 768px) {
    .kpi-value {
        font-size: 1.4rem;
    }
}


.ltn__breadcrumb-area {
    background-size: cover;
    background-position: center;
    padding: 24px 0;
}

.ltn__breadcrumb-inner .page-title {
    margin: 0 0 8px;
    font-weight: 700;
}

.ltn__breadcrumb-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ltn__breadcrumb-list a {
    text-decoration: none;
}

#chart6,
#chart9 {
    display: block;
    width: 100% !important;
    height: 600px !important;
    max-height: none !important;
}


.kpi-card {
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 118px;
}


.kpi--sm .kpi-value {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.kpi--sm .kpi-title {
    font-size: 1.05rem;
    color: #fff;
    opacity: .95;
    margin-bottom: 6px;
}

.kpi--sm .mini-muted {
    color: #fff;
    opacity: .85;
    font-size: .9rem;
}


.kpi-card.kpi--green {
    background: #66D08C !important;
}

.kpi-card.kpi--lavender {
    background: #A79BFF !important;
}

.kpi-card.kpi--peach {
    background: #FFC48A !important;
}

.kpi-card.kpi--sky {
    background: #69B8FF !important;
}

.kpi-card.kpi--teal {
    background: #4EC1CF !important;
}


.kpi-card .kpi-title, .kpi-card .kpi-value {
    margin: 0;
}

.evaluation .evaluation-form {
    text-align: center;
    /* max-width: 500px; */
    margin-left: auto;
    margin-right: auto;
}

    .evaluation .evaluation-form section .form__answer {
        display: inline-block;
        box-sizing: border-box;
        width: auto;
        vertical-align: top;
        font-size: 26px;
        text-align: center;
        width: 60px;
    }

    .evaluation .evaluation-form section .form__answer {
        display: inline-block;
        box-sizing: border-box;
        width: auto;
        vertical-align: top;
        font-size: 26px;
        text-align: center;
        width: 60px;
    }


    .evaluation .evaluation-form section input[type="radio"] {
        opacity: 0;
        width: 0;
        height: 0;
        display: flex;
    }
    .evaluation .evaluation-form section label {
        box-sizing: border-box;
        display: block;
        height: 100%;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
        opacity: .3;
        transition: all .5s ease-in-out;
        text-align: right;
        /* width: 60px; */
    }

    .evaluation .evaluation-form section input[type="radio"]:checked ~ label {
        opacity: 1;
    }

 
.fas.fa-star::before {
    margin-left: 4px;
    color: #919191 !important;
    font-size: 26px;
    opacity: 0.5;
}

.fas.fa-star.checked::before {
    color: #ffbf00 !important;
    transform: scale(1.2);
}

#emojiDisplay {
    font-size: 2.2em;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

    #emojiDisplay.visible {
        opacity: 1;
        line-height: 1 !important;
    }

#textDisplay {
    font-size: 16px;
    margin: 3px auto;
    color: #919191;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

    #textDisplay.visible {
        opacity: 1;
    }

.question-container {
    margin-bottom: 0px;
}

.question-number {
    color: #225475;
}

textarea {
    width: 100%;
    resize: vertical;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    padding: 6px 20px;
}

#save_button {
    background: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    color: #000;
    transition: background 0.3s;
}

    #save_button:hover {
        background: #f2f2f2;
    }

.question-container {
    margin-bottom: 20px;
    border: 2px solid #add8e6;
    border-radius: 8px !important;
    padding: 14px 26px !important;
    background-color: #f9f9f9;
}

.question-number {
    color: #225475;
    font-weight: bold;
    margin-bottom: 10px;
}

.emoji-definitions {
    padding: 10px 20px;
    border: 2px solid #add8e6;
    border-radius: 8px;
    background-color: #f9f9f9;
}

    .emoji-definitions h6 {
        font-size: 18px;
        font-weight: bold;
        color: #225475;
        margin-bottom: 10px;
    }

    .emoji-definitions ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-flex;
        text-align: center;
    }

    .emoji-definitions li {
        font-size: 16px;
        color: #333;
        margin: 2px 0;
    }

    .emoji-definitions .emoji {
        font-size: 19px;
        margin-right: 10px;
        vertical-align: middle;
    }

 
