.user-avatar {
    max-width: 50px;
}


.editable-list-name{
    text-transform: capitalize;
    text-align: center;
    /* width: 330px; */
    width: 220px;
    background-color: #00000026;
    color: #798d99;
    font-size: 13px;
    font-family: 'Montserrat', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
}

.hr-text {container
    font-family: cursive;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    &:before {
      content: '';
      background: linear-gradient(to right, transparent, #818078, transparent);
      position: absolute;
      left: 280px;
        top: 50%;
        width: 66%;
        height: 1px;
        color: #000;
        border: 1px solid #878787;
    }
    &:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;
     
  
      padding: 0 .5em;
      line-height: 1.5em;
      color: #818078;
      background-color: #fcfcfa;
      
    }
  }

.lists-container {
    /* margin: 28px 28px 28px 0px; */
    display: flex;
    align-items: start;
    padding: 0 0.8rem 0.8rem;
    /* overflow-x: auto; */
    height: calc(100vh - 8.6rem);
}

.list {
    flex: 0 0 27rem;
    display: flex;
    flex-direction: column;
    background-color: #e2e4e6;
    /* max-height: calc(100vh - 11.8rem); */
    border-radius: 0.3rem;
    margin-right: 1rem;
}

.list:last-of-type {
    margin-right: 0;
}

.list-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    padding: 1rem;
}

.list-items {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: start;
    padding: 0 0.6rem 0.5rem;
    overflow-y: auto;
}

.list-items::-webkit-scrollbar {
    width: 1.6rem;
}

.list-items::-webkit-scrollbar-thumb {
    background-color: #c4c9cc;
    border-right: 0.6rem solid #e2e4e6;
}

.list-items li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    background-color: #fff;
    padding: 0.65rem 0.6rem;
    color: #4d4d4d;
    border-bottom: 0.1rem solid #ccc;
    border-radius: 0.3rem;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
    cursor: pointer;
}

.list-items li:last-of-type {
    margin-bottom: 0;
}

.list-items li:hover {
    background-color: #eee;
}

.add-card-btn {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #838c91;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
}

.add-card-btn:hover {
    background-color: #cdd2d4;
    color: #4d4d4d;
    text-decoration: underline;
}

.add-list-btn {
    flex: 0 0 27rem;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #006aa7;
    color: #a5cae0;
    padding: 1rem;
    border-radius: 0.3rem;
    cursor: pointer;
    transition: background-color 150ms;
    text-align: left;
}

.add-list-btn:hover {
    background-color: #005485;
}

/* .add-card-btn::after, */
.add-list-btn::after {
    content: '...';
}


/* .ad-s {
    display: flex;
} */

.text {
    width: 60%;
    padding-left: 14px;

}

.text h3 {
    margin: 0px;
    padding: 5px 0 0 0;
}


.ad-ex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.perabtn ul {
    display: flex;
    margin: 0;

}

.perabtn ul li a {
    text-decoration-line: underline;
    color: #868686;

}

.perabtn ul li {
    padding-right: 17px;
}

.titel-date {
    display: flex;
    align-items: end;
    padding: 15px 0 0 0;
}

.titel-date span {
    font-size: 17px;
    padding: 0 0 0 10px;
}

.titel h1 {
    font-size: 19px;
    padding: 0 0 0 13px;
    font-weight: 600;
}

#attachmentList {
    list-style: none;
    position: relative;
    padding-left: 0px;
}

#attachmentList li {
    font-size: 22px;
}

.hadding {
    font-size: 40px
}

.display-f {
    padding: 10px;
    display: flex;
    /* float: right; */
    /* position: absolute; */
    left: 257px;
    top: 1px;
}


