body, p, h1, h2, h3, h4, a, span, div, button, .pure-button, .pure-g, input, optgroup, select, 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.40em;
}

body{
    background-color: white;
}

.outer_container{
    min-height: 600px;
}

.curr_ques{
    margin-top: 15px;
    margin-bottom: 15px;
}

.zerobotton{
    margin-bottom: 0px;
}.zerotop{
    margin-top: 0px;
}
.fivepxtop{
    margin-top: 5px;
}
.fivepxbottom{
    margin-bottom: 5px;
}
.tenpxtop{
    margin-top: 10px;
}
.tenpxbottom{
    margin-bottom: 10px;
}
td{
    padding:12px 15px 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: black;
}
.pure-button{
    margin-top: 5px;
}
.center{
	text-align: center;
}
table{
    width: 100%;
    background-color: #fff;
}
tr:hover{
  cursor: pointer;
}

.green, .green:active, .green:visited{
	background-color: #04ab04 !important;
    color: white;
}
.red, .red:active, .red:visited{
	background-color: #ce0b0b !important;
    color: white;
}

.next{
    text-align: right;
}
.full{
	width: 100%;
}
.hidden{
    display: none;
}
.pure-button{
	padding: 10px;
	font-size: 20px;
}
input{
	font-size: 18px;
}
h4{
    font-size: 18px;
    font-weight: 600;
}
h5{
    font-size: 18px;
    font-weight: 400;
}
.error{
	color: red;
	font-size: 20px;
}
h3{
	font-size: 22px;
    margin-bottom: 10px;
}
#skip{
    font-size: 15px;
    padding: 5px
}
h1{
    margin-bottom: 10px;
}
.pure-button-primary{
    background-color: #d00a6f !important;
    padding: 5px;
}

.pure-button-color{
    background-color: #d00a6f !important;
    padding: 5px;
    font-size: 16px;
    color: white;
}


/*-------------------------------------*/
.custom-menu-wrapper {
    background-color: #d00a6f;
    margin-bottom: 0em;
    white-space: nowrap;
    position: relative;
}

.custom-menu {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.custom-menu .pure-menu-link,
.custom-menu .pure-menu-heading {
    color: white;
}

.custom-menu .pure-menu-link:hover,
.custom-menu .pure-menu-heading:hover {
    background-color: transparent;
}

.custom-menu-top {
    position: relative;
    font-size: 20px;
    padding: 5px;
}

.custom-menu-brand {
    display: block;
    text-align: center;
    position: relative;
}

.custom-menu-toggle {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    display: none;
}

.custom-menu-toggle .bar {
    background-color: white;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 22px;
    right: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.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, 0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.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);
}

@media (max-width: 62em) {

    .custom-menu {
        display: block;
    }

    .custom-menu-toggle {
        display: block;
        display: none\9;
    }

    .custom-menu-bottom {
        position: absolute;
        width: 100%;
        border-top: 1px solid #eee;
        background-color: #808080;
        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 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.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;
    }

}

/*Tooltip start*/

.tooltipped {
    position: relative
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, .8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:focus:before,
.tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}


.tooltipped-s:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.tooltipped-s:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

/* Tooltip end */


/* Bottom sticky register button */

.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, .footerbtn:hover, a {
    text-decoration: none;
}
*, .footerbtn {
    box-sizing: border-box;
}



/* Sticky end */


.well{
    /*border: 2px solid #50596c;*/
    background: white;
    padding: 10px 10px;
    border-radius: 10px;
}


.img_ul {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

.img_ul li .caption {
    font-size: 17px;
    display: block;
    color: #000;
}

td img {
    width: 100%;
    border-radius: 15px;
}

td{
    border: 1px #cbcbcb solid !important;
    background-color: white !important;
}

.table_spacing {
    border-collapse: inherit;
    border-spacing: 10px;
    background-color: #f8f9fa;
    border: none;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.table_spacing td{
    padding: 0.5em
}

.number_list{
    margin: 0;
    padding: 10px 0px;
}
.number_list li{
    display: inline;
    padding: 4px 6px;
    color: #a9a9a9;
}
.number_list .active {
    background: #2489ef;
    color: #fff;
}

.number{
    background: url(/images/slambook/number_bg.svg) no-repeat left;
    background-size: 20px;
    padding: 8px;
    font-size: 14px;
}

.col_link{
    height: 100%;
    width: 100%;
    display: inline-block;
}

.pure-menu-disabled, .pure-menu-heading, .pure-menu-link {
    padding: .1em !important;
}


/* score css */

.g-container {
    width: 200px;
    height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #f8f9fa;
    text-align: center;
}

.gauge-a {
    z-index: 1;
    position: absolute;
    background-color: #f0f2f5;
    width: 100%;
    height: 100%;
    top: 0%;
    border-radius: 50em 50em 0 0;
}

.gauge-b {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 10%;
    background-color: #f8f9fa;
    width: 80%;
    height: 80%;
    border-radius: 50em 50em 0px 0px;
}

.gauge-c {
    z-index: 2;
    position: absolute;
    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: 0px 0px 50em 50em;
    transform-origin: center top;
    transition: all 2.3s ease-in-out;
}

.gauge-data {
    z-index: 4;
    color: black;
    font-size: 1.5em;
    line-height: 25px;
    position: absolute;
    width: 200px;
    height: 100px;
    top: 75px;
    margin-left: auto;
    margin-right: auto;
    transition: all 1s ease-out;
}

.smalltext {
    width: 200px;
    height: 2em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.flo-l {
    float: left;
}

.flo-r {
    float: right;
}

.gabbe {
    text-align: center;
}

/*score css end*/






/*Tooltip start*/


.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 0.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 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Tooltip end */


.whatsapp_button{
    background-color: #4ec246 !important;
    width: 98%;
    padding: 5px;
}
.whatsapp_status_text, .instagram_status_text{
    font-size: 18px;
    color: white;
}

.instagram_button:hover, .instagram_button {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    max-height: 47px;
    color: white;
    width: 98%;
    padding: 5px;
}


/*Popup start */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  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;
  overflow-y: scroll;
    overflow-x: auto;
    max-height: 70%;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .content {
    overflow-y: scroll;
    overflow-x: auto;
}

/* popup end */


.ready{
    color: #553d7c;
}
.current-entry{
    background-color: #cdebf7!important
}


.register_login{
	display: inline;
	width: 48%;
	/*margin-top: 0px;*/
	/*padding: 5px;*/
}

.pure-button-simple{
    background-color: #f8f9fa !important;
    color: black !important;
    border: black 0.5px solid;
    padding: 4.5px !important
}

.pure-button-green{
	background-color: #096909 !important;
}


.name_color{
    color: #ff8c00;
}




/* cards */
.card-question{
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-size: 45px;
    font-weight: 400;
}

.card-answer{
    font-size: 40px;
    font-weight: 300;
}

.colorful-cards {
    padding: .2em .2em !important;
    color: white !important;
}

.colorful-cards div{
    color: white !important;
}

.answer-table {
    border-collapse: separate;
    border-spacing: 4px !important;
}

/*popup*/

.popup {
    width: 95%;
    height: 90%;
    max-height: inherit;
    padding: 5px 12px;
}
.popup .close {
    top: 5px;
    right: 10px;
}
.popup .close:hover, .popup .close{
    color: black !important;
}
.popup .white, .white{
    color: white !important;
}



.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




.red{
    color: red !important;
}


.pink{
    color: #d00a6f;
}
.blue{
    color: #2489ef;
}