/* section Modal*/

.modal-cus {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
}

.overlay-modal-content {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    padding: 20px;
}

.overlay-modal-content .text-center {
    text-align: center;
}

.overlay-modal-content h4 {
    font-size: 18px;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}


/* end section*/