.layui-disabled, .layui-disabled:hover {
    background: #fff !important;
}
.layui-icon-loading:before{
    content:''!important;
}

.tags-container {
    padding: 2px 10px 10px 10px;
    /*min-height: 55px;*/
}

.tags-container label {
    /*border: 1px dashed #e2e2e2;*/
    padding: 5px 8px 5px 5px;
    background: white;
}

.portal-block-container .commission-block-item {
    color: #000;
    padding: 15px 65px;
    position: relative;
    font-size: 46px;
    line-height: 46px;
}

.portal-block-container .commission-block-icon {
    font-size: 55px;
    position: absolute;
    left: 4%;
    top: 35%;
}

.widget-outline {
    height: 60px;
    padding: 20px;
    margin: 0 auto 0 auto;
    flex-basis: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.widget-outline .outline-left {
    margin-right: 30px;
}

.widget-outline .outline-left img {
    width: 58px;
    height: 58px;
}

.widget-outline .outline-right {
    flex-basis: 50%;
}

.widget-outline .item-name {
    color: #666666;
    font-size: 13px;
}

.widget-outline .item-value {
    color: #333333;
    font-size: 24px;
}
.layui-layout>.layui-side {
    top: 0;
    bottom: 0;
    width: 240px;
    z-index: 333;
    position: fixed;
    overflow: hidden;
    box-shadow: 1px 0 6px 1px rgb(0 21 41 / 35%);
    background-color: #20222A!important;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.layui-layout>.layui-header {
    left: 240px;
    right: 0;
    color: #333!important;
    height:65px!important;
    z-index: 222;
    position: absolute;
    box-sizing: content-box;
    background: #FFF!important;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.layui-layout>.layui-header>ul.layui-nav .layui-nav-item>a {
    height: 65px;
    padding: 0 18px;
    overflow: hidden;
    line-height: 65px;
}
.layui-layout>.layui-body {
    top: 0px;
    left: 240px;
    padding: 0;
    z-index: 111;
    background: #f8f8f8;
}
.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-header {
    top: 55px;
    left: 260px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid #fff!important;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    right: 0;
    height: 50px;
    z-index: 4;
    padding: 0 15px;
    position: fixed;
    background: #FFF;
    line-height: 50px;
}
.layui-layout>.layui-side .layui-logo {
    color: #FFF;
    width: auto;
    height: 55px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
    box-shadow: none!important;
    line-height: 55px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: 15px;
    padding-left: 20px;
    
    padding-bottom: 15px;
    
}

.layui-layout>.layui-side .layui-side-scroll {
    top: 96px;
    bottom: 0;
    width: 100%!important;
    height: 100%!important;
    overflow: auto;
    position: absolute;
}
.layui-layout>.layui-side .layui-side-scroll .layui-nav-tree {
    width: 240px;
    background: 0 0!important;
}

.layui-layout>.layui-side .layui-side-scroll .layui-nav-item a {
    height: 50px;
    display: block;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    color: #808191;
}

.layui-layout>.layui-side .layui-side-scroll .layui-nav-item dd.layui-this>a {
    color: #FFF;
    background: linear-gradient(to right, rgba(130, 122, 243, 1) 0%, rgba(180, 122, 243, 1) 100%);
    border-radius: 15px;
}

.layui-layout>.layui-side .layui-side-scroll .layui-nav-tree{
    padding: 0 15px;
}
.layui-nav-itemed>a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
    color: #374948!important;
    font-weight: 600;
    font-size: 16px;
}    


.layui-layout>.layui-side .layui-logo {
    color: #374948;
    width: auto;
    height: 45px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
    box-shadow: none!important;
    line-height: 45px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .5px;
}

.layui-layout-theme-white>.layui-layout-admin>.layui-body>.think-page-body>.layui-card:before {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    content: '';
    position: absolute;
    box-shadow: 0 1px 6px 1px rgb(0 21 41 / 0%);
}
.layui-layout-left-mini .layui-elip {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: none!important;
}
.layui-layout>.layui-side {
    top: 0;
    bottom: 0;
    width: 240px;
    z-index: 333;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 10%)!important;
    background-color: #fff!important;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.layui-nav-itemed>.layui-nav-child {
    display: block;
    background-color: rgba(0,0,0,0)!important;
}

