@font-face {
    font-family: 'NunitoSans';
    src: url('./assets/font/NunitoSans_7pt-Regular.ttf');
}

/* * {
    font-family: 'NunitoSans';
} */



.navbar-brand {
    color: white;
    font-size: 1.8rem;
}
.navbar-brand:hover{
    color: white !important;
}

.navbar {
    box-shadow: -10px 20px 10px -22px #555555;
    background: linear-gradient(212deg, rgba(119,116,165,1) 0%, rgba(39,35,100,1) 100%);
}
.navbar-nav{
    margin-left: auto;
    align-items: center;
}

.nav-link{
    color: #ffffff !important;
    text-transform: capitalize !important;
    font-size: 1.15rem !important;
}
#date_range{
    width: 13rem;
}

#profileDropdown{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
#baseprofileDropdown{
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50%;
}
#navProfileImg{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
#basenavProfileImg{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.navbar-toggler{
    border: none;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.navbar-toggler-icon{
    filter: invert(1);
}

.offcanvas-header{
    justify-content: flex-end;
}

.btn-close{
    filter: invert(1);
}

.task-count {
    padding: 0px 3.5rem;
}

.total-task, .Ongoing-task, .completed-task, .delayed-task{
    cursor: pointer;
}

/* tr th, tr td{
    color: #272a6c !important;
} */


button.btn.btn-outline-primary.rounded-pill{
    background-color: #8e6969;
    color: white;
}

.d-flex-text {
    white-space: normal;       /* Ensures the text wraps normally */
  word-wrap: break-word;     /* Allows long words to break and wrap */
  overflow-wrap: break-word; /* Prevents overflow of long words */          
  }

.search::placeholder{
    color: #272a6c;
}

.search:focus{
    box-shadow: 0 0 0 .1rem #9497ce;
}

.desk-bell{
    font-size: 1.4rem !important;
}
.base-bell{
    display: none;
}
.notification-base-main{
    display: none;
}

.dropdown-item{
    color: #272a6c;
    text-transform: none !important;
    text-align: center;
}

.total-task, .delayed-task, .completed-task, .Ongoing-task, .total-proj{
    color: rgb(0, 0, 0);
    border-radius: 0.5rem;
    padding: 1rem 1rem !important;
    /* background: rgba(255, 255, 255, 0.09); */
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.8px);
    -webkit-backdrop-filter: blur(0.8px);
    /* background: linear-gradient(90deg, rgba(84,71,202,1) 0%, rgba(139, 122, 192, 0.73) 100%); */
}

/* .task-details{
    gap: 1.5rem;
} */

.total-task h4, .delayed-task h4, .completed-task h4, .Ongoing-task h4, .total-proj h4{
    color: #ffffff;
}

.notification{
    width: 40vw;
    padding: 1.25rem 1rem;
}

.user-notify{
    gap: 1rem;
}

.user-icon{
    width: 2rem;
    height: 2rem;

}

.notification-subhead{
    font-size: 1.5rem;
}

/* .dropdown-toggle::after{
    display: none;
} */

.user-change span{
    font-weight: bold;
}

.markall:hover{
    text-decoration: underline;
    cursor: pointer;
}

.user-change h6{
    color: #787b83;
}

.bellicon{
    height: 1.6rem;
    width: 1.6rem;
}

.count{
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}
.total-task{
    background-color: #007bff;
    height: 100%;
}

.delayed-task{
    background-color: #dc3545;
}

.completed-task{
    background-color: #28a745;
}

.Ongoing-task{
    background-color: #fd7e14;
}

.total-proj{
    background-color: #6a3667;
}

tr th{
    background-color: #8e6969 !important;
    color: white !important;
    border: none !important;
}

tr td{
    border: none !important;
}

.dataTables_wrapper .dataTables_filter{
    text-align: center ;
    float: none ;
}
.dataTables_wrapper .dataTables_filter input{
    width: 30rem;
    border-radius: 2rem;
    padding: 0.4rem 1rem;
    margin-bottom: 1rem;
}

.complete-div{
    display: none;
}
.reassign-main{
    display: none;
}
.reject-main{
    display: none;
}
.reopen-main{
    display: none;
}
.action-reopen{
    display: none;
}
.action-reassign{
    opacity: 0.5;
    display: none;
}
.action-reject{
    display: none;
}
.action-selector-main{
    display: flex;
    align-items: center;
    margin: 0 0 1rem 0;
}

.reject-option{
    display: none;
}

.action-proj-link{
    cursor: pointer;
}

.card-count{
    color: white;
    font-size: 1.8rem;
}

#otherDeptfield{
    display: none;
}
#otherPosfield{
    display: none;
}
#otherExitReasonfield{
    display: none;
}
#deliverables_form_li{
    display: none;
}
/*

.dropdown-menu{
    background-color: #f6f2ff !important;
}
 

.total-task{
    background-color: #007bff;
}

.delayed-task{
    background-color: #dc3545;
}

.completed-task{
    background-color: #28a745;
}

.Ongoing-task{
    background-color: #fd7e14;
}

.count{
    font-size: 1.5rem;
    font-weight: bold;
}

tr th{
    background-color: #4d4982 !important;
    color: white !important;
    border: none !important;
}

tr td{
    border: none !important;
}

.modal-content{
    background-color: #f6f2ff;
}

.modal-header{
    background-color:#2a2854;
    color: white;
}

button.btn.btn-secondary{
    background-color: red;
}

.modal-footer .btn-primary{
    background-color: #28a745;
}

/* For Mobile device */


