@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

body {
  background: #edf1f5;
}

#container{
    margin-left: 200px;
    padding: 0 15px;
}



a{
    text-decoration: none;
    color: #BA172D;
    cursor: pointer;
}

table.grp-table thead th a {
    color: #202124;
}

#grp-navigation{
    background: #000;
    background-image: url(/static/admin/img/eva_logo_3_sign.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 10px 10px;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 400;
    display: none;
}

.grp-fixed-footer{
    background: #000;
    padding-left: 210px;
}

body.grp-popup #container, body.grp-popup .grp-fixed-footer{
    margin-left: 0;
    padding-left: 0;
}

h1#grp-admin-title{
    color: #BA172D;
    background-image: url(/static/admin/img/eva_logo_3_sign.svg);
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: center 20px ;
    height: 70px;
    width: 100%;
    vertical-align: bottom;
}

#nav-sidebar .title{
    display: block;
    text-align: center;
    padding-bottom: 40px;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600;
    color: #c2c2c2;
    font-size: 14px;
    padding-top: 100px;
    margin-left: -6px;
    width: 190px;

}

#grp-context-navigation{
    /*background: #17935c;*/
    text-shadow: none;
    margin-left: -35px;
}

#grp-context-navigation a{
    color: #202124;
    text-shadow: none;
}

#grp-content{
    background: #edf1f5;
}

.grp-object-tools a{
    border: 0;
    border-radius: 5px;
    background: #2c3034;
}

.grp-object-tools a.grp-add-link{
    background-color: #BA172D;
}

#grp-content-title h1{
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 400;
}

.grp-module h2 a{
    color: #202124;
}

#nav-sidebar{
    background: #000;
    position: fixed;
    width: 180px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
}

#nav-sidebar > h1{
    position: fixed;
    top:0;
    left:0;
    z-index: 100001;
    width: 170px;
    background-color: #000;
}

#nav-sidebar #nav-filter{
    display: none;
}

#nav-sidebar .module:last-child{
    margin-bottom: 100px;
}

#nav-sidebar .module{
    opacity: 1;
    transition: opacity .25s ease-out;
}

#nav-sidebar .module:hover{
    opacity: 1;
    transition: opacity .5s ease-in;
}

#nav-sidebar .module.current-app{
    opacity: 1;
}

#nav-sidebar .module table{
    background: #202124;
    width: 100%;
}

#nav-sidebar .module caption a{
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600;
    color: #edf1f5;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
}

#nav-sidebar .module table tbody{
    background: rgba(58,50,59,.55);
    display: none;
    padding: 10px;

}

#nav-sidebar .module.current-app table tbody{
    display:none
}

#nav-sidebar .module:hover table tbody{
    opacity: 1;
    height: auto;
    left: 180px;
    z-index: 30000;
    position: fixed;
    transition: opacity 0.21s ease-in, left .5s ease-in;
    display: block;
    width: 200px;
    margin-top:-36px;
    background: white;
}

#nav-sidebar .module:hover table tbody tr{
    display: block;
}

#nav-sidebar .module:hover table caption{
    background: #BA172D;
}

#nav-sidebar .module.current-app table caption{
    background: #BA172D;
}

#nav-sidebar .module table tbody a {
    line-height: 16px;
    color: #BA172D;
}

#nav-sidebar .module table tbody a[aria-current="page"]{
    font-weight: bold;
}

#nav-sidebar .module table tbody th{
    padding: 5px 10px;
    text-align: left;
}

#nav-sidebar .module table a.addlink{
    display: none;
}

.grp-submit-row.grp-fixed-footer .grp-button{
    background: #BA172D;
    border:0;
}

div.logout a{
 background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M14.08,15.59L16.67,13H7V11H16.67L14.08,8.41L15.5,7L20.5,12L15.5,17L14.08,15.59M19,3A2,2 0 0,1 21,5V9.67L19,7.67V5H5V19H19V16.33L21,14.33V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19Z" /></svg>');
    background-repeat: no-repeat;
    color: transparent;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 3px;
    right: 30px;
}

body.grp-login{
    background-image: linear-gradient(
        180deg,
        hsl(225deg 6% 13%) 0%,
        hsl(216deg 7% 14%) 12%,
        hsl(228deg 7% 15%) 20%,
        hsl(220deg 8% 15%) 28%,
        hsl(231deg 8% 16%) 35%,
        hsl(225deg 9% 17%) 42%,
        hsl(227deg 10% 17%) 49%,
        hsl(227deg 10% 17%) 55%,
        hsl(225deg 9% 17%) 62%,
        hsl(231deg 8% 16%) 69%,
        hsl(220deg 8% 15%) 75%,
        hsl(228deg 7% 15%) 83%,
        hsl(216deg 7% 14%) 91%,
        hsl(225deg 6% 13%) 100%
    )
}

body.grp-login #grp-content,
body.grp-login #grp-content .grp-module-login,
body.grp-login #grp-content .grp-module,
body.grp-login #grp-content .grp-module .grp-row{
    background: none !important;
    border: 0;
}

body.grp-login #grp-content .grp-module .grp-row label{
    color: white;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 100;
}

body.grp-login #grp-content .grp-module .grp-row input[type=text],
body.grp-login #grp-content .grp-module .grp-row input[type=password]{
    margin-bottom: 10px;
    opacity: .5;
}

body.grp-login #grp-content .grp-module .grp-row input[type=text]:focus,
body.grp-login #grp-content .grp-module .grp-row input[type=password]:focus{
    opacity: 1;
}

body.grp-login #grp-content .grp-module.grp-submit-row input{
    box-shadow: none;
    background: #BA172D;
    border:0;
}

body.grp-login #grp-content h1{
    background-image: url(/static/admin/img/eva_logo_3_sign.svg);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center 20px ;
    background-color: transparent;
    height: 140px;
    width: 100%;
    position: relative;
    border: 0;
}

body.grp-login #grp-content h1 span.grp-admin-title{
    color: #c0c0c0;
    height: 50px;
    vertical-align: bottom;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 95%;
    text-align: center;
    font-size: 14px;
}

body.grp-login #nav-sidebar, body.grp-login .grp-current-page{
    display: none !important;
}

body.grp-login #container{
    margin: 0;
}

.toggle-nav-sidebar{
    display: none;
}

body.grp-login .grp-module-login .grp-module .grp-row.grp-connected {
    padding-bottom: 0;
}