.layui-layout>.layui-side .layui-side-scroll .layui-nav-item a:hover{
    color: #01bd8b;
    padding-left: 1.75rem;
}
.layui-layout>.layui-side .layui-side-scroll .layui-nav-item a .nav-icon {
    padding-right: 10px;
}
.iconfont {
    font-family: iconfont!important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layui-icon {
    font-family: layui-icon!important;
    font-size: 17px!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layui-layout>.layui-side .layui-side-scroll .layui-nav-item>a:hover {
    background-color:#efeefd!important;
}

.layui-layout>.layui-side .layui-side-scroll .layui-nav-item a {
    height: 50px;
    display: block;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    color: #808191;
    border-radius: 15px;
}
.layui-nav .layui-nav-item .layui-nav-more {
    right: 15px;
    font-size: 12px!important;
    font-weight: 500!important;
}

.layui-nav-tree .layui-nav-item>a:first-child {
    color: #374948!important;
    font-weight: 600;
    font-size: 16px;
}
.layui-layout>.layui-side .layui-logo .headtxt {
    font-size: 20px;
    font-weight: 700;
}
.layui-layout-left-mini>.layui-side, .layui-layout-left-mini>.layui-side .layui-nav-tree, .layui-layout-left-mini>.layui-side .layui-side-scroll, .layui-layout-left-mini>.layui-side .layui-side-scroll .layui-nav-tree {
    width: 55px;
    text-align: center;
}

.layui-layout-left-mini>.layui-side .layui-nav-item .layui-nav-child {
    padding: 0;
    display: block!important;
    background-color: rgba(0,0,0,0)!important;
}
.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-body>div>.layui-tab.layui-tab-card {
    border: none;
    box-shadow: 0px 0px 12px 0px rgb(120 146 141 / 0%);
    border-radius: 0px;
    overflow: hidden;
}

.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-body>.layui-card-html {
   
    min-width: 100%;
    position: absolute;
    box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 20px;
}

body{
    background: #f8f8f8;
}


.think-box-shadow {
    padding:5px 20px 20px 20px!important;
    background: #fff!important;
    box-shadow: 0px 0px 12px 0px rgb(120 146 141 / 0%)!important;
    border-radius: 15px;
}

.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-line {
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    position: absolute;
    box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 10%);
}

.shadow{
     box-shadow: 0px 0px 12px 0px rgb(120 146 141 / 6%);
    border-radius: 15px;
}
.layui-nav-child {
    /* display: none; */
    position: absolute;
    left: 0;
    top: 65px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 100;
    border-radius: 10px;
    white-space: nowrap;
}
.layui-layout>.layui-header .layui-nav-item .layui-nav-child {
    top: 72px;
    border: 0;
    padding: 0;
    line-height: 48px;
    border-radius: 10px;
}
.layui-layout>.layui-header .layui-nav-item>a {
    color: #495057!important;
    font-size: 15px!important;
    font-weight: 600;
}

.layui-layout>.layui-header .layui-nav-item>a span{
    font-size: 14px!important;
}
.layui-layout>.layui-header>ul.layui-nav.layui-layout-right .headimg {
    width: 28px;
    height: 28px;
}
.headimg {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: none no-repeat center center;
    vertical-align: middle;
    background-size: cover;
}
.layui-layout>.layui-header .layui-nav-item>a i{
    color:#01bd8b!important;
    font-size: 15px;
    font-weight: 500;
}
.layui-layout>.layui-header .layui-nav-item>a:hover {
    color: #000!important;
    background: rgba(0,0,0,.0)!important;
}

.layui-layout>.layui-header .layui-nav-item .layui-nav-child.layui-show+a.layui-elip {
    background: rgba(0,0,0,.0)!important;
}

.layui-layout>.layui-header .layui-nav-item .layui-nav-child dd a:hover {
    background: rgba(0,0,0,.0)!important;
    color: #01bd8b;
}
.layui-layout>.layui-header .layui-nav-item.layui-this>a {
    color: #01bd8b!important;
    background: rgba(0,0,0,.0)!important;
    /*border-bottom: 2px solid #01bd8b;*/
    font-weight: 600;

}

.layui-layout>.layui-header .layui-nav-item.layui-this>a:after{
    content: '';
    width: 18px;
    height: 3px;
    background: #01bd8b;
    position: absolute;
    left: 0vw;
    right: 0;
    border-radius: 50px;
    z-index: 2;
    margin: auto;
    bottom: 15px;
}

.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-body {
    top: 0!important;
    width: 100%;
    bottom: 0;
    padding: 0;
    z-index: 2;
    overflow: auto;
    position: absolute;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px 0px rgb(120 146 141 / 0%);
    border-radius: 15px;
    
}
.layui-tab-card {
    border-width: 0px;
    border-style: solid;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%);
}
.layui-card-body-in{
    margin:113px 27px 20px 27px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgb(120 146 141 / 6%);
     border-radius: 10px;
     overflow: hidden;
}

.layui-layout>.layui-header{
    width: calc(100% - 300px);
   
    border-radius: 10px;
    margin: 20px 27px 15px 27px;
    /*margin: auto;*/
    box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 10%);
    
}
.layui-layout>.layui-header .layui-nav-item {
    height: 65px;
    line-height: 65px;
}
.layui-card-header {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 0px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 18px;
    font-weight: 600;
}

.fixed-header{
    margin: 0!important;
    right: 0!important;
    border-radius: 0!important;
    width: calc(100% - 240px)!important;
    border-radius: 0;
    transition: all 0.45s ease 0s;
    box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 0%)!important;
}
.layui-tab-card>.layui-tab-title {
    background-color: #fff;
    /*border-bottom: 2px solid #f2edff;*/
}

.fixed-card-header{
    position: fixed;
    transition: all 0.45s ease 0s;
    top: 64px;
    left: 240px;
    box-sizing: border-box;
    border-top: 0px solid rgba(0,0,0,.1);
    border-bottom: 1px solid #fff!important;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    right: 0;
    height: 50px;
    z-index: 4;
    padding: 0 15px;
    position: fixed;
    background: #FFF;
    line-height: 50px;
    box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 10%);

}

.fixed-card-body-in {
    margin: 242px 27px 20px 27px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgb(120 146 141 / 6%);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.45s ease 0s;
}

.layui-tab-title {
    position: relative;
    left: 0;
    height: 45px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    transition: all .2s;
    -webkit-transition: all .2s;
    border-bottom: 1px solid #f2edff;
}

.layui-tab-title li {
    position: relative;
    line-height: 45px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}
.layui-tab-card>.layui-tab-title .layui-this:after {
    border-top: none;
    border-width: 0px;
    border-bottom-color: #fff;
}

.layui-tab-card>.layui-tab-title .layui-this {
    color: #01bd8b;
    position: relative;
    font-weight: 600;
}

.layui-tab-card>.layui-tab-title .layui-this:after {
    content: '';
    width: 18px;
    height: 3px;
    background: #01bd8b;
    position: absolute;
    left: 0vw;
    right: 0;
    border-radius: 50px;
    z-index: 2;
    margin:0 auto;
    top: 42px;
}
   
.layui-form{
    padding:0px 0 20px 0;
}

.form-search .layui-form-item {
    white-space: nowrap;
    margin-right: 8px;
    margin-bottom: 0px;
    border: 0px solid #EEE;
}

.form-search .layui-form-item .layui-input-inline input, .form-search .layui-form-item .layui-input-inline select {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
    border-width: 0;
}

.form-search .layui-form-item .layui-form-label {
    width: 86px!important;
    border: none;
    white-space: pre-wrap;
    /* word-wrap: break-word; */
    height: 45px!important;
    padding: 0 8px!important;
    line-height: 19px!important;
    border-right: 0px solid #EEE;
    margin-right: 0px;
    font-size: 13px;
    text-align: left!important;;
    /* white-space: pre-wrap; */
    display: flex;
    align-items: center;
    letter-spacing: .5px;
    
}

