body, html, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .content-header h4, .main-header, input, textarea {
    /*font-family: "Inter", "Karla", "Roboto", "Arial", sans-serif;!important;*/
    /*color: #3d3d3d;*/
    /*font-weight: 400;*/

}

.main-header {
    /*background: linear-gradient(90deg, rgba(63, 94, 251, 1) 0%, rgb(0, 35, 173) 100%) no-repeat;*/
}

.login-page {
    background-image: url('../images/login-bg-1.jpg');
    margin-top:180px;
}

.main-header {
    /*background-image: url('../images/logo.jpg');*/
    background: #f8f9fa !important;
}

/*
|--------------------------------------------------------------------------
| Input with left and bottom borders : start
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Input with left and bottom borders : start
|--------------------------------------------------------------------------
| Removes left and bottom borders from input so that it is less messy.
|
*/
/*
label {
    margin-bottom: 0;
    text-transform: capitalize;
}

.form-control {
    padding: 0 12px;
    border-top: 0;
    border-right: 0;
}

div.form-group span.readonly {
    padding: 5px;
}

.select2-container .select2-choice {
    padding: 3px 0 5px 0;
}

.align-with-input {margin-top: 18.5px}
*/
/****** Status colours  : starts *******/
.status-new {
    background-color: #ffcccc;
}

.status-closed {
    background-color: #d3d3d3;
}

.status-in-progress {
    background-color: #ffff99;
}

.status-solved {
    background-color: #ccff99;
}

.status-re-assigned {
    background-color: #ffcccc;
}

.status-answered {
    background-color: #ccff99;
}

.status-approved {
    background-color: #ccff99;
}

.status-draft {
    background-color: #ffcccc;
}

.status-requested {
    background-color: #ffcccc;
}

.status-font-color {
    color: #000000;
}
.control-label{
    color:black !important;
}
.form-control{
    border-color:#919191 !important;
}
.content-header a{
    color:black  !important;
    font-weight: bold !important;
}