/* Style the navigation bar */

 .stars {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: -1px 0px;
        margin-left: 1px;
        background-image: url('stars.png');
        background-size: contain;
    }


.tenorinput::placeholder {
    color: gray !important;
}
input::placeholder {
    color:lightgray !important;
}
textarea:focus, input:focus, input:active, video:focus, button:focus, button:active { border: none !important; outline: 0; }
.main {
	letter-spacing: 0.01em;
}
.check_star {
	border: 3px solid pink !important;
}

.card_rainbow {
	background: url('/img/rainbow_card.png') !important;
}
.card_silver {
	background: rgb(243,243,243)  !important;
}
.card_blue {
	background: #ccc !important;
}

.card_gold {
	background: #aaa !important;
}

.card_black {
	background: #888 !important;

}

.video_info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	height: 100%;
		background: #eee;

    }
.video_info div {
	    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	height: 100%;
	
	width: 20%;
	
	font-family: "Roboto";
	font-weight: bold;
	font-size: 0.7em;
	color: #555;
}
.player_star,.player_user {
	text-transform: capitalize;
	cursor: pointer;
}
.navbar_footer {
	background: rgb(242,242,242);
	padding: 20px;
}
.navbar_footer > a {
	color: gray;
	font-size: 0.7em;
}
.post_filter > div {
	cursor: pointer;
	padding: 10px;
}
.post_filter > div.active {
	background: silver; 
	color: black !important;
}
.post_category > div.active {
	background: silver !important; 
	color: black !important;
}


.post_category > div .arrow {
	display: none !important;
}
.post_category > div.active .arrow {
	display: block !important;
}
.post_category {
	background: silver;
}
.post_category > div {
	padding: 10px;
	background: #eee !important;
}
.stars_sugg,.network,.row,.box,.navbar_footer,.social_navbar,.post_filter,.post_category {
	  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: space-around;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.photo_display {
	height: 300px;
	display: none;
	border: 2px solid silver;
	background-position: center; background-size: cover; border-radius: 200px; width: 300px; margin: auto; margin-top: 20px; margin-bottom: 20px;
	
}
.star_sugg {
	overflow: none; 
	font-size: 0.7em;
	position: relative; 
	cursor: pointer; 
	border-radius: 2px; 
	width: 21%; 
	border: 3px solid #eee;
	margin: 1%; 
	height: 90px; background: gray;

}
.network > div {
	
	font-size: 3em;
	padding: 20px;
}
.network {
	overflow: none !important;
}
.navbar {
	font-family: "Roboto";
  max-width: 600px;

  overflow: none;
  
  text-align: center;
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin: auto;
	height: 58px;
}
body {
	padding: 0px;
	margin: 0px;
	overflow:  hidden;
}
/* Navbar links */

.main {
	font-family: "Roboto";
	overflow: auto;
	font-weight: bold;
	font-size: 1em;
	margin: auto;
	width: 100%;
	position: absolute;
	text-align: center;
	margin-top: 2px;
	top: 51px !important;
	bottom: 58px;
}


.center-nav {
	margin: auto;
	  background-color: rgb(244,244,244);
	text-align: center;
	border-top: 2px solid pink;
	width: 100%;
	position: fixed;
  bottom: 0px;
  max-height: 60px;
	
}
.navbar a > i {
	font-size: 1.7em;
}
.navbar a {

  text-align: center;
  padding: 12px;
  color: #888;
  
  text-decoration: none;
  font-size: 0.8em;
  width: 22%;
}

/* Navbar links on mouse-over */
.navbar a:hover {
  color: black;
}

/* Current/active navbar link */
.active {
  color: pink !important;
}



.star_selected {
	box-shadow: 1px 1px black;
}
.row {
	
	margin: auto;
}
.column {
    width: 50% !important;

 
  
}


.card button {
	
	border-radius: 10px;
}
.card {
background: rgb(242,242,242);
border-radius: 10px;
padding-top: 1px;
  margin: 8px;
  border-radius: 10px;
 
}
.price {
	color: gray;
	font-size: 0.8em;
	display: block;
	margin-bottom: 15px;
}
.picture {
	
	background-color: black;
	
	width: 95%;
	border-radius: 10px;
	margin: auto;
	margin-top: 7px;
	height: 200px;
}

.column img {
	 border-radius: 50px;
}
.about-section {
  padding: 50px;
  text-align: center;
  background-color: #474e5d;
  color: white;
}

.container {
  padding: 0 16px;
}

h2,h3 {
	color: #C70039;

	letter-spacing: 0.03em;
}

.container::after, .row::after {
 
  clear: both;
  display: table;
}

.title {
  color: grey;
}



.button:hover {
  background-color: #555;
}


/* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 500 pixels */
@media screen and (max-width: 600px) {
  .navbar a {
    float: none;
    display: block;
  }
}



/* CSS LAST VIDEO */

.box-contain {
	
	
	width: 28.5%;
	margin: 1%;
	padding: 1%;
	background: rgb(243,243,243);
	border-radius: 10px;
}
.box-picture {
	height: 100px;
	margin: 5px;
	background: gray;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	
}
.box-star {
	text-transform: capitalize;
	cursor: pointer;
		display: inline-block;
		margin-bottom: 10px;
}
.box-sender {
	margin-top: 15px !important;
	cursor: pointer;
	display: inline-block;
	text-transform: capitalize;
}
.box-time {
	position:absolute;
	bottom: 5px;
	right: 5px;
	padding: 5px;
	font-size: 0.6em;
	color: white;
	background: black;
	border-radius: 5px;
	
	
}

.img_avatar {

background-size: cover !important; 
background-position: center !important;
}	
.box-reply {
	
	color: gray;
	font-size: 0.7em;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 10px;
	padding: 3%;
	background: silver;
	
}
.checked {
	
	color: #6AE144 !important;
}
.pseudo_used {
	text-transform:capitalize;
}
a {
	
	text-decoration: none;
	color: pink;
}

form > div {
    background: rgb(250,250,250);
    border-radius: 5px;
    padding: 10px;
    display: block;
    border: 1px solid #eee;
    margin-bottom: 10px;
}


form > div > input, form > div > textarea {
    display: block;
    width: 100%;
	
	padding: 10px;
	padding-right: 34px;
    border: 0px solid black;
    background: rgb(248,248,248);
}

div > select {
    background: transparent;
    border: 1px #ddd;
    padding: 8px;
    width: 100%;
}

.loadbear,.loadbear2,.loadbearSupp {
    background: url("/loadbear.gif");
    margin: auto;
    width: 160px;
    border: 0px !important;
    height: 155px;
    padding: 0px !important;
    border-radius: 10px;
    padding-bottom: 10px !important;
}

.valid_answer {
    color: #67b168 !important;
}
div > label {
    display: block;
    color: gray !important; 
    text-transform: uppercase;
    font-weight: bold !important; 
    font-size: 0.55em; 
    padding-bottom: 6px;
    font-family: "Lato";
    letter-spacing: 1px;
    text-align: left !important;
}
.radio > div {
	cursor: pointer;
	background: #ddd;
	color: silver;
	padding: 10px;
	margin: 10px;
}
div.clicked {
	color: pink;
	background: white;
	


}
h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	
	padding: 0px 10px;
}

