h1 {text-align: center;}
p {text-align: center;}
li {text-align: center;}
ul {text-align: center;}
ol {text-align: center;}
div {text-align: center;}
card {text-align: center;}
row {text-align: center;}
.card- {
	width: 30%;
	display: flex;
	flex-direction: column;
	border: 1px red solid;
}
@media screen and (max-width: 600px) {
.article-buttons {
 width: 20%;
}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 575px) {
  .post-body {margin-left: 0px}
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.replies {
    padding-left: 30px;
}
.label-danger {
    background-color: #d9534f;
}
.col-md-3.text-end {
    margin-top: 10px;
}
li.nav-item.dropdown {
    margin-left: 30px;
	display: flex;
}
.profile-pic {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
/* Profile Picture */
.profile-pic{
   display: inline-block;
   vertical-align: middle;
    width: 50px;
    height: 50px;
    overflow: hidden;
   border-radius: 50%;
}

.profile-pic img{
   width: 100%;
   height: auto;
   object-fit: cover;
}
.profile-menu .dropdown-menu {
  right: 0;
  left: unset;
}
.profile-menu .fa-fw {
  margin-right: 10px;
}

.toggle-change::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.profilepic {
    width: 43px;
    height: 43px;
    margin-right: 5px;
    margin-top: 10px;
    margin-left: 8px;
    float: left;
    border-radius: 50%;
}
/* On smaller screens, decrease text size */
@media only screen and (min-width: 575px) {
  .post-body {margin-left: 35%}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 575px) {
  .row {margin-right: 20%}
}
.navigation {
border-bottom: 1px solid #000000;
}
p {
  font-size: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
	background-image: none;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.progress-label-left
{
    float: left;
    margin-right: 0.5em;
    line-height: 1em;
}
.progress-label-right
{
    float: right;
    margin-left: 0.3em;
    line-height: 1em;
}
.star-light
{
	color:#e9ecef;
}
ul li {
    padding: 5px 0px;
}
p-code {
    display: block;
    white-space: pre;
    margin: 1em 0px;
}
.rounded-circle {
	border-radius: 50% !important;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    width: 250px;
    height: 200px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    margin: auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F1F4;
  z-index: 2;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: black;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#ffffff!important;}

.w3-white {
background-color: #F5F1F4;
border-color: #FFFFFF;
border-width: 3px;
border-style: solid;

}
a:visited {
    color: #681da8;
}
body {
    background-color: #f1f1f1;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.contents {
    margin: 0 auto;
    background-color: #FFFFFF;
    border-color: #d6d6d6;
    border-style: solid;
    max-width: 400px;
}
/* Radio */

input[type="radio"] {
    background-color: #ccc6cb;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
}
input[type="radio"]:after {
    border-radius: 25px;
    content: '';
    display: block;
    height: 7px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 7px;
}
input[type="radio"]:checked:after {
    background-color: #2196F3;
}

.error {
	padding: 10px;
	width: 90%;
	margin: 2px auto;
	border-radius: 5px;
	color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.warning {
	padding: 10px;
	width: 90%;
	margin: 2px auto;
	border-radius: 5px;
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.success {
	padding: 10px;
	width: 90%;
	margin: 2px auto;
	border-radius: 5px;
	color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.center {
  text-align: center;
}

.paginations {
  display: inline-block;
  background-color: #f5f1f4;
}

.paginations a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #6f6f6f;
  margin: 0 4px;
}

.paginations a.active {
  background-color: #1C84EF;
  color: white;
  border: 1px solid #1C84EF;
}

.paginations a:hover:not(.active) {background-color: #ddd;}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

form {
   font-size: 20px;
}
title {
  font-size: 20px;
}
url {
  font-size: 20px;
}
link {
  font-size: 20px;
}
livesearch {
  font-size: 20px;
}
li {
  font-size: 20px;
}
b {
  font-size: 20px;
}
td {
  font-size: 20px;
}
th {
  font-size: 20px;
}

* {box-sizing: border-box;}
.header {
	height: 30%;
	background: red;
	color: white;
	text-align: center;
}
* {
  box-sizing: border-box;
}
.show {display: block;}

.no-script-alert {
  padding: 2%;
  background-color: #F60; /* Red */
  border-color: #000000;
  border-style: solid;
  color: white;
  margin-bottom: 15px;
}

* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
/* Float four columns side by side */
.column {
  float: left;
  width: 15%;
  padding: 5px;
}
.article-buttons {
  float: left;
  width: 10%;
  padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -0px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 85%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Footer */
.footer {
  padding: 0.1px;
  background: #8527EA;
}

.topnav {	
  overflow: hidden;	
  background-color: #1C84EF;	
}	
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}
/* The container */

.topnav a {	
  float: left;	
  color: #FFFFFF;	
  text-align: center;	
  padding: 18px 20px;	
  text-decoration: none;	
  font-size: 19px;	
}	
.topnav a:hover {	
  background-color: #0D65BF;	
  color: #000000;	
}	
.topnav a.active {	
  background-color: #1C84EF;	
  color: #FFFFFF;	
}	
.topnav a.active:hover {	
  background-color: #0D65BF;	
  color: #FFFFFF;	
}	

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (min-width: 900px) {
    .div1 {
    max-width: 65%; 
    display: block; 
    margin-left: 29px;
  
}
}
@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

.topnav .icon {
  display: none;
}

/* FOOTER */
.footer {
  background: #303036;
  color: #d3d3d3;
  height: 40px;
  position: relative;
}

.footer .footer-content {
  border: 1px solid red;
  height: 350px;
}
#search {
  background-image: url('/img/search.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
}

.footer .footer-bottom {
  background: #343a40;
  color: #686868;
  height: 70px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-top: 20px;
}
/* The alert message box */
.alert {
  padding: 20px;
  background-color: #2196F3; /* Blue */
  color: white;
  margin-bottom: 15px;
}
.user {
    text-align: center;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}
* {
  box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
div {
    display: block;
}
	div#sidebar {
    position: absolute;
    height: 70%;
    width: 30%;
    top: 258px;
    right: 2%;
    background: #fff;
    max-height: 1320px;
}
.div1 {
    background-color: #F5F1F4;
border-color: #FDC6C6;
border-width: 3px;
border-style: solid;
}
.question{
  font-weight: 600;
}
.answers {
    margin-bottom: 20px;
	font-size: 20px;
}	
table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #1C84EF;
  text-align: left;
  padding: 8px;
}

.dark-mode {
  background-color: black;
  color: white;
}
a:hover {
  color: #0D65BF;
  background-color: transparent;
  text-decoration: underline;
}
.info { 
  border-color: #000000;
  border-style: solid;
  margin: 0 auto;
  background-color: #66BEDF;
  color: white;
  max-width: 90%;
}
.cookie-notice { 
  border-color: #000000;
  border-style: solid;
  margin-bottom: 15px;
  padding: 2%;
  background-color: #66BEDF;
  color: white;
}
a.toplink {
    font-size: 40px;
    line-height: 6px;
    margin-top: -29px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}
@media screen and (min-width: 815px) {
    .div2 {
    max-width: 65%; 
    display: block; 
    margin: 0 auto;
  
}
}
.div2 {
    background-color: #FFFFFF;
	display: block;
border-color: #FFFFFF;
border-width: 3px;
border-style: solid;
	margin: 0 auto;
}
.text-box-pink {
    background-color: #F9DCF2;
    border-style: solid;
    border-width: 3px;
    border-color: #FDC6C6;
}
.right {
    background-color: #F5F1F4;
    display: block;
    margin-left: 70%;
    max-width: 30%;
    margin-right: 3%;
    float: right;
}
#label {
    font-size: 20px;
    color: #000;
    border: 0;
}
#cookie-submit {
    display: inline-block;
    background-color: #1C84EF;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 0;
}
#submit {
    display: inline-block;
    background-color: #1C84EF;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 15px 90px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}
#submit:hover{
  background-color: #0365c9;
}
#comment-submit {
    display: inline-block;
    background-color: #1C84EF;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}
#comment-submit:hover{
  background-color: #0365c9;
}
.button {
    display: inline-block;
    background-color: #1C84EF;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}
.button:hover{
  background-color: #0365c9;
}
.contact input{
    display: block;
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    resize: vertical;
}
input[type=email] {
   display: block;
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    resize: vertical;
}
input[type=password] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
textarea {
   display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    resize: vertical;
}
.side-header{
  background-color: #1C84EF;
  color: #FFFFFF;
  height: 70px;
}
table> tbody > tr:nth-of-type(1) {
  background-color: #1C84EF;
  color:#FFF;
}
red-text {
    color: red;
    font-weight: bold;
}
@media screen and (max-width: 900px) {
.w3-margin {
margin: 0px!important;
}
}
@media screen and (max-width: 900px) {
.w3-padding {
padding: 0px!important;
}
}
.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.flex-wrap {
    background-color: #FFFFFF;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  background-color: #CCC;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  font-size: 45px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  background-color: rgba(253,198,198, 85);
  opacity: 80%;
  text-align: center;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-left: -50%;
  padding: 16px;
  margin-top: -22px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  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;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

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

.post-options {
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding: 1em 0;
	background-color: #FFFFFF;
    border-color: #d6d6d6;
}
.post-options a.options {
    clear: both;
    background: #eee;
    -moz-box-shadow: 0 1px 0 #fff inset,0 1px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    cursor: pointer;	
}
.post-body {
	margin-top: 5px;
	border: #cdcdcd 1px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
    border-color: #d6d6d6;
	margin-bottom: 5px;
   
}
.post-options-comments {
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding: 1em 0;
    border-color: #d6d6d6;
}
.post-options-comments a.optionscomments {
    clear: both;
    background: #eee;
    -moz-box-shadow: 0 1px 0 #fff inset,0 1px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    cursor: pointer;	
}
.post-body-comments {
	margin-top: 5px;
	border: #cdcdcd 1px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
    border-color: #d6d6d6;
	margin-bottom: 5px;
   
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.post-content {
	margin-top:10px;
}
.glyphicon-thumbs-up {
 color:#008000;
}
.glyphicon-thumbs-up-liked {
 color:#008000;
 background-color: #B7FFB7;
}
.glyphicon-thumbs-up:hover {
 background-color: #B7FFB7;
}
.glyphicon-thumbs-down {
 color:#E10000; 
}
.glyphicon-thumbs-down:hover {
  background-color: #ffc9c5;
}
.glyphicon-thumbs-down-disliked {
 color:#E10000; 
 color:#ffc9c5; 
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}