@supports (display: grid) {
    body {
        display: grid;
        grid-template-rows: 2rem 3rem auto;
        grid-row-gap: 0.8rem;
    }

    .masthead {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-column-gap: 2rem;
    }

    .boards-menu {
        display: grid;
        grid-template-columns: 9rem 18rem;
        grid-column-gap: 0.8rem;
    }

    .user-settings {
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-column-gap: 0.8rem;
    }

    .board-controls {
        display: grid;
        grid-auto-flow: column;
        grid-column-gap: 1rem;
    }

    .lists-container {
        overflow: hidden;
        display: grid;
        grid-auto-columns: 25rem;
        grid-auto-flow: column;
        grid-column-gap: 1rem;
    }

    .list {
        display: grid;
        grid-template-rows: auto minmax(auto, 1fr) auto;
    }

    .list-items {
        display: grid;
        grid-row-gap: 0.6rem;
    }

    .logo,
    .list,
    .list-items li,
    .boards-btn,
    .board-info-bar,
    .board-controls .btn,
    .user-settings-btn {
        margin: 0;
    }

    /* card styles */

    .card__list {
        overflow-y: auto;
        max-height: max-content;
        display: grid;
        grid-template-rows: auto;
        grid-gap: .5rem;
        /* margin: .5rem 010px; */
        color:white;
        padding: 5px;
        margin-right: 5px;
    }

    .card__item {
        
        background-color: #22272B;
        border-radius: .25rem;
        box-shadow: 0 1px 0 rgba(9, 45, 66, .25);
        /* padding: 1rem; */
        border-radius: 12px;
    }

    .card__tag {
        text-transform: uppercase;

        font-size: .75rem;
        padding: .1rem .5rem;
        border-radius: .25rem;
        font-weight: 700;
        color: white;
        margin-bottom: .75rem;
        display: inline-block;
    }

    .card__image {
        width: 100%;
        margin-bottom: .25rem;
    }

    /* sticker colors */

    .card__tag--design {
        background-color: #61bd4f;
    }

    .card__tag--browser {
        font-size: 9px;
        background-color: #048896;
        margin-left: 12px;

    }

    .card__tag--browser_2 {
        background-color: #f20505;
    }

    .card__tag--mobile {
        background-color: #f2d600;
    }

    .card__tag--high {
        background-color: #eb5a46;
    }

    .card__tag--low {
        background-color: #00c2e0;
    }

    .card__title {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        color: #798d99;
        margin-bottom: .45rem;
        padding-left: 13px;
        margin-top: 5px;
    }

    .card__title_1 {
        font-size: 12px;
        font-weight: 400;
        color: #c6c6c6;
        margin-bottom: .45rem;
        padding-left: 13px;

        /* ad changes 12 */
        /* height: 7vh; */
        overflow: hidden;
        line-height: 19px;
    }

    /* card actions */

    .card__actions {
        display: flex;
        align-items: center;
        padding: 0 13px;
        font-size: 12px;
        list-style: none;
    }

    .card__actions--wrapper i {
        color: #798d99;
        margin-right: .5rem;
    }

    .card__actions--text {
        color: #798d99;
        font-size: .8rem;
        margin-left: -.25rem;
        margin-right: .5rem;
    }

    .card__avatars {
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }

    .card__avatars--item {
        margin-right: -2px;
        width: 20px;
        height: 20px;
    }

    .avatar__image {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    /* #container {
        text-align: center;
    } */

    /* .btn {
        padding: 10px 20px;
        margin: 10px;
        border: none;
        cursor: pointer;
        background-color: #007bff !important;
        color: white;
        border-radius: 5px;
        font-size: 16px;
    } */
    .btn_1 {
        /* padding: 10px 20px; */
        margin: 10px;
        border: none;
        cursor: pointer;
        background-color:transparent !important;
        color: white;
        border-radius: 5px;
        font-size: 16px;
    }

    .error-box {
        border: 1px solid red;
        padding: 10px;
        margin-top: 10px;
        color: red;
        /* display: none; */
    }

    /* .btn:hover {
        background-color: #0056b3;
    } */

    #input-container {
        display: none;
        align-items: center;
        justify-content: center;
    }
 
    #input-container input {
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 200px;
        margin-right: 10px;
    }

    #input-container .add-list-action-btn {
        background-color: #28a745;
    }

    #input-container .add-list-action-btn:hover {
        background-color: #218838;
    }

    #input-container .cancel-btn {
        background-color: #dc3545;
    }

    #input-container .cancel-btn:hover {
        background-color: #c82333;
    }

    /* The alert message box */
    .alert {
        position: fixed;

        right: 0;
        padding: 20px;
        margin: 0;
        border: 1px solid transparent;
        border-radius: 4px;
        color: white;
        background-color: #f44336;
        /* Red */
        border-color: #f44336;
        z-index: 1000;
        /* Ensure it is above other content */
        display: none;
        /* Hide by default */
        text-align: center;
        /* Center the text */
    }

    .alert .closebtn {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #721c24;
        font-size: 20px;
        cursor: pointer;
    }

    /* The close button */
    .closebtn {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

    .column__item--cta {
        padding: .25rem;
        display: flex;
        color: #798d99;
    }

    .column__item--cta i {
        margin-right: .25rem;
    }

    .column__title--wrapper {
        /* text-transform: uppercase; */
        display: grid
;
        grid-template-columns: repeat(2, 1fr);
        /* padding: .25rem; */
        align-items: center;
    }

    .column__title--wrapper h2 {
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        font-size: .9rem;
    }

    .column__title--wrapper i {
        text-align: right;
        color: #798d99;
    }

    /* Description Section */
    .modal-description {
        display: flex;
        /* align-items: center; */
        margin-bottom: 20px;
        flex-direction: column
    }

    .description-icon {
        font-size: 20px;
        margin-right: 10px;
    }

    #description{
        /* text-transform: lowercase; */
        font-size: 13px;
        font-weight: 500;
        /* padding-top: 21px; */
    }

    #attachmentList li {
        padding-bottom: 12px !important
    }



    /* Modal */


    #modal-name {
        text-transform: capitalize;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    #modal-description-text {
        margin-top: 5px;
    }

    /* Button when image is not available */
    .no-image {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        /* Adjust height as needed */
    }

    .no-image .btn {
        margin: 0;
        padding: 10px 20px;
    }



   

}


