html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.lpColor {
    color: #ad0132 !important;
}

.lpColorTitel {
    color: #ad0132;
    font-weight: bold;
}

.lpColorTabeleTitel {
    background-color: #ad0132;
    color: white;
    font-weight: bold;
}

.lpBtnColorAdd {
    color: #ad0132;
    border: solid #ad0132 1px;
}

    .lpBtnColorAdd:hover {
        background-color: #ad0132;
        color: white;
    }

.btn-lp {
    background-color: #ad0132;
    color: white;
}

.btn-lp-gray {
    background-color: darkgrey;
    color: white;
}

.lpbgMenuColor {
    background-color: #ad0132;
    color: white;
}

.inline-check {
    width: 30%;
    white-space: nowrap;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.green {
    color: green;
}

.input-validation-error {
    border: 1px solid red;
    color: red;
}

.text-red-jumbo {
    color: #E73331;
}

.text-blue-jumbo {
    color: #07529A;
}

.apexcharts-menu-icon {
    visibility: hidden;
}

.rv-width {
    width: 120px;
    text-align: center;
    font-weight: bold;
}

#leftHalf {
    width: 40%;
    position: absolute;
    height: 100%;
    left: 140px;
    top: 20%;
}

#rightHalf {
    background: url('/img/93083214.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100vh !important;
}

@media screen and (max-width: 900px) {
    #logoSmall {
        height: 90px;
    }

    #leftHalf {
        position: absolute;
        height: 100%;
        top: 20%;
    }

    #rightHalf {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #leftHalf {
        width: 90%;
        left: 15px;
    }
}


th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

    th.rotate > div {
        transform:
        /* Magic Numbers */
        translate(10px, 20px)
        /* 45 is really 360 - 45 */
        rotate(295deg);
        width: 0px;
    }

        th.rotate > div > span {
            padding: 5px 10px;
        }


.row-disabled {
    background-color: rgba(236, 240, 241, 0.5);
    pointer-events: none;
    width: 100%;
}


.alerts-borderblink {
    border: 1px #ff0000 solid;
    animation: blink 1s;
    animation-iteration-count: 3;
}

@keyframes blink {
    50% {
        border-color: #fff;
    }
}

.bg-light-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}




/* Styling for the answers section */
.answers-section {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Styling for the heading */
h4 {
    margin-bottom: 20px;
}

/* Styling for the answers container */
#answersContainer {
    /* No specific styling required */
}

/* Styling for each answer item */
.answer-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
    display: flex;
    align-items: center;
}

    .answer-item:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

/* Styling for the input fields */
.input-group {
    display: flex;
    align-items: center;
    flex: 1;
}

.answer-input,
.type-input,
.points-input {
    flex: 1;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

    .answer-input:focus,
    .type-input:focus,
    .points-input:focus {
        border-color: #007bff;
        outline: none;
    }

/* Styling for the checkbox */
.form-check-input {
    margin-right: 5px;
}

/* Styling for the trash icon container */
.btn-remove {
    padding: 0;
    margin-left: 10px;
}

/* Styling for the trash icon */
.remove-answer {
    cursor: pointer;
    color: #dc3545;
    font-size: 18px;
    transition: color 0.3s ease;
}

    /* Styling for the trash icon on hover */
    .remove-answer:hover {
        color: #c82333;
    }




.btn-outline-lp {
    color: #ad0132;
    border-color: #ad0132;
}

    .btn-check:active + .btn-outline-lp, .btn-outline-lp:hover, .btn-check:checked + .btn-outline-lp, .btn-outline-lp.active, .btn-outline-lp.dropdown-toggle.show, .btn-outline-lp:active {
        color: #fff;
        background-color: #ad0132;
        border-color: #ad0132;
    }


.bg-migrol {
    background-color: #BA3632;
    color: white;
}

.rating {
    display: flex;
    direction: rtl;
    font-size: 3rem; /* Increased font size for larger stars */
}

    .rating input {
        display: none;
    }

    .rating label {
        cursor: pointer;
        color: #ccc;
    }

    .rating input:checked ~ label {
        color: gold;
    }

    .rating input:hover ~ label,
    .rating label:hover,
    .rating label:hover ~ label {
        color: gold;
    }


    .pointer{
        cursor:pointer;
    }


.no-pointer-events {
    pointer-events: none;
}

.disable-row {
    pointer-events: none !important;
}

.row-bezalt {
    background-color: #F1F0E8 !important;
}


.container {
    max-width: 1600px !important
}