:root {
  --site-accent: #df0ea7;
}

#date_default {
  padding: 10px;
  width: 100%;
  border: #585858;
  border-width: 1px;
  border-style: solid;
}
.nav-bar {
  background-color: #e7e7e7;
  width: 100vw;
}
.hidden {
  position: absolute;
}
.page-title {
  font-size: 40px;
  text-align: center;
  color: #818181;
  font-family: 'Courier New', Courier, monospace;
  
}
.page-title-right {
  font-size: 40px;
  text-align: right;
  color: #818181;
}
.page-title-left {
  font-size: 40px;
  text-align: left;
  color: #818181;
  
}
.body {
  background-color: rgb(250, 250, 250);
  color: rgb(46, 46, 46);
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100vw;
}
.form-cntr {
  padding: 3px;
  border: 1px solid rgb(179, 179, 179);
  background-color: rgb(250, 250, 250);
  border-radius: 7px;
}
.form-cntr:hover {
  box-shadow: 0px 0px 4px #1696ff;
}
.form-dim {
  padding-left: 15px;
}

.table-cntr {
  color: #5c5656;
  width: 100%;
}
th {
  padding: 3px;
  border-bottom: 1px solid rgb(153, 153, 153);
  font-size: 14px;
  font-weight: 600;
}
td {
  padding: 3px;
  border-bottom: 1px solid rgb(153, 153, 153);
  font-size: 14px;
  font-weight: 400;
}
.table-overflow {
  overflow: auto;
  height: 400px;
}
.btn-link {
  border-radius: 3px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #000;
  color: rgb(80, 80, 80);
}
.btn-classic{
  border-radius: 2px;
  border: none;
  padding: 5px;
  background-color: rgb(106, 139, 155);
  color: rgb(255, 255, 255);
  margin: 3px;
}
.btn-classic:hover {
  background-color: rgb(28, 128, 119);
}

.btn-cancel{
  border-radius: 2px;
  border: none;
  padding: 5px;
  background-color: rgb(163, 163, 163);
  color: rgb(255, 255, 255);
  margin: 3px;
}
.btn-cancel:hover {
  background-color: rgb(161, 107, 93);
}

.button {
  border-radius: 3px;
  border: none;
  padding: 10px;
  background-color: rgb(77, 158, 196);
  color: rgb(255, 255, 255);
  margin: 3px;
}
.button:hover {
  background-color: rgb(0, 126, 165);
}
.button-del {
  border-radius: 2px;
  padding: 10px;
  background-color: rgb(87, 39, 39);
  border-width: 1px;
  border-style: solid;
  border-color: #585858;
  color: rgb(212, 212, 212);
}
/* ///////////////////////////////////////////////////////////////////////////// */
.drop-down-element {
  width: 100%;
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  color: rgb(255, 255, 255);
  text-align: left;
}

.drop-down-element:hover {
  background: #757575;
  color: rgb(255, 255, 255);
}
/* ///////////////////////////////////////////////////////////////////////////// */
.form-del {
  border-radius: 100%;
  border-style: none;
  background-color: rgb(207, 65, 65);
  color: rgb(197, 197, 197);
  text-align: center;
  width: 110%;
}
.dot-section {
  border: #c9c9c9;
  border-width: 5px;
  border-style: dashed;
  border-radius: 5px;
  background-color: transparent;
  width: 80%;
  padding: 2%;
  margin: 2%;
  color: #4b4b4b;
  font-size: 30px;
}
.dot-section:hover {
  background-color: #dfdfdf;
}
.header {
  background-color: #e4e4e4;
  color: #4d4d4d;
  padding: 1%;
  text-align: center;
}
.title {
  color: #9e9e9e;
}
.tab {
  overflow: hidden;
  background-color: #e0e0e0;
  padding-left: 10%;
  padding-right: 10%;
}

.tab-button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab-button:hover {
  background-color: rgb(184, 184, 184);
  color: #2b2b2b;
}
.tab button.active {
  background-color: rgb(196, 196, 196);
  color: #333333;
}
.dropd {
  position: relative;
  display: inline-block;
}
.dropd-btn {
  background-color: #1b1b1b;
  color: rgb(201, 201, 201);
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropd-content {
  display: none;
  position: absolute;
  background-color: #b1b1b1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropd:hover .dropd-content {
  display: block;
}

.dropd:hover .dropd-btn {
  background-color: #303030;
}

.dropd-content label {
  color: rgb(179, 179, 179);
  margin: 2%;
  display: block;
}
/* ///////////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////////////////////// */

.left-half {
  padding: 3%;
  left: 10px;
  width: 30%;
}

.right-half {
  padding: 3%;
  right: 10px;
  width: 70%;
  overflow-y: auto;
}

.horizontal-strip {
  background-color: #e2e2e2;
}

/* ///////////////////////////////////////////////////////////////////////////// */

#signup-body {
  color: rgb(46, 46, 46);
  /*background: url(../resources/signup1.png);*/
  background-image: url(../resources/signup1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f1f1f1;
  font-weight: 200;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
  height: 100%;
}

.signup-container {
  margin-left: 5%;
  margin-right: 10%;
}

.signup-gradient {
  padding-top: 5%;
  padding-bottom: 3%;
  background: url(../resources/back-gradient.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(46, 46, 46);
  height: 100%;
}

#signup-logo {
  background-image: url(../resources/media.png);
  background-position: center;
  background-position-x: 65%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 15%;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}

#signup-button {
  border-radius: 3px;
  border: none;
  padding: 10px;
  background-color: rgb(139, 180, 214);
  color: rgb(255, 255, 255);
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: hsla(120, 95%, 32%, 0.678);
}