.modal-lg {
    max-width: 100%;
}

/* Ensure button is clickable by adjusting z-index if necessary */
#uploadButton {
    position: relative;
    z-index: 1050;
}

  /* =================================================================btn */
  /* .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font: inherit;
    background: none;
    border: none;
    color: inherit;
    padding: 0;
    cursor: pointer;
}
:focus {
    outline-color: #fa0;
}



.private-btn-icon,
.menu-btn-icon {
    padding-right: 0.6rem;
    white-space: nowrap;
}

.board-title h2 {
    font-size: 1.8rem;
    font-weight: 700;
    white-space: nowrap;
}

/* Lists */

.lists-container::-webkit-scrollbar {
    height: 2.4rem;
}

.lists-container::-webkit-scrollbar-thumb {
    background-color: #66a3c7;
    border: 0.8rem solid #0079bf;
    border-top-width: 0;
}

.lists-container {
    display: flex;
    align-items: start;
    padding: 0 0.8rem 0.8rem;
    overflow-x: auto;
    height: calc(100vh - 8.6rem);
    padding-top: 70px;
}

.list {
    flex: 0 0 27rem;
    display: flex;
    flex-direction: column;
    background-color:#000000b0;
    max-height: calc(100vh - 11.8rem);
    border-radius: 18px;
    margin-right: 1rem;
}

.list:last-of-type {
    margin-right: 0;
}

.list-title {
    font-size: 1.4rem;
    font-weight: 700;   
    color: #333;
    padding: 1rem;
}

.list-items {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: start;
    padding: 0 0.6rem 0.5rem;
    overflow-y: auto;
}

.list-items::-webkit-scrollbar {
    width: 1.6rem;
}

.list-items::-webkit-scrollbar-thumb {
    background-color: #c4c9cc;
    border-right: 0.6rem solid #e2e4e6;
}

.list-items li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    background-color: #fff;
    padding: 0.65rem 0.6rem;
    color: #4d4d4d;
    border-bottom: 0.1rem solid #ccc;
    border-radius: 0.3rem;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
    cursor: pointer;
}

.list-items li:last-of-type {
    margin-bottom: 0;
}

.list-items li:hover {
    background-color: #eee;
}

.add-card-btn {
    display: block;
    font-size: 1.0rem;
    font-weight: 400;
    color: #838c91;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
}

.add-card-btn:hover {
    background-color: #cdd2d4;
    color: #4d4d4d;
    text-decoration: underline;
}

