.space-right {
    margin-right: 10px;
}
.space-left {
    margin-left: 10px;
}
.space-top {
    margin-top: 5px;
}
.space-bottom {
    margin-bottom: 5px;
}

.img-size-80 {
    width: 80px;
}

.img-size-60 {
    width: 60px;
}

.img-size-30 {
    width: 30px;
}

.img-size-20 {
    width: 20px;
}

.bg-green-light .btn-tool,
.bg-gradient-green-light .btn-tool,
.card-green-light:not(.card-outline) .btn-tool {
    background-color: #bfdcae !important;
}

.form-error {
    border: solid 1px red;
}

.form-error-message ul {
        padding-left: 2px;
        list-style-type: none;
        color: red;
}
.form-error-message > input {
    border: solid 1px red;
}

.padding-top-suspension-checkbox {
    padding-top: 36px;
}
