@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,400;1,700&display=swap');
/* 
font-family: 'Comfortaa', cursive;
font-family: 'Rubik', sans-serif;
font-family: 'Roboto', sans-serif;
CSS Document */
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Comfortaa', cursive;
}
a {
  text-decoration: none;
}
textarea:required,
select:required,
input:required{
    border: 1px solid #FF6700!important;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
[data-toggle="buttons"] label.btn-dark{
	background-color:#212529;
}
[data-toggle="buttons"] label.btn-dark.active{
	background-color: #157347;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #000000;
}
.btn.btn-dark.active {
    background-color: #000;
    text-decoration: none;
}

.cpoint {
  cursor: pointer;
}
/* Login */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
aside {
  position: fixed;
  display: flex;
  height: 100%;
  max-height: 100%;
  top: 0;
  z-index: 100;
  width: 15px;
  overflow: hidden;
}
aside:hover {
  width: auto;
  overflow: visible;
}
#alpha {
  position: fixed;
  overflow: hidden;
  height: calc(100% - 25px);
  max-height: calc(100vh - 10px);
  width: calc(100vw - 15px);
  left: 15px;
  padding: 2%;
  z-index: 99;
  background-image: url("../img/background/5.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover
}
foo {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100vw;
  height: auto;
  font-size: 0.6rem;
  line-height: 10px;
  padding: 5px 0;
  text-align: center;
  z-index: 98;
  -webkit-box-shadow: 0px -15px 32px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -15px 32px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -15px 32px -14px rgba(0, 0, 0, 0.75);
}
time {
  position: fixed;
  top: 10px;
  right: 60px;
  width: auto;
  height: auto;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #222;
  z-index: 100;
  font-size: 0.8rem;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
}
#help {
  position: fixed;
  top: 0px;
  right: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  font-size: 2rem;
  z-index: 100;
  color: darkred
}
#infoDiv {
  position: fixed;
  top: 5px;
  width: 100%;
  height: auto;
  padding: 3px;
  font-size: 1.2rem;
  z-index: 1000;
  color: black;
  background-color: transparent;
}
#alerts {
  position: fixed;
  top: 10px;
  left: 7rem;
  width: auto;
  height: 40px;
  padding: 0;
  font-size: 1rem;
  z-index: 100;
}
#topsearch {
  position: fixed;
  top: 5px;
  left: calc(100vw - 15px);
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 1rem;
  z-index: 100;
  background-color: #F1F1F1;
  border-radius: 5px;
  display: none;
}
#suggestions_user,
#suggestions_art{
	overflow-y: auto;
	height: 300px;
    z-index: 100;
}
.wrapper {
  -webkit-box-shadow: 0px 0px 21px 2px rgba(3, 51, 51, 0.50);
  -moz-box-shadow: 0px 0px 21px 2px rgba(3, 51, 51, 0.50);
  box-shadow: 0px 0px 21px 2px rgba(3, 51, 51, 0.50);
  background: rgba(240, 240, 240, 1);
  padding: 1%;
  border-radius: 5px;
  margin-top: 50px;
  height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
  /*
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fafafa', GradientType=0 );
    */
}
.innerWrapper {
  background: rgba(240, 240, 240,0.8);
  padding: 1%;
  border-radius: 5px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  /*
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fafafa', GradientType=0 );
    */
}
.dropdown-menu {
  margin-left: 4.3rem !important;
  margin-top: -50px !important;
}
.nav-item span.small{
    font-size: 0.65rem;
    color:#828282;
}
.modal-fullscreen {
  width: 86vw;
  height: calc(100vh - 60px);
  max-width: none;
  margin: 30px auto
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 1px solid #333;
  border-radius: 5px
}
.text-black{
	color: black;
}
/* RESPONSIVE */
@media (min-width:1200px) {
  aside {
    position: fixed;
    display: flex;
    height: 100vh;
    max-height: 100vh;
    overflow-x: visible;
    overflow-y: visible;
    top: 0;
    z-index: 100;
    width: auto;
  }
  #alpha {
    width: calc(100vw - 4.3rem);
    left: 4.3rem;
    height: calc(100vh - 21px);
  }
  #topsearch {
    display: flex;
  }
  foo {
    font-size: 0.9rem;
    width: calc(100vw - 4.3rem);
  }
  .wrapper {
    margin-top: 20px;
    height: calc(100vh - 100px);    
  }
}
@media (min-width:992px) {}
@media (min-width:768px) {}
@media (min-width:576px) {}