i.fa{font-family: FontAwesome!important}
.nk-notification-text{
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.link-check li a label{
    display: block;margin-bottom: 0;
}
.link-check li a label input{
    opacity: 0;display: none;
}
.dropdown-menu.show .dropdown-menu{
    display: block
}
.dropdown-menu.show .dropdown-menu li{
    padding:6px 12px
}
.btn.btn-default{
    border:1px solid #dbdfea
}
.google_auth_container{
    margin-top: 15px
}
.hidden{display: none;}
.btn .fa{margin-right: 5px}
label.custom-control{
    margin-bottom: 0;
}
.form-group:last-child{margin-bottom: 15px;}
.table-responsive > .table-bordered{
    border:1px solid #dbdfea
}
.collapse:not(.show),
.collapse:not(.in){
    display: none
}
body .collapse.in,
body .fade.in,
body .fade.active{
    opacity: 1;
    display: block
}
.bootstrap-tagsinput .tag{
    padding:2px 5px;
}
.bootstrap-tagsinput .tag.label-info{
    background: #5bc0de
}
.page-link{
    height: 100%;
}
.thumbnail {
    margin-top: 5px;
     background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); 
}

.thumbnailmultiple {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.datepicker {
    min-width: 180px;
    max-width: 100%;
}

.bootstrap-tagsinput {
    width: 100%
}
.thumbnail.lang{
    padding:0px;margin-bottom: 3px;border-width: 2px;border-color: transparent
}
.thumbnail.lang.active{
    border-color: #854fff;
}
.divider label{position: absolute;padding: 3px 12px;background: #fff;top:0;left: 0;transform: translateY(-50%);text-transform:uppercase}
.sticky-footer.sticky-fix{
    position: fixed;z-index: 10;
    bottom:15px
}
.sticky-footer.sticky-fix .btn-default{
    background: #fff
}
.sticky-footer.sticky-fix .btn-default:hover{
    background: #e6e6e6
}.thumbnail-inner {
    position: relative;
    display: inline-flex;
    width: 90px;
    margin-left: 5px;
    margin-bottom: 5px;
    height: 90px;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px
}

.thumbnail-inner img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.thumbnail-inner .close {
    position: absolute;
    color: #dc3545;
    right: 0;
    top: 0;
    padding: 1px;
    font-weight: 400;
    background: #fff;
    opacity: 1;
    border: 1px solid #ddd;
    border-top: 0;
    border-right: 0;
    border-top-right-radius: 5px;
    font-size: 14px;
}

.modal-footer>* {
    margin-bottom: 0;
}

.nk-tb-item .tb-col-md img {
    margin-bottom: 4px;
}

.user-avatar-sm,
.user-avatar.sm {
    overflow: hidden;
}
.user-avatar >span{
    width: 100%;height: 100%
}
.user-avatar-sm img,
.user-avatar img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.virual-thumb{
    position: relative;color: #fff;width:50px;height:28px;background-size:cover;
}
.virual-thumb span{
    position: relative;z-index: 2;
}
.virual-thumb:before{
    content:'';
    background-color:rgba(0,0,0,0.5) ;
    position: absolute;top: 0;left: 0;
    width: 100%;height: 100%;
}
.bootstrap-select.dropup  > .dropdown-menu{
   display: none;
}
.bootstrap-select.open  > .dropdown-menu{
 display: none;
}
.bootstrap-select.show  > .dropdown-menu{
    display: block
}
.logo-img {
  max-height: 36px;
  max-width: 200px;
}
#mediaform .img-thumbnail{
    width: 200px;height: 200px;object-fit: contain;
}
.gallery-preview{display: flex;flex-direction: row}
.gallery-preview .gallery-item{
    width: 40px;height: 40px;background: #bababa;color:#fff;border-radius: 50%;overflow: hidden;margin:0 -15px 3px 0;border:1px solid #bababa;line-height: 38px;text-align: center
}
.gallery-preview .gallery-item img{
    width: 100%;height: 100%;object-fit: cover
}
.fade.show{
    opacity: 1
}