@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body {
    font-family: "Poppins", sans-serif;
    background: rgb(237, 251, 255);
    background: -moz-linear-gradient(225deg, rgb(237, 251, 255) 0%, rgb(241, 250, 255) 100%);
    background: -webkit-linear-gradient(225deg, rgb(237, 251, 255) 0%, rgb(241, 250, 255) 100%);
    background: linear-gradient(225deg, rgb(237, 251, 255) 0%, rgb(241, 250, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edfbff", endColorstr="#f1faff", GradientType=1);
}

.card {
    border-width: 2px;
    border-color: #e7fbff;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 10px;
}

h1 {
    font-size: 3vw;
    font-weight: bolder;
}

h2 {
    font-size: 2vw;
    font-weight: bolder;
}

td.option .clear {
    clear: both;
}

td.option .checkBox {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: auto;
    background: rgb(173, 128, 187);
    background: -moz-linear-gradient(86deg, rgb(173, 128, 187) 19%, rgb(159, 71, 185) 100%);
    background: -webkit-linear-gradient(86deg, rgb(173, 128, 187) 19%, rgb(159, 71, 185) 100%);
    background: linear-gradient(86deg, rgb(173, 128, 187) 19%, rgb(159, 71, 185) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad80bb", endColorstr="#9f47b9", GradientType=1);
}

td.option .checkBox .bg-white {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
}

td.option .checkBox .transition {
    border-radius: 1px;
    background: linear-gradient(270deg, #D567D2 0%, #816DEF 100%);
    top: 0px;
    left: -32px;
    position: absolute;
    transform: rotate(90deg);
    border-radius: 6px;
    z-index: 100;
    width: 20px;
    height: 20px;
}

td.option .checkBox input[type=radio]:checked + .transition {
    left: 2px;
    top: 2px;
}

td.option .checkBox input[type=radio] {
    position: absolute;
    left: 50px;
    visibility: hidden;
}

td.option .transition {
    transition: 300ms ease;
}

table tr th {
    padding-bottom: 20px;
    vertical-align: middle;
}

table tr td {
    background: transparent !important;
    font-size: 14px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #e7fbff;
}

table tr th {
    background: transparent !important;
}

table .question {
    width: 46%;
}

table .option {
    font-size: 12px;
    text-align: center;
}

section {
    position: relative;
    z-index: 1;
}

.main_content .row .col-md-8 .row .col-md-8 .h3 {
    color: #D467D1;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_content .row .col-md-8 .row .col-md-8 p {
    font-family: "Poppins", sans-serif;
}

#submit_btn {
    border-radius: 3px;
    background: linear-gradient(90deg, #736EF3 0%, #DA67CF 100%);
    color: #ffffff;
    border: unset !important;
}

.quiz_btn_wrapper .btn {
    border-radius: 3px;
    background: linear-gradient(90deg, #736EF3 0%, #DA67CF 100%);
    color: #ffffff;
    border: unset;
}

.text-color {
    color: #DA67CF;
    font-weight: 500;
}

.text-color.b_color {
    color: #0C0B0B;
    font-size: 20px;
}

.progress {
    height: 40px !important;
}

.bg-dark-blue {
    background-color: #57779d;
}

.bg-dark-orange {
    background-color: #fe8e16;
}

.bg-dark-green {
    background-color: #cfcf01;
}

.bg-dark-red {
    background-color: #fe4a60;
}

.bg-light-blue {
    background-color: #02b3be;
}


@media only screen and ( max-width: 767px) {
    .accordion-body .table tr td {
        font-size: 10px !important;
    }
    .progress-bar .position-absolute{
        font-size: 10px !important;
    }
}
.mx-80{
    max-width: 60% !important;
}
/*# sourceMappingURL=styles.css.map */
