/*
   _____ _                                                      
  / ____| |                         /\ 
 | |    | |__   __ _  ___  ___     /  \   _ __ ___ _ __   __ _  
 | |    | '_ \ / _` |/ _ \/ __|   / /\ \ | '__/ _ \ '_ \ / _` |
 | |____| | | | (_| | (_) \__ \  / ____ \| | |  __/ | | | (_| |
  \_____|_| |_|\__,_|\___/|___/ /_/    \_\_|  \___|_| |_|\__,_|
---------------------------------------------------------------    
*/
@font-face {
    font-family: 'STAR7';
    src: url('../fonts/STAR7.eot');
    src: url('../fonts/STAR7.eot?#iefix') format('embedded-opentype'),
        url('../fonts/STAR7.woff2') format('woff2'),
        url('../fonts/STAR7.woff') format('woff'),
        url('../fonts/STAR7.ttf') format('truetype'),
        url('../fonts/STAR7.svg#STAR7') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.eot');
    src: url('../fonts/PlusJakartaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-Regular.svg#PlusJakartaSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular_1.eot');
    src: url('../fonts/PlusJakartaSans-Regular_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Regular_1.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular_1.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Regular_1.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-Regular_1.svg#PlusJakartaSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular_2.eot');
    src: url('../fonts/PlusJakartaSans-Regular_2.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Regular_2.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular_2.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Regular_2.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-Regular_2.svg#PlusJakartaSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'STAR7';
    src: url('../fonts/STAR7_1.eot');
    src: url('../fonts/STAR7_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/STAR7_1.woff2') format('woff2'),
        url('../fonts/STAR7_1.woff') format('woff'),
        url('../fonts/STAR7_1.ttf') format('truetype'),
        url('../fonts/STAR7_1.svg#STAR7') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html { font-size: 100%; 	padding: 0; margin: 0; scroll-behavior: smooth;}
button, input, body, html{font-family: "Montserrat", sans-serif;}
h1,h2,h3, .footerheadings{font-family: "Plus Jakarta Sans" !important;}
p{font-size:18px;}
button{cursor: pointer !important;}


.clue{
    font-size: 14px;
    color:gray;
}

.topnav{
    overflow: hidden;
    background-color: #ddd;
}

.header-banner{
    cursor:pointer;
    padding: 7px 4px;
    width:370px;
    height:70px;
    margin:0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.topnav, .topnav a {
    position: sticky;
    top:0;
    z-index: 2;
}
.topnav a {
    float: left;
    display: block;
    color: black; /*#f2f2f2*/
    text-align: center;
    padding: 22px 16px;
    text-decoration: none;
    font-size: 17px;
    transition-property: background-color, color;
    transition-duration: 1s;
    height: auto;
}

.topnav a:hover {
    color: white;
    background-color: #333;
}

.topnav a.active {
    background-color: #63a4ff;
    background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);
    color: white;
}

.topnav .icon {display: none;}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
  
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.special-btn a {
  background-image: linear-gradient(to right, #f1bf7e, #e9c276 50%, #A6894F 70%);
  background-size: 200% 100%;
  background-position: 100% 50%;
  color: lightgray;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  text-transform: uppercase;
  font-weight: 700;
}

.special-btn a:hover {
  background-position: 0 50%;
  background-image: linear-gradient(to left, #f1bf7e, #e9c276 50%, #A6894F 70%);
  color:white;
}

.ChaosArena-section{
    background-image: url('../Banner-ChaosArena.jpg');
    height:960px;
    overflow:hidden;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.ChaosArena-title{
    font-family: 'STAR7' !important;
    text-align: center;
    color: #00ade0;
    font-size: 100px;
    padding-top: 280px;
    padding-bottom: 10px;
    animation: showup 5s 1;
    margin-left: 20px;
    margin-right: 20px;
    text-shadow: #00ade0 2px 0 10px;
    -webkit-text-stroke: 0.5px black; /* width and color */
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:1;}
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.nav-title{
    background-color:lightgray;
}

.catch-phrase{
    font-size:23px; 
    animation:showup 5s 1;
    text-align: center;
    color: #00ade0;
    margin:0px 200px;
}

.seemore-btn{
    background-color: transparent;
    color: #00ade0;
    border-color:#00ade0;
    display:inline-block;
    border-width:3px;
    border-radius:30px;
    padding:15px;
    font-size:15px;
    font-weight: bold;
	transition: color, box-shadow, margin-top, 1s;
}

.seemore-btn:hover{
	color:#00ade0;
	margin-top:-4px;
	box-shadow: 0 30px 20px #00ade0, 0 6px 6px #00ade0;
	background-color: #ffecd2;
	opacity:0.9;
}

.section-title{
    text-align:center;
    display: block;
    color:gray;
    text-align: center;
    font-size: 50px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight:bold;
}

.intro-section{
    overflow:hidden;
    background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
}

.mp-section{
    overflow:hidden;
    background-image: linear-gradient(-320deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
}

.intro-section > div , .mp-section > div{
    display: flex;
}

.home-txt {
    width:800px;
    margin-left:80px !important;
}

.home-pic-intro{
    display: inline-block;
    width:400px !important; 
    max-height: 400px !important; 
    height:400px !important;
    margin-bottom:100px;
}

.right-pic{
    margin-right:30px !important;
}

.left-pic{
    margin-left:30px !important;
}

.pictures{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display:block;
    margin-left: auto;
    margin-right:auto;
    border-radius:10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#text{
    margin-left:200px;
    margin-right:200px;
    margin-top: 20px;
    margin-bottom:20px;
    border-radius:10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.reasonsToPlay-section{
    overflow:hidden;
    background-color:lightgray;
}

.reasonsToPlay-cardgroup {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.reasonsToPlay-card{
    background-color:rgb(187, 185, 185);
    width:300px;
    padding:10px;
    margin:10px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.28), 0 6px 6px rgba(0,0,0,0.24);
    transition: box-shadow 1s;
    height:100%;
    border-radius:10px;
    display: inline-block;
    border: 2px solid ;
}

.card-btn{
    margin-bottom:10px;
    border:2px solid #0F1924;
    color:black;
}

.card-btn:hover{
    color:black;
    box-shadow: 0 10px 7px rgba(0,0,0,0.35), 0 6px 6px rgba(0,0,0,0.24);
}

.reasonsToPlay-card:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.35), 0 6px 6px rgba(0,0,0,0.23);
}

.reasonsToPlay-card > h1{
    text-transform: uppercase;
    font-weight: 550;
    text-align: center;
    margin:4px;
    border-bottom:2px solid lightgray;
    padding:5px;
}

.reasonsToPlay-card > p{
    padding:2px 8px;
}

.download-section{
    overflow: hidden;
    width: 100%;
    background: linear-gradient(-45deg, #8e52ee, #006eff, #23c9d5, #23d5ab );
	background-size: 300% 300%;
	-webkit-animation: gradientBG 10s ease infinite;
	animation: gradientBG 10s ease infinite;
}

@-webkit-keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.article-title{
    display:block;
    padding-top:80px;
    padding-bottom:10px;
    margin:0;
    background-color: rgba(255, 255, 255, 0.30) !important;
    border-radius:10px 10px 0px 0px;
    border-bottom:3px solid black;
}

.article-title > h1{
    margin-bottom:0px;
    margin-left:20px;
    font-size:50px;
    text-align: center;
}

#text > .article-content{
    background-color:white;
    padding: 14px;
    border-radius: 0px 0px 10px 10px;
}

.sections-btn{
    width:120px;
    color: black;
    display:inline-block;
    margin:0px auto !important;
    margin-bottom:40px !important; 
    background-color: rgba(189, 189, 189, 0.801);
    border: 2px solid white;
}

.right-htxt{
    margin-top:20px !important;
}

@media screen and (min-width: 1600px) {
    .right-pic{margin-right:200px !important;}
    .left-pic{margin-left:200px !important;}
    .right-htxt{margin-right:200px !important;}
    .left-htxt{margin-left:200px !important;}
}
@media screen and (max-width: 1000px) {
    #text{margin:0px 120px;}  
}
@media screen and (max-width: 800px) {
    #text{
        margin-left:0px;
        margin-right:0px;
    }
    .intro-section > div, .mp-section > div{
        flex-direction: column;
    }
    .left-htxt, .right-htxt{
        text-align: center;
        margin:0px 15px !important;
        padding-bottom:15px;
        width:auto;
    }

    .home-pic-intro, .left-pic, .right-pic{
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto !important;
        max-width: 100%;
        height: auto !important;
        max-height: 100%;
    }
    .left-pic{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 900px) {
    .catch-phrase{margin:0px 80px;}
}

@media screen and (min-width: 600px) {
    .special-btn a{float:right; margin-right:0px;}
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .special-btn a{display:none; text-align: center !important;}
    .ChaosArena-title{font-size:80px;}
    .catch-phrase{margin:0 20px; font-size:-6px;}
    .header-banner{
        width: auto !important;
        max-width: 65%;
        height: auto !important;
        max-height: 70%;
    }
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.Slides {
  display: none;
}

.prev, .next {
    background-color: rgba(90, 90, 90, 0.8);
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 10px;
    user-select: none;
}

.prev{left:0;}

.next {
    right: 0;
    border-radius: 10px;
}

.prev:hover, .next:hover {
  background-color: black;
  color:white;
}

.text {
  color: black;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 17px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.animated {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.animated.visible {
  opacity: 1;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #ddd; 
}
 
::-webkit-scrollbar-thumb {
    border-radius:20px;
    background: #888; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.navbuttons, .topbtn{
    margin: 10px;
    font-size: 20px;
    padding: 15px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    width: 150px;
    height: 60px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    border:none !important;
    background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
}

.topbtn{
    width: 130px !important;
    height: 130px !important;
    border-radius: 100% !important;
    margin: 0px auto;
}

.navbuttons:hover, .topbtn:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
    background-position: right center; 
}

.modal {
  background:rgba(0,0,0,0.7);
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  bottom:0px;
  transition:all .5s ease-in-out;
  opacity:0;
  z-index:-1;
}

.modal:target {
  opacity:1;
  transition:all .5s ease-in-out;
  z-index:20;
}

.modal-content {
  overflow:auto;
  position:fixed;
  top:50%;
  left:50%;
  width:auto;
  max-width:500px;
  height:auto;
  max-height:400px;
  background:#fff;
  border-radius:10px;
  transform:translate(-50%, -200%);
  transition:all .5s ease-in-out;
  perspective: 1000;
  outline:1px solid transparent;
  opacity:0;
}

.modal:target .modal-content {
  transform:translate(-50%, -50%);
  transition:all .5s ease-in-out;
  transition-delay:.5s;
  z-index:9999;
  opacity:1;
  box-shadow: 0 20px 30px rgba(0,0,0,0.50), 0 6px 6px rgba(0,0,0,0.23);
}

.modal-close {
  float:right;
  text-decoration:none;
  padding:22px 22px;
  color:#424242;
  font-weight:800;
  transition:all .5s ease-in-out;
  z-index:+1;
  background:rgba(0,0,0,0.1);
  text-align:center;
  border-radius:0 3px 0 0;
}

.modal-close:hover {
  color:#fff;
  background:rgb(255, 49, 49);
}

.modal-content h3 {
  padding:20px;
  display:block;
  text-align:center;
  border-bottom:1px solid #e0e0e0;
  text-transform:uppercase;
  background:white;
  color:#fff;
  border-radius:4px 4px 0 0;
}

.modal-area {
  padding:20px;
}

.footer-line{
    height: 6px;
    width: 100%;
    background: linear-gradient(270deg, rgb(49, 141, 255) 42.91%, rgb(229, 73, 255) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

footer{
    padding-top:20px;
    /*background-color:#b2c7df;*/
    background-color: #0F1924;
    overflow: hidden;
}

#newsletter_form{
    background-color:#7facff;
    margin:auto;
    width:300px;
    border-radius:10px;
    position:relative;
    text-align: center;
    padding-bottom:10px;
}

.newsletter-input{
    background-color:lightgray !important; 
    border-color:#0F1924 !important; 
    border-width:1.5px !important;
    width:200px !important;
}

.signup_label{
    padding:20px;
    font-size:20px!important;
    margin-bottom:-30px;
}

.inputbar {
    margin:0px auto;
    display: block;
    width:fit-content;
    height: 2.375rem;
    padding: 0.375rem 0.75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.inputbar:focus {
    border-color: #1F1F1F;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}

.submitbtn{
  display: block;
  background-color: transparent;
  border-color: white;
  border-width: 2px;
  border-radius:20px;
  color: rgb(46, 46, 46);
  font-weight:bold;
  padding:10px;
  padding-left:25px;
  padding-right:25px;
  margin:0px auto !important; 
  transition: color 1s, background-color 1s, border-color 1s, box-shadow 1s;
}

.newsletter-btn{
    background-color: transparent;
    color: rgb(46, 46, 46);
    border:2px solid #0F1924 !important;
}

.submitbtn:hover{
    border-color:black;
    background-color: white;
    color:gray;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.flinks{
    display:inline-block;
    text-align: center;
    margin: auto;
    width:100%;
}

.footerheadings{
    padding-bottom:4px;
    border-bottom: 1px solid gray;
    margin-bottom:6px;
}

.footerlink{
    list-style-type: none;
    text-decoration: none;
    color: white;
}

.footertext{
    text-align: center;
    display:inline-block;
    color: white;
}

.dropbtn {
    background-color:#7facff;
    border-radius:10px;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 1s;
} 

.dropbtn:hover, .dropbtn:focus {background-color: #585858;}

.dropdown{
    position: relative;
    display: inline-block;
    margin: auto;
    text-align: center;
    width:100%;
    padding-bottom:20px;
}

.dropdown-content {
    border-radius:10px;
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: auto;
    text-align: center;
    position: relative;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block; width:150px;}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width:200px;
  height:auto;
  background-color: gray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 10%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 1s;
}

.tooltiptext{font-family: "Plus Jakarta Sans"; text-transform: none; font-weight: 500;}

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

.submitbtn{
  background-color: #1f1f1fdc;
  border-color: white;
  border-width: 2px;
  border-radius:20px;
  color: white;
  font-weight:bold;
  padding:10px;
  padding-left:25px;
  padding-right:25px;
  margin: 0 auto;
  margin-bottom:10px;
  transition: color 1s, background-color 1s, border-color 1s, box-shadow 1s;
}

.submitbtn:hover{
  border-color:black;
  background-color: white;
  color:gray;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#login-form{
    width:300px;
    margin:auto;
}

.litxt{
   color: black;
   list-style-type: circle;
   padding-left: 10px;
}

.collapsible {
    background-color: lightgray;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 170px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius:5px;
    transition-property: box-shadow;
    transition-duration: 500ms;
}
  
.active, .collapsible:hover {
    background-color: #ccc;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
 

.cookie-banner {
    position: fixed;
    z-index: 1;
    bottom: 40px;
	left: 10%;
    right: 10%;
    width: 80%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 15px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.form-control{
    display:block;
    width:100%;
    height:calc(1.5em + .75rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    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
}
@media (prefers-reduced-motion:reduce){
    .form-control{
        transition:none
    }
}
.form-control::-ms-expand{
    background-color:transparent;
    border:0
}
.form-control:-moz-focusring{
    color:transparent;
    text-shadow:0 0 0 #495057
}
.form-control:focus{
    color:#495057;
    background-color:#fff;
    border-color:#80bdff;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control::-webkit-input-placeholder{
    color:#6c757d;
    opacity:1
}
.form-control::-moz-placeholder{
    color:#6c757d;
    opacity:1
}
.form-control:-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.form-control::-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.form-control::placeholder{
    color:#6c757d;
    opacity:1
}
.form-control:disabled,.form-control[readonly]{
    background-color:#e9ecef;
    opacity:1
}
input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
select.form-control:focus::-ms-value{
    color:#495057;
    background-color:#fff
}

.collapsible {
    background-color: lightgray;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 170px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius:5px;
    transition-property: box-shadow;
    transition-duration: 500ms;
}
  
.active, .collapsible:hover {
    background-color: #ccc;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}