@keyframes showNotification {
  1% {
    top: 0;
  }

  100% {
    top: 0.5%;
  }
}
/* body {
    font-family: 'Roboto', sans-serif;
    animation: transitionIn 0.25s;
} */

@keyframes transitionIn {
  from {
    opacity: 0;
    transform: rotateX(-10deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0);
  }
}

.reset-css {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}

a:visited {
  color: inherit;
}

input {
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
}
.wraper_all {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  /* background-image: linear-gradient(to top, #decba4, #3e5151); */
}
.nameText {
  font-size: 2rem;
  letter-spacing: 0px;
  color: #ffff;
  padding: 2px 10px 0px 0px;
}
.timeToCall {
  padding: 4px 10px 0px 0px;
  color: #ffff;
  font-size: 23px;
  text-align: center;
}

.title_box {
  align-self: center;
  margin: 7vh 0px 7vh 0;
}
.controlButtons {
  display: flex;
  align-content: flex-start;
  justify-content: center;
}
.img_btn {
  width: 90px;
  height: 90px;
  padding: 0 0 5px 0;
}
.color_box_from_btn {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background: rgb(255 255 255 / 20%);
  border-radius: 44px;
}
.wrap_btn {
  display: flex;
  flex-direction: column;
  padding: 0 17px 0 17px;
}
.blockBtn1 {
  width: 100%;
  margin: 11vh 0 3vh 0;
}
.blockBtn2 {
  width: 100%;
}
.name_btn {
  margin-top: 8px;
  align-self: center;
  color: #fff;
  font-size: 16px;
}
.boxHandset {
  align-self: center;

  width: 80px;
  height: 80px;
  margin-top: 14vh;
}
.finish_the_call {
  width: 80px;
  height: 80px;
  transform: rotate(135deg);
}
a:hover {
  box-shadow: 0 0 0 4px red, 0 0 0 (4px) darken(red, 30%);
}

.wrapBoxHandset {
  display: flex;
  justify-content: space-between;
  width: 36vh;
  align-self: center;
}
.bg-blue {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #01010e;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  /* filter: blur(4px); */
  z-index: -1;
  background-image: url(img/iphoneCall/bgc2.01.jpeg);
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.whitebox {
  height: 50px;
  width: 80%;
  background-color: rgb(70, 92, 99);
  height: 30px;
  width: 80%;
  background-color: rgb(77 122 136);
  -webkit-border-top-left-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-topright: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.telegramPopupStart {
  top: -110px;
  position: absolute;
  align-self: center;
  width: 98%;
  height: auto;
  background: rgba(249, 249, 249, 95%);
  border-radius: 30px;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
  display: flex;
  animation-name: animationPopup;
  animation-duration: 0.4s;
  animation-delay: 15s;
}
.telegramPopupEnd {
  margin-top: 9%;
  position: absolute;
  align-self: center;
  width: 95%;
  height: auto;
  background: rgba(249, 249, 249, 95%);
  border-radius: 17px;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@keyframes animationPopup {
  0% {
    top: -110px;
  }
  100% {
    top: 35.398px;
  }
}

/* /////////////// */
/* .animation_star {
    animation-duration: 0.2s;
    animation-name: showNotification;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
} */

/* /////////////// */

.imgNamePopup {
  margin: 50% 0% 0% 20%;
  width: 40px;
  height: 40px;
  background: #778ffe;
  border-radius: 50px;
  text-align: -webkit-center;
  font-size: 30px;
  font-weight: lighter;
  color: #ffff;
  padding: 3px 0 0 0;
  background-image: linear-gradient(to top, #778ffe, #bac0db);
}
.iogoTelegramPopup {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 40px;
  left: 30px;
}
.textTitlePopup {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.fd_column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 3% 0% 0% 3%;
  width: 87%;
}
.userNamePopup {
  font-weight: bold;
  margin: 0 0 3px 0;
}
.timePopup {
  font-size: 15px;
  color: #757575;
  padding: 5px 10px 0 0;
}
.d_n {
  display: none;
}
.textMessagePopup {
  width: 100%;
  font-size: 15px;
  margin-bottom: 12px;
}

/* from14 */
@media (min-width: 420px) {
  body {
    font-family: "Roboto", sans-serif;
  }
  .telegramPopupEnd {
    margin-top: 9%;
    position: absolute;
    align-self: center;
    width: 98%;
    height: auto;
    background: rgba(249, 249, 249);
    border-radius: 17px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
    display: flex;
  }
  .wraper_all {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px 15px;
    /* background-image: linear-gradient(to top, #decba4, #3e5151); */
  }
}

/* fromSE */
@media (max-width: 376px) {
  body {
    font-family: "Roboto", sans-serif;
  }

  .boxHandset {
    align-self: center;
    width: 80px;
    height: 80px;
    margin-top: 9vh;
  }
}
