﻿:root {
    --main-color: #E16123;
    --main-color-dark: #d05a20;
}

body { padding-left: 0px; margin: 0px; height: 100%; overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-size: cover;}
.view-left-menu{  width:260px; margin-top:15px; }
.view-left-menu ul{ list-style:none; padding:0px; margin:0px; margin-left:3px; position:relative;  }
.view-left-menu > ul > li > div{ display:flex; vertical-align:central; align-items:center; }
.view-left-menu > ul > li > div span{ font-size:12px; letter-spacing:-0.5px; line-height:30px; width:100%; display:inline-block; opacity:0.7; }
    .view-left-menu > ul > li > div i {
        margin-left: 15px;
        width: 50px;
        margin-right: 30px;
        transition: all 0.3s;
        opacity: 0.5;
        font-size: 16px;
        text-align: center;
    }.view-left-menu > ul > li > ul{ margin-left:35px; margin-top:-5px; padding-left:45px; border-left:1px solid #e2e2e2; }
.view-left-menu ul li li div{ display:flex; align-items:center; }
.view-left-menu > ul > li ul span{ line-height:30px; width:100%; }
.view-left-menu > ul > li > ul ul{ padding-left:15px; border-left:1px solid #e2e2e2; }
.view-left-menu ul li div{ cursor:pointer;transition:all 0.2s; opacity:0.7; margin-bottom: 5px; }
.view-left-menu ul li div:hover{ opacity:1; }
.view-left-menu div:hover > i{  opacity:1 !important; }
.view-left-menu div:hover > span{ opacity:1 !important; }
.view-left-menu ul li ul { display:none; overflow:hidden; transition:all 0.3s; }
.view-left-menu-selected{   opacity:1 !important; font-weight:600 }
.view-left-menu-selected span{   opacity:1 !important; }
.view-left-menu-selected i:first-child{ opacity:1;   }
.view-left-menu i.fabric-ChevronDownMed { font-size:10px; margin-right:5px }
.view-left-menu-logo{ cursor:pointer; width:220px; margin:20px 0 0 25px; height:30px; font-size:15px }
/*
.view-left-menu ul li div:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    transition: width 0.3s;
    height: 30px;
    left: 0px;
}
    */
 

.view-left-menu-selected::after {
    width:60px !important;

}

.menu-open .view-left-menu-selected::after {
    width:160px !important;
}

.view-left-top-menu.menu-open .view-left-menu > ul > li > div i {
    margin-right: 0px !important;
    margin-left: 10px !important;
}


.view-left-menu > ul > li > div::before {
    display: block;
    width: 10px;
    background-color: var(--main-color);
    height: 25px;
    content: '';
    position: absolute;
    border-radius: 10px;
    opacity: 0;
    margin-left: -15px;
    transition: all 0.3s;
     border: 1px solid rgba(255,255,255,0.8);
}
 

.view-left-menu > ul > li > div.view-left-menu-selected::before 
{
    opacity:1;
    margin-left: -10px !important;
}

 
.view-page {
    display: flex;
}
.view-left {
    box-sizing: border-box;
    font-size: 9pt;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: right top 40px;
    border-right: 1px solid rgba(0,0,0,0.1);
    background-size: 600px 1000px;
    transition: all 0.3s;
    width: 70px;
 }
.view-center { width:100%;  }


.view-user-online-False{ position:absolute;    z-index:2; border:2px solid  var(--main-color-dark);  top:6px; right:25px; background-color:red; border-radius:10px; width:10px; height:10px; }
.view-user-online-True{ position:absolute;    z-index:2; border:2px solid  var(--main-color-dark);  top:2px; right:25px; background-color:green; border-radius:10px; width:10px; height:10px; }

.view-user-online2-True {
    position: absolute;
    border: 3px solid #fff; 
    left: 100px;
    background-color: green;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    z-index:2;
}
.view-user-online2-False {
    position: absolute;
    border: 3px solid #fff;
    left: 100px;
    background-color: red;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.view-left-nav-pnl{ overflow-y:auto; overflow-x:hidden;}

.view-left-icon {
    background-color: var(--main-color);
    border-right: 1px solid rgba(0,0,0,0.1) !important;
    font-family: 'Arial Narrow';
    overflow: hidden;
    transition: all 0.3s;
    width: 70px;
    cursor: pointer;
    height: 45px;
    box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.15);
}
.view-left-icon > div{ display:inline-flex; opacity:0.9; margin-top:10px; }
.view-left-icon > div{ display:inline-flex; opacity:0.9; margin-top:10px; }
.view-left-icon-logo { margin-left:20px; margin-right:20px; margin-top:2px;  overflow:hidden; opacity:0.9;  }


.view-left-icon p {
    margin: 0 0 0 100px;
    text-transform: uppercase;
    padding: 0px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    transition: all 0.3s;
    font-family: 'Roboto';
}


.view-left-icon.open p {
    margin: 0 0 0 -15px !important;
}

.view-left-icon span{ display:block; font-weight:900; font-size:11px; margin-top:-3px; width:200px; }

.view-header-left { padding-left:20px; display:inline-flex; align-items:center; width:100%; color:#fff;  }

.view-header {
    background-size: 100% 45px;
    display: flex;
    height: 45px;
    background-color: var(--main-color);
    width: 100%;
    box-sizing: border-box;
 }
.view-header > div{   }

.view-header-center{ display:inline-flex; align-items:center; }
.view-search-bar { background-color:rgba(0,0,0,0.1); margin-top:0px; z-index:95;  display:inline-flex;  overflow:hidden;  margin-left:auto; margin-right:10px; border-radius:3px;  }
.view-search-bar-input input {  width: 50px; color:#fff; line-height:22px;  height:22px;   padding-bottom:5px; padding-left:10px;   border: 0px; background-color: transparent; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition:all 0.3s; }
.view-search-bar-input input::placeholder { color:#ffffff98; font-size:11px; }
.view-search-bar-input input:active { background-color:var(--color-dark); width:150px;  }     
.view-search-bar-input input:focus { background-color:var(--color-dark); width:150px;  }
.view-search-bar:focus-within {  }
.view-search-bar-icon { cursor: pointer; color:#fff; opacity:0.7; transition: all 0.3s;   display: flex; align-items: center;  }
.view-search-bar-icon:hover { opacity:1;  }

.view-search-bar-icon i{ font-size:11px; opacity:0.8;   }
.view-search-bar-icon:hover > i{ opacity:1;  }
.view-search-bar-icon i.fabric-ChevronDown{ font-size:10px; margin-left:5px; }
.view-search-bar-button { font-size: 14px; opacity:0.5; font-weight:bold;  color:#fff;  cursor:pointer; transition:all 0.3s;  overflow:hidden; display:inline-block; line-height:25px; width:25px; align-items:center; text-align:center; }
.view-search-bar-button:hover { background-color:rgba(255,255,255,0.15) !important; opacity:0.8; color:#fff;  }
.view-search-bar-button i {    }
.view-search-bar-button span{ display:inline-block; margin-left:10px; }
.view-search-bar-panel{      margin-top: 40px !important;  position:absolute; right:200px;  width: 420px !important; }
.view-search-bar-panel #vw-search-items{  overflow:auto; }

.view-error-panel{  padding:50px; height:100px; text-align:center;  font-size:16px; color:orange; }
.view-error-panel i { font-size: 70px;  opacity: 0.5; display: block; margin-bottom:20px; }
.view-search-bar-search{ overflow:hidden;  height:25px;  padding-left: 10px;  transition:all 0.3s; }
.view-search-bar-search div.view-search-bar-icon{ overflow:hidden;  display:inline-flex; align-items:center; }
.view-search-bar-search-on{ }
.view-search-bar-search-on div.view-search-bar-icon{    }

.view-header-buttons-browser {
     transition: all 0.1s;
    position: relative;
    height: 25px;  
 }

.view-header-buttons-browser > div{
   
}
.view-header-buttons-browser li{ width:25px !important; font-size:14px !important; }
.view-header-buttons-browser li i{  font-size:12px !important; }
 
.view-search-bar-btn {
    height: 25px;
}
 

 

.view-logo{ display:inline-flex; width:85px; height:25px; background-repeat:no-repeat; }
.view-breadcrumb{ height:25px; display:inline-flex; align-items:center;  }
.view-breadcrumb > i { font-size:10px; opacity:0.5;  }
.view-breadcrumb div { display:inline-flex; align-items:center; }
.view-breadcrumb div:not(:first-child) {  padding-left:10px; }
.view-breadcrumb div i { padding-left:10px; padding-right:10px; font-size:10px; opacity:0.5;  }
.view-breadcrumb span {  display: inline-block;  font-size: 15px;  font-weight: 600; opacity:0.7;   }
.view-breadcrumb div span:last-child {   font-weight: 600; opacity:1; }
/*.view-logo{ display:inline-flex; width:140px; height:45px; margin-top:25px; margin-left:25px; background-size:145px; margin-bottom:20px; background-repeat:no-repeat; }*/
.view-header-right {  display: flex; align-items:center; }

.view-header-top-menu{ font-size:12px;  }
.view-header-top-menu ul { list-style:none; padding:0px; margin:0px }
.view-header-top-menu > ul { display:flex !important; align-items:center;  }
.view-header-top-menu > ul > li div{ line-height:25px;white-space: nowrap; overflow: hidden; opacity:0.8; padding-left:5px;  border-radius:3px; cursor:pointer; padding-right:5px; transition:all 0.3s; }
.view-header-top-menu > ul > li div span{ white-space: nowrap; overflow: hidden; }
.view-header-top-menu > ul > li div:hover{ background-color:rgba(0,0,0,0.1); opacity:1; }
.view-header-top-menu div > i{ font-size:10px; margin-left:8px; }
.view-breadcrumb-top-menu { display:inline-flex; align-items:center; }
.view-breadcrumb-top-menu i{ margin-left:10px; font-size:12px; opacity:0.6; margin-right:5px; }
.view-header-top-menu ul ul{ position:absolute; width:200px;  display:none; top:40px; margin-left:-5px; border-radius:3px;  background-color:var(--main-color-dark); z-index:9;  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.view-header-top-menu ul li{  position:relative; }
.view-header-top-menu > ul > li{ line-height:55px; height:55px; margin-left:5px; display:flex; align-items:center; }
.view-header-top-menu ul ul li{ padding:0px 5px 0 5px;  }
.view-header-top-menu ul ul li:first-child{ padding:5px; }
.view-header-top-menu ul ul li:last-child{ padding:5px; }
.view-header-top-menu li:hover > ul{ display:inline-block !important;  }
.view-header-top-menu li ul ul{ margin-left:190px !important; margin-top:-45px }
.view-header-top-menu li div.view-top-menu-selected{ background-color:rgba(0,0,0,0.1); opacity:1;  }
.view-breadcrumb-top-menu > div {  white-space: nowrap; letter-spacing:0px;  overflow: hidden; }

.view-header-chev {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    font-size: 7px;
    text-align: center;
    padding: 0px !important;
    color: #fff !important;
    background-color: var(--main-color);
    display: inline-block;
    position: absolute;
    margin-left: -9px;
    margin-top: 14px;
    transition: all 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
    .view-header-chev:hover {
        transform: scale(1.2);
        border: 1px solid rgba(0, 0, 0, 0.35);
    }

.view-header-buttons {
    list-style: none;
    overflow: hidden;
    padding: 0px;
    margin: 0;
    display: inline-flex;
}
.view-header-buttons li {background-size:cover; box-sizing:border-box; cursor:pointer; color:#fff;  width:30px; height:25px; line-height:25px; border-radius: 3px; text-align:center; margin-right:3px !important; font-size:18px; transition:all 0.3s; }
.view-header-buttons li.view-avatar {  }
.view-header-buttons li.view-avatar:hover { transform:scale(1.1) }
.view-header-buttons li i{ opacity:0.6; font-size:16px; }
.view-header-buttons li:hover { background-color:rgba(0,0,0,0.2);  color:#fff;   }
.view-header-buttons li:hover i{  opacity:1; }
.view-header-noti {
    display: block;
    font-size: 9px;
    padding:1px;
    display: none;
    border: 2px solid var(--main-color-dark);
    width: 14px !important;
    position: absolute;
    margin-top: -35px;
    margin-left: -5px;
    background-color: #fff;
    border-radius: 20px;
    height: 14px !important;
    color: var(--main-color);
    line-height: 14px;
    font-weight: 700;
}


.view-header-buttons li:last-child{ margin-right:10px; font-size:16px !important; }
 
.view-shadowbg{ background-color:rgba(0,0,0,0.4); opacity:0; transition:opacity 0.3s; display:none; width:100%; height:100%; position:fixed; top:0px; left:0px;  z-index:94; }
.view-right-panel{right:-500px;  transition:all 0.3s; box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;background-color:#fff; width:300px; position:fixed; z-index:9998; top:0px; height:100%; }
.view-right-panel-close{ cursor:pointer; display:inline-block; padding:20px; font-size:18px; opacity:0.5;   }
.view-right-panel-close:hover{  opacity:1;   }
.view-right-panel-ul { list-style:none; padding:0px; margin:0px; }
.view-right-panel-ul li{ transition:all 0.3s; cursor:pointer; padding:14px; font-size:15px;  padding-left:20px; display:flex; align-items:center;  }
.view-right-panel-ul li:not(:last-child){  border-bottom:1px solid #eeeeee; }
.view-right-panel-ul li i { opacity:0.6; width:25px; display:inline-block;   }
.view-right-panel-ul li:hover { background-color:#f8f8f8; color:var(--main-color);   }
.view-right-panel-content { height:calc(100% - 65px) }


.view-user-panel-icon{ margin-left:calc(50% - 60px); background-size:cover; cursor:pointer; border-radius:120px;  width:120px; height:120px; box-shadow: 0 0 2px 1px #e2e2e2; border:5px solid #fff; transition:all 0.3s; line-height:120px; text-align:center; color:#aeaeae; font-size:40px; }
.view-user-panel-icon:hover { transform:scale(1.05);  }
.view-user-panel-name{  padding:10px; text-align:center; font-size:15px; }
.view-avatar-remove{position: absolute;right: 60px;font-size: 18px; color:#ccc; display:none; }
.avatar-panel:hover a.view-avatar-remove{ display:block; }

.view-frame{ position:relative;  width:100%; overflow:hidden; height:calc(100% - 45px); }
.view-frame-shadow{   }
.view-frame iframe{ border:0px;  width:100%; height:100%; }

.view-frame-progress{ height:4px; z-index:1;  transition:all 0.3s; background-color:rgba(255,255,255,0.5); width:0px; position:absolute; top:46px; left:0px; z-index:1; }
 

.view-right-panel-tab{ border-bottom:1px solid #e2e2e2; box-sizing:border-box; height:37px; margin-bottom:5px; }
.view-right-panel-tab ul{ list-style:none;  display:flex;padding:0px; margin:0px; }
.view-right-panel-tab ul li{ flex:1 1; cursor:pointer; display:block; text-align:center; padding:10px; font-size:12px; font-weight:bold;  text-transform:uppercase; }
.view-right-panel-tab ul li.selected{ cursor:pointer; border-bottom:3px solid var(--main-color); color:var(--main-color); }
.view-right-panel-tab ul li:hover{  color:var(--main-color); }
.view-right-panel-tab ul li span{ display:inline-block; background-color:var(--main-color); color:#fff; border-radius:3px; margin-top:-10px; position:absolute; padding:0 3px 0 3px;  }

.view-right-panel-ul-list{ overflow:auto; height:calc(100% - 40px) }
.view-right-panel-ul-list ul { list-style:none; padding:0px; margin:0px; }
.view-right-panel-ul-list ul li{ flex:1 1; align-items:stretch; transition:all 0.3s; cursor:pointer;  opacity:0.7; margin-bottom:2px; font-size:13px;  display:flex;  justify-content:stretch;  }
.view-right-panel-ul-list ul li:not(:last-child){  border-bottom:1px solid #eeeeee; }
.view-right-panel-ul-list ul li i { opacity:0.6; width:25px; display:inline-block;   }
.view-right-panel-ul-list ul li:hover { background-color:#f8f8f8; opacity:1;  }
.view-right-panel-ul-list ul li:hover i { opacity:1; }
.view-right-panel-ul-list ul li p{ padding:0px; margin:0px; margin-bottom:5px; font-size:14px;  }
.view-right-panel-ul-list ul li span { display:block; margin-top:2px; font-size:13px; opacity:0.9; }
.view-right-panel-ul-list ul li div { padding:10px 5px 5px 5px; }

.view-right-panel-ul-list-action{  justify-content: center; cursor:pointer;  width:40px;   text-align:center; height:65px; display:flex; align-items:center;  }
.view-right-panel-ul-list-action:hover{ color:var(--main-color); background-color:#eeeeee }

.view-user-icon{ border-radius:5px; margin-left:10px; height:50px; width:50px; background-color:#fff; line-height:50px; text-align:center; font-size:1px; }


.view-right-panel-ul-list-read-true{ border-left:2px solid #ccc }
.view-right-panel-ul-list-read-false{ border-left:2px solid var(--main-color) }

.view-loading{ width:100%; height:200px; text-align:center; display:flex; align-items:center; display:none; }
.view-loading img{ width:50px; padding-top:90px   }

.view-progress{ display:none; width:100px; background-color:#fff;  margin-right:20px; padding:2px; height:5px; border-radius:8px; overflow:hidden; }
.view-progress div{  width:0px; height:5px;background-color:var(--main-color-dark); border-radius:5px;  transition:all 0.3s;}


.view-bubble {
    position: absolute;
    padding: 15px;
    background: var(--main-color);
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    display: none;
    transition: all 0.3s;
    opacity: 0;
    transform: translateY(10px);
}
.view-bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: var(--main-color) transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: -10px;
        left: calc(50% - 10px);
    }
.view-bubble-show {
    opacity: 1;
    transform: translateY(0px);
}
.view-bubble-hide {
    opacity: 0;
    transform: translateY(10px);
}


.view-login{ display:flex; width:100%; flex-direction:row; height:100%; }
.view-login > div{   }
.view-login-main{ width:50%; box-sizing:border-box; padding:30px;   }
.view-login-logo img{ width:130px; margin-bottom:40px; }
.view-login-image{ width:50%; position:relative;  background-size:cover; box-sizing:border-box; }
.view-login-image-bg{ width:100%; height:50%; position:absolute; bottom:0px;background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%); }
.view-login-image-bg2{ width:100%; height:100%; z-index:0; position:absolute; top:0px;background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%); }

.view-login-inputs{ display:flex;  align-content:center; align-items:center; height:calc(100% - 150px); width:100%; }
.view-login-inputs > div{ margin-left:auto; margin-right:auto; }
.view-login-inputs h1{ font-size:40px; padding:0px; margin:0px; font-family:Roboto; margin-bottom:5px; font-weight:300; letter-spacing:-3px;  }
.view-login-inputs h3{ font-size:14px; padding:0px; margin:0px; font-size:17px; margin-bottom:30px; padding-left:6px; font-family:Roboto; font-weight:300;  }
.view-login-inputs p{ display:block; font-size:15px; padding:0px; font-family:Roboto;margin:0px; margin-bottom:5px; }

.view-login-input{ margin-bottom:20px; }
  
.view-login-input span { display:block; color:red; margin-top:5px; }
.view-login-input input {   outline: none !important; font-size:14px !important;  font-weight:bold; display: inline-block; background-color:#fff; border-radius: 5px;  transition:all 0.3s; width:400px;  padding:15px;  box-sizing:border-box; border:2px solid #ccc; }
.view-login-input input:focus {outline: none !important; background-color:#fff; border: 2px solid #22B259;  }
.view-login-input input::placeholder { font-size:14px !important;   color:rgba(0,0,0,0.3);  }
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{  -webkit-box-shadow: 0 0 0 30px white inset !important; font-size:14px !important;   color:rgba(0,0,0,0.3); }

.view-login-btn{ margin-top:20px; cursor:pointer; background-color:var(--main-color); color:#fff !important; display:inline-block; padding:15px 20px 15px 20px !important; border-radius:5px; border:0px !important;  transition:all 0.3s;   }
.view-login-btn:hover{ background-color:var(--main-color-dark) !important; color:#fff !important;  }

.view-login-btns{ margin-top:40px; border-top:1px solid #e2e2e2; padding-top:30px; }
.view-login-btns a{ display:block; padding:5px 5px 5px 0; }
.view-login-btns a:hover{ color:#22B259;  }

.view-login-input-error { color:red;  }
.view-login-input-error input{ color:red !important; border-color:red !important  }

.view-login-content{ padding:100px; padding-top:30px; color:#fff; z-index:1; position:absolute;  }
.view-login-content ul{list-style:none; padding:0px; margin:0px; }
.view-login-content ul li:not(:first-child){ display:none; }
.view-login-content section{display:block; }
.view-login-content li span{display:block; margin-top:30px; }
       
.view-login-content > div{ display:flex; float:right; margin-top:70px; }
.view-login-content > div a{ margin-left:10px;  font-size:14px; transition:all 0.3s;   background-color:#fff;  text-align:center; height:30px; width:30px; line-height:30px; border-radius:30px; background-color:#fff }
.view-login-content > div a:hover{ transform:scale(1.2);   }
        
.view-login-content-more{ margin-left:-10px; box-shadow: rgba(0, 0, 0, 0.8) 0px 25px 20px -20px; transition:all 0.3s; background-color:#fff; display:inline-flex;  align-items:center; height:45px; line-height:45px; padding-left:20px; padding-right:20px; border-radius:40px; margin-top:60px; background-color:#fff; }
.view-login-content-more i{ font-size:27px; position:absolute; transition:all 0.3s;   }
.view-login-content-more:hover i{ margin-left:10px;   }
.view-login-content-more:hover{ box-shadow: rgba(0, 0, 0, 1) 0px 25px 20px -20px;  }
.view-login-content-more span{ display:inline-block; margin-left:45px;   }

.view-login-content-bottom{ position:absolute; margin:60px; bottom:0px; display:flex; width:calc(100% - 120px) }

    .view-login-content-bottom > a p { font-weight:600; font-size:16px; }
    .view-login-content-bottom > a {
        cursor: pointer;
        transition: all 0.3s;
        margin: 10px;
        border-radius: 5px;
        width: calc(50% - 20px);
        transition: all 0.3s;
        padding: 15px !important;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }


        .view-login-content-bottom > a:hover {
            transform: scale(1.05);
        }



.view-user-name-ddl .w-list { border-radius:0px !important; right:0px !important;  }
.view-user-name-ddl .w-list li {   padding-left:20px !important; }
.view-user-name-ddl { padding-left:10px; }
.view-user-name-ddl > .w-btn{ background-color:transparent !important; width:280px !important; }
.view-user-name-ddl > .w-btn > div { display:flex; align-items:center; width:100%;  }
.view-user-name-ddl > .w-btn > div > div{ margin-left:auto;margin-right:10px; }
    .view-user-name-ddl > .w-btn > div > span {
        font-size: 16px;
    
        width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.user-status{ padding-left:28px !important; }
.user-status::before{ width:15px; height:15px; border-radius:15px; margin-left:-20px; background-color:#e2e2e2; content:' '; display:inline-block; position:absolute;  }
.user-status.status-1::before{  background-color:#22B14C }
.user-status.status-2::before{  background-color:#F20025 }
.user-status.status-3::before{  background-color:#0D48E8 }
.user-status.status-4::before{  background-color:#E87C13 }
.user-status.status-5::before{  background-color:#FFC90E }