:root {
  --color-main: rgb(10, 169, 77);
  --color-main2: rgb(50, 181, 67);
  --color-light: rgb(133, 207, 52);
  --color-light2: rgb(197, 226, 58);
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-image: url('/upload/medialibrary/746/u1g1rn1zghhc0p64nplsngdp6nyalwvr.jpg');
  background-repeat: repeat;
}

input[type="password"],
input[type="text"] {
  color: #152813;
}

input[type="password"]:focus,
input[type="text"]:focus {
  color: #152813;
  ;
}

.option {
  color: #152813;
  ;
}

.page-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-image: radial-gradient(ellipse, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.85));
}

.app_container {
  max-width: 550px !important;
  height: 100% !important;
  /* height: 100vh !important;  */
  /* 100% высоты окна браузера */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fixed_head {
  color: #95ad91;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  /* не сжимается */
  height: 70px;
  /* height: 12rem; */
  max-height: 70px;
  background-color: rgb(8 22 1);
  border-bottom: 1px solid #152813;
  justify-content: space-between;
  align-items: center;
}


.fixed_footer {
  display: flex;
  margin-top: auto;
  border-top: 1px solid #152813;
  width: 100%;
  /* width: inherit; */
  height: 70px;
  flex-shrink: 0;
  /* не сжимается */
  background-color: rgb(8 22 1);
  color: #95ad91;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.content {
  flex: 1;
  /* min-height:80%;
    max-height:80%; */
  color: #95ad91;
  width: 100%;
  overflow-y: auto;
  background-color: rgb(5 12 1);
}

.card {
  background-color: rgb(37 50 30) !important;
}

.content::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
}

.content::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: rgb(147, 147, 147);
}


.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  font-size: 1.5rem;
  display: block;
  /* width: 3rem;
    height: 3rem; */
  color: #475246;
  text-decoration: none;
}

.icon_active {
  font-size: 2.5rem;
  color: #95ad91;
}


.open_device_rect {
  font-size: 1.8rem !important;
  width: 100%;
  height: 8rem;
  margin-bottom: 1.5rem;
}


/* LOADER */
.loader_wrapper {
  position: fixed;
  z-index: 991100;
  background-image: radial-gradient(circle farthest-corner at center, #3c574563 0%, #1c2b1d66 30%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ad;
}

.hide {
  display: none;
}



.loader {
  position: absolute;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s cubic-bezier(0.2, 0.3, 1, 1) infinite;
  border-bottom: 3px solid #EFEFFA;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s cubic-bezier(0.2, 0.3, 1, 1)infinite;
  border-right: 3px solid #EFEFFA;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s cubic-bezier(0.2, 0.3, 1, 1)infinite;
  border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/* END LOADER */


.title {
  font-size: 1.2rem;
}

.addguest {
  width: 100%;
  margin-top: 10px;
  height: 50px;
}

.adminbutton {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.pp_wrap {
  background-color: #3d9295;
}

.accordion-item {
  background-color: #152813 !important;
}

.accordion-button {
  background-color: #152813 !important;
  color: #EFEFFA !important;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-pass {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.plot-select {
  padding-left: 20px;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.plot-select-multiple {
  padding-left: 20px;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}

.card {
  margin-bottom: 20px;
}