@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

/*green - 1E7E5A
 light red - B95140
 red - D2364E*/

body {
  font-family: Outfit;
  font-weight: 600;
  background: #1e7e5a;
}

.thisTitle {
  font-size: 2.5rem;
  color: #fff;
  background-position: center;
  font-weight: 700;
  text-align: center;
}

.thisTitleHolder {
  color: #fff;
  text-align: center;
  height: 70px;
  box-shadow: 0 0 5px #000;
  top: 0;
  background: #070c40b5;
}

p {
  color: #ffffff;
}

.navBar {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 15px 0 0 10px;
  transition: 0.5s;
}

.personInfo {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2rem;
}

.nav-m {
  width: 100%;
  height: 0px;
  position: fixed;
  background: #070c40b5;
  left: 0;
  z-index: 555;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.nav-tog {
  height: 380px;
}

.bOne {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 8px auto;
  border-radius: 5px;
  transition: 0.5s;
}

.b1Tog {
  width: 20px;
  transform: rotate(-45deg) translateX(-8px) translateY(-4px);
}

.b2Tog {
  width: 20px;
  transform: rotate(45deg) translateX(-8px) translateY(4px);
}

.a {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}

.aIcon {
  margin: 0 0 0 20px;
}

.margSpan {
  margin: -5px 0 0 0;
}

.borderLine-m {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.borderLine-s {
  width: 90%;
  height: 150px;
  background: none;
  /* border: 3px solid #492BF1;
  border-radius: 10px;
  box-shadow: 0 0 10px #7C65FF inset,
              0 0 5px #7C65FF;*/
}
.searchBar {
  position: fixed;
  right: 90px;
  top: 80px;
}

.inputAppName,
.inputPassField {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inpApp {
  width: 90%;
  height: 25px;
  padding: 10px;
  border-radius: 0px;
  border: none;
  border-bottom: 1.5px solid #fff;
  outline: none;
  background: none;
  /*background: linear-gradient(90deg ,#000 90%,#8C8C8C 100%);*/
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(5px);
  font-family: Outfit;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}

#passId {
  font-size: 1.1rem;
}

.secureTip {
  display: flex;
  margin: -10px 0 40px 0;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: 0.8s;
}

.margShield {
  margin: 0 0 0 20px;
}

::placeholder {
  color: #bfbfbf;
}

.anotherInputToCopy {
  opacity: 0;
  pointer-events: none;
}

#thisCopy {
  color: #000;
}

.allBtnSect-m {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.allBtnSect-s {
  width: 90%;
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  box-shadow: 0 0 5px #888888;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
}

.rotSet {
  transform: rotate(360deg);
  transition: 0.8s;
}

.settingDiv-m {
  width: 100%;
  height: 0px;
  /*270*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
  transition: 0.8s;
}

.heightInc {
  height: 280px;
}

.settingDiv-s {
  width: 60%;
  height: 260px;
  position: relative;
  border-radius: 5px;
  transform: scale(1);
  transition: 0.8s;
  box-shadow: 0 0 5px #6a6a6a;
  background: #1a1a1a;
}

.scaleInc {
  transform: scale(1);
}

.rangeBar {
  width: 100%;
  height: 40px;
  border-bottom: 0.5px solid #404340;
}

.rangeInputs {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin: 10px 0 0 0;
  cursor: pointer;
}

.range-o-meter {
  text-align: center;
}

.optionsDiv {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.switchContainer {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.optionsOne {
  width: 50%;
  height: 70px;
  border-bottom: 0.5px solid #404340;
}

.border {
  border-right: 0.5px solid #404340;
}

.switch-m {
  width: 40px;
  height: 20px;
  background: #c3c3c3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0.1px 0.1px 2px #000 inset;
  transition: 0.8s;
}

.switch-s {
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  margin: 0 0 0 3px;
  transition: 0.5s;
  box-shadow: 0.1px 0.1px 2px #000;
}

.switch-bg {
  background: #478b61;
}

.switchMove {
  margin: 0 0 0 22px;
}

.txtSubCol {
  color: #787878;
  text-align: center;
}

.txtColBig,
.txtCol {
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
}

.txtColBig {
  font-size: 0.6rem;
}

.rotate {
  transform: rotate(360deg);
  transition: 0.3s;
}

.passHistory-m {
  width: 100%;
  color: #fff;
}

.elThi {
  background: none;
  border: none;
  outline: none;
  color: #fff;
}

.eyeCopy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #f00;
}

.eye {
  margin: -80px 10px 0 10px;
  cursor: pointer;
}

#thisId {
  margin: 25px 0 25px 0px;
}

#thisCopy {
  color: #000000;
  font-family: Outfit;
}

.elOne,
.elTwo,
.elThi {
  color: #000000;
  margin: 5px 0 5px 50px;
  list-style: none;
}

.thisWhite {
  color: #000000;
}

.line {
  width: 100%;
  height: 0.5px;
  background: #989898;
}

.windLoad-m {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: #000;
  z-index: 5555;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.windLoad-s {
  width: 50%;
  border: 0.5px solid #f00;
  height: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.windLoad-es {
  width: 0%;
  height: 4px;
  background: #f00;
  margin: 0 0 0 1px;
  border-radius: 5px;
  animation: load 1.5s linear;
}

.windFall {
  transform: translateY(-100%);
  transition: 0.8s;
}

@keyframes load {
  0% {
    width: 0;
  }

  26% {
    width: 12%;
  }

  46% {
    width: 56%;
  }

  88% {
    width: 88%;
  }

  100% {
    width: 100%;
  }
}

.letZoom {
  transform: scale(0.8);
}

.zoomTog {
  transform: scale(1);
  transition: 0.8s;
}

.deleteForeverWarn-m {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000c6;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  filter: brightness(90%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: translateY(-100%);
  transition: 0.8s;
}

.transpurge {
  transform: translateY(0);
}

.deleteForeverWarn-s {
  width: 100%;
  height: 70vh;
  text-align: center;
}

.exclamationMark {
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mark {
  width: 200px;
  height: 200px;
  background: #ef4141;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10rem;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #ef4141;
  animation: scaleP 2s linear infinite;
}

@keyframes scaleP {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.buttonField {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttonField button {
  border: 1px solid #fff;
  background: none;
  outline: none;
  color: #fff;
  padding: 10px;
}

.buttonField button:nth-child(1) {
  border-radius: 20px 0 0 20px;
  border-right: none;
}

.buttonField button:nth-child(2) {
  border-radius: 0 20px 20px 0;
}

.copySect-m {
  width: 100%;
  height: 120px;
  position: fixed;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(50px);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}

.copyTogg {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.copySect-s {
  width: 90%;
  height: 110px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #000;
}

.consent {
  margin: 10px 0 0 10px;
}

.storeOrNot {
  display: flex;
  align-items: center;
  margin: 10px 0 0 10px;
  font-family: Outfit;
}

.buttonsYorN {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0 0 0;
}

.yes {
  margin: 0 10px 0 0;
  background: #64a8d1;
  border-radius: 10px;
}

.no {
  margin: 0 10px 0 0;
  background: #d16464;
  border-radius: 10px;
}

.desBtn {
  width: 50px;
  height: 30px;
  border: none;
}

.alertCop-m {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.alertTogg {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.alertCop-s {
  width: 100px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 20px;
}
.ol li {
  list-style: none;
}
.mainDiv {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #000;
}

.flexDivWhichCenters {
  width: 95%;
  position: relative;
  background-color: #ffffffd4;
  border-radius: 10px;
  margin: 10px 0;
}

.favicon {
  position: absolute;
  top: 50px;
  width: 35px;
  height: 35px;
  margin: 0 0 0 5px;
  border-radius: 10px;
}
.searchBarBtn {
  position: fixed;
  right: 20px;
  top: 25px;
  cursor: pointer;
}
.inputHide {
  height: 0px;
  overflow: hidden;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  transition: 0.4s;
  margin: 10px 0 0 0;
}
.inputToggle {
  height: 370px;
}
.letSEddit {
  width: 90%;
  height: 40px;
  border: none;
  outline: none;
  padding: 5px;
  font-size: 1.3rem;
  font-family: Outfit;
  border-radius: 10px;
  background-color: #1b1b1b;
  color: #fff;
}
.searchResults {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 5556;
}
.searchResultOne {
  width: 90%;
  height: 100px;
  background-color: #1b1b1b;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
}
.searchResultOne img {
  width: 30px;
  height: 30px;
  margin: 0 20px;
}
.emty {
  color: #000;
}
.blackP {
  width: 200%;
  text-align: left;
}
.emty::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 675px) {
  .flexDivWhichCenters {
    width: 70%;
    background-color: #ffffffd4;
    border-radius: 10px;
    margin: 10px 0;
  }
  .copySect-s {
    width: 30%;
    height: 110px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #000;
  }
}