@supports (display: grid) {
    body {
        display: grid;
        grid-template-rows: 2rem 3rem auto;
        grid-row-gap: 0.8rem;
    }

    .masthead {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-column-gap: 2rem;
    }

    .boards-menu {
        display: grid;
        grid-template-columns: 9rem 18rem;
        grid-column-gap: 0.8rem;
    }

    .user-settings {
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-column-gap: 0.8rem;
    }

    .board-controls {
        display: grid;
        grid-auto-flow: column;
        grid-column-gap: 1rem;
    }

    .lists-container {
        /* display: grid;
        grid-auto-columns: 27rem;
        grid-auto-flow: column;
        grid-column-gap: 1rem; */

        /* ad changes 12 */
        display: grid;
        grid-auto-columns: 18rem;
        grid-auto-flow: column;
        grid-column-gap: 0.5rem;
    }

    .list {
        display: grid;
        grid-template-rows: auto minmax(auto, 1fr) auto;
    }

    .list-items {
        display: grid;
        grid-row-gap: 0.6rem;
    }

    .logo,
    .list,
    .list-items li,
    .boards-btn,
    .board-info-bar,
    .board-controls .btn,
    .user-settings-btn {
        margin: 0;
    }
} */

/* NEw ***************************************************************************************************************************/
/* 
.fa-paperclip {
    position: relative;
}

.fa-paperclip .badge {
    position: absolute;
    top: -14px;
    right: 3px;
    background-color: red;
    color: white;
    border-radius: 87%;
    padding: 6px 6px;
    font-size: 0px;
    line-height: 1;
} */

.card__list {
    height: 100%;
    overflow-y: scroll;
}

.lists-container .list {
    height: fit-content;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */



}

.cover-photo {
    width: 100%;
    -webkit-user-drag: none;
    /* padding: 6px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.display-f .hadding {
    color: #000;
    font-weight: 400;
}

/* Comments Css */
/* Chat containers */
.container {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

/* Darker chat container */
.darker {
    border-color: #ccc;
    background-color: #ddd;
}

/* p {
    font-size: 1.3rem;
    font-weight: 500;
    font-family: monospace;
    letter-spacing: -0.7px;
} */

.darker p {
    text-align: right
}

/* Clear floats */
.container::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

/* Style the right image */
.container img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

/* Style time text */
.time-right {
    /* float: right; */
    color: #aaa;
}

/* Style time text */
.time-left {
    float: right;
    color: #999;
}


/* Style the button */
.activity-feed {
    /* max-width: 600px; */
    margin: 20px auto;
    /* padding: 10px;
                        background-color: #fff;
                        border-radius: 8px;
                        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.activity-feed .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.activity-feed .header .title {
    font-weight: bold;
}

.activity-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    /* border-bottom: 1px solid #e1e4e8; */
}

.activity-item-avatar {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e1e4e8;
}

.activity-item:last-child {
    border-bottom: none;
}

/* .activity-item .avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
} */

.activity-item .content {
    flex: 1;
}

.activity-item .content .name {
    font-weight: bold;
    color: #172b4d;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 1rem;
}

.activity-item .content .timestamp {
    font-size: 11px;
    color: #6a737d
}

.activity-item .content .text {
    width: 100%;
    box-shadow: 3px 3px 1px #8c8c8c80;
    background-color: white;
    border-radius: 5px;
    border: none;
    /* border: solid 1px wheat; */
    /* margin: 7px 0; */
    padding: 7px;
    font-size: 15px;
}

.activity-item .content .tags {
    /* font-family: cursive; */
    cursor: pointer;
    text-decoration: none;
    display: flex
;
    gap: 14px;
    list-style: none;
    color: #6a737d;
    font-weight: 500;
    font-size: 10px;
}

.activity-item .content .tags .tag {
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #0366d6;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.activity-item .content .tags .tag:hover {
    background-color: #0356b6;
}


.edited-label {
    font-weight: 600;
    font-size: 18px;
    float: inline-end;
    text-decoration: none;
    position: relative;
    left: 629px;
    text-align: right;
    font-family: monospace;
}

/* Style the custom toolbar button */
.note-custom-file-button {
    font-size: 10px;
    font-weight: 500;
    margin: 5px 0px 7px;
    padding: 2px;
    border: 1px solid #00000047;
    /* border-radius: 6px; */
    background: #0e0e0f0a;
    /* color: white; */
    position: relative;
    cursor: pointer;
}
.note-custom-link-button {
    font-size: 10px;
    font-weight: 500;
    margin: 5px 0px 7px;
    padding: 2px;
    border: 1px solid #00000047;
    /* border-radius: 3px; */
    background: #0e0e0f0a;
    /* color: white; */
    position: relative;
    cursor: pointer;
}
.note-custom-file-upload-button {
    font-size: 10px;
    font-weight: 500;
    margin: 5px 0px 7px;
    padding: 2px;
    border: 1px solid #00000047;
    /* border-radius: 6px; */
    background: #0e0e0f0a;
    /* color: white; */
    /* position: relative; */
    cursor: pointer;
}
.note-custom-link-button_1 {
    margin: 0px 2px 7px;
    padding: 1px;
    border-radius: 3px;
    background: #0056B3;
    color: white;
    position: relative;
    cursor: pointer;
}
.note-custom-file-upload-button_1 {
    margin: 0px 2px 7px;
    padding: 1px;
    border-radius: 3px;
    background: #0056B3;
    color: white;
    position: relative;
    cursor: pointer;
}

.note-icon-picture {
    margin: 9px 12px 8px 13px;
}
.note-icon-link {
    margin: 9px 12px 8px 13px;
}
.note-icon-pdf {
    margin: 9px 12px 8px 13px;
}

.note-custom-file-button input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
/* SweetAlert2 */
.swal2-container {
    z-index: 0;
}

#dialogoverlay {
    z-index: 1050; /* Ensure it appears above other content but below modals */
}

#dialogbox {
    z-index: 1060; /* Higher than #dialogoverlay, but below other higher-stacked modals */
}

