@font-face {
  font-family: Gsans;
  src: url(fonts/gsans.ttf);
}

@font-face {
  font-family: Gsans-bold;
  src: url(fonts/gsansbold.ttf);
}



body {
  background-color: #1e1e20;
  color: #fff;
  font-family: "Gsans";
  margin: 0;
  padding: 0;
}


h1 {
  font-size: 80px;
  font-family: "Gsans", sans-serif;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 160px;
}


p {
  font-size: 14px;
  font-family: "Gsans", sans-serif;
  line-height: 1.5;
  font-weight: 100;
  margin-bottom: 20px;
  opacity: 0.8;
}

.form__input {
  padding: 1px 87px 1px 52px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Gsans", sans-serif;
  width: 60vh;
  height: 44px;
  font-weight: 100;
  background-color: #ffffff;
  color: #5F6368;
  text-align: center;
  transition: all .2s ease-in-out; 
  outline: none;
  text-align: left;
}

.input-img {
  position: absolute;
  transform: translateY(45%);
  height: 24px; 
  margin-left: 2vh;
  width: 24px;
}

.shortcuts-container  {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.shortcuts  {
  width: 100px;
  height: 100px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 10px 1px 1px 25px;
  border-radius: 5px;
  text-align: center;
  font-family: "Gsans";
  text-overflow: hidden;
}

.shortcuts span  {
  overflow: hidden;
  margin-left: 3px;
  text-align: center;
  max-width: 50px;
  max-height: 16px;
}

.shortcuts img  {
  width: 30px;
  height: 30px;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 8px;
  background-color: #28282b;
}

.shortcuts:hover  {
  background-color: #404044;
}

.remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: red;
  font-size: 18px;
}


 #uv-register-sw {
  padding: 7px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Gsans", sans-serif;
  font-weight: 100;
  background-color: #ffffff;
  color: #5F6368;
  text-align: center;
  transition: all .2s ease-in-out; 
  outline: none;
  text-align: left;
  cursor: pointer;
 }

 #uv-register-sw:hover {
  background-color: #5F6368;
  color: #ffffff;
 }

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #2d2d30;
  color: white;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.footer a {
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  font-family: "Gsans";
  font-size: 15px;
}

.footer a {
  cursor: pointer;
}

.footer a:hover {
  text-decoration: underline;
}

  #custom-app-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}

.popup-content {
  background-color: #2d2d30;
  padding: 20px;
  z-index: 1001; 
  margin-top: 25vh;
  border-radius: 8px;
  max-width: 50vw;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.popup-content h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 450;
  font-size: 15px;
  margin-bottom: 15px;
}


.save-container {
  display: flex;
  justify-content: right;
}

.submit {
  background-color: #A8C7FA;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Gsans", sans-serif;
  font-weight: 100;
  width: 66px;
  padding: 8px 16px;
  border-radius: 40px;
  font-weight: 500;
  color: #062E6F;
  text-align: center;
  outline: none;
  text-align: left;
  margin-left: 5px;
  cursor: pointer;
}

.close {
  background-color: transparent;
  border: 1px solid #5c749b;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Gsans", sans-serif;
  font-weight: 600;
  width: 72px;
  padding: 8px 13px;
  border-radius: 40px;
  font-weight: 400;
  color: #A8C7FA;
  text-align: center;
  outline: none;
  text-align: left;
  cursor: pointer;
}

.close:hover {
  background-color: #404044;
}

.submit:hover {
  background-color: #9ebbeb;
}



 #app-name,
 #app-url,
 #app-image-url {
  color: #C7C7C7;
  font-weight: 600;
  font-size: 11px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 2px;
}


.popup-content input {
  background-color: #3f3f41;
  border: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 30px;
  outline: none;
  width: 97%;
  border-bottom: 1px solid #565658;
  color: #EA4747;
  padding-left: 10px;
}

.popup-content input:hover {
  background-color: #4d4d4d;

}

.popup-content input:focus {
  border-bottom: 1px solid #EA4747;
}