/* .navbar-nav li .dropdown-menu{
    position: absolute;
    left: -2.5rem;
} */


/* dynamically added elements classess */

/* input tag */
.dynamic-input{
    width: 100%;
    padding: 0.4rem;
    border-radius: 0.4rem;
}

.home-loader{
    background-color: white;
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.action-loader{
    background-color: white;
    z-index: 3;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
#alltask_loader{
    background-color: white;
    z-index: 3;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .total-task-count, .ongoing-task-count, .comp-task-count, .delay-task-count, .total-proj-count{
    display: none;
} */
.count-loader{
    display: none;
}
.notification-loader-main{
    display: none;
}
.total-proj-count{
    display: none;
}
.nav-icons{
    display: none;
}
.form-select{
    margin: 0 0 0 0.5rem;
}
.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.stream-comment-box{
    margin: 1rem 0;
    position: relative;
}
.form-save-btn-loader{
    display: none;
}
.save-loader-div {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    backdrop-filter: blur(2px);
    display: none;
    align-items: center;
    justify-content: center;
}
.ack-task-note{
    display: none;
}
.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000;
    max-height: 150px;
    overflow-y: auto;
}
.suggestion {
    padding: 8px;
    cursor: pointer;
}
.suggestion:hover {
    background-color: #f0f0f0;
}

.dropdown-in-center{
    left: 50% !important;
    transform: translateX(-50%);
}




.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid black;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}
.count-loader {
    width: 40px;
    height: 40px;
    border: 4px solid white;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin: auto;
}
.notification-loader-main{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    /* display: flex; */
    align-items: center;
}
.notification-loader{
    width: 40px;
    height: 40px;
    border: 4px solid black;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin: auto;
}
.save-loader {
    width: 55px;
    height: 55px;
    border: 4px solid black;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin: auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




 @media screen and (max-width: 1000px) {
    .pages{
        color: black !important;
        margin: 0.8rem 0;
        display: flex;
        align-items: center;
    }
    .base-bell{
        color: white;
        display: inline-block;
        background: transparent;
        border: none;
        font-size: 1.3rem;
        margin-left: auto;
    }
    .notification-base-main{
        display: inline-block;
        margin-left: auto;
    }
    .bell-icon{
        font-size: 1.8rem;
    }
    .large-nav-profile-img:nth-last-child(1){
        display: none;
    }
    .navbar-nav{
        margin-left: 1.2rem;
        align-items: flex-start;
    }
    .nav-icons{
        display: inline-block;
        font-size: 1.7rem;
        margin: 0 0.8rem 0 0;
    }
    .nav-link{
        font-size: 1.4rem !important;
    }
    .form-item{
        color: black;
        font-size: 1.1rem;
    }
 }

@media only screen and (max-width: 768px) {

    .search-bar {
        width: 100% !important;
    }

    /* .task-details{
        gap: 0.75rem;
    } */

    .total-task, .delayed-task, .completed-task, .Ongoing-task, .total-proj{
        padding: 0.8rem 0.8rem !important;
        text-wrap-mode: nowrap;
    }

    .notification{
        position: absolute;
        left: -13rem;
        width: 90vw;
    }

    /* .navbar .container{
        justify-content: flex-start !important;
    } */

    /* ul.dropdown-menu.show{
        position: absolute;
        left: -3rem;
    } */
}

@media screen and (max-width: 500px) {
    .dataTables_wrapper .dataTables_filter input{
        width: 18rem;
    }
    .dropdown-in-center{
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

.notification-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 350px;
  max-height: 500px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
}

.notification-header {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more-notification{
    margin: 0.8rem 0 0 0;
    padding: 5px 10px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.notification-heading{
    border-bottom: 1px solid #eee;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.notification-heading p{
    margin: 0;
}

.notification-header h6 {
  margin: 0;
  font-weight: 600;
  color: #333;
}

.markall {
  color: #007bff;
  cursor: pointer;
  font-size: 0.9rem;
}

.notification-list {
  max-height: 400px;
  overflow-y: auto;
}

.notification-item {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.2s;
}

.notification-item:hover {
  background-color: #f8f9fa;
}

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

.notification-heading {
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.notification-desc {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.notification-date {
  color: #888;
  font-size: 0.8rem;
  text-align: right;
}

@media (max-width: 768px) {
  .notification-dropdown {
    width: 300px;
    right: -10px;
  }
}

@media (max-width: 576px) {
  .notification-dropdown {
    width: 300px;
    transform: translateX(-12%);
    /* right: 0px; */
  }
  .notification-creator{
    font-weight: 600;
    color: #333;
    font-size: 1rem;
  }
  .more-notification{
    font-weight: 600;
    font-size: 1rem;
    color: rgb(125 125 125);
    margin: 0px;
  }
}

@media screen and (min-width: 1000px) {
    .base-bell {
        display: none !important;
    }
    .notification-base-main {
        display: none !important;
    }
}

.notification-item {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.2s;
}

.notification-item:hover {
  background-color: #f8f9fa;
}

.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.notification-creator {
  font-weight: 600;
  color: #333;
}

.notification-time {
  color: #888;
  font-size: 0.7rem;
  font-weight: 100;
}

.notification-desc {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 8px;
  white-space: pre-wrap;
}

.notification-project {
  color: #888;
  font-size: 0.8rem;
  font-style: italic;
}

.cursor-pointer{
    cursor: pointer;
}

.bell-event{
    cursor: pointer;
}
