.size {
    height: 736px;
    width: 900px;
}

.modal_text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 8px;
}

.frame {
    padding: 10px 24px 24px 24px;
}

.frame-top {
    padding-top: 10px;
}

#status-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 24%;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    padding: 14px;
    top: 65px;
    left: 75%;
}
.modal-error-status{
    background: #A90000;
    color: #FFFFFF;
}
.modal-warning-status{
    background: #E96B18;
    color: #FFFFFF;
}
.modal-success-status {
    background: #1D9B42;
    color: #FFFFFF;
}

#status-modal .status-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#status-modal .status-modal-body div {
    text-align: center;
    margin: 16px 0;
}


#status-modal .close-button{
    font-size: 14px;
    color: #CD8933;
}


.generic-modal-footer.delete-button {
    justify-content: normal;
    padding-left: 0.25rem;
}

.generic-modal-footer.delete-button button.delete{
    padding-right: 1.1rem;
    margin-right: 2.6rem;
}

.generic-modal-footer.delete-button button.delete:not(.disabled){
    border: 2px solid #a90000 !important;
    color: #a90000 !important;
}

.generic-modal-footer.delete-button button.delete:not(.disabled):hover{
    background-color: #FCF5F5 !important;
}

.custom-html-select.phone-type-select {
    padding-right: 30px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 20px 20px;
}
