﻿.navbar__filter {
    position: relative;
    z-index: 999;
    /* box-shadow: 1px 4px 5px -2px lightgrey; */
    border-bottom: 0.001rem solid grey;
    height: 55px;
    background-color: rgb(245, 245, 245,0.5);
}

.icon__remove, .icon__share, .icon__refresh, .icon__filter, .icon__add, .icon__more, .spn__icon__refresh, .icon__restore,
.icon__backmynotes {
    color: black;
    transition: .5s;
}

    .spn__icon__remove:hover, .spn__icon__share:hover, .spn__icon__refresh:hover, spn__icon__refresh:hover,
    .spn__icon__filter:hover, .spn__icon__add:hover, .spn__icon__more:hover, .spn__icon__restore:hover,
    .spn__icon__backmynotes:hover {
        cursor: pointer;
        /*padding: 4px 4px;*/
        /*border-radius: 50%;
        background-color: lightgray;*/
    }

    .icon__add:hover, .icon__more:hover, .icon__refresh:hover, .icon__restore:hover, .icon__backmynotes:hover, .icon__share:hover,
    .icon__remove:hover, .icon__shortcut:hover, .icon__search:hover {
        cursor: pointer;
        color: deepskyblue;
        transition: .5s;
        transform: scale(1.5);
    }


.filter__name {
    color: black;
}


.item__list {
    overflow-y: auto;
    overflow-x: hidden;
}

.item__list_wrapper {
    height: 90vh;
    background-color: rgb(95, 158, 160, 0.1);
    border-right: 0.0001rem solid grey;
}

.sidebar-top-filter span.nav-link {
    display: inline-block;
    width: auto;
    padding: 5px;
    margin-right: 20px;
    color: black;
}

.sidebar-top-filter .editor_dropdown {
    display: inline-block;
    width: auto;
}

@keyframes fadeInList {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.list-group-item {
    /*border: 0.001rem solid rgb(128, 128, 128,0.5);*/
    border: transparent;
    margin: 1px 3px 1px 3px;
    border-radius: 4px;
    transition: .5s;
}

.prepnote__icon {
    color: royalblue;
}

.livenote__icon {
    color: green;
}

.day__info {
    border: .001rem solid lightgrey;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    background-color: lightgrey;
}

.item__date {
    font-size: 10px;
}

.item__user {
    font-size: 12px;
}

.list-group {
    border-radius: 0;
}


.pagination__wrapper {
    border-top: 1px solid grey;
    background-color: rgb(95, 158, 160, 0.0);
}

.page-item > a {
    padding: 2px 8px;
    border: 0.001rem solid rgb(128, 128, 128,0.5);
}

    .page-item > a:focus, .page-item > a:active {
        outline: none !important;
        box-shadow: none;
    }

.list-group .item__active {
    /*border: 0.001rem solid rgb(128, 128, 128,0.5);*/
    border: transparent;
    border-radius: 4px;
    background-color: rgb(95, 158, 160, 0.2);
    /*background-color: #c7e6fd;*/
    transform: scale(.96);
    transition: .5s;
}


.advance__search button {
    background-color: rgba(229, 228, 226, 0.836);
}


.item__title {
    color: black;
    font-size: 14px;
}


.item__type {
    border-radius: 50%;
    background: rgb(95, 158, 160, 0.2);
    /*border: 0.001rem solid grey;*/
    /* box-shadow: 0px 0px 1px 1px lightgrey; */
}

.list-group .item__content {
    font-size: 12px;
    margin: 0;
}

.list__item:hover {
    cursor: pointer;
    /*background-color: #D4F1F4;*/
    background-color: rgb(95, 158, 160, 0.1);
    transform: scale(.96);
    transition: .3s;
    border: transparent;
}

.hide__notelist {
    display: none;
}

.active__note_badge {
    background-color: green;
}

.inactive__note_badge {
    background-color: gainsboro;
}

.clm-shortname {
    padding-top: 10px;
    padding-bottom: 10px;
}

.short-name {
    padding: inherit;
    border-radius: 50%;
    border: 1px solid lightgray;
    background-color: #273c90f6;
    color: white;
}

.users__connected__list {
    height: 50vh;
    overflow-y: auto;
}

.disable-link {
    pointer-events: none;
}

#txtNoteDateRange {
    font-size: 11px;
}

