

/********floating label**********/
.has-float-label{display:block;position:relative}

.has-float-label label,.has-float-label>span{position:absolute;cursor:text;font-size:100%;opacity:1;-webkit-transition:all .2s;transition:all .2s;top:-.5em;right:.75rem;z-index:3;line-height:1;padding:0 1px}

.has-float-label label::after,.has-float-label>span::after{content:" ";display:block;position:absolute;background:#fff;height:2px;top:50%;left:-.2em;right:-.2em;z-index:-1}

.has-float-label .form-control::-webkit-input-placeholder{opacity:1;-webkit-transition:all .2s;transition:all .2s}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder{opacity:0}

.has-float-label .form-control:placeholder-shown:not(:focus)+*{font-size:150%;opacity:.5;top:.5em}

.input-group .has-float-label{display:table-cell}

.input-group .has-float-label .form-control{border-radius:.25rem}

.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) 
.form-control{border-bottom-right-radius:0;border-top-right-radius:0;border-right:0}

.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) 
.form-control{border-bottom-left-radius:0;border-top-left-radius:0}
/***********************************/

.input-group-addon{
    border: 1px solid #dce0e4;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
}


.input-group .has-float-label .form-control{
    border-radius: 0 4px 4px 0;
    border-right: 2px solid #e4e7ea !important;
}

.la-1_6x{
    font-size: 1.6rem;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgb(0 123 255 / 25%);
}

.nav-treeview{
    border-right: 3px solid #007bff;
    /*margin-right: 19px;*/
}
.nav-treeview>li>.nav-link:not(.active){
    border-radius: 0;
}

div.btn-group:has(> .dropdown-menu2.show) {
    background: #52afed;
}