body{
    background-color: #f0f3fa;
}
/* Login Styles Start Here */
.login-page{
    box-shadow: 0px 5px 20px rgba(73, 79, 89, 0.08), 0px 2px 6px rgba(73, 79, 89, 0.05);
    border-radius: 4px;
}
.login-head{
    background: #FFFFFF;
    padding: 15px 10px 15px 28px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: inherit;
    border-bottom: 1px solid #F0F3FA !important;
}
.login-body{
    background-color: #FFFFFF;
    padding: 5px 15px 15px 15px;

}
.login-welcome{
    padding: 3px;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
}
.login-text{
    padding: 3px;
    font-size: 14px;
    color: #717A89;
    line-height: 200%;
}
.login-forgot{
    font-size: 13px;
    color: #717A89;
    text-decoration: none;
}
.login-forgot:hover{
    color: #E43958;
    text-decoration: none;
}
@media only screen and (max-width: 530px) {
    .login-head{
        text-align: center;
    }
    .login-welcome{
        margin: 2rem 0;
        text-align: center;
    }
    .login-text{
        display: none;
    }
    .content-wrapper{
        width: auto !important;
    }
}
/* Login Styles End Here */

/* Dropdown Styles Start Here */

.account-btn{
    background-color: #f7f9fd;
    border-radius: 2.6rem;
    padding: 0.4rem 0.5rem;
}
.account-btn > div > img{
    background-color: #b4bcca;
    border-radius: 2.6rem;
    width: 30px;
}
.account-btn > div > div > svg{
    font-size: 10px !important;
    padding-left: 0.8rem;
    color: #b4bcca;
}
.accountBtn-text{
    line-height: 15px;
    padding-left: 0.5rem;
}

.account-btn:hover{
    background-color: #f7f9fd;
}

.accounts-dropdown-menu{
    position: relative;
}
.accounts-dropdown-menu:before{
    content: '';
    position: absolute;
    top: -16px;
    right: 65px;
    border-top: 10px solid transparent;
    border-left: 10px solid #eee;
    border-bottom: 10px solid transparent;
    transform: rotate(-90deg);
}

.accounts-dropdown:hover .accounts-dropdown-menu {
	display: block !important;
    margin-top: 0;
    margin-left: 10px !important;
    
}

/* Dropdown Styles End Here */

/* Main Page Styles Start Here */

.main-body1 > div > div,
.main-body3 > div > div,
.main-body4 > div > div{
    height: 340px;
    scrollbar-color: #B4BCCA #F7F9FD;
    scrollbar-width: thin;
}

.color1, .color2, .color3, .color4, .color5, .color6, .color7, .color8, .color9, .color10{
    width: 20px;
    height: 20px;
    margin-right: 0.5rem !important;
    border: 1px solid #eee;
}
.color1{
    background-color: #5ab2ed;
}
.color2{
    background-color: #85ce77;
}
.color3{
    background-color: #ffea8a;
}
.color4{
    background-color: #c9d2e3;
}
.color5{
    background-color: #b3bcf5;
}
.color6{
    background-color: #b7ecec;
}
.color7{
    background-color: #e3d0ff;
}
.color8{
    background-color: #ffc58b;
}
.color9{
    background-color: #ef8498;
}
.color10{
    background-color: #dee5f1;
}

.custom-link{
    color: #000;
    text-decoration: none;
}
.custom-link:hover{
    color: #E43958;
    text-decoration: none;
}

/* Main Page Styles End Here */

/* Product Page Styles Start Here */

.card-head{
    font-size: 12px;
    font-weight: 500;
    line-height: 2rem;
    display: inline-block;
    color: #E43958;
    border-bottom: 1px solid #f0f3fa;
}
.card-mid{
    border-bottom: 1px solid #f0f3fa;
    background-color: #f7f9fd;
}

/* Product Page Styles End Here */

/* Task Page Styles Start Here */

.normal-tag{
    background-color: #B4BCCA;
    width: auto;
    color: #fff;
    padding: 2px 5px !important;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}
.custom-tag{
    background-color: #B4BCCA;
    width: auto;
    color: #fff;
    padding: 2px 5px !important;
    font-size: 12px;
    border-radius: 5px 0px 0px 5px;
    position: relative;
    margin-right: 0.5rem;
    cursor: pointer;
}
.custom-tag:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #B4BCCA;
    border-bottom: 10px solid transparent;
}
.priority{
    padding: 0.1rem 0.4rem;
}
.priority-active{
    border: 1px solid #494f59;
    background: #eee;
    /* padding: 0.1rem 0.4rem; */
    padding: 0.2rem 0.4rem;
    border-radius: 50px;
}
.avatar-UnAssignedContent{
    background: #eee;
    /* padding: 0.4rem 0.52rem; */
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: small;
    color: #969fae !important;
}
.avatar-content{
    background:hsl(171, 69%, 56%);
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    height: 35px;
    width: 35px;
    /* padding: 0.3rem 0.7rem; */
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    overflow: hidden;
    user-select: none;
    box-sizing: border-box;
    box-shadow: 0px 3px 8px rgba(73, 79, 89, 0.05), 0px 0px 4px rgba(73, 79, 89, 0.08);
}

.avatar-img{
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    height: 35px;
    width: 35px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    overflow: hidden;
    user-select: none;
    box-sizing: border-box;
    box-shadow: 0px 3px 8px rgba(73, 79, 89, 0.05), 0px 0px 4px rgba(73, 79, 89, 0.08);    
}
.parentAssignBody{
    height: 415px;
    overflow: auto;
}
.parent-Assign{
    cursor: pointer;
}
.parent-UnAssign{
    cursor: pointer;    
}
.parentActive{
    background-color: #EBF5FA !important;
}
.parentActive > div > div > div{
    border: 2px solid #fff;
}
.parentActive > div > #personExists{
    color: #0085e0 !important;
}
/* Task Page Styles End Here */

/* Task Page Styles Start Here */

.uploadOuter {
    text-align: center;
    padding: 20px;
}
.uploadOuter strong {
    padding: 0 10px;
}
.dragBox {
    width: 280px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: 600;
    line-height: 45px;
    color: #494F59;
    border: 1px dashed #ccc;
    display: inline-block;
    transition: transform 0.3s;
}
.dragBox input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
.draging {
    transform: scale(1.1);
}

.projTask_Filter .fs-11{
    font-size: 11px !important;
}
.projTask_Filter .h-30{
    height: 30px !important;
}

/* Task Page Styles End Here */