body,
table {
    background-color: #fff
}

.full,
table {
    width: 100%
}

.footerbtn,
.footerbtn:hover,
.popup .close,
.tooltipped:after,
a {
    text-decoration: none
}
.as {
    margin: 5px;
    text-align: center;
    background-color: #a5530d;
    border: 2px solid black;
    

}.as h1{
    color: black;
}

.pure-button,
.pure-g,
a,
body,
button,
div,
h1,
h2,
h3,
h4,
input,
optgroup,
p,
select,
span,
textarea {
    line-height: 125%;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #50596c
}

.pure-form select {
    height: 2.4em
}

.outer_container {
    min-height: auto
}
.ads2,.a{
    width: auto;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.curr_ques {
    margin-top: 15px;
    margin-bottom: 15px
}

.zerobotton {
    margin-bottom: 0
}

.zerotop {
    margin-top: 0
}

.fivepxtop {
    margin-top: 5px
}

.fivepxbottom {
    margin-bottom: 5px
}

.tenpxbottom,

h3 {
    margin-bottom: 10px;
    font-weight: 600
}

.tenpxtop {
    margin-top: 10px
}

td {
    padding: 12px 15px
}

.unanswered {
    font-size: 20px
}

textarea {
    padding: 7px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main {
    padding: 2em;
    color: #000
}

.pure-button {
    margin-top: 5px;
    padding: 10px;
    font-size: 20px
}

.center {
    text-align: center
}

tr:hover {
    cursor: pointer
}

.green,
.green:active,
.green:visited {
    background-color: #04ab04 !important;
    color: #fff
}

.red,
.red:active,
.red:visited {
    background-color: #ce0b0b !important;
    color: #fff
}

.pure-button-color,
.pure-button-primary {
    background-color: #a5530d !important;
    padding: 5px
}

.next {
    text-align: right
}

.custom-menu-brand,
.g-container,
.gabbe,
.img_ul,
.tooltipped:after {
    text-align: center
}

.hidden {
    display: none
}

h4,
input {
    font-size: 18px
}

.error {
    color: red;
    font-size: 20px
}

h3 {
    font-size: 20px
}

#skip_question {
    font-size: 15px;
    padding: 5px
}

.pure-button-color {
    font-size: 16px;
    color: #fff
}

.custom-menu-wrapper {
    background-color: #a5530d;
    margin-bottom: 0;
    white-space: nowrap;
    position: relative
}

.custom-menu {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased
}

.custom-menu .pure-menu-heading,
.custom-menu .pure-menu-link {
    color: #fff
}

.custom-menu .pure-menu-heading:hover,
.custom-menu .pure-menu-link:hover {
    background-color: transparent
}

.custom-menu-top {
    position: relative;
    font-size: 20px;
    padding: 5px
}

.custom-menu-brand {
    display: block;
    position: relative
}

.custom-menu-toggle {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 3px;
    right: 0;
    display: none
}

.custom-menu-toggle .bar {
    background-color: #fff;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 22px;
    right: 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.custom-menu-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

.custom-menu-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom-menu-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.custom-menu-screen {
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    height: 3em;
    width: 70em;
    position: absolute;
    top: 0;
    z-index: -1
}

.custom-menu-tucked .custom-menu-screen {
    -webkit-transform: translateY(-44px);
    -moz-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px)
}

.visible-xs {
    display: none
}

@media (max-width:62em) {
    .custom-menu,
    .visible-xs {
        display: block
    }
    .custom-menu-toggle {
        display: block;
        display: none\9
    }
    .custom-menu-bottom {
        position: absolute;
        width: 100%;
        border-top: 1px solid #eee;
        background-color: grey;
        z-index: 100
    }
    .custom-menu-bottom .pure-menu-link {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        transition: all .5s
    }
    .custom-menu-bottom.custom-menu-tucked .pure-menu-link {
        -webkit-transform: translateX(-140px);
        -moz-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
        transform: translateX(-140px);
        opacity: 0;
        opacity: 1\9
    }
    .pure-menu-horizontal.custom-menu-tucked {
        z-index: -1;
        top: 45px;
        position: absolute;
        overflow: hidden
    }
}

.tooltipped {
    position: relative
}

.tooltipped:after,
.tooltipped:before {
    position: absolute;
    display: none;
    pointer-events: none
}

.tooltipped:after {
    z-index: 1000000;
    padding: 5px 8px;
    color: #fff;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    z-index: 1000001;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, .8);
    content: "";
    border: 5px solid transparent
}

.tooltipped:focus:after,
.tooltipped:focus:before {
    display: inline-block;
    text-decoration: none
}

.tooltipped-s:after {
    top: 100%;
    right: 50%;
    margin-top: 5px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.tooltipped-s:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.left {
    left: 0
}

.footerbtn {
    border-radius: 5px;
    padding-top: 5px;
    position: fixed;
    bottom: 0;
    height: 35px;
    width: 50%;
    color: #fff;
    font-size: 20px;
    background: #af4615
}

*,
.footerbtn {
    box-sizing: border-box
}

.well {
    border: 2px solid #50596c;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 10px
}

.img_ul {
    margin: 0 auto;
    padding: 5px
}

.img_ul li .caption {
    font-size: 17px;
    display: block;
    color: #000
}

td img {
    max-width: 100%;
    border-radius: 15px
}

td {
    border: 1px solid #cbcbcb !important;
    background-color: #fff
}

.table_spacing {
    border-collapse: inherit;
    border-spacing: 10px;
    background-color: #f8f9fa;
    border: none;
    width: calc(100% + 20px);
    margin-left: -10px
}

.gauge-a,
.gauge-b {
    border-radius: 50em 50em 0 0
}

.table_spacing td {
    padding: .3em
}

.number_list {
    margin: 0;
    padding: 0
}

.number_list li {
    display: inline;
    padding: 2px 4px;
    color: #a9a9a9
}

.number_list .active {
    color: #fff
}

.pure-menu-disabled,
.pure-menu-heading,
.pure-menu-link {
    padding: .1em !important
}

.g-container {
    width: 200px;
    height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #f8f9fa
}

.gauge-a,
.gauge-b,
.gauge-c,
.gauge-data {
    position: absolute
}

.popup,
.popup .content {
    overflow-y: scroll;
    overflow-x: auto
}

.gauge-a {
    z-index: 1;
    background-color: #f0f2f5;
    width: 100%;
    height: 100%;
    top: 0
}

.gauge-b {
    z-index: 3;
    bottom: 0;
    left: 10%;
    background-color: #f8f9fa;
    width: 80%;
    height: 80%
}

.gauge-c {
    z-index: 2;
    background: -webkit-linear-gradient(left, #045a04, #fdd02d, #d4120d);
    background: -o-linear-gradient(left, #045a04, #fdd02d, #d4120d);
    background: linear-gradient(to right, #045a04, #fdd02d, #d4120d);
    width: 100%;
    height: 100%;
    top: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 50em 50em;
    transform-origin: center top;
    transition: all 2.3s ease-in-out
}

.gauge-data,
.smalltext {
    width: 200px;
    margin-left: auto;
    margin-right: auto
}

.gauge-data {
    z-index: 4;
    color: #000;
    font-size: 1.5em;
    line-height: 25px;
    height: 100px;
    top: 75px;
    transition: all 1s ease-out
}

.smalltext {
    height: 2em;
    position: relative
}

.flo-l {
    float: left
}

.flo-r {
    float: right
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity .3s
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.whatsapp_button {
    background-color: #1cb06d !important;
    width: 98%;
    padding: 5px
}

.instagram_status_text,
.whatsapp_status_text {
    font-size: 18px;
    color: #fff
}

.instagram_button,
.instagram_button:hover {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    max-height: 47px;
    color: #fff;
    width: 98%;
    padding: 5px
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.popup {
    text-align: left;
    margin: 30px auto;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    width: 90%;
    max-width: 800px;
    position: relative;
    transition: all 2s ease-in-out;
    max-height: 70%
}

.popup .close {
    position: absolute;
    top: 0;
    right: 10px;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    color: #333
}

.ready {
    color: #96570b
}

.current-entry {
    background-color: #cdebf7 !important
}

.instagram_status_text,
.whatsapp_status_text,
.copy-btn {
    font-weight: 400;
}

.change_color {
    width: 30px !important;
}

.fourteenpxfont {
    font-size: 14px;
}

.set_answer,
.answer {
    width: 50%;
}

.white {
    color: white !important;
}

.blue a {
    color: blue !important;
}