﻿/**************** Survey Demo ******************/
.survey-demo {
    border-top: 1px solid red;
    background-color: beige;
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 91px;
    color: black;
}

.survey-demo .container {
    margin: 0 auto;
    width: 80% !important;
    min-width: unset !important;
    max-width: unset !important;
    padding: 15px;
}

hr.surveyhr {
    border-top: 4px solid #006A4F;
}

.w-\[12\%\] {
    width: 12%;
}

.w-\[14\%\] {
    width: 14%;
}

.w-\[17\%\] {
    width: 16.1%;
}

.w-\[20\%\] {
    width: 19.5%;
}

.w-\[25\%\] {
    width: 24.5%;
}

.w-\[33\%\] {
    width: 33%;
}


.bd {
    --tw-bg-opacity: 1;
    background-color: rgb(4 4 47 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(248 251 249 / var(--tw-text-opacity));
}