#content {
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
}
.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;
}
.bd-part div:nth-child(2) {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
#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: 0;
    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;
}
.detail-report .dash-graphone {
    background: #ffffff;
    height: 300px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 13px 0px #0000001C;
    border-radius: 10px;
}
.detail-report {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.main-wrapper {
    height: calc(100vh - 125px);
    overflow: auto;
    margin-top: 0;
    padding: 35px 0 0 0;
    background: #F0F1F3;
}
.graph-header {
    background: #F7F7F7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 20px;
}
.graph-header p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}
.graph {
    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;
}
.search-head label {
    font-weight: 500;
}
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;
}


.report-wrapper {
    display: flex;
    justify-content: start;
    align-items: start;
    background: #ffffff;
    margin-bottom: 50px;
}
.report-left {
    width: 300px;
    background: #F5F7F9;
    height: 100%;
    padding: 15px 20px;
}
.report-right {
    width: calc(100vw - 300px);
    height: 100%;
}
.reprt-head label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
}
.reprt-head {
    margin-bottom: 8px;
}
select.form-select {
    height: 30px;
    font-size: 13px;
}
.filter p {
    margin-bottom: 0.3rem;
    font-size: 14px;
}
.filter p:first-child {
    font-weight: 500;
}
.clearall {
    background: #0075BC;
    border: 1px solid #0075BC;
    color: #ffffff;
    width: 100%;
    border-radius: 5px;
    margin: 10px 0 30px 0;
    padding: 5px;
}
.download-graph button {
    border: 1px solid #FF6400;
    color: #FF6400;
    border-radius: 4px;
    background: transparent;
    padding: 5px 20px;
}
.download-graph button .fa {
    padding-right: 5px;
}
.breadscrum span.bd-color {
    color: #055383;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.breadscrum span {
    font-size: 14px;
}
.bd-part div {
    width: 32%;
}
.bd-part div:nth-child(2) {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.bd-part {
    padding: 10px 0;
}
.filter p:nth-child(2) {
    color: #0072CE;
    cursor: pointer;
}
.dash-graphone.done {
    width: 30%;
}
.dash-graphone.dtwo {
    width: 69%;
}
.dash-graphone.dthree {
    width: 100%;
}

