.modal{
    display: none;
    position: fixed;
    width: 40%;
    top: 40%;
    left: 30%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
    border-radius: 13px;
    color: white;
    background-color: var(--firm-color);
    border: white 1px solid;
    opacity: 5 !important;
}

.modal .btn{
  width: 100%;
  font-size: 12.25px;
}

.modal .modal-content{
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

.modal .modal-dialog{
    position: relative;
    top: 30%;
}

.modal h5{
    color: white;
    font-size: 25px !important;
    font-weight: bold;
    line-height: 30px !important;
    margin-bottom: 22px;
}

.modal .modal-dialog-centered{
    display: block;
}


.modal .btn{
    background-color: transparent;
    border-color: #ffbc00 !important;
    font-size: 14px !important;
    color: white !important;
}

.modal .btn:active{
  background-color: transparent !important;
}

.modal-body{
    padding-bottom: 0px !important;
}

.modal-footer{
  margin-top: 23px;
}

.status-modal__close{
    position: absolute;
    top: 5px;
    right: 4%;   
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.status-modal__title{
  color: white;
  line-height: normal;
}

#doneModal .modal-content{
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#doneModal h2{
    color: white;
}

.modal-body input{
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: transparent !important;
    border-color: #ffbc00 !important;
  }

.modal-body input:focus{
    background-color: transparent;
    border-color: #ffbc00;
    border: 10px;
    color: white;
}

@media only screen and (max-width: 670px) {
  .modal h5{
    font-size: 15px;
    line-height: 18px;
  }
  .modal-body input{
    color: white !important;
    background-color: transparent !important;
    border-color: #ffbc00 !important;
  }
  .btn{
    font-size: 16px;
  }
  .modal{
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 370px) {
  .btn{
    font-size: 12px;
  }
}

.openmodal-pointer{
    cursor: pointer;
}

.modal-open .modal{
  overflow-y: hidden !important;
}

.main_text{
  border-radius: 20px;
  border: 1px solid white;
  padding: 10px;
}

.add_block{
  margin: 0 auto;
  max-width: 60rem;
}

.status-modal__close {
    position: absolute;
    top: 3px;
    right: 8px;
    color: white;
    border: none;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
}

#meetingCodeModal p{
  text-align: center;
  font-size: 14px;
}