/* Modal specific styles */
#myModal {
    z-index: 1070; /* Ensure it appears above the custom alert and other elements */
}

#linkModal {
    z-index: 1090; /* Set higher for this modal if needed */
}
#linkModal_2 {
    z-index: 1090;
}
#fileModal_2 {
    z-index: 1090; /* Highest stacking */
}
#fileModal {
    z-index: 1090;
}
#modal-loading {
    z-index: 1090;
}
.notified{
       /* position: absolute; */
       will-change: transform !important;
       top: 0px!important;
       /* left: 0px; */
       transform: translate3d(1524px, 60px, 0px)!important;
   } 


#myModal .modal-body {
    overflow-y: auto;
    
    /* max-height: 80vh; */
}




.hell{
    padding: 2px 1px 3px 4px;
    align-items: center;
    background-color: red;
}

.loading-spinner {
    width: 30px;
    height: 30px;
    border: 2px solid indigo;
    border-radius: 50%;
    border-top-color: #0001;
    display: inline-block;
    animation: loadingspinner .7s linear infinite;
}

@keyframes loadingspinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* Custom Navbar */
.custom-navbar {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    background-color: #0303035c;
    padding: 0px 20px 0px 20px !important;
    font-family: Arial, sans-serif;
    margin-left: 225px;
    position: fixed;
    width: 86%;
    top: 49px;
    z-index: 3;

}

.navbar-left, .navbar-right {
    display: flex;
    align-items: center;
}

.navbar-brand {
    /* ad changes 12 */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin-right: -7px;
}
.ad-star-icon{
    font-size: 15px !important
    padding-top: 6px;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    /* margin-right: 15px; */
    font-size: 20px;
    display: flex;
    align-items: center;
}




/* =========================================== */
/* .column__title--wrapper{
    padding: 15px 15px 0px 15px;
} */

.float-right i{
    padding-right: 15px;
}



.nav-profiles img{
    width: 35px;
    height: 34px;
    border-radius: 69px;
}

.nav2-profile-sec{
    align-items: center;
}

.nav2-icon{
    border-right: 2px solid #73787C;
    /* margin-right: 30px; */
    /* ad changes 12 */
    margin-right: 8px;
    padding-right: 10px;
    /* margin-bottom:0; */
    margin-top: 12px;

}


.nav2-profile-sec ul li a i{
    color: #fff;
    font-size: 22px;
    padding: 10px 0 0 0;
}
.arive-icon button{
background: none !important;
}

.arive-icon button:focus{
    box-shadow: none !important;
    border: none !important;
}

.arive-icon button a{
    color: #fff !important;
    font-size: 24px !important;
}
/*  */
.nav-arichive-button{
    background-color: #000000b0;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: -159px !important;
    transform: translate3d(10px, 66px, 0px);
    padding: 17px 0px 16px 0px;
    border-radius: 25px;
    width: 390px !important;
    height: 43vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.nav-arichive-button::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(2, 2, 2, 0);

  }

.nav-arichive-button::-webkit-scrollbar-thumb{
    background: rgba(255, 0, 0, 0) !important;

  }

/*  */


#myModal .modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(2, 2, 2, 0);

  }

  #myModal .modal-body::-webkit-scrollbar-thumb{
    background: rgba(255, 0, 0, 0) !important;

  }




