.btn-circle {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.btn-circle:hover {
    width: 45px;
    height: 45px;
    padding: 6px 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    color: white;
}
.dark{
    background-color: #2c3e50;
    color: white;
}

.modal-full{
    max-width: 70% !important;
}

.left-border{
    border-left: 3px solid grey;
}

