.disabled-btn{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selected-phone-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-height: calc(5*(50px + 10px));
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 0 10px;
}
.text-warning{
    color: #FD951A!important;
}
.text-success{
    color: #28a745!important;
}