@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
*{
     font-family: 'Josefin Sans', sans-serif;
}
body {
    margin: 0;
    padding: 0; 
   
    background:#25456c;
}
input[type="file"] {
    display: block;
    background: #8fa9d038;
    width: 100%;
    padding: 100px;
    border: 4px dashed #8fa9d0;
    border-radius: 15px;
    color: white;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    /*display: inline-block;*/
    margin: 10px 10px 0 0;
}

.remove {
 /*   display: block;*/
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

.remove:hover {
    background: white;
    color: black;
}

.main_container {
    width: 80%;
    margin: 50px auto;
}
#logout{
    float: right;
    background: #ffffff00;
    color: #fff;
    border: 0;
    padding: 10px 0px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.signin-form {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
input.login_field {
       width: 50%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #d5d2d2;
    /*box-shadow: 0px 0px 6px #e1dddd;*/
    margin-top: 17px
}
input.login_submit {
   font-size: 18px;
    background: white;
    color: #25456c;
    border: 0;
    padding: 14px 35px;
    border-radius: 3px;     
    cursor: pointer;
}
.side-bar {
    float: left;
    width: 20%;
    /*background: #d9d9d9;*/
    /*height: 100%;*/
}
.conteiner {
    float: left;
    width: 80%;
    background: #25456c;
    /*height: 100%;*/
}
.create_project {
    text-align: center;
    padding:10%;
}
.create_prototype {
    text-align: center;
}

button {
    padding: 15px 35px;
    border: 1px solid;
    background: white;
    border-radius: 4px;
    margin: 5px;
    color: #25456c;
    font-size: 18px; cursor: pointer;
}
.sidebar-title {
   padding: 20px;
    font-size: 30px;
    background: #25456c;
}
.project-item {
   padding: 6px 12px;
    background: #25456c;
    margin: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-family: arial;
}
input[name="project_name"], select {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #d5d2d2;
    /*box-shadow: 0px 0px 6px #e1dddd;*/
    /*border: 2px solid #ce975285;*/
    font-size: 23px;
    border-radius: 5px;
}
.cp_form label {
    font-size: 19px;
    padding-right: 10px;
}
.create {
    padding: 10px;
}
.project-item a {
    text-decoration: none;
    color: white;
}
.proto_name_link {
    text-align: center;
}

/*.prototypes_list {*/
/*    float: left;*/
/*    width: 75%;*/
/*    margin-left: 1%;*/
/*}*/
.prototypes_list {
    float: left;
    width: 75%;
    margin-left: 1%;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
}
.prototype-item {
    width: 15%;
    float: left;
    border: 1px solid #ccc;
    margin-right: 13px;
    padding: 14px;
    box-sizing: border-box;
    background: #e9e9e9;
    display: flex;
    margin-bottom: 14px;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
img.prototype_img {
    max-width: 100%;
    max-height: 350px;
}
.proto_img_div {
    text-align: center;
}
snap.copy_link {
    padding: 10px;
    float: left;
    width: 30px;
    font-size: 31px; cursor: pointer;
}
.proto_name {
    text-overflow: clip;
    width: 100%;
    height: 70px;
}
.naproto_nameme {
  width: 73%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 19px;
    text-align: left;
    font-size: 17px;
}
.copied{
      display: none;
    color: #fff;
    border-radius: 2px;
    float: left;
    width: 100%;
    font-size: 19px;
    text-transform: capitalize;
    background: green;
    padding: 6px 0;
    box-sizing: border-box;
}
.proto_head {
    font-size: 30px;
    padding: 10px 15px;
    color:white;
}
.side_icon{
    width: 100%;
}
.new_project_div a button {
    font-size: 18px;
    padding: 10px;
}
button.create_project_btn {
    font-size: 30px;
    margin-top: 18px;
}
span.preview_proto a i {
    padding: 10px;
    float: left;
    width: 30px;
    font-size: 31px;
    cursor: pointer;
    color: black;
}
span.preview_proto a i {
  padding: 10px;
  float: left;
  width: 30px;
  font-size: 31px;
  cursor: pointer;
  color: black;
}span.preview_proto a i {
  padding: 10px;
  float: left;
  width: 30px;
  font-size: 31px;
  cursor: pointer;
  color: black;
}span.preview_proto a i {
  padding: 10px;
  float: left;
  width: 30px;
  font-size: 31px;
  cursor: pointer;
  color: black;
}span.preview_proto a i {
  padding: 10px;
  float: left;
  width: 30px;
  font-size: 31px;
  cursor: pointer;
  color: black;
}span.delete_proto i {
    padding: 10px;
    float: left;
    width: 30px;
    font-size: 31px;
    cursor: pointer;
    color: red;
}

/**
 * ==============================================
 * Dot Bricks
 * ==============================================
 */.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #cd8c3bd9;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.files_loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #dfd8cf54;
    padding: 80px;
    margin: 5px;
    border-radius: 16px;
}
.create.create_prototype_sec {
    position: relative;
}
.links_list p{
    color: #7c7c7c;
    font-size: 18px;
    text-decoration: underline;
}
.totrash {
    float: right;
    color: white;
}
.links_list{
    text-align:center;
}
.links_list a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin: 10px;
}
#copi_all {
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    padding-top: 10px;
    color: white;
    font-size: 25px;
}
.new_proto_btndiv {
    padding: 10px 0;
}
.new_project_div {
    display: flex;
    justify-content: space-between;
}
.proto_links_right {
    float: left;
    width: 20%;
    min-width: auto;
    overflow-y: auto;
    border: 2px solid white;
    border-radius: 4px;
}
.main-container {
    display: flex;
}
.stored {
    width: 100%;
    float: left;
    /* display: flex; */
}
.signin-form .side_icon {
    width: 250px;
}
.signin-form p {
    color: red;
}
.signin-form h3 {
    color: white;
}

#project_name::placeholder{
    color:#25456c;
}