
label {
    display: inline-block;
    font-weight: 400;
}


.alert {
    font-weight: 550;
}

.alert b {
    font-weight: 590;
}

.badge {
    font-weight: 550;
}

.checkbox:checked + img {
    border: 3px solid #0673d8;
    position: relative;
    top: -3px;
    transform: scale(1.2);
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.2);
    }
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #232e3b;
    border-radius: 2px;
}

#detailServer {
    display: none;
}
.form-control.note {
    min-width: 180px;
}