body{
    overflow-y: hidden;
}

.arive-icon{
    margin-bottom: 0px !important;
    margin-top: 0px  !important;
}

@media only screen and (max-width: 1240px) {
    .custom-navbar {
        
        padding-top: 0px !important;
    }

    .arive-icon{
        margin-bottom: 0px !important;
        margin-top: 0px  !important;
    }

    .user-profile{
        margin: 0px !important;

    }

}

@media only screen and (max-width: 991px) {
    .custom-navbar{
        margin-left: 0px !important;
    }

    .custom-navbar {
        width: 100% !important;

    }
}   



/* ---------------Animation---------------- */

.slit-in-vertical {
	-webkit-animation: slit-in-vertical 0.45s ease-out both;
	        animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}

/*---------------#region Alert--------------- */

#dialogoverlay{
  display: none;
  opacity: .8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #707070;
  width: 100%;
  /* z-index: 1100; */
}

#dialogbox {
    display: none;
    position: absolute;
    background: rgb(255 0 0);
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.575);
    transition: 0.3s;
    width: 40%;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#dialogbox:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
}



#dialogbox > div{ 
  background:#FFF; 
  margin:8px; 
}

#dialogbox > div > #dialogboxhead{ 
  background: rgb(246 0 0); 
  font-size:19px; 
  padding:10px; 
  color:white; 
  font-family: Verdana, Geneva, Tahoma, sans-serif ;
}

#dialogbox > div > #dialogboxbody{ 
  background:rgb(255 0 0 / 64%); 
  padding:20px; 
  color:#FFF; 
  font-family: Verdana, Geneva, Tahoma, sans-serif ;
}

#dialogbox > div > #dialogboxfoot{ 
  background: rgb(233 1 1); 
  padding:10px; 
  text-align:right; 
}
/*#endregion Alert*/
/*****************************************************#Search BAr*****************************************************************************************/

    .search-container {
        position: relative;
    }

    .search-bar {
        color: white;
        background: #0000007d;
        transition: width 0.4sease;
        width: 260px;
        border: solid 1px #798d99;
        font-size: medium;
    }

    .search-bar.expanded {
        width: 1100px;
    }

    #portal-dropdown {
        max-height: 400px;
        overflow-y: auto;
        display: none;
        position: absolute;
        width: 400px;
        z-index: 1000;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .dropdown-section {
        padding: 10px;
        color: grey;
    }

    .dropdown-section strong {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    #portal-dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #portal-dropdown ul li {
        display: flex;
        align-items: center;
        margin-bottom: -15px;
        padding: 10px;
    }

    #portal-dropdown ul li:last-child {
        border-bottom: none;
    }

    #portal-dropdown ul li a {
        text-decoration: none;
        color: #333;
        display: flex;
        align-items: center;
        width: 100%;
    }

    #portal-dropdown ul li a:hover {
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .project-icon {

        font-size: 29px;
        color: #313d4e;
        margin-right: 11px;
        margin-right: 12px;
        margin-top: -6px;
    }

    .project-info {
        flex: 1;
        line-height: 1.4;
    }

    .project-info .name {
        font-size: larger;
        font-weight: 600;
        color: #313d4e;
        font-family: system-ui;
    }

    .project-info .web-page {
        font-size: medium;
        font-weight: 600;
        color: #9da5b3;
    }

    .project-info .lastname {
        color: #666;
    }  
    
    
  /* Search bar hidden by default */
  .search-bar_2 {
    font-size: 10px;;
    position: absolute;
    right: 9px;
    top: 51%;
    transform: translateY(-50%);
    width: 0;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #22272B;
    color: white;  /* ✅ Set text color to white */
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
}

.search-bar_2::placeholder {
    color: #aaa; /* ✅ Lighten placeholder text */
}


/* Icon styling */
.search-icon_2 {
    cursor: pointer;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px;
    font-size: 12px;
    color: #aaa;
    z-index: 2;
}

/* When active, show input field */
.search-bar_2.active {
    top: 4px;
    width: 274px;
    opacity: 1;
}





/*#endregion Alert*/
/*****************************************************#CheckList*****************************************************************************************/
#checklist-container {
    padding: 10px;
    /* background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px; */
}

#checklist-items-container h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

#checklist-items-container ul {
    margin: 0;
}

