#content {
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px !important;
    }
}

.container {
    width: 1400px !important;
}
.navbar {
    padding: 18px 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
    background: #ff5c00;
}
.one {
    min-width: 200px;
    width: 200px;
    display: flex;
    align-items: center;
}
.uname {
    display: flex;
    align-items: center;
    padding-right: 12px;
}
.uname span {
    display: flex;
    align-items: center;
}
.uname span label {
    margin-bottom: 0;
}
#sidebarCollapse {
    border: 2px solid #ffffff;
    border-radius: 20%;
    cursor: pointer;
    margin-right: 20px;
}
.uname span {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}
.one .fa {
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255) !important;
    display: flex !important;
    font-size: 24px !important;
    background: var(--orange);
    border-radius: 50%;
}
/******sidebar css*****/
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 10;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #ff5c00;
    overflow-x: hidden;
    transition: all 0.3s;
    padding-top: 60px;
}
.sidelogo {
    padding: 15px 15px;
    position: absolute;
    top: 0;
    width: 100%;
}
.closebtn {
    color: #fff;
    font-size: 2rem;
}
.sidepanel .navmenu {
    padding: 20px;
    font-size: 1em;
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.sidepanel .navmenu img {
    margin-right: 25px;
}
.main {
    width: 250px !important;
    margin-top: 20px;
}
.search-part {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 13px 0px #0000001B;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.dash-content .dash-graphone {
    width: 49%;
    background: #ffffff;
    height: 500px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 13px 0px #0000001C;
    border-radius: 10px;
}
.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dash-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.navbar-container h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}
.main-wrapper {
    height: calc(100vh - 56px);
    overflow: auto;
    margin-top: 0;
    padding: 10px 0 0 0;
    background: #F0F1F3;
}
a {
    text-decoration: none;
    color: #2f2d2d;
    font-size: 14px;
    font-weight: 600;
}
.graph-header {
    font-size: 22px;
    font-weight:600;
    background: #F7F7F7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 30px;
}
.graph-header p {
    margin-bottom: 0;
    font-weight: bold;
}
.graph {
    max-width:100%;
    max-height:400px;
    padding: 1px 2px;
}
.search-head {
    width: 43%;
}
.search-part button {
    width: 10%;
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding: 6px;
    border-radius: 7px;
    cursor: pointer;
}
#btnclear {
    width: 10%;
    background: #0c2e4a;
    border: 1px solid #0c2e4a;
    padding: 6px;
    border-radius: 7px;
    cursor: pointer;
    color: #ffffff;
}
.search-head label {
    font-weight: 600;
}
nav.navbar {
    z-index: 99;
    height: 80px;
}
.straightline {
    display: block;
    padding: 0 12px;
}
i.fa.fa-cog {
    cursor: pointer;
}
.dropdown-toggle::after {
    display: none !important;
}
.dropdown-menu {
    right: 0;
    left: initial !important;
}

.graph-map {
    display: flex; 
    justify-content: space-between; 
}

.left, .right {
    flex: 1;
}

/*#loader-container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999999 !important;
    text-align: center;
}

.loader {
    position: relative;
    top: 40%;
    left: 49%;
    text-align: center;
    border: 4px solid #e8e8e8;
    border-radius: 50%;
    border-top: 4px solid #F25822;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}*/
