#Kanban{
    padding: 0px;
    /* background-color: #777070; */
    height: 100vh;
}
#KanbanBody {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden
}

/* #leftKanbanNav{
    background: #2a68c9;
    border-top: 0;
    width: 50px;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 99;
    
}

.leftKanbanNavItem{
    display: block;
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
    margin-bottom: 20px;
    color: #d7e6fe;
}

.leftKanbanNavBottom {
    position: absolute;
    bottom: 0px;
    color: #d7e6fe;
}
.leftKanbanNavBottomContent{
    display: block;
    width: 50px;
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
    margin-bottom: 20px;
    color: #d7e6fe;
} */



#leftKanbanMenu {
    background-color: #007bff;
    width: auto;
    /* width: 6rem; */
    z-index: 20;
}


/* #KanbanMenuTitle {
    padding-top: 10px;
}

#KanbanMenuTitle img {
    width: 60%;

    padding-left: 50px;
} */

#navKanbanMenuContainer>li {    
    padding: 0px;
    width: 64px;
    height: 73px;
    /* line-height: 60px; */
    color: rgba(255,255,255,0.81);
}

#navKanbanMenuContainer>li>.icon-div{    
    height: 46px;
    font-size: 33px;
}

/* #navKanbanMenuContainer>li>a{
    display: block;
    margin: 0 auto;
    height: 100%;
    text-align: center;
} */
#navDashboardLink{
    /* background-color: #204e97; */
}
#navKanbanMenuContainer>li.navKanbanMenuSelected {
    /* background-color:darkorange;     */
    background-color: #204e97 !important;
}

#navKanbanMenuContainer>li:hover{
    cursor: pointer;
    background-color: #204e97;
}

#rightKanbanContent {
    float: left;
    /* margin-bottom: 5px;
    margin-top: 5px;    
    margin-right: 5px; */
    padding: 10px;
    width: 100vw;
    height: 100vh;
    /* background-color: white; */
    padding: 0px;
    background-color: #242, 243, 246;
}
#leftMenuSettings {
    position: absolute;
    bottom: 100px;
    color: rgba(255,255,255,0.90);
    width: 64px;
    height: 73px;
    
    text-align: center;
    font-size: 37px;
    cursor: pointer;
}
#leftMenuUser {
    position: absolute;
    bottom: 25px;
    color: rgba(255,255,255,0.90);
    /* margin: 5px; */
    text-align: center;
    width: 64px;
    height: 73px;
    font-size: 37px;
    cursor: pointer;
}
#intoMyProjects{
    cursor: pointer;
}
/* #flyingBox {
    position: absolute;
    top: 176px;
    left: 208px;
    padding: 0 !important;
    background-color: darkorange;
    height: 38px;
    width: 2px;
    z-index: 0;
} */


.left-tree-brick.current {
    background-color: #204e97;
}

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15)
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor
}

.dropdown-toggle {
    outline: 0
}

.nav-flush .nav-link {
    border-radius: 0
}


@media (min-width:768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}



/*  */
/* slide-out */
.slide-nav{
    position: absolute;
    /* left: -259px; */
    left: -260px;
    top: 0;
    bottom: 0;
    background-color: #255baf;
    width: 320px;
    height: auto;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    color: aliceblue;
    /* transition: transform 0.3s ease-in-out; */
    transition: ease-in-out .3s;
    opacity: 0;
}
.slide-out{
    /* left: 500px; */
    transform: translateX(320px);    
    opacity: 1;
}


/*  */
.left-tree-project-list-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.left-tree-project-list-header-title{
    margin-bottom: 0;
    line-height: 1.5;
}
.left-tree-project-list-body{
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}


.myproject-content{
    margin-top: 10px;
}

.project-search-input-group-text{
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    color: white;
    background-color: #204e97;
    /* border: 1px solid #ced4da; */
    border-radius: 0.25rem;
    
}
.project-search-input{
    background-color: #204e97;
    border: 1px solid #204e97;
}
.project-search-input::-webkit-input-placeholder{    
    color: white;
}

/* .projects{

} */
.projects>li{
    width: auto;
    height: 30px;
    line-height: 28px;
    /* background-color: blueviolet; */
    margin: 5px auto;
}

.projects li.hide{
    display: none;
}
.projects>li:hover{
    color: white;
    cursor:pointer;
    background-color: #204e97;
}
.projects>li>i{
    margin: 10px;
}

.add-projects-wrap{
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}



.block-title{
    padding-left: 13px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(179, 185, 203);
    letter-spacing: 0px;
    height: 12px;
    line-height: 12px;
    border-left: 3px solid rgb(92, 139, 214);
}
.create-project-templates{
    margin-bottom: 10px;
}
.create-project-templates-list{
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 20px;
}
.create-project-templates-list>li{
    margin: 0;
    padding: 0;
}
.create-project-templates-list-div{
    width: 128px;
    height: 91px;
    /* background: aquamarine; */
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    text-align: center;
    overflow: hidden;
    margin: 0 20px 5px;
    /* color: white; */
    position: relative;
	overflow: hidden;
}

.create-project-templates-list-div:hover{
    cursor: pointer;
}
.create-project-templates-img{
    width: 128px;
    height: 70px;
    /* position: relative; */
    background-color: aliceblue;
    /* position: relative; */

    /* z-index: 9; */
}
.create-project-templates-list-title{
    height: 23px;
    line-height: 20px;
}
.templates-list-meta{    
    text-align: center;
    height: 18px;
    display: none;
}
.templates-list-meta.select{    
    display: block !important;
}
.templates-list-meta.active{    
    display: block !important;
}
/* .templates-list-meta>a{ 
    display: none;
}
.templates-list-meta>a.active{ 
    display: block;
} */

/* .create-project-templates-list .create-project-templates-list-div:hover:before{
	content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #007bff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
} */
/* .create-project-templates-list-div:hover:before{
    content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #007bff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.create-project-templates-list .create-project-templates-list-div:hover:after {
    content: "\EA1B";
    width: 50px;
    height: 50px;
    background: #007bff;
    position: absolute;
    left: -24px;
    top: -26px;
    transform: rotate(-45deg);
} */

/* add active class  */
.create-project-templates-list-div.active:before{
    content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #007bff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.create-project-templates-list-div.active:after{
    content: "\EA1B";
    width: 50px;
    height: 50px;
    background: #007bff;
    position: absolute;
    left: -24px;
    top: -26px;
    transform: rotate(-45deg);
}
.create-project-templates-list-div.select:before{
    content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #007bff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.create-project-templates-list-div.select:after{
    content: "\EA1B";
    width: 50px;
    height: 50px;
    background: #007bff;
    position: absolute;
    left: -24px;
    top: -26px;
    transform: rotate(-45deg);
}
#createProjectForm{
    margin-top: 11px;
}
#createProjectForm label.error {
    color: rgba(255, 0, 0, 0.815);
}

#createProjectForm label.error {
    color: rgba(255, 0, 0, 0.815);
}

.dropdown-toggle::after {
    display: none;
    border: none;
}