.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.resource-add {
    margin-top: 30px;
}

.resource-add i {
    font-size: 1rem;
}

.btn-small {
    padding: 0 1rem;
}

.min-height {
    min-height: 650px;
}

.top-fixed-message {
    position: absolute;
    top: 1px;
    z-index: 999;
    left: 45%;
}

.top-fixed-message .card-content {
    padding: 10px 20px;
}

.checkbox-space {
    margin-right: 15px !important;
}