// Fonts
//@import url('https://fonts.googleapis.com/css?family=Nunito');

// Variables
@import 'variables';

// Bootstrap
//@import '~bootstrap/scss/bootstrap';

.sidebar{
    overflow-y: auto;
    padding-bottom: 80px !important;
    &::-webkit-scrollbar{
        display: none;
    }
}

#chatter .chatter_sidebar ul {
    margin-left: 0 !important;
}
.modal-backdrop{opacity: 0.5 !important;}

.modal-title{
    font-size: 14px ;
}

.badge{
    border-radius: .125rem;
    font-size: 11px;
    //font-weight: initial;
    line-height: 1;
    padding: .375rem .5625rem;
    font-family: var(--segoe-ui-font);
    font-weight: 600;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.badge-gradient-info {
    background: linear-gradient(to right, #90caf9, #047edf 99%);
    color: #ffffff;
}
.badge-info {
    background: #047edf;
    color: #ffffff;
}
//.badge {
//    padding: 1px 9px 2px;
//    font-size: 12.025px;
//    font-weight: bold;
//    white-space: nowrap;
//    color: #ffffff;
//    background-color: #999999;
//    -webkit-border-radius: 9px;
//    -moz-border-radius: 9px;
//    border-radius: 9px;
//}
.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.badge-danger {
    background-color: #c81e1e;
    color: #ffffff;
}
.badge-danger:hover {
    background-color: #953b39;
}
.badge-warning {
    background-color: #f89406;
}
.badge-warning:hover {
    background-color: #c67605;
}
.badge-success {
    background-color: #099b0d;
    color: #ffffff;
}
.badge-success:hover {
    background-color: #356635;
}

.badge-info:hover {
    background-color: #2d6987;
}
.badge-inverse {
    background-color: #333333;
}
.badge-inverse:hover {
    background-color: #1a1a1a;
}
.table-dropdown{
    cursor: pointer;
}
.preloaderForm{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-color: rgb(240, 243, 248);
    background-position: center;
}
.tags--item {
    padding: 0.3rem .5rem !important;
    border-radius: .125rem !important;
    font-weight: 500 !important;
    margin-bottom: .5rem !important;
    margin-right: .5rem !important;
}

.btn{
    border-radius: 0 !important;
}

.ck-editor__editable{
    min-height: 200px;
}
.rounded-pill{
    height: 38px;
}

.vue-notification {
    padding: 10px;
    margin: 0 5px 5px;
    font-size: 12px;
    color: #ffffff;
    background: #44A4FC;
    border-left: 5px solid #187FE7;

    &.warn {
        background: #ffb648;
        border-left-color: #f48a06;
    }

    &.error {
        background: #E54D42;
        border-left-color: #B82E24;
    }

    &.success {
        background: #68CD86;
        border-left-color: #42A85F;
    }
}

.pagination li a{
      color: black;
 float: left;
 padding: 8px 16px;
 text-decoration: none;
}
.pagination li.active{
 background-color: #090489;
}
.pagination li.active a{
 color:white;
}




