.modal_phone {
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    display: none;
    outline: 0;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-x: hidden;
    overflow-y: auto;
    color: #000;
}

.modal_phone.open_phone {
    display: flex;
}

.modal-open_phone {
    overflow: hidden;
}

.modal-dialog_phone {
    position: relative;
    width: 100%;
    max-width: 32rem;
    padding: 1rem;
    box-sizing: border-box;
}

.modal-content_phone {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header_phone {
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
}

.modal-header_phone {
    justify-content: space-between;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-body_phone {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-title_phone {
    font-size: 1.25rem;
    font-weight: 600;
}

.close-button_phone {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.5;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
  