
#rcorners {
    border-radius: 25px;
    border: 2px solid #000;
    padding-left: 300px; 
    padding-right: 300px;
    width: 200px;
    height: 150px; 
}


#question {
    color: rgba(0, 0, 0, 0);
    background-color: #17a2b8; 
}
#answer {
    color: rgba(0, 0, 0, 0);
    background-color: #868e96; 
}
.style1 {
    color: rgba(0, 0, 0, 0.62);
    background-color: #eb5b5b; 
}
    input.positive [type=range] {
        width: 100%;
        margin: 5.85px 0;
        background-color: transparent;
        -webkit-appearance: none;
    }

    input.positive [type=range]:focus {
        outline: none;
    }

    input#positive [type=range]::-webkit-slider-runnable-track {
        background-image: -webkit-gradient(linear, left top, right top, from(red), to(green));
        background-image: linear-gradient(to right, red, green);

        border: 1.1px solid #18d501;
        border-radius: 1px;
        width: 100%;
        height: 11.3px;
        cursor: pointer;
    }

    input#positive [type=range]::-webkit-slider-thumb {
        margin-top: -6.95px;
        width: 23px;
        height: 23px;
        background: #ba9643;
        border: 2.5px solid #83e584;
        border-radius: 12px;
        cursor: pointer;
        -webkit-appearance: none;
    }

    input#positive [type=range]:focus::-webkit-slider-runnable-track {
        background: #276c30;
    }

    input#positive [type=range]::-moz-range-track {
        background: #205928;
        border: 1.1px solid #18d501;
        border-radius: 1px;
        width: 100%;
        height: 11.3px;
        cursor: pointer;
    }

    input#positive [type=range]::-moz-range-thumb {
        width: 23px;
        height: 23px;
        background: #ba9643;
        border: 2.5px solid #83e584;
        border-radius: 12px;
        cursor: pointer;
    }

    input#positive [type=range]::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 8.45px 0;
        color: transparent;
        width: 100%;
        height: 11.3px;
        cursor: pointer;
    }

    input#positive [type=range]::-ms-fill-lower {
        background: #194620;
        border: 1.1px solid #18d501;
        border-radius: 2px;
    }

    input#positive [type=range]::-ms-fill-upper {
        background: #205928;
        border: 1.1px solid #18d501;
        border-radius: 2px;
    }

    input#positive [type=range]::-ms-thumb {
        width: 23px;
        height: 23px;
        background: #ba9643;
        border: 2.5px solid #83e584;
        border-radius: 12px;
        cursor: pointer;
        margin-top: 0px;
        /*Needed to keep the Edge thumb centred*/
    }

    input#positive [type=range]:focus::-ms-fill-lower {
        background: #205928;
    }

    input#positive [type=range]:focus::-ms-fill-upper {
        background: #276c30;
    }

    input#negative [type=range] {
        width: 100%;
        margin: 5.85px 0;
        background-color: transparent;
        -webkit-appearance: none;
    }

    input#negative [type=range]:focus {
        outline: none;
    }

    input#negative [type=range]::-webkit-slider-runnable-track {
        background-image: -webkit-gradient(linear, left top, right top, from(green), to(red));
        background-image: linear-gradient(to right, green, red);

        border: 1.1px solid #18d501;
        border-radius: 1px;
        width: 100%;
        height: 11.3px;
        cursor: pointer;
    }

    input#negative [type=range]::-webkit-slider-thumb {
        margin-top: -6.95px;
        width: 23px;
        height: 23px;
        background: #ba9643;
        border: 2.5px solid #83e584;
        border-radius: 12px;
        cursor: pointer;
        -webkit-appearance: none;
    }

    input#negative [type=range]:focus::-webkit-slider-runnable-track {
        background: #276c30;
    }

    input#negative [type=range]::-moz-range-track {
        background: #205928;
        border: 1.1px solid #18d501;
        border-radius: 1px;
        width: 100%;
        height: 11.3px;
        cursor: pointer;
    }

    input#negative [type=range]::-moz-range-thumb {
        width: 23px;
        height: 23px;
        background: #ba9643;
        border: 2.5px solid #83e584;
        border-radius: 12px;
        cursor: pointer;
    }

    input#negative [type=range]::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 8.45px 0;
        color: transparent;
        width: 100%;
        height: 11.3px;
        cursor: pointer;
    }

    input#negative [type=range]::-ms-fill-lower {
        background: #194620;
        border: 1.1px solid #18d501;
        border-radius: 2px;
    }

    input#negative [type=range]::-ms-fill-upper {
        background: #205928;
        border: 1.1px solid #18d501;
        border-radius: 2px;
    }

    input#negative [type=range]::-ms-thumb {
        width: 23px;
        height: 23px;
        background: #ba9643;
        border: 2.5px solid #83e584;
        border-radius: 12px;
        cursor: pointer;
        margin-top: 0px;
        /*Needed to keep the Edge thumb centred*/
    }

    input#negative [type=range]:focus::-ms-fill-lower {
        background: #205928;
    }

    input#negative [type=range]:focus::-ms-fill-upper {
        background: #276c30;
    }

    /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
    @supports (-ms-ime-align:auto) {

        /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
        input[type=range] {
            margin: 0;
            /*Edge starts the margin from the thumb, not the track as other browsers do*/
        }
    }
    .style2 {
    background-color: #e0e0e0; 
}


