.bg-login {
    background: aliceblue;
}

.ml2 {
    margin-left: 2px;
}

.table-controls {
    padding: 0;
    margin: 0;
}

.table-controls li {
    list-style: none;
    display: inline;
}

.table-controls li svg {
    color: #888ea8;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    fill: rgba(0, 23, 55, 0.08);
    cursor: pointer;
}

.media-custom h5 {
    font-weight: bold;
    padding: 1%;
    margin: 0px;
}

.table-controls li:hover svg {
    color: #e7515a;
    fill: rgba(231, 81, 90, 0.219608);
}

.table-controls>li>a svg.icc {
    color: #888ea8;
    width: 30px;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 100% !important;
}

.table>tbody:before {
    display: none !important;
}

.pd-0 {
    padding: 0px;
}

.mg-0 {
    margin: 0px;
}

.searchable-container .searchable-items.list .items.items-header-section h4 {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.mgl-1 {
    margin-left: 1%;
}

.mgt-1 {
    margin-top: 1%;
}

.filtered-list-search form>div svg.none {
    position: relative !important;
    right: 0px !important;
    color: white !important;
    height: 19px;
    width: 19px;
    top: 0 !important;
}

.filtered-list-search form input {
    color: #0106b5 !important;
}

.searchable-container .searchable-items.list .items .item-content {
    justify-content: none !important;
}

.fr {
    float: right;
}

.txc {
    text-align: center;
}

.searchable-container .searchable-items.list .items .item-content .user-profile {
    width: 30% !important;
}

.searchable-container .searchable-items.grid .items .item-content .user-profile {
    width: auto !important;
}

.searchable-container .searchable-items.list .items .item-content .user-email {
    width: 30% !important;
}

.searchable-container .searchable-items.grid .items .item-content .user-email {
    width: auto !important;
}

.searchable-container .searchable-items.list .items .item-content .user-location {
    width: 25% !important;
}

.searchable-container .searchable-items.grid .items .item-content .user-location {
    width: auto !important;
}

.searchable-container .searchable-items.list .items .item-content .action-btn {
    width: 15% !important;
}

.searchable-container .searchable-items.grid .items .item-content .action-btn {
    width: auto !important;
}

.w100 {
    width: 100%;
}

.bg-golden {
    background-color: goldenrod !important;
}

.dropdown-menu.select-dropdown.open.show {
    z-index: 2000;
}

.w200px {
    width: 200px !important;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.color-white {
    color: white !important;
}

.media-custom h6 {
    font-weight: bold;
    padding: 1%;
    width: 100px;
    margin: 0px;
}

.ck-editor__editable {
    min-height: 300px;
}

.hide {
    display: none;
}

.flatpickr-calendar {
    z-index: 99999 !important;
}

.modal {
    z-index: 99998 !important;
}

.modal-backdrop {
    z-index: 99997 !important;
}

.chat-system .chat-box .chat-box-inner .chat-conversation-box {
    height: calc(100% - 59px) !important;
}

.mgtop-10 {
    margin-top: 10px;
}

small.calendar {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
    margin-bottom: 2px
}

.colorText-chat {
    color: cadetblue
}

.labels .label.without:before {
    background: none !important;
}

.chat-system .chat-box .bubble.me {
    background-color: #054740 !important;
}

.chat-system .chat-box .bubble.me:before {
    background-color: #054740 !important;
}

.chat-system .chat-box .bubble.you {
    background-color: #3B4044 !important;
    color: white !important;
}

.colorText-chat-you {
    color: darkgray
}

.txt-right {
    text-align: right;
    vertical-align: bottom;
}

.chatTable {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    vertical-align: middle;
}

.chat-system .chat-box .bubble.you:before {
    background-color: #3B4044 !important;
}

.colorText-chat-you {
    color: darkgray;
}

.ov-auto {
    overflow: auto;
}

.box-control-height {
    max-height: 300px !important;
    overflow: auto !important;
}

.scroll-notifications {
    max-height: 500px;
    overflow: auto;
}


/* SCROLL BEGIN */

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}


/* SCROLL END */

span.badge-global {
    position: absolute;
    top: 38px;
    width: 9px;
    left: 100px;
    height: 9px;
    border-radius: 50%;
    padding: 3px 0px 0px;
    font-size: 10px;
    color: #fff !important;
    background: #e42525;
    display: block;
    border: 1px solid #e0e6ed;
}

.min45w {
    min-width: 45px;
}

.showModal2{
    display: block !important;
}
