#licenes_user{
    width: 200px;
    height: 150px;
    box-shadow: 0 0 1px #ddd, 0 2px 2px #aaa;
    border-radius: 5px;
}

.boxx{
    margin: auto;
    font-family: "Lato";
    font-weight: 300;
    width: 200px;
    height: 150px;
    text-align: center;
}

.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    padding: 0rem 1rem;
}

.dropdown-toggle.hide-arrow::before, .dropdown-toggle.hide-arrow::after,
.dropdown-toggle-hide-arrow > .dropdown-toggle::before,
.dropdown-toggle-hide-arrow > .dropdown-toggle::after {
  display: none;
}

.badge {
    display: inline-block;
    padding: 0.52em 0.593em;
    font-size: 0.8125em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.bg-label-info {
    background-color: #d7f5fc !important;
    color: #03c3ec !important;
}

.bg-label-danger {
    background-color: #ffe0db !important;
    color: #ff3e1d !important;
}
.bg-label-warning {
    background-color: #fff2d6 !important;
    color: #ffab00 !important;
}
.bg-label-success {
    background-color: #cffee8 !important;
    color: #198754 !important;
}

.bg-label-secondary {
    background-color: #dfedf8 !important;
    color: #6c757d !important;
}
.badge {
    text-transform: uppercase;
    line-height: 0.75;
}

.w-100 {
    width: 100% !important;
}
.sub_box {
    width: 200px;
    height: 150px;
    box-shadow: 0 0 1px #ddd, 0 2px 2px #aaa;
    border-radius: 5px;
}