.style5 {
    background-size: cover; 
}

.style6 {
    background-image: url("../assets/images/anthony-tran-vXymirxr5ac-unsplash%20%283%29.jpg");
    background-repeat: no-repeat;
    background-size: cover; 
}
.full-height { 
    min-height: 100vh; 
   
}
.fade50 {
  opacity: 0.5;
}
.fade25 {
  opacity: 0.25;
}
.fade75 {
  opacity: 0.75;
}
.style7 {
    background-size: cover;
    background-image: url("../assets/images/simon-rae-IGOBsR93I7Y-unsplash%20%281%29.jpg"); 
}
.swiper-slide { height: auto;
 }

a.ask-michael {
    position: fixed;
    display: inline-block;
    z-index: 999;
    top: auto;
    right: 10px;
    bottom: 50px;
    left: auto;
    color: #111;
    font-weight: 500;
    background-color: #e7e7e7;
    border-radius: 2px;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none !important;
    width: auto;
    height: auto;
    overflow: visible;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
            box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
    cursor: pointer;
}
a.ask-michaelcoffee {
    position: fixed;
    display: inline-block;
    z-index: 999;
    top: auto;
    right: 10px;
    bottom: 150px;
    left: auto;
    color: #111;
    font-weight: 500;
    background-color: #e7e7e7;
    border-radius: 2px;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none !important;
    width: auto;
    height: auto;
    overflow: visible;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
            box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
    cursor: pointer;
}
.videowrapper {
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
}
.odd-column {
background-color: ffffff;
}
.even-column {
background-color: ffaaaa;   
}

.modal_drilldown_cog {
  max-width: 95vh;
  overflow-x: auto;
}

.sticker-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
.curved-bottom {
            /* Curved corners */
            border-bottom-left-radius: 50% 40%;
            border-bottom-right-radius: 50% 40%;
        }
.curved-top {
            /* Curved corners */
            border-top-left-radius: 50% 40%;
            border-top-right-radius: 50% 40%;
        }
.fc-day-grid-event > .fc-content {
    white-space: normal;
}
.cal-min {
    min-height: 90vh;
}
.first-color {
background: #ececec;
}

.second-color {
background: #9fd3c7;
}

.third-color {
background: #385170;
}

.fourth-color {
background: #142d4c;
}
.tooltip-inner {
    text-align: left;
}

.text_rtl {
    direction: rtl; 
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:98%;
	height:98%;
}
