@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat.ttf');
    font-style: normal;
}
:root {
  --font-size: 16px;
  --subtle-blue: #E1E0EA;
  --subtle-blue-faded: #F3F2FF;
  --accent-blue: #2A74D6;
  --primary-blue:#2A74D6;
  --primary-magenta: #FF3645;
  --primary-red: #F22F3F;
  --primary-red-backdrop: #F9EBEC;
  --primary-green: #02ED70;
  --primary-green-backdrop:#E6FDEF;
  --primary-yellow:#FBBC05;
  --primary-yellow-backdrop:#FEF2CD;
  --bg-background: #F4F7F8;
  --primary-gray:#5F6368;
  --text-secondary: #7A86A1;
  --gray-border: #EBEBEB;
}
#content{
    margin-left: 6rem;
    margin-top:5rem;
    margin-right: 1rem;
    background-color: white;
    border-radius: 1.5rem;
    min-height: 85%;
}
h5{
    text-transform: none !important;
}
body{
    background-color: var(--bg-background) !important;
}
body,td,th {
    font-family: "Montserrat","Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif !important;
}

a{
    text-decoration: none !important;
}
a:hover{
    text-decoration: none !important;
}
.hidden {
  display: none !important;
}
#header{
    height: 50px;
    background: rgb(255,254,151);
    background: linear-gradient(90deg, rgba(255,254,151,1) 0%, rgba(255,54,69,1) 100%);
}
#branding
.menu-btn{
    background-color: transparent;
    border:none;
    margin-left:0
}
th{
    /* background-color: #A9A8F6 !important;
    border: 2px solid white !important;
    color: black !important; */
}
.dashboard-header{
    padding-top:2rem;
    margin-left: 6rem;

}

.nav-sidebar{
    position: fixed;
    background-color: white;
    border : 2px solid #EBEBEB;
    z-index: 999;
    transition: width 200ms ease;

}
.navlist{
    list-style-type: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

li{
    list-style-type: none !important;
}

.navlist-item{
    display: flex;
    align-items: center;
    height: 4rem;
}
.active-navlist-item>.menu-icon{
    color: var(--primary-blue) !important;
}
.active-navlist-item>.menu-name{
    color: var(--primary-blue) !important;
}
.menu-name{
    display: none;
    font-size: .9rem;
    color: var(--primary-gray);
    transition: 200ms ease;
}
.menu-icon{
    color: var(--primary-gray);
}
/* .nav-sidebar:hover {
    width: 16rem;
}
.nav-sidebar:hover .menu-name {
    display: block;
}
.nav-sidebar:hover .navlist-item {
    width:14rem;
} */
.logo-img{
    max-width: 2.5rem;
}
.logo-text-img{
    max-width: 8rem;
}
.navlist-item:hover{
    background: rgba(255, 255, 255, 0.9);
}

.navlist-item:hover .menu-name{
    color: var(--primary-blue);
    font-weight: 600;
}
.navlist-item:hover .menu-icon svg{
}


button:focus {
  outline: none !important;
}
.success-bg{
    background-color: var(--primary-green-backdrop);
}
.fail-bg{
    background-color: var(--primary-red-backdrop);
}
.warning-bg{
    background-color: var(--primary-yellow-backdrop);
}

/* admin styles start here*/
caption{
    caption-side: top !important;
    background-color: var(--bg-background) !important;
}
caption>a{
    color: black !important;
    font-weight: 700;
}
.breadcrumbs>a{
    background: None !important;
    color: black !important;

}
.breadcrumbs{
    background: None !important;
    color: black !important;
}
#changelist-filter>h2{
    background: white;
    color: black !important;
}
.module>h2 {
    background: white;
    color: black !important;

}
.form-select, .form-control{
        border: 2px solid var(--subtle-blue);
        border-radius: 10px !important;
        height: 2.5rem;
        min-width: 7rem;
        max-width: 45rem;
}
.form-group div{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width:100%;
}
.breadcrumbs{
    margin-left: 6rem;
}
.app-bar{
    position: fixed;
    display: flex;
    align-items: center;
    width:100%;
    height: 4rem;
    z-index: 600;
    background-color: var(--bg-background);
    /* border: 2px solid red; */
}

.app-bar-menu-icon{
    margin-left:1rem;
}
.app-bar-logo-img{
    height: 3rem;
    width: 3rem;
}
.app-bar-title{
    padding: 0 !important;
    margin-bottom: 0;
    font-weight: 600;
}
.profile-pill-container{
    margin-left: auto;
}

.profile-pill{
    /* position: absolute; */
    /* top:2rem; */
    /* right: 2rem; */
    /* left: auto; */
    height: 3rem;
    width: 10rem;
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 10px;
    z-index: 888;
    font-size: 1rem;
    font-weight: 600;
}
.profile-dropdown-container{
    background-color: white;
    border-radius: 10px;
    position: absolute;
    top:5rem;
    right: 2rem;
    left: auto;
    z-index: 600;
    display: none;
    width: 10rem;
    height: 8rem;
    transition: display 200ms ease;
    padding: 1rem;
    border : 2px solid #EBEBEB;


}
.profile-dropdown-list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.profile-menu-name{
    width:100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: var(--text-secondary);
    margin-left: 1rem;

}
.profile-menu{
    width:100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-family: "Montserrat","Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif !important;
}
.profile-dropdown-section:hover .profile-dropdown-container {
    display: flex;
}
.accordion-button{
    width:40% !important;
    margin-left: 0 !important;
}
.object-tools{
    height: 2rem;
    margin-bottom: 2rem;

}


@media only screen and (max-width: 600px) {
    .nav-sidebar{
        bottom:0;
        width: 100vw;
        height: 4rem;
    }
    .brand-container{
        display: none;
    }
    .navlist{
        flex-direction: row;
        overflow-x: scroll;
    }
    .navlist-item{
        justify-content: center;
        width: 4rem;
        flex-direction: column;
        align-items: center !important;
    }
    #content{
        margin-left:0 !important;
        margin-right:0 !important;
        overflow-x: hidden;
    }
    .app-bar-title{
    margin-left:1rem;
    }
    .profile-pill{
        width:4rem;
        height: 3rem;
        background-color: var(--bg-background);
    }
    .profile-salutation{
        display: none;
    }
    .app-bar-title{
        font-size: 1.2rem;
    }
    .menu-name{
    display: block;
    margin-left: none !important;
    font-size: .5rem;
    color: var(--primary-gray);
    transition: 200ms ease;
}




}
/* large screens */
@media only screen and (min-width: 600px) {
    .nav-sidebar{
        top:0;
        width: 5rem;
        height: 100vh;
    }
    .nav-sidebar:hover {
        width: 16rem;
    }
    .nav-sidebar:hover .menu-name {
        display: block;
    }
    .nav-sidebar:hover .navlist-item {
        width:14rem;
    }
    .messagelist{
        margin-left: 6rem !important;
    }
    .app-bar-title{
        margin-left: 3rem;
    }
    .menu-name{
        margin-left: 1rem;
    }

}



@media only screen and (max-height: 600px) {
    .nav-sidebar{
        overflow-y: scroll;
    }

}
