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

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

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

input,
textarea,
select {
  -webkit-appearance: none;
}
input,
textarea {
  outline: none;
}

.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;
}
.d_n {
  visibility: hidden;
}
img {
  outline: none;
}
a {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}

input {
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
}
.wraper_all {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  height: 100vh;
}
.nameText {
  font-size: 2rem;
  letter-spacing: 0px;
  color: #ffff;
  padding: 2px 10px 0px 0px;
}
.timeToCall {
  padding: 4px 10px 0px 0px;
  color: rgb(255 255 255 / 63%);
  font-size: 22px;
  text-align: center;
}

.title_box {
  align-self: center;
  margin: 7vh 0px 7vh 0;
}
.controlButtons {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}

.img_btn_clok {
  width: 20px;
  height: 20px;
}
.img_btn_popular {
  width: 20px;
  height: 20px;
}

.color_box_from_btn {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 28px;
  padding: 0px 50px 0 50px;
}
.wrap_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 17px 0 17px;
}
.blockBtn1 {
  width: 100%;
  margin: 11vh 0 3vh 0;
}
.blockBtn2 {
  width: 100%;
  margin: 40vh 0 0 0;
}
.name_btn {
  margin-top: 13px;
  align-self: center;
  color: #fff;
  font-size: 13px;
  text-align: -webkit-center;
}
.boxHandset {
  border-radius: 50px;
  align-self: center;
  width: 80px;
  height: 80px;
  margin-top: 7vh;
}
.green {
  display: flex;
  background-color: #2ed159;
  align-items: center;
  justify-content: center;
}
.red {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff453a;
}

.the_call {
  width: 45px;
  height: 45px;
  transform: rotate(45deg);
}
.the_call2 {
  width: 45px;
  height: 45px;
  transform: rotate(270deg);
}

.wrapBoxHandset {
  display: flex;
  justify-content: space-between;
  width: 80vw;
  align-self: center;
}

/* .whitebox {
    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;
} */
