input::-ms-reveal,
input::-ms-clear {
    display: none;
}
.passwordEyes.password-eyesOn{
    padding-right:calc(1.5em + 1.3rem)!important;
}
.sel-surface-box {
    z-index: 1000000;
    border-top: none !important;
    border: 0;
    -webkit-box-shadow: 0 0 50px 0 #523f6926;
    box-shadow: 0 0 50px 0 #523f6926;
    position: absolute;
    transform: translate3d(0px, 36px, 0px);
    padding: .5rem 0;
    border: solid 1px rgba(220, 220, 220, 0.69);
    border-radius: 0.5rem;
    background: white;
    margin-top: 1.5rem
}
.sel-button.sel-box.main-sel-box{
    display: flex;
    position: relative;
    cursor: pointer ;
    color : #b3b3b3;
    margin-bottom: 1.5rem;
}
.sel-button.sel-box.main-sel-box.sel-type-tag.isSelected .sel-text{
    display: none;
}
.sel-button.sel-box.main-sel-box.sel-type-tag.isSelected .sel-tag-list{
    display: flex;
    flex-wrap: wrap;
}
.sel-button.sel-box.main-sel-box.sel-type-tag .sel-tag-list{
    display: none;
}

.sel-button.sel-box.main-sel-box.sel-type-tag .sel-tag-list .sel-tag {
    position: relative;
    background: #d8d8d8;
    border-radius: 2.5px;
    line-break: anywhere;
    max-width: 12rem;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 0 calc(15px + 0.7rem) 0  10px;
    margin-right:1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-height: 28px;
}
.sel-button.sel-box.main-sel-box.sel-type-tag .sel-tag-list .tag-del{
    position: absolute;
    height: 100%;
    width: 10px;
    right:0.7rem;
}
.sel-button.sel-box.main-sel-box.sel-type-tag .sel-tag-list .tag-del:before{
    content : url("/img/main/icon-close-white.svg") ;
}
.sel-tag-option_selected{
    display: none;
}
.sel-button.sel-box.main-sel-box .sel-text{
    width: 95%;
    word-wrap: normal;
    word-break: break-all;
    overflow: hidden;
    line-break: strict;
    text-overflow: ellipsis;
    white-space: pre;
}
.sel-button.sel-box.main-sel-box .sel-arrow{
    margin:auto;
}
.sel-button.sel-box.main-sel-box.on-sel{
    border-color: #78b1e6!important;
}
.sel-button.sel-box.main-sel-box.isSelected{
    color : inherit!important;
}
.sel-box.sel-list , .sel-tag-box.sel-list{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left : 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}
.sel-box.sel-item{
    line-break: anywhere;
    padding-bottom : 6px;
    padding-left : 10px;
}
.sel-box.sel-item.isSelected{
    background: rgba(86, 86, 86, 0.21);
}
.sel-box.sel-item:hover{
    background: #0093ff36;
    cursor: pointer;
}
/*
i.fa.fa-eye::before{
    content: "\l06e"
}
i.fa.fa-eye-slash::before{
    content: "\l070"
}*/
