/* 
    Created on : 6 Apr, 2023, 11:40:14 PM
    Author     : Charan Putrevu
*/
body {
    font-family: 'Open Sans', Helvetica, sans-serif !important;
}
.flex-display {
    display: flex;
}
.flex-left-menu-item {
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 20px 0px;
    text-decoration: none;
}
.left-menu-label {
    color: white;
    font-size: 11px;
    text-align: center;
}
.flex-left-menu-item img {
    width: 40px;
    height: 40px;
}
.left-menu {
    background-color: #394249;
    border-radius: 10px 0px 0px 10px;
}
.right-menu {
    background-color: #f9f9f9;
    border-radius: 0px 10px 10px 0px;
    padding: 10px;
}
.section-items {
    list-style-type: none;
    padding-inline-start: 5px;
    padding-left: 5px;
}
.section-items li {
    margin-bottom: -10px;
    font-size: 13px;
}
.section-items li::before {
    content: '\2022';
    color: #51c0d4;
    font-size: 20px;
    margin-right: 5px;
}

.section-items li a {
    color: black;
    vertical-align: text-bottom;
}
.section {
    border-radius: 15px !important;
}
.section .panel-body h5 {
    margin-bottom: -13px !important;
    margin-top: 0px !important;
}
.right-menu .panel .panel-body{
    padding: 10px;
}
.data-container {
    box-shadow: 3px 6px 5px 1px lightgrey;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
}
.user-text {
    color: #51c0d4;
    text-align: right;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.header-bar {
    padding: 5px;
}
.user-icon {
    padding: 5px;
}
.user-icon img {
    width: 36px;
    height: 34px;
}
.admin-logo {
    height: 96px;
}
.admin-sections a {
    text-decoration: none !important;
}
.manage-applications-table {
    overflow-x: scroll;
    display: block;
}
#user_id {
    width: 100%;
}
