.phone__popup {
  display: flex;
  flex-direction: column;
  background: #FFF;
  z-index: 6;
  height: 99vh;
  overflow: hidden; }
  .phone__popup .modal-label {
    position: absolute;
    color: #FFF;
    text-align: center;
    top: 0px;
    width: 80%;
    left: 35px;
    display: block;
    padding-top: 3px; }
  .phone__popup .phone__form {
    border: 1px solid #8f8f8f; }
    .phone__popup .phone__form ul {
      padding: 0 0 0 0; }
  .phone__popup .wrapper {
    position: relative;
    overflow: auto;
    height: auto;
    width: 100%;
    border: 0px solid #E0AA3E !important; }
  .phone__popup .selected {
    background: #ffffff14 !important; }
  .phone__popup .result-wrapper {
    display: grid;
    grid-template-columns: 8fr 1fr; }
    .phone__popup .result-wrapper .fist-row {
      font-weight: bold; }
    .phone__popup .result-wrapper .box-nums,
    .phone__popup .result-wrapper .green-circle,
    .phone__popup .result-wrapper .red-circle {
      text-align: center; }
    .phone__popup .result-wrapper .red-circle svg {
      fill: #f72415;
      width: 15px; }
    .phone__popup .result-wrapper .green-circle svg {
      fill: #54f72c;
      width: 15px; }
    .phone__popup .result-wrapper .box2 {
      text-align: right;
      margin-top: 10px; }
    .phone__popup .result-wrapper .box .second-row {
      display: flex;
      gap: 20px; }

.closeBtn {
  width: 90%;
  text-align: center;
  border-radius: 20px;
  padding: 5px;
  text-transform: uppercase;
  background: #33343600;
  border: 1px solid #FFF;
  color: #FFF; }

/*# sourceMappingURL=phoneModal.css.map */
