body {
    font-family: Manrope, sans-serif;
    margin: 0;
    padding: 0
}

*,
::before,
::after {
    box-sizing: border-box
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y)
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 10px
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.d-none {
    display: none
}

.text-center {
    text-align: center !important
}

select:disabled {
    color: light-dark(graytext, rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
    background: #f8f8f8;
}

select {
    display: block;
    width: 100%;
    padding: .375rem .6rem;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px !important
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
        padding: 0 10px
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

.wrapper {
    width: 900px;
    margin: 0 auto
}

@media(max-width: 767px) {
    .wrapper {
        width: 100% !important
    }

    .custom-inputs {
        width: 100%
    }

    iframe {
        height: 800px !important
    }

    .radio-inputs input {
        width: 5% !important
    }

    .radio-inputs label {
        width: 88% !important;
        display: inline-block !important
    }
}

.custom-input input,
.custom-input select {
    width: 100%;
    height: 40px
}

.custom-input span input {
    width: auto;
    height: auto;
    margin-right: 5px
}

.custom-input span label {
    margin-right: 15px;
    display: inline
}

.calbtn {
    width: 25px !important;
    margin-left: 4px;
    vertical-align: middle
}

.cbmargin {
    margin-bottom: 20px
}

.main-wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.check-input input {
    margin-right: 7px;
    position: relative;
    top: 1px
}

@media(max-width: 767px) {
    .check-input input {
        margin-right: 0;
        position: relative;
        top: 0;
        width: 5%;
        float: left
    }

    .check-input label {
        width: 93%;
        float: right;
        position: relative;
        top: -5px
    }
}

.custom-date-edit .dxeButton {
    background: #f2f2f2;
    padding: 0 8px
}

#ucQuestionnaire_lblTitle {
    color: #ff3900;
    font-weight: bold;
    font-size: 22px !important
}

.questionlist {
    font-weight: 700;
    margin-top: 10px;
    display: inline-block
}

.answers {
    width: 100%;
    margin: 0 auto
}

.answers td {
    border: 1px solid gray;
    padding-bottom: 10px;
    padding-top: 7px;
    padding-left: 10px;
    width: 50%
}

.answers .mb-3 {
    margin-bottom: 0 !important
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.float-end {
    float: right !important;
}

.answers td a:first-child {
    margin-right: 5px;
    position: relative;
    width: 5%;
    float: left;
    font-weight: 700
}

.answers td a:last-child {
    width: 93%;
    float: right
}

#ucQuestionnaire_rptQuestion_lblPass_0 {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-top: 10px;
    font-weight: 700
}

.answers td:hover {
    background: #5e2915;
    border-radius: 0;
    border: 1px solid #ea4d1d;
}

.answers td:active {
    background: #5e2915;
    border-radius: 0;
    border: 1px solid #ea4d1d;
}

.answers td:focus {
    background: #5e2915;
    border-radius: 0;
    border: 1px solid #ea4d1d;
}

.answers td:hover a {
    color: #fff !important
}

.answers td:focus a {
    color: #fff !important
}

.answers td:active a {
    color: #fff !important
}

@media (max-width: 767px) {
    .answers td a:last-child {
        width: 92%;
    }

    .answers td a:first-child {
        margin-right: 0;
    }
}

.w-100 {
    width: 100% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.h-100 {
    height: 100%;
}

.answer-select {
    background: #5e2915;
    border-radius: 0;
    border: 2px solid #ea4d1d !important;
}

td.answer-select a {
    color: #fff !important;
}

@media(min-width: 767px) {
    .submit-img {
        height: 500px;
        width: 100%;
    }
}

.form-control::placeholder {
    color: #212529 !important;
}

.m-0 {
    margin: 0;
}