.dropdown-toggle::after {
    content: none;
}

.item__row .list-right {
    text-align: center;
}

    .item__row .list-right i {
        display: block;
    }

    .item__row .list-right .form-check-input {
        display: block;
        margin: 0 auto;
    }

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.filter__check {
    color: gold;
}

.fav_template {
    color: gold;
}

.search-1 {
    padding: 2px 10px 2px 10px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    background: white;
}

    .search-1 input {
        display: block;
        width: 90%;
        height: 100%;
        color: #565553;
        background: white;
        transition: all .3s ease;
        padding: 6px 0 6px 0;
        outline: none;
        border: none;
    }

.item-mynotes {
    display: flex;
}

    .item-mynotes div:hover {
        color: deepskyblue;
        font-size: 14px;
        transition: .3s;
        cursor: pointer;
    }

    .item-mynotes div {
        margin-left: 8px;
    }
/*collab logs*/
.collablog-header {
    width: 100%;
    position: relative;
    background-color: lightgray;
    border-radius: 25px;
    margin: 10px;
    height: 50px;
}

    .collablog-header h3 {
        color: red;
    }

    .collablog-header img {
        margin-left: 30px;
        margin-top: 5px;
    }

.collab-log-userfilter {
    margin: 10px;
}

.header-part {
    display: flex;
}

.filter-part {
    display: flex;
    margin-top: 40px;
    position: absolute;
    margin-left: 40%;
}

    .filter-part input {
        margin: 10px;
        border: 1px solid lightgray;
        border-radius: 5px;
    }

.list-part {
    display: flex;
    background-color: whitesmoke;
    border-radius: 10px;
    margin: 10px;
    height: 950px;
}

.Collab-logs-list {
    margin-top: 70px;
    margin-left: 100px;
    width: 90%;
    display: block;
    height: 570px;
}

    .Collab-logs-list h1 {
        width: 20%;
        transition: .5s;
    }

        .Collab-logs-list h1:hover {
            font-size: 45px;
            transition: .5s;
            color: #283d92;
        }

.filter-button {
    margin: 10px;
    border: 1px solid #283d92;
    border-radius: 10px;
    background-color: #283d92;
}

    .filter-button:hover {
        background-color: lightblue;
    }

#filter-input-collablogs {
    border-radius: 5px;
}

.collab-log-dropdown:focus-visible {
    outline: none;
    border: 1px solid lightgray;
}

.collab-log-no-data {
    position: absolute;
    margin-left: 530px;
    margin-top: 100px;
}

    .collab-log-no-data h1 {
        width: 100%;
    }

.collab-log-table-data :hover {
    background-color: lightblue;
    transition: .5s;
}

.collab-log-active {
    width: 10px;
    height: 10px;
    background-color: green;
    margin-left: 7px;
    margin-top: 7px;
    border-radius: 50%;
}

.collab-log-inactive {
    width: 10px;
    height: 10px;
    background-color: red;
    margin-left: 7px;
    margin-top: 7px;
    border-radius: 50%;
}

.collab-log-active-p {
    position: absolute;
    padding-left: 15px;
    margin-top: -10px;
}

#dtBasicExample {
    border: 1px solid lightgray;
}

.collab-log-table-head {
    height: 50px;
    background: #283d92;
    border: 2px solid white;
    color: white;
}

#collab-log-table-head {
    vertical-align: middle;
}

.collab-logs-profile {
    position: absolute;
    margin-left: 92%;
    margin-top: -60px;
}

    .collab-logs-profile img {
        border-radius: 25%;
    }

