body {
    background-color: cadetblue;
}

.settings {
    height: 73px;
    background-repeat: no-repeat;
    width: 250px;
    margin: 0px;
    text-align: center;
    font-size: 20px;
    font-family: 'Strait', sans-serif;
}


/* ScrolBar  */

.scrollbar {
    height: 90%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.scrollbar:hover {
    height: 85%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}


/* Scrollbar Style */

#style-1::-webkit-scrollbar-track {
    border-radius: 2px;
}

#style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a27ce6;
    
}


/* Scrollbar End */

.fa-lg {
    font-size: 1em;
}

.sidebar .fa {
    position: relative;
    display: table-cell;
    
    width: 1px;
    font-size: 20px;
    vertical-align: middle;
    color: #a27ce6;
}
.sidebar .icon_outer{
    width: 80px;
    float: left;
    padding: 15px 12px 0px 28px;
}
.submenu .icon_outer{
    width: 35px !important;
    float: left;
    padding: 15px 15px 0px 44px !important;
}
.submenu .manu_link{
    padding: 12px 0px 0px 0px !important;
    width: 300px !important;
    float: left;
}
.sidebar .manu_link{
    padding: 12px 0px 0px 0px;
    width: 260px;
    float: left;
}
.sidebar .menuend{
    width: 10px;
    float: left;
    padding: 12px 0px 0px 0px !important;
}
.main-menu li:hover>a .fa{
    color: #ffffff !important;
}

nav.main-menu li.active>a>.fa{
 color: #fff !important;
}

.fa-profile {
    position: relative;
    display: flex;
    width: 55px;
    height: 36px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.main-menu:hover,
nav.main-menu.expanded {
    /* width: 250px; */
    width: 360px;
    overflow: hidden;
    opacity: 1;
}

.main-menu {
    background: #fff;
    position: absolute;
    top: 60px;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 80px;
    overflow: hidden;
    /* -webkit-transition: width .2s linear; */
    /* transition: width .2s linear; */
    /* -webkit-transform: translateZ(0) scale(1, 1); */
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
    opacity: 1;
    z-index: 999;
    /* transition-timing-function: ease-in; */
    /* transition: 0.2s; */
    transition: 0.2s;
    left: 0;
}

.main-menu>ul {
    margin: 7px 0;
}

.main-menu li {
    position: relative;
    display: block;
    /* width: 250px; */
    width: 360px;
    /* padding: 2% 0%; */
}

.main-menu li>a {
    position: relative;
    /* width: 255px; */
    width: 100%;
    height: 45px;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #8a8a8a;
    font-size: 13px;
    text-decoration: none;
    /* -webkit-transform: translateZ(0) scale(1, 1); */
    /* -webkit-transition: all .14s linear; */
    /* transition: all .14s linear; */
    font-family: 'Strait', sans-serif;
    border-top: 1px solid #f2f2f2;
    /* text-shadow: 1px 1px 1px #fff; */
}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 55px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Titillium Web', sans-serif;
}


/* .main-menu .share {} */

.main-menu .fb-like {
    left: 180px;
    position: absolute;
    top: 15px;
}

.main-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

a:hover,
a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav ul,
nav li {
    outline: 0;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}


/* Darker element side menu Start*/

.darkerli {
    background-color: #ededed;
    text-transform: capitalize;
}

.darkerlishadow {
    background-color: #ededed;
    text-transform: capitalize;
    -webkit-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
    box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
}

.darkerlishadowdown {
    background-color: #ededed;
    text-transform: capitalize;
    -webkit-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
    box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
}

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    /* padding-left: 0.5rem; */
    padding-right: 1rem;
}

.submenu i{
    padding-left: 4%;   
}




/* Darker element side menu End*/

.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: #a27ce6;
    text-shadow: 0px 0px 0px;
}

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}

.kt-headpanel {
    left: 0px;
}

.kt-mainpanel {
    margin-left: 80px;
    padding: 2%;
}

.nav-search {
    display: none;
}

.rotate{
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.rotate.down{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.input-group-btn:not(:first-child)>.btn:hover .fa{
 color: #fff;
}

.nav-search-small {
    padding: 12px 20px;
    border: 1px solid #ced4da;
    margin: 13px 10%;
    display: flex;
    border-radius: 8px;
}

.top-8 {
    top: 8px !important;
}

.kt-logo {
    padding: 0 10px
}

.kt-headpanel {
    padding: 0px 15px 0px 70px;
}

.icon-big {
    font-size: 22px;
}

.icon-small {
    font-size: 20px;
}


/* -------------------------------------------- */

.header {
    -webkit-box-shadow: 10px 1px 9px 0px #c1c1c1;
    border-bottom: 1px solid #f3f3f3;
    background-color: #fff;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}

.headertitle {
    font-weight: 600;
    color: #EF292E;
    font-size: 1.75rem;
    text-align: center;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerdatetime {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-profile {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* search  */

.search-txt {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 0%;
}

.search-btn {
    padding: 10%;
    min-width: 55px;
}

.search-btn:hover {
    background-color: #a27ce6 !important;
    color: #fff !important;
}

.search-btn .fa-search:hover{
    color: #e2e2e2 !important;
}

.search-fafa {
    top: 7px;
}


/* dropdown */

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s ease all;
    width: 100%;
}

.dropdown a {
    cursor: pointer;
    text-decoration: none;
}

.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
    padding: 0%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;

    left:-23px !important;
}

.signout-drop {
    background-color: #e91e63;
    color: #fff !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.signout-drop:hover {
    /* background-color: #e91e63; */
    color: #e91e63 !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.profile-drop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #8a8a8a;
}

.dropdown-item {
    padding: 0.25rem 0.5rem;
}