.bootstrap-tagsinput{
    width:60%;
    height: 45px;
}

.bootstrap-tagsinput span.bg-primary {
    background-color: black !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end.fc-event-success ,
.fc-direction-rtl .fc-daygrid-event.fc-event-start.fc-event-success{
    background-color: green !important;
    color: white;
}

.background-profile{
height: 250px;
width: 100%;
background: url('/dashboard_resources/assets/images/gallery/profile-cover.jpg') no-repeat;
background-size: cover;
background-position-y: center;

}
.input-upload-avatar{
    position:absolute;
    bottom:0;
    right: 0;
}

input[type="file"].upload_avatar {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
ul.mm-collapse li{
    padding-left: 5px;
}
.select2-components{
    width:100%;
}
.select2-results__option--selectable{
    cursor: pointer;
}
.banner-register{
    width:100%;
}
/* .select2-container {
    width: 100% !important;
    height: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 65px;
    padding-top: 20px;
} */
 .top-header .navbar .search-bar .search-popup .search-content{
    overflow-y: auto;
 }

 li .fs-12{
    font-size: 12px !important;
 }
 .descargar{
    height: 50px;
 }
 .multiple_inputs{
    padding: 15px;
    border: 1px solid #f8f9fa;
    position: relative;
    border-radius: 5px;
 }
 .remove_inputs{
    position: absolute;
    top: 0;
    right:0;

 }
 .sidebar-footer{
    height: 100%;
    margin:auto;
    padding: 15px;
 }

 
  .main-wrapper .main-content .customer-notes{
    max-height: 550px;
    color: blue;
  }
.sidebar-footer a{
    width: 100% !important;
}