.layui-form-pane .layui-form-label{
    background: #fff;
}

.form-search .layui-form-item .layui-input-inline{
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #d7dbda;
    font-size: 14px;
    color: #a09e9e;
    border-radius: 8px;
    /*overflow: hidden;*/
    margin: 0 8px!important;
    width: 211px;
}

.form-search .layui-form-item .layui-input-inline input{
    border-radius: 8px;
}

.layui-form-select .layui-edge {
    top: 50%;
    width: unset;
    height: unset;
    border: none;
    color: #c2c2c2;
    margin-top: -7px;
    line-height: 15px;
    font-family: layui-icon!important;
    font-size: 13px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
}


.form-search .layui-btn {
    height: 39px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 39px;
    color: #fff;
    background-color: #01bd8b;
    border-color: #01bd8b;
    border-radius: 10px;
    font-weight: normal;
}

.layui-icon {
    font-family: layui-icon!important;
    font-size: 14px!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input{
    font-size: 13px;
}

.iq-unread{
    margin-bottom: 10px;
    border-bottom: 1px solid #eef0f4;
    border-left: 1px solid #eef0f4;
    border-right: 1px solid #eef0f4;
    /*width: 100%;*/

}



.activity-content-img {
    width: 5%;
    margin-right: 10px;
    border-radius: 5px;
    height: 100px;
    background-size: 100%;
}

.activity-content-img img {
    width: 100%;
}

.mail-card{
    display: flex;
    background-color: #e9edf3;
    /*width: 100%;*/
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    
}

.mail-card div{
    color: #495057;
    background-color: #e9edf3;
    border-color: #dee2e6;
    padding: 12px 0;
    /*width: 5%;*/
    margin-right: 0px;
    text-align: center;
}
.flex-direction {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.activity-list {
    width: 100%;
}

.activity-list-top {
    /* background-color: #fbc647; */
    width: 100%;
    background-color: #f8f9fa;
    padding: 10px 20px;
    justify-content: space-between;
    border-left: 3px solid #01bd8b;
    display: flex;

    align-items: center;
    /* border-color: #fbc647; */
}

.activity-content{
    display: flex;
    align-items: center;
    /*width: 100%;*/
    margin: 20px;
    
    justify-content: space-between;
}

.activity-id {
    display: flex;
    align-items: center;
    color: #495057;
    font-size: 14px;
    width: 5%;
}

.id {
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    /* padding-left: 10px; */
}

.activity-ing {
    width: 6%;
}


.badge-pill {
    border-radius: 5px;
    /* margin-left: 6px; */
    font-size: 12px;
    padding: 3.6px 7.2px;
}
.text-white-icons {
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background-color: #fff;
    margin-right: 8px;
    opacity: .8;
    /* border: 1px solid #212529; */
}

.layui-card-body{
    line-height: 1.3!important;
}

.text-white-icon {
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.tip-badges {
    /* padding: 0.6em 1em; */
    color: #fff;
    background-color: #01bd8b !important;
    /* line-height: 1.3; */
    /* background: linear-gradient(to right, rgba(251, 198, 71, 1) 0%, rgba(255, 211, 105, 1) 100%); */
}

.activity-time {
    width: 50%;
    display: flex;
    align-items: center;

}
.activity-time-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    color: #495057;
    font-weight: 500;
}

.activity-time-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-time-stage li {
    margin-right: 16px;
    color: #495057;
    color: rgba(0, 0, 0, .5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 1.2px;
    letter-spacing: .8px;
}
.text-white-icons1 {
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background-color: #27b345 !important;
    margin-right: 8px;
    opacity: .8;
    /* border: 1px solid #212529; */
}

.text-white-icons2 {
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background-color: #f14336 !important;
    margin-right: 8px;
    opacity: .8;
    /* border: 1px solid #212529; */
}
.activity-prices {
    /* width: 40%; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.activity-price-title {
    /* margin-right: 18px; */
    color: #495057;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 13px; */
}


.activity-time-title i {
    /* font-size: 15px; */
    margin-right: 5px;
    color: #495057;
    width: 17px;
    height: 17px;
}

.row{
    width: 100%;
}
.form-control {
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px solid #d7dbda;
    font-size: 14px;
    color: #a09e9e;
    border-radius: 8px;
}
.rank input {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    padding-right: 0px;
    padding: 0;
    text-align: center;
}

.think-checkbox input[type=checkbox], .think-checkbox input[type=radio], .think-radio input[type=checkbox], .think-radio input[type=radio] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #01bd8b;
    position: relative;
    background: #fff;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: bottom;
    display: inline-block!important;
    box-sizing: border-box!important;
    appearance: none;
    -webkit-appearance: none;
}
.think-checkbox, .think-radio {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin-top: 0px;
    font-weight: 400;
    line-height: 16px;
}

.activity-media-body {
    /* margin: 0 10px; */
    width: 15%;
    margin-right: 10px;
    letter-spacing: .5px;
    color: #495057;
}

.activity-button {
    width: 34%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* justify-content: flex-end; */
}

.activity-button .layui-btn{
    /*border-radius: 0.25rem;*/
    /*padding: 0.3rem 0.6rem;*/
    margin: 5px 5px 0px 0;
    font-size: 12px;
    background:#01bd8b ;
    border: 0;
    display: flex;
    align-items: center;
}



.btn-secondary {
  background-color: #a09e9e!important;
  border-color: #a09e9e!important;
}

.btn-success {
  background-color: #27b345!important;
  border-color: #27b345!important;
}

.btn-danger {
  background-color: #f14336!important;
  border-color: #f14336!important;
  color: #fff;
}

.btn-warning {
  background-color: #ffc107!important;
  border-color: #ffc107!important;
  color: #fff;
}

.btn-info {
  background-color: #6ce6f4!important;
  border-color: #6ce6f4!important;
  color: #fff;
}

.btn-light {
  background-color: #E9EDF4!important;
  border-color: #E9EDF4!important;
}

.btn-dark {
  background-color: #3f414d!important;
  border-color: #3f414d!important;
}

.layui-btn {
    border-radius: 3.5px;
    font-size: 12px;

    /*color: #fff;*/
    /*padding: 8px 19.2px;*/
}

.btn-primary1 {
    color: #fff;
    background-color: #01bd8b;
    border-color: #01bd8b;
}

.btn-primary1:hover {
    color: #fff;
    background-color: #00af80;
    border-color: #00af80;
}

.iq-bg-primary {
  background: rgba(130, 122, 243, 0.2);
  background: -moz-linear-gradient(left, rgba(130, 122, 243, 0.2) 0%, rgba(180, 122, 243, 0.2) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(130, 122, 243, 0.2)), color-stop(100%, rgba(180, 122, 243, 0.2)));
  background: -webkit-linear-gradient(left, rgba(130, 122, 243, 0.2) 0%, rgba(180, 122, 243, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(130, 122, 243, 0.2) 0%, rgba(180, 122, 243, 0.2) 100%);
  background: -ms-linear-gradient(left, rgba(130, 122, 243, 0.2) 0%, rgba(180, 122, 243, 0.2) 100%);
  background: linear-gradient(to right, rgba(1, 189, 139, 0.1) 0%, rgba(1, 189, 139, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01bd8b', endColorstr='#b47af3', GradientType=1);
  color: #01bd8b !important;
}

.iq-bg-secondary {
  background: #f1f2f1 !important;
  color: #a09e9e !important;
}

.iq-bg-success {
  background: #eefff2 !important;
  color: #27b345 !important;
}

.iq-bg-danger {
  background: #fff5f4 !important;
  color: #f14336 !important;
}

.iq-bg-warning {
  background: #fffcf3 !important;
  color: #fbc647 !important;
}

.iq-bg-info {
  background: #e5fafc !important;
  color: #6ce6f4 !important;
}

.iq-bg-dark {
  background: #f0efef !important;
  color: #3f414d !important;
}

.activity-button svg{
        margin-right: 5px;
}
.layui-disabled, .layui-disabled:hover {
    color: #333!important;
    background: #EEE!important;
}

.think-checkbox input[type=checkbox]:checked:after, .think-radio input[type=checkbox]:checked:after {
    color: #fff;
    cursor: pointer;
    padding: 3px;
    content: "\e605";
    font-family: layui-icon!important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
}

.think-checkbox input[type=checkbox]:checked, .think-checkbox input[type=radio]:checked, .think-radio input[type=checkbox]:checked, .think-radio input[type=radio]:checked {
    border-color: #01bd8b;
    background-color: #01bd8b !important;
}

.activity-list-column {
    width: 10%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.activity-column {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    /* margin: 0 20px 0 25px; */
    /* align-items: self-start; */
}

.activity-column .badge {
    margin: 4px 0;
    text-align: left;
    background: rgba(130, 122, 243, 0.2);
    border: 0;
    /* font-weight: normal; */
    color: #01bd8b !important;
    color: #222a3e !important;
    background-color: #e9edf3 !important;
    border-color: #e9edf3;
    font-weight: normal;
    padding:5.2px 6.3px;
    display: flex;
    align-items: center;
    /* font-size: 10px; */
    background: #f0efef !important;
    color: #3f414d !important;
    letter-spacing: .3px;
    border-radius:3px;
    font-size: 12px;
}

.ri-user-5-fill {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.layui-btn-primary:hover {
    border-color: #009688;
    color: #fff;
}

.iq-unread:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(1, 189, 139, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(1, 189, 139, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(1, 189, 139, 0.2);
}

.layui-btn {
    border: 0px solid #009688;
}

.layui-btn:hover:not(.layui-btn-disabled) {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 0%) inset;
}


.fa-info-circle {
    /*margin-left: 4px;*/
    position: relative;
    font-size: 16px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.fa-info-circle:hover::after {
    position: absolute;
    /*left: 0;*/
    /*right: 0;*/
    margin: auto;
    top: -35px;
    padding: 5px 8px;
    background-color: #1a1a1a;
    border-radius: 5px;
    color: #fff;
    content: attr(data-title);
    width: auto;
    z-index: 10;
    line-height: 16px;
    font-size: 12px;
}
.fa-info-circle:hover:before {
    position: absolute;
    content: " ";
    margin-left: 10px;
    left: 0;
    right: 0;
    margin: auto;
    top: -13px;
    float: left;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: #1a1a1a transparent transparent transparent;
}

.pagination-container ul li a, .pagination-container ul li span {
    color: #333;
    width: 30px;
    height: 30px;
    border: 1px solid #EEE;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    margin-right: 3px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 50px;
}
.pagination-container ul li.active span {
    color: #fff;
    border-color: #01bd8b;
    background: #01bd8b!important;
}
.pagination-container ul li a:hover {
    border-color: #01bd8b;
}

.pagination-container ul li span {
    cursor: default;
    background: rgba(0, 0, 0, .05);
}

.pagination-container span {
    color: #01bd8b;
    font-size: 10pt;
    letter-spacing: 1px;
}

.pagination-container select {
    border: 1px solid #d7dbda;
    border-radius: 5px;
    line-height: 26px;
    height: 26px;
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px!important;
    color: #495057!important;
    overflow: hidden;
    font-weight: 600!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px 2px 0 0;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333 !important;
    border-color: #bd2130!important;
}

.btn-warning:hover {
    color: #fff;
    background-color: #fe8b1f !important;
    border-color: #fe8512 !important;
}
/*.layui-btn+.layui-btn {*/
/*    margin-left: 6px;*/
/*}*/

.layui-table .list-table-sort-td button {
    /*width: 42px;*/
    background: #01bd8b;
}
.layui-table .list-table-sort-td input {
    width: 40px;
    color: #666;
    padding: 2px;
    font-size: 9pt;
    border: 1px solid #EEE;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
}


.layui-layer-content .layui-form.layui-card>.layui-card-body {
    padding: 20px 30px 0  30px!important;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-group label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:8px;
    font-size: 13px;
    
}
.form-group .control-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:8px;
    font-size: 13px;
    
}
.form-group label span {
    /* color: #f14336; */
    font-size: 14px;
    margin-left: 3px;
}

.tip {
    color: #999;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 0!important;
}

.ri-information-line {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    margin-top: -2px;
}

.form-control {
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px solid #d7dbda;
    font-size: 14px;
    color: #a09e9e;
    border-radius: 8px;
}

.form-control:focus {
    color: #3f414d!important;
    border-color: #01bd8b!important;
    box-shadow: none;
}

.form-control-textarea{
    background: transparent;
    border: 1px solid #d7dbda;
    font-size: 14px;
    color: #a09e9e;
    border-radius: 8px;
}

.form-control-textarea:focus {
    color: #3f414d!important;
    border-color: #01bd8b!important;
    box-shadow: none;
}

.input-right-icon {
    top: 2px;
    right: 1px;
    color: #01bd8b;
    width:43px;
    height: 42px;
    display: inline-block;
    position: absolute;
    background: #fff;
    text-align: center;
    line-height: 43px;
    border-radius:0 8px 8px  0 ;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.layui-card {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0%);
}

.layui-table .layui-btn.layui-btn-sm, .layui-table input.layui-input {
    height: 28px;
    line-height: 30px;
    box-sizing: border-box;
}

.input-right-icon:hover {
    color: #009080;
    background: #f8f9fa;
}
.list-table-sort-td .layui-btn {

    height: 27px;
    line-height: 27px;

}

.layui-nav-child .layui-icon {
    font-family: layui-icon!important;
    font-size: 16px!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layui-nav-child .iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shadow-mini {
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 0%);
    border-bottom: 1px solid #01bd8b;
}
.layui-btns {

    height: 36px;
    line-height: 36px;

}

.shadow-mini .layui-btn {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #01bd8b;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.shadow-mini .layui-btn-primary {
    background: #fff;
    color: #01bd8b;
}
.shadow-mini{
    border: 1px solid #01bd8b;
    overflow: hidden;
    background: #e5e3fb;
    line-height: 28px;
    border-radius: 5px;
}


.shadow-mini .layui-btn-group .layui-btn {
    height:32px;
    line-height: 32px;
    border-width: 0!important;
    border-radius: 0!important;
}
/*.full-width p{*/
/*    line-height: 2.8!important;*/
/*}*/
.layui-layer-btn a {
    height: 28px;
    line-height: 29px!important;
    margin: 0px 5px 0;
    padding: 0 19px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 3.5px!important;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}


.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 13px!important;
    overflow-x: hidden;
    overflow-y: auto;
}
.layui-btn-group .layui-btn-primary:hover {
    border-color: #01bd8b!important;
    color: #01bd8b;
    background:rgba(1, 189, 139, 0.18)!important;
    margin-left: 1px!important;
}
.layui-btn {
    border: 0px solid #01bd8b!important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -12px;*/
    /*margin-left: -12px;*/
}

.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.set .col-md-6 {
    max-width: 48%;
}

.line {
    width: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lines {
    height: 100%;
    width: .5px;
    background: #f6f6f6;
    /* margin-top: 5px; */
}

.think-checkbox input[type=radio]:checked:after, .think-radio input[type=radio]:checked:after {
  content: "";
  position: absolute;
    top: 45%;
    left: 29%;
    display: block;
    width: 65%;
    height: 2px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.think-checkbox input[type=radio]:checked:before, .think-radio input[type=radio]:checked:before {
    content: "";
    position: absolute;
    top: 54%;
    left: 6%;
    width: 40%;
    transform: rotate(-135deg);
    display: block;
    border-radius: 4px;
    background-color: #fff;
    height: 2px;
}

.form-group .layui-input-block {
    margin-left: 0px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-group .layui-input-block .layui-form-select {
    position: relative;
    width: 100%;
}

.layui-input, .layui-select, .layui-textarea {
    height: 45px;
    line-height: 45px;
    background: transparent;
    background: transparent;
    border: 1px solid #c2c2c2;
    font-size: 13px;
    color: #a09e9e;
    border-radius: 8px;
    padding: 8px 19.2px;
}

.layui-input:focus, .layui-textarea:focus {
     color: #3f414d!important;
    border-color: #01bd8b!important;
    box-shadow: none;

}

.layui-form-select dl {
    top: 45px;
    padding: 0;
    border-color: #DDD;
}

.layui-form-select dl dd.layui-this {
    background-color: #01bd8b ;
    color: #fff;
}

.layui-form-item .layui-input-inline {
    float: left;
    width:47.5%;
     margin-right: 0px; 
}

.layui-form-mid {
    position: relative;
    float: left;
    display: block;
    padding: 9px 0!important;
    line-height: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
.layui-laydate-footer span:hover {
    color: #01bd8b;
}

.layui-laydate-content td, .layui-laydate-content th {
    width: 36px;
    height: 30px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
}

.choose_btn{
    position: absolute;
    right: 6px;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto;
}

.layui-row{
    position: relative;
   
}

.layui-row .layui-btn {
    display: inline-block;
    vertical-align: middle;
     height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    padding: 0px 9px!important;
    background-color: #01bd8b;
    /*color: #fff;*/
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
     border-radius: 5px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-left: 0px
}
.btn-primary1:hover {
    color: #fff;
    background-color: #00af80;
    border-color: #00af80;
}
.uploadimage {
    width: 76px;
    height: 76px;

    box-shadow: 0 0 4px 0 rgb(0 0 0 / 0%);
}

.upload_table{
    border-radius: 10px !important;
    border: 1px solid #d7dbda !important;
    overflow: hidden;
    margin: 0!important;
}

.iq-card-header {
    padding: 0 0px;
    /*min-height: 60px;*/
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}

.iq-card-radio {
    height: 45px;
    /* line-height: 45px; */
    background: transparent;
    border: 1px dashed #827af33d;
    /* border: 1px solid #d7dbda; */
    font-size: 14px;
    /* color: #a09e9e; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 30px;
}

.iq-card-radio .think-radio{
    display: flex;
    align-items: center;
    /*width: 50%;*/
    flex: 1;
    margin: 0;
    justify-content: flex-start;
}

.layui-card-body {
    position: relative;
    padding: 10px 20px;
    line-height: 24px;
}

.color-red{
    color: #ff4bb2!important;
    margin: 5px 0;
}

.iq-card-radio .layui-form-radio {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    margin: 6px 10px 0 0;
    padding-right: 10px;
    cursor: pointer;
    font-size: 0;
    width: 50%;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i {
    color: #01bd8b;
}

.iq-card-radio  .layui-icon {
    font-family: layui-icon!important;
    font-size: 20px!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.image-dialog-head {
    clear: both;
    height: 45px;
    padding: 10px 12px;
}

.layui-btn-normal {
    background-color: #01bd8b;
}

.image-dialog .layui-input{
    height: 38px!important;
    line-height: 38px!important;
}
.image-dialog .pull-left {
    float: left!important;
    display: flex;
    align-items: center;
}

.image-dialog .image-dialog-head{
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.image-dialog-checked:after {
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background-color: rgba(109,97,234,.9);
}

.image-dialog-checked:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid rgba(109,97,234,.9);
}

.layui-badge {
    padding:3.15px 6.3px;
    /*line-height: 1.3;*/
    text-transform: capitalize;
    height: 21px;
    line-height: 21px;
    border-radius: 3.5px;
}

.bg-success,
.badge-success {
  color: #ffffff;
  background: rgba(61, 187, 88, 1);
  background: -moz-linear-gradient(left, rgba(61, 187, 88, 1) 0%, rgba(69, 206, 98, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(61, 187, 88, 1)), color-stop(100%, rgba(69, 206, 98, 1)));
  background: -webkit-linear-gradient(left, rgba(61, 187, 88, 1) 0%, rgba(69, 206, 98, 1) 100%);
  background: -o-linear-gradient(left, rgba(61, 187, 88, 1) 0%, rgba(69, 206, 98, 1) 100%);
  background: -ms-linear-gradient(left, rgba(61, 187, 88, 1) 0%, rgba(69, 206, 98, 1) 100%);
  background: linear-gradient(to right, rgba(61, 187, 88, 1) 0%, rgba(69, 206, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3dbb58', endColorstr='#45ce62', GradientType=1);
}


/*----------------------------------------------
Text Color
------------------------------------------------*/
.text-primary {
  color: #01bd8b !important;
}

.text-secondary {
  color: #a09e9e !important;
}

.text-success {
  color: #27b345 !important;
}

.text-danger {
  color: #f14336 !important;
}

.text-warning {
  color: #fbc647 !important;
}

.text-info {
  color: #6ce6f4 !important;
}

.text-light {
  color: #E9EDF4 !important;
}

.text-dark {
  color: #3f414d !important;
}

.text-white {
  color: #ffffff !important;
}
.layui-tab-title .layui-badge, .layui-tab-title .layui-badge-dot {
     left: inherit; 
    top: 2px;
    position: absolute;
    right: -3px;
    height: 14px;
    display: flex;
    align-items: center;
    padding: 3px 6px;
    /* width: 14px; */
}
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 23.2%;
    padding-right: 12px;
    padding-left: 12px;
    /*flex: 1;*/
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 14px;
    color: #495057;
}

.mt-3, .my-3 {
    margin-top: 16px!important;
}
.rounded-circle {
    border-radius: 10px !important;
}
.iq-card {
    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: none;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(120 146 141 / 6%);
    box-shadow: 0px 0px 12px 0px rgb(120 146 141 / 6%);
    border: 1px solid #f2edff;
   
}

.iq-card h6{
     font-weight: 600;
}
.iq-card-body {
    padding: 20px;
}
.iq-card-icon {
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mt-3 .counter {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: .4px;
    margin-right: 5px;
    color: #495057 !important;
}
.text-primary {
    color: #01bd8b !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.mr-2, .mx-2 {
    margin-right: 8px!important;
}

.notdata {
    padding: 15px;
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    border-radius: 15px;
    letter-spacing: 1px;
    background-color: #fafafa;
    border: 1px solid #EEE;
}



.layui-code {
    position: relative;
    margin: 10px 0;
    padding: 15px;
    line-height: 20px;

    border-left-width: 6px;
    background-color: #fafafa!important;
    border: 1px solid #EEE;
    color: #333;
    font-family: Courier New;
    font-size: 12px;
    border-radius: 15px;
}

.hr-line-dashed {
    color: #fff;
    height: 1px;
    margin: 25px 0;
    background-color: #fff;
    border-top: 1px dashed #e7eaec;
}
code {
    font-size: 87.5%;
    color: #ff4bb2;
    word-wrap: break-word;
}
.card-subtitle {
    color: #6c757d;
    font-size: 13.5px;
    letter-spacing: .3px;
}
.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
    border-color: #eee!important;
    background-color: rgba(0, 0, 0, .08)!important;
    color: #d2d2d2!important;
    cursor: not-allowed!important;
    opacity: 1;
}

.badge {
    padding: 3.1px 6.3px;
    line-height: 1.3;
    text-transform: capitalize;
    border-radius: 3px;
}

.sub-span-blue span {
    color: #01bd8b!important;
}


.layui-radio-disabled>i {
    color: #c2c2c2!important;
}

.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span {
   width: 30px;
    height: 30px;
    margin-bottom: 10px;
    border: none;
    background: 0 0;
    border-radius: 50px;
    margin:0 3px;
    padding: 0!important;
    text-align: center;
    line-height: 30px;
    

}
.layui-table-page .layui-laypage-em {
    border-radius:50px;
}

.layui-table-view .layui-table-page .layui-laypage .layui-laypage-next, .layui-table-view .layui-table-page .layui-laypage .layui-laypage-prev {
    padding: 0 8px;
    border-radius: 50px;
}
.layui-laypage-skip{
    width: auto!important;
}
.layui-laypage-count{
    width: auto!important;
}
.layui-laypage-limits{
    width: auto!important;
}
    
    
 .layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #01bd8b;
}   
.badge-danger {
    color: #fff;
    background-color: #ee5455;
}



/*----------------------------------------------
Background Color
------------------------------------------------*/
.bg-primary,
.badge-primary {
  color: #ffffff;
  background: rgba(130, 122, 243, 1) !important;
  background: -moz-linear-gradient(left, rgba(130, 122, 243, 1) 0%, rgba(180, 122, 243, 1) 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(130, 122, 243, 1)), color-stop(100%, rgba(180, 122, 243, 1))) !important;
  background: -webkit-linear-gradient(left, rgba(130, 122, 243, 1) 0%, rgba(180, 122, 243, 1) 100%) !important;
  background: -o-linear-gradient(left, rgba(130, 122, 243, 1) 0%, rgba(180, 122, 243, 1) 100%) !important;
  background: -ms-linear-gradient(left, rgba(130, 122, 243, 1) 0%, rgba(180, 122, 243, 1) 100%) !important;
  background: linear-gradient(to right, rgba(130, 122, 243, 1) 0%, rgba(180, 122, 243, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01bd8b', endColorstr='#b47af3', GradientType=1) !important;
  background: #fff;
}
.bg-primary1,
.badge-primary1 {
  color: #ffffff;
  background: #01bd8b!important;

}
.bg-secondary,
.badge-secondary {
  color: #ffffff;
  background-color: #a09e9e !important;
}

.bg-success,
.badge-success {
  color: #ffffff;
  background: rgba(61, 187, 88, 1);
  background: -moz-linear-gradient(left, rgba(61, 187, 88, 1) 0%, rgba(69, 206, 98, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(61, 187, 88, 1)), color-stop(100%, rgba(69, 206, 98, 1)));
  background: -webkit-linear-gradient(left, rgba(61, 187, 88, 1) 0%, rgba(69, 206, 98, 1) 100%);
  background: -o-linear-gradient(left, rgba(61, 187, 88, 1) 0%, rgba(69, 206, 98, 1) 100%);
  background: -ms-linear-gradient(left, rgba(61, 187, 88, 1) 0%, rgba(69, 206, 98, 1) 100%);
  background: linear-gradient(to right, rgba(61, 187, 88, 1) 0%, rgba(69, 206, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3dbb58', endColorstr='#45ce62', GradientType=1);
}

.bg-danger,
.badge-danger {
  color: #ffffff;
  background: rgba(243, 84, 72, 1);
  background: -moz-linear-gradient(left, rgba(243, 84, 72, 1) 0%, rgba(253, 98, 86, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243, 84, 72, 1)), color-stop(100%, rgba(253, 98, 86, 1)));
  background: -webkit-linear-gradient(left, rgba(243, 84, 72, 1) 0%, rgba(253, 98, 86, 1) 100%);
  background: -o-linear-gradient(left, rgba(243, 84, 72, 1) 0%, rgba(253, 98, 86, 1) 100%);
  background: -ms-linear-gradient(left, rgba(243, 84, 72, 1) 0%, rgba(253, 98, 86, 1) 100%);
  background: linear-gradient(to right, rgba(243, 84, 72, 1) 0%, rgba(253, 98, 86, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f35448', endColorstr='#fd6256', GradientType=1);
}

.bg-warning,
.badge-warning {
  color: #ffffff;
  background: rgba(251, 198, 71, 1);
  background: -moz-linear-gradient(left, rgba(251, 198, 71, 1) 0%, rgba(255, 211, 105, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251, 198, 71, 1)), color-stop(100%, rgba(255, 211, 105, 1)));
  background: -webkit-linear-gradient(left, rgba(251, 198, 71, 1) 0%, rgba(255, 211, 105, 1) 100%);
  background: -o-linear-gradient(left, rgba(251, 198, 71, 1) 0%, rgba(255, 211, 105, 1) 100%);
  background: -ms-linear-gradient(left, rgba(251, 198, 71, 1) 0%, rgba(255, 211, 105, 1) 100%);
  background: linear-gradient(to right, rgba(251, 198, 71, 1) 0%, rgba(255, 211, 105, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc647', endColorstr='#ffd369', GradientType=1);
}

.bg-info,
.badge-info {
  color: #ffffff;
  background: rgba(103, 221, 234, 1);
  background: -moz-linear-gradient(left, rgba(103, 221, 234, 1) 0%, rgba(108, 230, 244, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(103, 221, 234, 1)), color-stop(100%, rgba(108, 230, 244, 1)));
  background: -webkit-linear-gradient(left, rgba(103, 221, 234, 1) 0%, rgba(108, 230, 244, 1) 100%);
  background: -o-linear-gradient(left, rgba(103, 221, 234, 1) 0%, rgba(108, 230, 244, 1) 100%);
  background: -ms-linear-gradient(left, rgba(103, 221, 234, 1) 0%, rgba(108, 230, 244, 1) 100%);
  background: linear-gradient(to right, rgba(103, 221, 234, 1) 0%, rgba(108, 230, 244, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67ddea', endColorstr='#6ce6f4', GradientType=1);
}

.bg-light,
.badge-light {
  background-color: #E9EDF4 !important;
}

.bg-dark,
.badge-dark {
  color: #ffffff;
  background-color: #3f414d !important;
}
.layui-table-fixed-l {
    box-shadow: 1px 0 8px rgb(0 0 0 / 0%);
}
.layui-laypage a:hover {
    color: #01bd8b;
}

.layui-form-onswitch {
    border-color: #01bd8b;
    background-color: #01bd8b;
}
.layui-table .layui-input {
    height: 28px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center!important;
    padding: 0!important;
        height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px solid #d7dbda;
    font-size: 13px;
    color: #a09e9e;
    border-radius: 8px;
    padding: 0px!important;
    padding-left: 12px!important;

}


.laytable-cell-1-0-1 {
    /*width:96px!important;*/
}


.layui-form-switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 27px;
    line-height: 27px;
    min-width: 35px;
   padding: 0 8px 0 8px;
    margin-top: 8px;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

.layui-form-switch i {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #d2d2d2;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}
.layui-form-onswitch {
    border-color: #01bd8b;
    background-color: #01bd8b;
}
.layui-form-onswitch i {
    left: 100%;
    margin-left: -21px;
    background-color: #fff;
}

.layui-textarea {
    height: 45px;
    min-height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px dashed #827af33d;
    font-size: 13px;
    color: #333;
    border-radius: 8px;
    padding: 18px 19.2px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.layui-textarea .think-radio {
    display: flex;
    align-items: center;
    /* width: 50%; */
    flex: 1;
    margin: 0;
    justify-content: flex-start;
}
.layui-form-onswitch em {
    margin-left: 0px;
    margin-right: 17px;
    color: #fff!important;
}



.iq-card-radio .think-checkbox{
    display: flex;
    align-items: center;
    /* width: 50%; */
    flex: 1;
    margin: 0;
    justify-content: flex-start;
}

xm-select{
    height: 45px!important;
    line-height: 45px!important;
    background: transparent;
    border: 1px solid #d7dbda!important;
    font-size: 13px!important;
    color: #a09e9e!important;
    border-radius: 8px!important;
    padding: 0px 0px!important;
}

xm-select .xm-label .scroll .label-content {
    line-height: 45px!important;
    height: 45px!important;
    align-items: center;
}

xm-select .xm-label .xm-label-block {
    height: 26px;
    line-height: 26px;
    background-color: #01bd8b!important;
}
xm-select > .xm-label.single-row .scroll {
    overflow-y: hidden;
    height: 45px!important;
}
xm-select .xm-body .xm-option .xm-option-icon {
    height: 18px;
    width: 18px;
    font-size: 18px;
    border-color: #01bd8b!important;
}
xm-select .xm-body .selected .xm-option-icon{
    color: #01bd8b!important;
    height: 18px;
    width: 18px;
    font-size: 18px;
}
.layui-layer {

     border-radius: 8px!important;
}

.layui-layer-msg .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    background-color: #01bd8b!important;
    border-radius: 8px!important;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico{
    background: url(icon.png) no-repeat;
    /*width:10px!important;*/
    /*height: 10px!important;*/
    background-size: 80% 80%;
    background-position: center;
    /*display: none;*/
}
.layui-layer-dialog .layui-layer-padding {
    padding: 15px 20px 15px 50px!important;
    text-align: center!important;
}
.layui-card-body .layui-table {
    margin: 0!important;
}
.form-search .layui-form-item {
    white-space: nowrap;
    margin-right: 8px;
    margin-bottom: 0px;
    border: 0px solid #EEE;
    margin: 3px 0;
}

:-webkit-autofill, :-webkit-autofill:active, :-webkit-autofill:focus, :-webkit-autofill:hover {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0) inset!important;
    -webkit-transition: color 9999s ease-out,background-color 9999s ease-out!important;
    -webkit-transition-delay: 9999s!important;
    -webkit-text-fill-color: #333!important;
}

.layui-layer-hui .layui-layer-content {

    background-color: rgba(0,0,0,0)!important;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 0%);

}


.xm-search .xm-icon-sousuo {
    top: -3px;
}

.think-box-shadow1{
    padding: 20px 20px 20px 20px!important;
}

.layui-col-xs8 span{
    right: 141px!important;
}
.layui-layout-theme-white>.layui-layout-admin>.layui-header .layui-nav-item.layui-this>a {
    color: #01bd8b!important;
    font-weight: 700;
    background: 0 0!important;
}
.layui-layout-theme-white>.layui-layout-admin>.layui-side .layui-side-scroll .layui-side-tree .layui-nav-item .layui-this>a, .layui-layout-theme-white>.layui-layout-admin>.layui-side .layui-side-scroll .layui-side-tree .layui-nav-item.layui-this>a {
    color: #01bd8b!important;
    background: 0 0!important;
    font-weight: normal!important;
}
.layui-layout-theme-white>.layui-layout-admin>.layui-side .layui-side-scroll .layui-side-tree .layui-nav-itemed>a {
    color: #374948!important;
    font-weight: normal;
}

.layui-layout>.layui-side .layui-side-scroll .layui-nav-item dd.layui-this {
    background:#e4f9f4!important;
    border-right: 3px solid #01bd8b;
}

.layui-layout-theme-white>.layui-layout-admin>.layui-header .layui-nav-item>a {
    color: #495057!important;
}

.layui-layout-theme-white>.layui-layout-admin>.layui-header .layui-nav-item>a:hover {
    color: #01bd8b!important;
    background: 0 0!important;
}

.layui-layout-theme-white>.layui-layout-admin>.layui-side .layui-side-scroll .layui-side-tree .layui-nav-item a:hover {
    color: #01bd8b!important;
}

.layui-table-header {
    border-width: 0;
    border-bottom-width: 0px;
    overflow: hidden;
}

.layui-table-view .layui-table td, .layui-table-view .layui-table th {
    padding: 0;
    border-top: none;
    border-left: none;
    border-width: 0;
    border-bottom-width: 1px;
}

.layui-table-cell {
    height: auto;
    min-height: 20px;
    line-height: 31px;
    padding: 9px 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.layui-form-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: inherit;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 30px;
    background-color: #fff;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    box-sizing: border-box;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #01bd8b!important;
    background-color: #01bd8b;
    color: #fff;
}
.layui-table-view .layui-form-checkbox[lay-skin=primary] i {
    width: 20px;
    height: 20px;
}

.layui-table-cell .layui-form-checkbox[lay-skin=primary] {
    top: 3px;
    padding: 0;
}

.layui-form-checkbox[lay-skin=primary] i {
    right: auto;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 19px;
    border: 1px solid #01bd8b;
    font-size: 12px;
    border-radius: 3px;
    /*background-color: #fff;*/
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

.layui-table-col-special{
    /*border-bottom: 0!important;*/
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #01bd8b!important;
    background-color: #01bd8b!important;
    color: #fff;
}

.layui-table-col-special{
    
}

.layui-laydate .layui-this {
    background-color: #01bd8b!important;
    color: #fff!important;
}