.valid:before {
  position: relative;
  left: -35px;
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: rgba(255, 0, 0, 0.678);
}

.invalid:before {
  position: relative;
  left: -35px;
}

#pass_validation {
  padding-left: 15%;
  position: absolute;
  display: none;
  color: rgb(34, 34, 34);
}
#pass_validation_1 {
  display: none;
  color: rgb(34, 34, 34);
}

#pass_validation p {
  font-size: 15px;
}

#email_validation {
  padding-left: 5%;
  position: relative;
  color: rgb(168, 5, 5);
}

#email_validation p {
  font-size: 15px;
}

#user_name_validation {
  padding-left: 5%;
  position: relative;
  color: rgb(168, 5, 5);
}







/* //////////////////////////// */

.light-text{
  font-weight: 100 !important;
  color: #393939;
}





































/* ///////////////////////////////////////////////////////////////////////////// */

#navbar {
  position: sticky;
  top: 0;
}


.profile-page-body {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 46);
  overflow-x: hidden;
}

.app-page-body {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 46, 46);
  height: 90vh;
  overflow-x: hidden;
}

.center-body{
  display: block;
  overflow-x: hidden;
}

.cover {
  min-height: 30vh;
  width: 100vw;
  overflow: hidden !important;
  position: relative;
}

.app-cover {
  min-height: 30vh;
  /* width: 100vw;
  overflow: hidden !important;
  position: relative; */
}

/* @media screen and (max-width: 600px) {
  .cover {
    min-height: 100px;
    height: 100px;
  }
} */

#cover-photo {
  z-index:0;
  width: 100%;
  min-height: 30vh;
  overflow: hidden;
  position: absolute;


  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#cover-photo-app {
  z-index:0;
  min-width: 100%;
  min-height: 100%;
  overflow: visible;
  position: absolute;


  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#broadcast-panel{

  z-index:2;
  background-color: rgba(0,0,0,0.3);
  position:absolute;
  min-width:31%;
  min-height: 300px;
  text-align: center;

}
#cover-text-back-gradient{

  z-index:3;
  position:absolute;
  top: 20vh;
  width:100%;
  min-height: 10vh;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.308), rgba(0, 0, 0, 0));
}

#cover-text-back-gradient-app{

  z-index:3;
  position:absolute;
  width:100%;
  min-height: 100%;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.308), rgba(0, 0, 0, 0));
}


.cover-buttons {

  position: absolute;
  margin-left: 75%;
  margin-top: 20%;
  z-index: 100;
}




.cover-buttons-app {
  position: absolute;
  font-size: 15px;
  z-index: 100;
}


.cover-button {
  padding: 8px;
  background-color: rgb(230, 230, 230);
  color: #181818;
  border: unset;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.cover-button:hover {
  background-color: rgb(255, 255, 255);
}

.cover-button-app {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.24);
  color: #e4e4e4;
  border: unset;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.cover-button-app:hover {
  background-color: rgb(24, 24, 24);
}

.cover-edit-button{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 100;
  position: absolute;
  margin-top: 20px;
  margin-left: 90%;
  border:unset;
  border-radius: 100px;
  background-color: rgba(22, 22, 22, 0.199);
  font-size: 13px;
  color: rgba(228, 228, 228, 0.74);
}
.cover-edit-button:hover{
  background-color: rgba(22, 22, 22, 0.829);
  color: rgb(245, 245, 245);
}

.pp{ 
  position: relative;
  margin-top: -10%;
  margin-left: 20%;
  z-index: 6;
}
.user-pp-div {
  overflow: hidden;
  width: 170px;
  height: 170px;
  border: solid 3px #e7e7e7;
  box-shadow: 0px 0px 8px #000;
  border-radius: 50%;
  background: rgb(126, 126, 126);
  z-index: 6;
}
.user-pp {
  /* display: inline-block; */
  width: 100%;
  height: 100%;
  border-radius: 50%;

  background-repeat: no-repeat;
  /* background-position: -170px -50px; */
  background-size: 100%;
}
.avatar_button{
  padding: 0.6rem;
  z-index: 200;
  position: absolute;
  margin-top: -30px;
  margin-left: 25px;
  border:unset;
  border-radius: 100px;
  background-color: rgba(22, 22, 22, 0.199);
  font-size: 13px;
  color: rgba(228, 228, 228, 0.74);
}
.avatar_button:hover{
  background-color: rgba(22, 22, 22, 0.829);
  color: rgb(245, 245, 245);
}

#profile-name {
  position: relative;
  margin-top: -5vh;
  text-align: center;
  color: #353535;
  /* text-shadow: 0px 0px 7px #000000; */
  z-index:6;
  font-size:27px;
  font-weight:500;
}

