.pt_56 {
    padding-top: 56px;
}
.pb_60 {
    padding-bottom: 60px;
}

.fs_10 {
    font-size: 10px;
}

.fs_12 {
    font-size: 12px;
}
.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}
.fs_20 {
    font-size: 20px;
}
.fs_24 {
    font-size: 24px;
}
.fs_28 {
    font-size: 28px;
}
.fs_32 {
    font-size: 32px;
}

.fw_300 {
    font-weight: 300;
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}
.fw_600 {
    font-weight: 600;
}

.black_text {
    color: #1A1919;
}
.black2_text {
color: #3D3D3D;
}

.gray_text {
    color: #252C32;
}

.light_gray {
    color: #6E7C87;
}

.bg_light_primray {
    background: #EEF3FF;
}

.green_text {
    color: #4F9C20;
}

.green-bg {
    background: #EBFAE2;
}

.primray_text {
    color: #3069FE;
}
.primray_text_700{
color: var(--Primary-700, #14367B)

}

.lh_normal{
    line-height: normal; 
}
.lh_16 {
    line-height: 16px;
}

.lh_18 {
    line-height: 18px;
}

.lh_20 {
    line-height: 20px;
}

.lh_24 {
    line-height: 24px;
}


.add-btn {
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.task-list-form textarea{
    border-radius: 6px;
border: 1px solid #F3F3F3;
background: #FFF;
padding: 14px 8px;
min-height: 92px;

}
.image-paris{
    width: 100%;
    /* max-width: 304px; */
    min-height: 125px;
}
.image-paris img{
    width: 100%;
    object-fit: cover;
}
.author-images {
    position: relative;
}

.author-images img:first-child {
    position: absolute;
    right: 17px; 
    top: 0; 
    z-index: 2; 
}
.author-images img{
    position: absolute;
    /* right: 17px;
    top: -15px; */
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.author-images{
    /* overflow: hidden;
    width: 70px; */
}

.author-images img:nth-child(2) {
    position: relative;
    z-index: 1;
}


/* avatar-group */


.avatar {
    width: 35px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    background-color: #2c303a;
    border: 1.419px solid #2c303a;
  }
  .avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .avatar-group {
    display: flex;
  }
  .avatar-group.rtl {
    direction: rtl;
  }
  .avatar-group.rtl .avatar:hover:not(:last-of-type) {
    transform: translate(10px);
  }
  .avatar-group .avatar {
    margin-left: -20px;
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  .avatar-group .avatar:hover:not(:last-of-type) {
    transform: translate(-10px);
  }
  .avatar-group .avatar-no {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.419px solid #DDE2E4;
    background-color: #FFF;
    color: black;
  }
  /* end: Avatar */

.log-colom1 {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.login-detail {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.login-form {
    padding-top: 30px;
}

.login-form input,
.login-form select {
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid #000;
    padding: 16px;
    background: transparent;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
 select {
    background-image: url('data:image/svg+xml,%3Csvg width=%2212%22 height=%227%22 viewBox=%220 0 12 7%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1 1L6 6L11 1%22 stroke=%22%23777777%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 7px;
    appearance: none; /* Hide the default dropdown arrow */
    padding-right: 40px !important; /* Space for the custom arrow */
    border-radius: 8px !important;
    cursor: pointer;
}
.login-form textarea{
    border: 1.5px solid #000;
}


.login-form label.error {
    position: absolute;
    font-size: 14px;
    top: 100%;
    color: rgb(238, 44, 44);
    left: 0;
}
.task-item {
    cursor: pointer;
}
.task-item a{
    text-decoration: none;
    color: #000;
}
.assign-main {
    border: 1px solid #EFEFEF;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px 8px;
}
.timeline-item{
    border-left: 1px solid #3069FE;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
    
}
.timeline-item::after{
    width: 10px;
    height: 10px;
    content: "";
    background-color: #3069FE;
    border: 1px solid #3069FE;
    top: 0;
    position: absolute;
    border-radius: 50%;
    left: -5px;
}
@media (min-width: 576px) {
    #projectCommentModal .modal-dialog {
        max-width: 600px !important;
    }
    #TaskdetailsModal .modal-dialog{
        max-width: 600px !important;

    }
}


@media (max-width: 550px) {
    .fs_md_16{
        font-size: 16px;
    }
    .fs_md_14{
        font-size: 14px;
    }
}

.input-container{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.mt_38{
    margin-top: -38px;
}
.cursor-pointer{
    cursor: pointer;
}
.inset-0{
    inset: 0;
}
.file-item{
    position: relative;
}
.file-item .image{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgb(189, 188, 188);
}
.file-item .remove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: red;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 3px;
    cursor: pointer;
}