*{
    margin: 0 auto;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    transition: 0.05s;
}
.dark-layout{
    background-color: #161d31 !important;
    color: #fff;
}
.pointer{
    cursor: pointer;
}

.clearFix::after{
    content: "";
    clear: both;
    display: block;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align:right;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.container {
    margin-left: 265px;
    padding: 20px;
    max-width: 100%;
    min-width: 275px;
}
.wrap{
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}


.header{
    padding-top: 100px;
}
body{
    background: #f8f8f8;
}
a{
    cursor: pointer;
}
.link{
    text-decoration: none;
    color: #8b81f1;
    display: inline;
    font-weight: 600;
    cursor: pointer;
}


.menu{
    padding-left: 23px;
    padding-right: 20px;
    padding-top: 5px;
    width: 217px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    box-shadow: 1px 2px 11px 1px #dddddd85;
    z-index: 10;
}
.dark-layout .menu{
    box-shadow: 1px 2px 11px 1px #00000085;
    background-color: #283046!important;
    color: #ddd !important;
}
.dark-layout .menu a{
    color: #ddd !important;
}
/* self-care */
.self-care{
    cursor: pointer;
}
.menu img{
    max-width: 200px !important;
    margin-bottom: 20px;
}
a{
    text-decoration: none;
    color: #625f6e;
    font-weight: 500;
    line-height: 1.45;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    display: block;
}
span i{
    width: 25px;
}
ul{
    list-style: none;
    display: block;
    list-style: none;
}
.menu li a:hover{
    padding-left: 20px;
    transition: 0.6s;
}
.menu ul li ul li{
    display: block;
}
.menu ul li ul li a{
    text-decoration: none;
}
.menu li a:hover{
    background: #9289f4;
    color: #fff;
}
.hide{
    display: none;
}

.header{
    position: relative;
}
.header-profile {
    position: fixed;
    right: 20px;
    top: 20px;
    left: 285px;
    background: rgba(255, 255, 255, 0.929);
    padding: 10px;
    border-radius: 4px;
    min-width: 494px;
    z-index: 10;
}
.dark-layout .header-profile{
    background-color: #283046!important;
    color: #ddd !important;
}
.shadow{
    box-shadow: 1px 1px 7px 0px rgb(0 27 249 / 21%);
}
.shadow_h:hover{
    transition: 0.3s;
    box-shadow: rgb(1 0 249 / 57%) 4px 4px 18px 0px;
}
.dark-layout .shadow{
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.21);
}
.btn-daynight{
    display: inline;
    margin: 10px;
    float: left;
}
.header-profile .fas{
    font-size: 22px;
}
.profile-data{
    width: 205px;
    text-align: right;
    display: relative;
}
.username-id{
    margin-right: 50px;
    padding-top: 7px;
}
.profile-data .fa-bell{
    display: inline;
    width: 20px;
    position: absolute;
    right: 250px;
    top: 20px;
    font-size: 22px;
}
.profile-data h5{
    display: block;
}
.fa-bell{
    width: 20px;
}


/* profile-menu */
.profile-data ul{
    position: absolute;
    background: #fff;
    border-radius: 5px;
    top: 110%;
    text-align: left;
    display: none;
}
.profile-data ul a{
    padding: 10px 20px;
}
.profile-data ul.show-profile-menu{
    position: absolute;
    background: #fff;
    border-radius: 5px;
    top: 110%;
    text-align: left;
    display: block !important;
}
ul.show-profile-menu li a:hover{
    background: #ededfd;
    color: #7b70f1;
}
ul.show-profile-menu li hr{
    color: #ddd;
}

/* profile-photo */
.profile-photo{
    position: absolute;
    right: 10px;
    bottom: 12px;
    background: #eeedfd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #7367f0;
}
.fa-user-clock{
    display: block;
    padding-top: 10px;
}
.profile-data p{
    font-size: 12px;
}

/* title-page-info */
/* .title-page-info{} */
.title-page-info h1{
    font-weight: normal;
    display: inline;
}
.title-page-info h1::after{
    content: " | ";
    color: darkgray;
    font-weight: 100;
}

/* form design start*/
.form-control{
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
}
.form-controller:focus{
    border: 1px solid rgb(171, 171, 171);
}
level{
    font-size: 12px;
    display: block;
    padding: 5px 0;
}
/* form design end*/

/* dashboard-cover */
/* .dashboard-cover{} */
.cover-img {
    background: #fff;
    border-radius: 5px;
    display: block;
}
.dark-layout .cover-img{
    background-color: #283046!important;
    color: #ddd !important;
}
.cover-img img {
    max-width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    background-size: 100%;
}
/* profile */
.profile {
    position: relative;
    top: -100px;
    left: 20px;
    margin-bottom: -100px;
}
.photo {
    padding:  5px 5px 2px 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 7px 0px #00000014;  
    /* width: 6.92rem; */
    /* height: auto; */
}
/* .photo img{} */
.name-designation {
    color: white;
    padding: 34px 7px;
}
/* user-menu */
.user-menu {
    display: block;
    border-bottom: 1px solid #ddd;
    width: 85%;
    margin-top: -100px;
}
.user-menu ul{
    display: block;
    margin-left: 0;
}
.user-menu ul li{
    display: inline-block;
    padding-right: 30px;
}
/* .user-menu ul li a{} */
.user-menu .active{
    background: #7367f0;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* view-result */
.view-result{
    padding: 20px;
    width: 80%;
    display: block;
    margin-top: -20px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.dark-layout .view-result{
    color: #b4b7bd !important;
}
.view-result table, tr, th,td{
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    color: #6e6b7b;
}
.view-result th{
    text-align: left;
    display: block;
}
.view-result td{
    width: 30%;
}

/* supervisor */
/* #supervisor{} */
/* supervisor-img */
/* .supervisor-img img{} */
.supervisor-img{
    margin-right: 200px;
    padding: 5px 5px 2px 5px;
    margin-bottom: 20px;
}

/* Official */
#Official  tr, #Official td{
    border: 1px solid #6e6b90;
    border-collapse: collapse;
    padding: 10px;
    font-weight: 600;
}
.dark-layout #Official  tr, .dark-layout  #Official td{
    border: 1px solid #3b4253;
    color: #b4b7bd;
}

/* footer */
.footer p{
    font-size: 14px;
    color: #6e6b7b;
    font-weight: 600;
    display: inline-block;
}



/* Page-name: login */
.login-page-width{
    width: 100%;
}
.login-header{
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 10;
}
.login-bg{
    width: 50%;
    margin-left: 50px;
    margin-right: 450px;
}
.login-bg img{
    width: 100%;
}
.login-area{
    background: #fff;
    width: 450px;
    padding: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.login-box{
    margin-right: 30px;
    padding: 0;
}
.wc-header h3, .wc-header p{
    line-height: 50px;
}
.btn{
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 5px;
    background: #7367f0;
    border: none;
}
.submit{
    color: #fff;
}
