/* Default Codes of SRS-Soft | Start: */
*{
    margin: 0;
    padding: 0;
}
.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;
}
.main-container{
    width: 100%;
}
.container {
    margin-left: 265px;
    padding: 20px;
    max-width: 100%;
    min-width: 275px;
}
.wrap{
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
a{
    cursor: pointer;
}
.link{
    text-decoration: none;
    color: #8b81f1;
    display: inline;
    font-weight: 600;
    cursor: pointer;
}
.circle{
    border-radius: 50%;
    text-align: center;
}
.border-bottom{
    border-bottom: 1px solid #ddd;
}
.shadow {
    box-shadow: 1px 1px 2px 0px #00000027;
}
.relative{
    position: relative;
}
.fixed{
    position: fixed;
}
.flex{
    display: flex;
}
/* 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;
}
.flex-justify-start{
    display: flex;
    justify-content: flex-start;
}
.flex-justify-center{
    display: flex;
    justify-content: center;    
}
ul{
    list-style: none;
}
.inline-block ul li{
    display: inline-block;
}
.flex-justify-space-between{
    display: flex;
    justify-content: space-between;
}
.flex-content-center{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.flex-space-evenly{
    justify-content: space-evenly;
}
/* form design end*/
.tooltip {
    position: relative;
    display: inline-block;
    transition: 0.6s; 
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    opacity: 0;
    width: 85px;
    background-color: rgba(0, 0, 0, 0.474);
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0 !important;
    position: absolute !important;
    z-index: 1 !important;
    top: 118% !important;
    left: 80% !important;
    margin-left: -60px !important;
    margin-top: 0 !important;
    font-size: 12px !important;
    box-shadow: 1px 1px 2px 0px #00000081;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.474) transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transition: 0.6s; 
  }
/* Default Codes of SRS-Soft | End */


/* Custom Codes for pages | Start: */
body{
    background: #f0f2f5;
}
.header{
    background: #fff;
    margin-top: -5px;
    position: sticky;
}
.logo {
    font-size: 34px;
    background: #007bff;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
    font-weight: 600;
    margin-top: 12px;
    margin-left: 20px;
    margin-right: 16px;
    margin-bottom: 8px;
}
.searchbar input{
    width: 180px;
    margin-top: 13px;
    border-radius: 25px;
    font-size: 16px;
    padding-left: 30px;
    background: #f0f2f5;
    border-color: #ddd;
}
.header-menu .fa{
    font-size: 40px;
    margin-top: 10px;
    color: #61636580;
}
/* .header-profile i{
    position: relative;
    top: 20px;
} */
.header-profile{
    margin-right: 20px;
}
.header-profile .fa:hover{
    background: #d8dadfc9;
}
.header-profile .fa{
    font-size: 25px;
    margin-top: 10px;
    background: #d8dadf7a;
    width: 45px;
    height: 45px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
}
.header-menu ul li a:hover{
    border-radius: 5px;
    background: #f2f2f2;
    padding-top: 23px;
    margin-top: -23px;
}
.header-menu ul li a .active-menu{    
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 7px;
    border-bottom: 4px solid #007bff;
    margin: -30px;
    color: #007bff;
}
.header-menu ul li a{
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
}
.header-profile{
    margin-left: 10%;
}
/* Custom Codes for pages | End */