.goal_container {
  
    }
.goal {
	padding: 10px 0px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}
.nav > a.go {
	color: inherit !important;

}
.separate {
	border: 0px; border-top: 1px solid gray; margin: 30px 40%; margin-top: 40px; color: gray;
}

.blablacolor {
	
		background: linear-gradient(rgb(251,172,91),rgb(199,102,169)) !important;
}
button,.button {
	padding: 20px !important;
	color: white;
	text-shadow: 1px 1px #444;
	letter-spacing: 0.03em;
	font-weight: bold;
       display: inline-block;
	font-family: "Roboto";
	text-transform: uppercase;
	border-radius: 5px;
	background: linear-gradient(rgb(251,172,91),rgb(199,102,169));
	border: 0px;
	width: auto;
	cursor: pointer;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: pink;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: pink;
  cursor: pointer;
}


.credit {
	width: 70%;
margin: auto;
margin-top: 20px;
margin-bottom: 40px;
	text-align: center;
	background: rgb(243,243,243);
	color: pink;
}

.credit-card {
	font-size: 4em;
	padding: 20px 0px;
}


.dropbtn {
  background: #eee !important;
  color: #555 !important;
  text-shadow: inherit !important;
  border: none;
  padding: 10px 20px !important;
  cursor: pointer;
}

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

.dropdown-content {
  display: none;
  position: absolute;
  font-size: 0.8em;
  background-color: #f9f9f9;
  width: 91%;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

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

.dropdown-content a:hover { background-color: #f1f1f1; border-radius: 5px;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #333;
}

/* toggle button */

/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */

*
{
    user-select: none;
    -webkit-tap-highlight-color:transparent;
}

*:focus
{
    outline: none;
}


.toggle-button-cover
{
    display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
}

.button-cover
{
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.button-cover:before
{
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover, .knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button_toggle
{
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: 20px auto;
	margin-top: 10px;
    overflow: hidden;
}

.button_toggle.r, .button_toggle.r .layer
{
    border-radius: 100px;
}

.button_toggle.b2
{
    border-radius: 2px;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before
{
    content: 'OUI';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before
{
    content: 'NON';
    left: 42px;
    background-color: #f44336;
}

#button-1 .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer
{
    transition: 0.3s ease all;
}


