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, .skin-blue .main-header .navbar {
    /*background-image: none;*/
    /*background: royalblue;*/
}

.login-page {
    /*background-image: url('../images/header2.jpg');*/
}

.main-header {
    /*background-image: none;*/
}

/** Left menu style: start */
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side,
.skin-blue-light .sidebar-menu > li > .treeview-menu,
.skin-blue-light .treeview-menu > li > a {
    background-color: #1b1e21;
    color: lightgrey;
}

.skin-blue-light .sidebar-menu > li:hover > a, .skin-blue-light .sidebar-menu > li.active > a {
    background-color: #333333;
}

.skin-blue-light .treeview-menu > li > a:hover {
    text-decoration: underline;
}

.skin-blue-light .treeview-menu > li.active > a {
    color: grey;
}

/** Left menu style: end */

/*
|--------------------------------------------------------------------------
| 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;
}


.org-tile{
    box-shadow: 0 0 11px 0 rgb(0 0 0 / 20%), 0 0 0 0 rgb(0 0 0 / 20%); !important;
}


.info-box-text{
    font-family: Lexend;
}