#checklist-items-container li {
    padding: 5px;
    background-color: #f1f2f4;
    /* border: 1px solid #ddd; */
    border-radius: 3px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

#checklist-items-container li:hover {
    background-color: #E4E6EA;
}

#progress-bar {
    background-color: #e0e0e0;
    border-radius: 5px;
    height: 10px;
    margin-top: 5px;
}

#progress-bar-fill {
    background-color: #76c7c0;
    height: 100%;
    border-radius: 5px;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.fa-trash {
    font-size: 14px;
}



/* Tab styling */
.custom-tab {
    font-size: 13px;
    font-weight: 500;
    color: #0C66E4; /* Dark text */
    padding-bottom: 5px; /* Space for underline */
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid transparent; /* Initially transparent */
    transition: border-color 0.3s ease-in-out; /* Smooth transition */

}


.custom-tab.active {
    border-bottom: 2px solid #0C66E4; /* Blue underline */
}


/* Badge styling */
.badge-count {
    background: #f0f0f0;
    color: #333;
    font-size: 9px;
    padding: 3px 6px;
    border-radius: 50%;
}



/* Member List */
.board-members {
    /* max-height:400px;
    overflow-y: auto; */
    /* margin-top: 10px; */
    /* border-top: 1px solid #ddd; */
    padding-top: 10px;
}


.member {
    display: flex;
    align-items: center;
    padding: 3px 0;
    /* border-bottom: 1px solid #eee; */
}

/* .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-right: 10px;
    font-size: 14px;
} */

.member-info {
    flex-grow: 0.96;
}

.meta {
    font-weight: 400;
    font-size: 12px;
    color: #172b4d;
    text-transform: lowercase;
}

.role-btn {
    background: #091e420f;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #172b4d;
    cursor: pointer;
}
.board-user-add{
    font-size: 12px;
    font-weight: 500;
    color: #172b4d;
    text-transform: capitalize;
}

.select2-container--bootstrap .select2-results__option {
    text-transform: capitalize;
    color: #172b4d;
    font-weight: 500;
    font-size: 12px;
        padding: 6px 12px;
}
/*****************************************************#CheckList*****************************************************************************************/
.label-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color:#172b4d ;
}

.label-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.highpaid, .highpriri, .priore {
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #0000009e;
    width: 232px;
    text-align: center;
}

.edit-label {
    margin-left: auto;
    cursor: pointer;
}

.edit-container {
    display: flex;
    gap: 8px;
    width: 100%;
}

.button-container {
    display: flex;
    gap: 8px;
}

.save-btn, .cancel-btn {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}



/*****************************************************#LAbel*****************************************************************************************/


.progress-lable-box{
    margin: 0;
    padding: 0;
    display: flex
;
gap: 3px;
flex-wrap: wrap;
}

.progress-lable-box li{
    background: #048896;
    padding: 3px 0;
    width: 50px;
    border-radius: 27px;
    margin: 2px 0px;
    line-height: 1px;
}



.iner-label-div{
    padding: 0 0 15px 36px
}

.iner-label-p{
    font-size: 12px;
    color: var(--ds-text-subtle, #44546f);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}
.inner-lable-ul{
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 4px;
    width: 64%;
}

.inner-lable-ul li{
    background: #4bce97;
    box-sizing: border-box;
    min-width: 48px;
    max-width: 100%;
    height: 32px;
    margin-bottom: 0;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #0000009e;
}
#close-label-section, #back-to-labels {
    font-size: 16px;
    cursor: pointer;
    padding: 0 5px;
}

#back-to-labels {
    margin-right: 10px;
}
.btn-custom-grey{
    width: 100%;
    margin-top: 15px;
    background: rgba(9, 30, 66, 0.06);
    cursor: pointer;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Noto Sans', 'Ubuntu', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-display: swap;
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 3px;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
    border: none;
    background-color: var(--ds-background-neutral, #091e420f);
    box-shadow: none;
    color: var(--ds-text, #172b4d);
    font-weight: 500;

}

/* 
.highpaid {
    background-color: #C9372C;
}
.highpaid:hover {
    background-color: #ae2e24;
}

.highpriri {
    background-color: #b65c02;
}
.highpriri:hover {
    background-color: #A54800;
}

.priore {
    background-color: #f87462;
}
.priore:hover {
    background-color: #FD9891;
} */
