#loader-wrapper{
    display: none;
}
.bg-light-gray{
    background-color: #F2F3F7;
}
.container {
    max-width: 1272px;
}
.container-header{
    max-width: 100%;
}
.navbar-brand {
    padding-left: 30px;
}


/** start sidebar section  **/
.sidebar-main-block{
    width: 64px;
    height: 100vh;
    background-color: #0E0440;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidebar-close-icon{
    padding: 16px 16px 16px 20px;
    cursor: pointer;
}
.sidebar-logo{
    position: absolute;
    right: 0;
}
.smb-menu-block{
    padding-top: 40px;
}
.smb-mb-a{
    display: flex;
    display: -webkit-flex;
    padding: 12px 20px 12px 16px;
    border-left: 4px solid transparent;
}
.smb-mb-a:hover, .smb-mb-a.active{
    display: flex;
    display: -webkit-flex;
    padding: 12px 20px 12px 16px;
    background:rgba(60,132,242,0.05);
    border-left: 4px solid #DB1806;
    border-radius: 2px 0px 0px 2px;
}
.smb-mb-a-img{
    display: flex;
    display: -webkit-flex;
    padding: 0 20px 0 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    width: 24px;
    height: 24px;
}
.smb-mb-a-img.aimg1{
    background-image: url(../images/structure/sidebar-nav-gray1.svg);
}
.smb-mb-a-img.aimg1{
    background-image: url(../images/structure/sidebar-nav-gray1.svg);
}
.smb-mb-a:hover .smb-mb-a-img.aimg1, .smb-mb-a.active .smb-mb-a-img.aimg1{
    background-image: url(../images/structure/sidebar-nav-white1.svg);
}
.smb-mb-a-img.aimg2{
    background-image: url(../images/structure/sidebar-nav-gray2.svg);
}
.smb-mb-a:hover .smb-mb-a-img.aimg2, .smb-mb-a.active .smb-mb-a-img.aimg2{
    background-image: url(../images/structure/sidebar-nav-white2.svg);
}
.smb-mb-a-img.aimg3{
    background-image: url(../images/structure/sidebar-nav-gray3.svg);
}
.smb-mb-a:hover .smb-mb-a-img.aimg3, .smb-mb-a.active .smb-mb-a-img.aimg3{
    background-image: url(../images/structure/sidebar-nav-white3.svg);
}
.smb-mb-a-img.aimg4{
    background-image: url(../images/structure/sidebar-nav-gray4.svg);
}
.smb-mb-a:hover .smb-mb-a-img.aimg4, .smb-mb-a.active .smb-mb-a-img.aimg4{
    background-image: url(../images/structure/sidebar-nav-white4.svg);
}
.smb-mb-a-img.aimg5{
    background-image: url(../images/structure/sidebar-nav-gray5.svg);
}
.smb-mb-a:hover .smb-mb-a-img.aimg5, .smb-mb-a.active .smb-mb-a-img.aimg5{
    background-image: url(../images/structure/sidebar-nav-white5.svg);
}
.smb-mb-a-img.aimg6{
    background-image: url(../images/structure/sidebar-nav-gray6.svg);
}
.smb-mb-a:hover .smb-mb-a-img.aimg6, .smb-mb-a.active .smb-mb-a-img.aimg6{
    background-image: url(../images/structure/sidebar-nav-white6.svg);
}
/* .smb-mb-a-img path{
    fill: rgb(60, 132, 242);
    stroke: rgb(60, 132, 242);
    stroke-width: 0.4;
} */
/* .smb-mb-a:hover path, .smb-mb-a.active path{
    fill: rgb(255, 255, 255);
    stroke: rgb(255, 255, 255);
    stroke-width: 0.4;
} */
.smb-mb-a-text{
    display: none;
    width: 100%;
    padding-left: 12px;
    color: rgba(255,255,255,0.5);
    font-family:'Poppins-Medium';
}
.smb-mb-a:hover .smb-mb-a-text, .smb-mb-a.active .smb-mb-a-text{
    color: #fff;
}
/** start header section  **/
.header{
    position: fixed;
    height:60px;
    z-index: 1040;
    width: 100%;
    padding-top: 0rem;
    background:transparent;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    top: 0;
}
.navbar {
    padding: 10px 1rem;
}
.header-open-icon{
    padding-left: 4px;
    cursor: pointer;
}
.header-user-link{
    color: #363636;
    font-size: 14px;
    display: block;
    padding-left: 20px;
    border-left: 1px solid #E8E8E8;
}
.header-user-link-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.mid-wrapper{
    padding: 90px 15px 30px 79px;
}

.noevent {
    pointer-events: none;
}
.pointer {
    cursor: pointer;
}

.data-truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 30px;
    max-width: 700px;
}
/* abdul */
span.select2-selection.select2-selection--single {
    height: 36px !important;
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px !important;
}
.readmore { color: #DB1806 !important; }