.project-items{
    padding: 0rem 1.5rem !important;
}
#back-to-top {
    bottom: 20px !important;
}
.nav-link.menu-link.wa-link {
    padding: .225rem 1.5rem !important;
}
.move_this {
    cursor: move;
}
.this_click_item {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.this_click_item:hover {
    font-weight: bolder;
}
.this_folder:hover, .this_file:hover {
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.breadcrumb-item a:hover {
    text-decoration: underline;
}
.message_meta {
    margin: 2px 0px;
    padding: 5px 12px;
    border-radius: 10px;
    min-width: 50%;
    max-width: 80%;
    position: relative;
    display: inline-block;
    clear: both;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}
.message_meta.incoming {
    background-color: #f1f0f0;
    float: left;
    border-bottom-left-radius: 0;
}
.message_meta.outgoing {
    background-color: #dcf8c6;
    float: right;
    border-bottom-right-radius: 0;
}
.timer_meta {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
    text-align: right;
}
.checkbox-lg {
    transform: scale(1.5);
}
.fle_img {
    cursor: pointer;
}
.split_row {
    display: flex;
    flex-direction: row;
}
.split_column {
    display: flex;
    flex-direction: column;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}
#filemanagerTop {
    padding-top: 35px;
}
#SidebarFileManager {
    display: none;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh) !important;
    z-index: 999999999;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}
.strength-bar {
    height: 6px;
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
.strength-fill {
    height: 100%;
    width: 0;
    background-color: red;
    border-radius: 5px;
    transition: width 0.3s ease, background-color 0.3s ease;
}
.nav-link.active {
    background: linear-gradient(to right, #405189 30%, #4f629e 100%);
}
table tr:hover {
    background-color: #e9eeff;
}
.linked {
    color: #3a61e1;
}
.data_outgoing_media_file {
    background-color: #eee !important;
}