#app-profile-name {
  min-width: 500px;
  min-height: 300px;
  position: relative;
  color: #ffffff;
  margin-left: 17%;
  margin-top: 10vh;
  /* text-shadow:1px -1px 1px rgb(223, 223, 223); */
  /* text-shadow: 0px 0px 7px #000000; */
  z-index:6;
  font-size: 4vmax;
  font-weight:400;
  text-align: left;
  overflow: hidden;
}




#about {
  padding: 5px;
  background: #f5f5f5;
  color: #5c5656;
  font-size: 14px;
}






/* ////////////////  Slider  ////////////////// */


.slider {

  grid-gap: 10px;
  padding: 10px 10px;
  align-content: start;
}


.tiles {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(10, 160px);
  overflow-x: scroll;

}

.tiles {
  padding: 0;
}


.slider-item{

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  
  width: 160px;
  height: 250px;
  border-radius: 5%;

  background-color: rgb(196, 196, 196);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0px 0px 9px #000000, 0 0 5px #000000;

  border: none;
  padding: 1%;
  margin: 2.5%;
}
.slider-item:hover {
  background-blend-mode: hard-light;
}





/* //////////////////////////////////////////// */

















.project-dp {
  /* display: inline-block; */
  width: 180px;
  height: 250px;
  border-radius: 5%;

  background-color: rgb(196, 196, 196);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0px 0px 9px #000000, 0 0 5px #000000;

  border: none;
  padding: 1%;
  margin: 0.5%;
  /* box-shadow: 0px 0px 7px #adadad; */
}
.project-dp:hover {
  background-blend-mode: hard-light;
}







.popup-panel{
  position: absolute;
  top: 3%;
  left: 3%;
  right: 3%;
  bottom: 3%;
  z-index: 300;
  text-align: center;
  /* width: 100%;
  height: 100%; */
  background-color: rgba(255, 255, 255, 0.904);
  color:black;
  box-shadow: 2px 2px 3px rgb(37, 37, 37);
  border-radius: 2px;
  border: unset;
}








.popup-panel-signup{
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  /* margin-left:auto;
  margin-right:auto; */
  /* bottom: 5%; */
  z-index: 2;
  text-align: center;
  /* padding: 5%; */
  /* width: 100%; */
  background-color: rgb(240, 240, 240);
  color:black;
  box-shadow: 2px 2px 3px rgb(37, 37, 37);
  border-radius: 8px;
}


.popup_content{
  display: flex;
  justify-content: center;
  align-items: center;
}




.popup-panel-ajax{
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  /* margin-left:auto;
  margin-right:auto; */
  /* bottom: 5%; */
  z-index: 2;
  text-align: center;
  /* padding: 5%; */
  /* width: 100%; */
  background-color: rgba(255, 255, 255, 0);
  color:black;
}









.popup-panel-sm{
  position: absolute;
  top: 3%;
  left: 3%;
  right: 3%;
  bottom: 3%;
  z-index: 300;

  /* text-align: center; */
  /* width: 20%;
  height: 80%; */
  background-color: rgba(255, 255, 255, 0.904);
  color:black;
  box-shadow: 2px 2px 3px rgb(37, 37, 37);
  border-radius: 2px;
  border: unset;
}



/* /////      CANVAS    //////// */



#pp_edit_canvas{
  position:absolute;
  top: 50px;
  left:10px;
}

#arc_canvas{
  position:absolute;
  top: 50px;
  left:10px;
  border:solid 1px;
}
#avatar_canvas{
  position:absolute;
  top: 50px;
  left:610px;
  border:solid 1px;
}

#cp_edit_canvas{
  position:absolute;
  left:10px;
}

#rect_canvas{
  position:absolute;
  left:10px;
  border:solid 1px;
}
#cover_canvas{
  position: relative;;
  top: 220px;
  border:solid 1px;
}


/* #add_zoom_canvas{
  position: absolute;
  left: 370px;
  top: 90px;
  width: 30px;
  height: 30px;
  border: unset;
  

}

#subtract_zoom_canvas{
  position:absolute;
  left:370px;
  top:130px;
  width: 30px;
  height: 30px;
  border: unset;
}
 */






/* ///////////////////////////// */













.form-panel{
  background-color: rgb(243, 243, 243);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  margin: 3px;
}











.app-div{
  padding: 5px;
  margin: 5px;
  width: 80vw;
  border-radius: 5px;
  /* border: unset; */
  background-color: #f5f5f5;
}






















.footer {
  width: 100%;
  /* position: fixed; */
  /* position: static; */
  bottom: 0px;
  padding: 2%;
  background: #3b3b3b;
  color: #757575;
}
.footer-container {
  padding-left: 10%;
  padding-right: 10%;
}
