.collab-logs-username {
    position: absolute;
    margin-top: -50px;
    margin-left: 85%;
}

    .collab-logs-username h3 {
        color: black;
    }

.collab-logs-notification {
    position: absolute;
    margin-left: 80%;
    margin-top: -40px;
}

.search-input-collab-logs {
    margin-left: 20px;
}

.collab-log-dropdown {
    height: 40px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.filter-button {
    background-color: #283d92!important;
    border: #283d92!important;
}
/*Heading list modal*/
.se-heading-list {
    list-style-type: none;
    min-height: 40px;
    margin: 5px;
    padding: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f1f1f1;
    border-radius: 5px;
}

    .se-heading-list:hover {
        background: #666;
        color:white;
    }

    /*Expander word count*/

.expander__word__count{
    display: flex;
    justify-content: end;
    position: absolute;
    top: 63px;
}
.expander__word__count p{
    font-size: 10px;
}

/* Expander inputs */

#expander__key{
    height: 30px;
    margin: 10px;
    border-radius: 5px;
}

#se_add_new_expander_value {
    border-radius: 5px;
    resize: none;
}

/* word expander icon */

#word__expander__icon, #export__html {
    font-size: 18px;
    margin: 8px 8px 6px 7px;
    cursor: pointer;
}

    #word__expander__icon:hover, #export__html:hover {
        transform: scale(1.3);
        color: deepskyblue;
        transition: .3s;
    }

/* deleted template list */

.deleted__template__parent {
    height: 60px;
    margin: 5px;
    background: whitesmoke;
    border-radius: 5px;
    display: flex;
    border: transparent;
    /*border: .5px solid lightgray;*/
}

.deleted__template__list{
    list-style-type: none;
    width: 100%;
}

.deleted__template__ul{
    padding:0px;
    height: 60vh;
    overflow: scroll;
}
.deleted__template__ttype{
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.deleted__template__username{
    font-size: 10px;
}
.title__username__container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 50%;
}

.deleted__template__search_parent{
    margin: 5px;
}
.deleted__template__search__input {
    width: 100%;
    height: 35px;
    border: .1px solid gainsboro;
    /*border: 1px solid darkgray;*/
    border-radius: 5px;
}

.deleted__template__search__input:focus{
    outline: none;
}

.date__container {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.restore__deleted__template{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* get deleted phrases */

.deleted__phrase__parent {
    height: 60px;
    margin: 5px;
    background: whitesmoke;
    border-radius: 5px;
    display: flex;
    border: transparent;
    /*border: .5px solid lightgray;*/
}

.deleted__phrase__list {
    list-style-type: none;
    width: 100%;
}

.deleted__phrase__ul {
    padding: 0px;
    height: 60vh;
    overflow: scroll;
}

.deleted__phrase__ttype {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deleted__phrase__username {
    font-size: 10px;
}

.title__phrase__container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 50%;
}

.deleted__phrase__search_parent {
    margin: 5px;
}

.deleted__phrase__search__input {
    width: 100%;
    height: 35px;
    border: .1px solid gainsboro;
    /*border: 1px solid darkgray;*/
    border-radius: 5px;
}

    .deleted__phrase__search__input:focus {
        outline: none;
    }

.date__container {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.restore__deleted__phrase {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.template__item__row {
    display: flex;
    justify-content: space-evenly;
}

.preview__template{
    display: flex;
    align-items: center;
}

.template__preview__parent{
    height: 73vh;
    padding: 10px;
    overflow: scroll;
}

/*.input-group{
    width: 70%;
}*/
.import__template__filter{
    width: 30%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.sort__filter__btn{
    background: transparent;
    border: none;
}

#se_add_note{
    border: transparent;
    background: transparent;
}

.templatelist__filter__div{

}
.templatelist__search__input {
    display: flex;
    height: 40px;
    width: 70%;
}
.templatelist__filter__dropdown{
    display: flex;
    flex-direction: column;
    width: 30%;
}