.spanLoading {
    display: none;
    background: #ffffff;
    min-height: 30px;
    padding: 3px;
    text-align: center;
    border-radius: 3px;
}

.label-asterisk:after {
    content: "*";
    color: red;
}

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

/* snack bar */
#snackbar {
    visibility: hidden;
    min-width: 150px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-t-9 {
    margin-top: 9px !important;
}

.row.g-0 [class^='select2'] {
    border-radius: 0 !important;
}

.row.g-0 [class^='form-control'] {
    border-radius: 0 !important;
}


:root {
    --theme-success: #51a351;
    --theme-gd-orange: #fb6803;
}

.user-profile .hovercard .user-image {
    top: 15px;
}

.page-wrapper .sidebar-main-title h6 {
    color: #fb6803;
}

.color-gd-orange {
    color: #fb6803;
}

.background-gd-orange {
    background: #fb6803;
}

