.complete-screen-vertical-separator{
    height: 100vh;
    position: fixed;
    right: 66.66666%;
    top: 0;
    box-shadow: 2px 0 5px -2px rgb(0 0 0 / 20%);
    z-index: -1;
}

.card-details-row{
    margin-top: 25px;
}

.entity-code-badge{
    padding: 2px 4px !important;
    font-size: 12px !important;
}

.card-details-folder-box{
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
}

.card-details-main-info-container{
    margin-top: 20px;
}

.card-details-folder-description{
    color: rgba(119,119,119, 0.6);
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.card-details-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 15px;
    line-height: 18px;
}

.card-details-pending-pins-box{
    border: 1px solid #dc3545;
    color: #dc3545;
    border-radius: 4px;
    width: 40px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-weight: 400;
}

.card-details-status-box, .card-details-deadline-box{
    display: flex;
    align-items: center;
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}

.flex-center-container > span{
    display: flex;
    align-items: center;
}

.card-details-box{
    min-height: 28px;
}

.card-details-description{
    margin-top: 15px;
    display: block;
    color: rgba(119,119,119, 0.6);
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}


.card-details-add-tag-small-button, .card-details-add-tag-small-button:hover{
    width: 25px;
    height: 20px;
    background: #0074C1;
    color: #FFF;
    padding: 2px 8px;
    border-radius: 4px;
    border: none;
}

.card-detail-row-border {
    border-bottom: 0.5px solid #D5D5D5;
    border-top: 0.5px solid #D5D5D5;
}

.card-details-attribute-container span{
    display: inline-block;
  }
  
.card-details-attribute-container{
    padding: 1rem 1rem 0rem 0;
    display: inline-block;
}

.card-details-attribute-container:last-of-type{
    padding-bottom: 1rem !important;
}

.card-details-attributes-container{
    margin-top: 15px;
}
  
.card-update-timeline-description {
    font-size: 14px;
}

.card-details-buttons-container{
    text-align: end;
}

.card-detail-tags{
    margin-top: 15px;
}

.card-details-boxes-container{
    margin-top: 15px;
}

.card-details-deadline{
    background: #000;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 1;
}

.card-details-day{
    font-size: 20px;
    font-weight: 600;
}

.card-details-month {
    font-size: 14px;
}
  

.card-details-boxes-container > div.d-inline-block:not(:last-child){
    margin-right: 5px;
}

.card-detail-update-content{
    margin-bottom: 3rem;
}

.updates-timeline-container > div.row:last-child > div.card-detail-update-content{
    margin-bottom: 15px !important;
}

.card-card-container {
    border: 0.5px solid #e9ecef;
    padding: 5px;
    border-radius: 4px;
    display: flex;
    align-items: stretch;
    width: 100%;
    z-index: 1;
    position: relative;
    background: white;
    min-height: 50px;
}

.card-card-container:first-of-type{
    margin-top: 60px;
}


.card-card-title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-top: 7px !important;
}

.card-card-folder {
    font-size: 10px;
    padding: 4px 6px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.card-card-info-badge{
    width: 5px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    margin-right: 4px;
    font-size: 10px;
}

.card-card-other-info{
    display: flex;
    align-items: stretch;
    height: 100%;
}

.card-card-other-info-box{
    display: inline-block;
}

.card-card-other-info-box:not(:last-child){
    margin-right: 10px;
}

.cards-dashboard-card-other-info-box:not(:last-child){
    margin-right: 10px !important;
}

.cards-dashboard-card-other-info-box.mr-1:not(:last-child){
    margin-right: 0.25rem !important;
}

.circle-50{
    width:50px;
    height: 50px;
    border-radius: 50%;
}

.circle-25{
    width:25px;
    height: 25px;
    border-radius: 50%;
}

.card-card-other-info-movements-box{
    border-left: 3px solid #000;
    padding-left: 8px;
}

.focus-card-purpose {
    width: 120px;
    border-radius: 4px;
    padding: 2px 4px;
    text-transform: uppercase;
    line-height: 12px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    font-size: 14px;
}

.focus-card{
    background: #FFF;
    border: 0.5px solid #DDD;
    border-radius: 14px;
    padding: 0px;
    position: relative;
    min-width: 250px;
}

.focus-card-outter-body{
    padding: 10px;
}

.focus-card-date {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    width: auto;
  
}

.focus-card-date {
    display: inline-flex;
    align-items: center;
}

.focus-card-date-circle{
    width: 40px !important;
    height: 40px !important;
}

.card-article-alert-icon{
    border: 0.5px solid #CCC;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.mr-10{
    margin-right: 10px !important;
}

.circle-40{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.card-article-note-badge{
    width: 20px;
    height: 20px;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
}

.item-completed-opacity{
    opacity: 0.7;
}

.mention {
    color: #007bff;
    font-weight: normal;
    font-style: italic;
}

.py-05{
    padding-top: 2px;
    padding-bottom: 2px;
}

.amis-modal-button-container{
    position: absolute;
    top: -38px;
    right: 60px;
}

.purchase-items-title {
    background: #CCC;
    padding: 3px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.movement-group-card:last-of-type{
    margin-bottom: 0 !important;
}

.shortcut-container {
    padding: 10px;
    text-align: center;
    color: #000;
    cursor: pointer;
    max-width: 105px;
    border: 0.5px solid #DDD;
    border-radius: 15px;
}

.shortcut-container:hover{
    background-color: rgba(142, 195, 242, 0.2) !important;
}

.shortcut-icon {
    font-size: 20px;
}

.expandable-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #777;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    padding: 0px;
    height: 100%;
  }

  .expandable-button:focus+.btn{
    box-shadow: none !important;
  }

  .expandable-button .icon {
    font-size: 18px;
  }
  
  .expandable-button.expanded {
    width: 160px !important;
    background-color: #777;
    color: #FFF;
    border-radius: 8px;
  }
  
  .expandable-button-text {
    margin-left: 10px;
    font-size: 16px;
  }

  .card-details-wall-filter-action-buttons{
    position: absolute;
    bottom: 15px;
    right: 15px;
  }

  .receive-good-last-card {
    margin-bottom: 80px !important;
  }

  .card-chat-rich-note-button{
    position: absolute !important;
    right: 5px !important;
    top: -4px !important;
    background: #CCC !important;
    color: #000 !important;
    text-transform: uppercase !important;
    width: 65px !important;
    height: 34px !important;
  }

  .card-chat-rich-note-button.active{
    background-color: #007bff !important;
    color: #FFF !important;
  }

  .card-toggle-button {
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.card-wall-filter.active{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #0074C1;
    color: #FFF;
}

.card-wall-filter.active > button > i{
    color: #FFF;
}

.card-card-other-info-content{
    margin-left: auto;
    display: flex;
    align-items: center;
}

.shortcut-name {
    line-height: 12px;
}

.card-wall-filter-notification {
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.card-wall-shortcut-filter-container{
    position: relative;
}

.card-wall-filter-dropdown-container {
    position: absolute;
    background-color: white;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 8px;
    z-index: 1000;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-10px) !important;
    left: 0;
    top: 42px;
    width: 215px;
    padding: 10px;
}

.card-wall-filter-dropdown-container.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.card-wall-filter-dropdown-item {
    font-size: 14px;
    color: #777;
    padding: 5px;
    cursor: pointer;
}

.card-wall-filter-dropdown-item:hover, .card-wall-filter-dropdown-item.active {
    background: rgba(142, 195, 242, 0.2) !important;
}


.card-details-add-button{
    line-height: 22px;
    height: 34px;
    background-color: rgb(0, 165, 255);
    font-size: 16px !important;
    color: #FFF;
}

.recurrence-calendar-container {
    display: flex;
}

.recurrence-calendar {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.recurrence-calendar table {
    flex: 1;
}

.focus-date-container{
    background: #FFF;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid #CCC;
    padding: 2px 6px;
    border-radius: 4px;
  }

.card-focus-to-update-radio-button{
    width: 25px !important;
    height: 25px !important;
    position: static !important;
    left: auto !important;
    opacity: 1 !important;
    top: 3px;
}

.amis-nav-tab.active{
    background-color: #637a8c !important;
    color: #FFF !important;
    border: 0 !important;
}

.amis-nav-tab > i, .amis-nav-tab > span{
    color: #777;
}

.amis-nav-tab.active > i, .amis-nav-tab.active > span{
    color: #FFF !important;
}

.amis-nav-tab{
    height: 34px !important;
    border: 0.5px solid #777 !important;
    border-radius: 25px !important;
}

.card-wall-filters-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 0.5px solid #DDD;
    border-radius: 25px;
    height: 34px;
}

.card-wall-filter {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 2px 16px;
    justify-content: center;
    cursor: pointer;
}

.card-wall-filter:not(:last-child){
    border-right: 0.5px solid #DDD;
}

.amis-card{
    border: 0 !important;
}

.h-40{
    height: 40px !important;
}

.focus-date-hover-option {
    position: absolute;
    background: #F7F9FB !important;
    color: #000;
    padding: 5px;
    border: 0.5px solid #777;
    left: 0;
    width: 100px;
    top: 48px;
    left: 0px;
    z-index: 999999999999;
    pointer-events: auto; 
    display: block; 

}

.focus-date-hover-option:hover {
    background-color: rgba(142, 195, 242, 1) !important;
}

.focus-calendar-container {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
}

.focus-calendar-header {
    display: flex;
}

.focus-calendar-header-day {
    flex: 1;
    text-align: left;
    font-weight: bold;
    max-width: 58px;
}

.focus-calendar-body {
    display: flex;
    flex-direction: column;
    min-height: 350px !important;
}

.recurrence-calendar-title{
    min-height: 40px !important;
}

.focus-calendar-week {
    display: flex;
}

.focus-calendar-day {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 55px;
}

.card-focus-purpose-badge{
    height: 25px;
    display: flex;
    align-items: center;
}

.card-wall-filter:first-of-type.active {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.card-last-opened-text {
    font-size: 10px;
    margin-left: auto;
}

.tooltiptext-my-message{
    margin-left: -400px !important;
}

.tooltiptext-other-message{
    margin-left: -15px !important;
}

.card-wall-note-container{
    background-color: #FFF;
    border-radius: 15px;
    padding: 10px;
    font-size: 14px;
}

.card-service-order-area {
    color: #000;
    font-size: 12px;
    margin-right: 10px;
}

.card-service-order-area-container {
    margin-top: 3px;
}

.order-transaction-container {
    border: 1px dashed;
    padding: 5px;
    margin-bottom: 2px;
}

.card-wall-filter:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.no-shadow.expandable-button:focus{
    box-shadow: none !important;
}

.edit-chat-preview-image-button{
    position: absolute;
    top: 5px;
    right: 24px;
    border: 0;
    background: #777;
    color: #FFF;
    border-radius: 50%;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-image-preview-buttons-container{
    position: absolute;
    right: -10px;
    padding: 5px;
    top: 0px;
    display: flex;
}

.card-chat-image-preview.bg-white::after{
    background-color: #FFF !important;
}

.wall-card-update-container {
    width: 100%;
    padding: 15px 0px;
}

.wall-card-update-title{
    display: flex;
    align-items: center;
}

.close-wall-card-update-button{
    margin-left: auto;
}

.wall-card-update-title > span.wall-card-update-text{
    color: #000;
    font-weight: 500;
    font-size: 14px;

}

.close-wall-card-update-button {
    background: #000;
    color: #FFF;
    border-radius: 50%;

}

.wall-card-carousel-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.wall-card-steps-carousel {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
    padding: 0px;
    margin-top: 10px;
    width: 100%;
}

.steps-carousel-item {
    flex: 0 0 calc(33.33% - 10px); /* Adjust width for 3 items per row */
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carousel-step-content {
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 55px;
    width: 100%;
    cursor: pointer;
}

.steps-carousel-control-prev,
.steps-carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.steps-carousel-control-prev {
    left: 10px;
}

.steps-carousel-control-next {
    right: 10px;
}

.carousel-step-radio-container > .material-radio-button:not(:checked), .carousel-step-radio-container > .material-radio-button:checked{
    left: -5px !important;
    top: 1px !important;
}

.carousel-step-no-responsible{
    width: 30px !important;
    height: 30px !important;
    background-color: #FFF;
    border-radius: 50%;
}

.carousel-step-responsible-container{
    margin-left: auto;
}

.carousel-step-responsibles-container{
    z-index: 1001;
    position: fixed;
    background: #FFF;
    width: 100%;
    border: 0.5px solid #CCC;
    border-radius: 4px;
    width: 275px;
    min-height: 170px;
    max-height: 170px;
    overflow-y: auto;
}

.card-wall-action-buttons-container {
    display: flex;
    align-items: center;    
    align-self: end;
}

.card-wall-deadline-container {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.material-radio-button.focus-date-type-radio:checked+label, .material-radio-button.focus-date-type-radio:not(:checked)+label{
    padding-left: 20px !important;    
}

[type=radio].focus-duration-shortcut-radio:checked+label, [type=radio].focus-duration-shortcut-radio:not(:checked)+label{
    height: 22px !important;
    font-size: 10px !important;
}

[type=radio].focus-duration-shortcut-radio:checked+label:after, [type=radio].focus-duration-shortcut-radio:checked+label:after{
    border: 2px solid #FFF !important;
    background-color: #FFF !important;	
}

.duration-custom-container-adjust{
    margin-top: -25px !important;
}

.carousel-step-table{
    z-index: 999999999999999999999999;
    position: fixed;
    background: #FFF;
    border: 0.5px solid #CCC;
    width: 275px;
}

.card-wall-responsible-selection{
    background: #FFF;
    min-width: 265px;
    border: 0.5px solid #DDD;
    border-radius: 4px;
    padding: 1px;
    min-height: 34px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.focus-day-time-and-duration-form {
    background: #FFF;
    position: absolute;
    z-index: 9999;
    width: 460px;
    padding: 10px;
    border: 0.5px solid #000;
}

button.btn.close-date-focus-time-duration {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 99999;
}

.card-focus-employees-dropdown{
    position: absolute;
    width: 300px;
    background: #FFF;
    max-height: 200px;
    overflow-y: auto;
}

.blue-marker{
    background-color: rgb(76, 154, 255);
}

.red-marker{
    background-color: rgb(255, 86, 48);
}

.yellow-marker{
    background-color: rgb(255, 196, 0);
}

.progress-bar-outer {
    position: relative;
    height: 15px;
    background-color: #e0e0e0;
    overflow: hidden;
}

.progress-bar-inner {
    height: 100%;
    transition: width 0.3s ease; 
}

.progress-markers {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 20px;
}

.progress-marker {
    position: absolute;
    top: 0;
    height: 20px;
    width: 2px;
    background-color: #000;
}

.marker-circle {
    position: absolute;
    top: 19px;
    left: -6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    transition: transform 0.2s ease, opacity 0.2s ease;

}

.progress-marker div {
    transition: opacity 0.2s ease;
}

.progress-bar-container {
    margin-top: 5px;
    position: relative;
}

.focus-duration-badge{
    min-height: 14px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 1px 4px;

}

.focus-card-bottom{
    border-top: 0.5px solid #EEE;
    padding: 2px 10px;
}

.focus-card-bottom-created-by{
    font-size: 10px;
    font-style: italic;
}

.focus-day-additional-info{
    position: absolute;
    background: #FFF;
    border: 0.5px solid;
    border-radius: 8px;
    min-width: 70px;
    z-index: 2;
    top: 20px;
    left: -35px;
    color: #000;
    text-align: center;
    cursor: none;
    padding: 5px;
}

.focus-accomplished{
    background: #a4d7a6;
    color: #000;
}

.focus-not-achieved{
    background:  #df4759;
    color: #FFF;
}

.wall-card-update-images-container{
    display: flex;
    align-items: center;
    margin: 15px;
}

.focus-achieved-badge{
    position: absolute;
    left: -7px;
    top: -8px;
    width: 25px;
    height: 25px;
    border: 0.5px solid #CCC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-left: 2px;
}

.today-focus-date{
    background-color: rgb(255, 153, 31);
    color: #000;
}

.more-images-overlay-container {
    position: absolute; /* Position it over the last image */
    top: 0;
    left: 0;
    width: 100%; /* Cover the entire image */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent black background */
    color: #fff; /* White text for contrast */
    display: flex; /* Center the text */
    justify-content: center;
    align-items: center;
    font-size: 18px; /* Adjust font size as needed */
    font-weight: bold;
    border-radius: 8px; /* Match the image's border radius if applicable */
    cursor: pointer; /* Indicate it's clickable */
    z-index: 1; /* Ensure it appears above the image */
}

.mark-as-unread-btn{
    font-size: 10px;
    background: #FFF;
    color: #000 !important;
    font-weight: bold;
    border: 0.5px solid #AAA;
    position: absolute;
    width: 60px;
    padding: 2px 4px;
    line-height: 11px;
    text-transform: uppercase;
    z-index: 99999;
}

.wall-search-erase-btn{
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 16px;
    cursor: pointer;
}

.row.no-gap {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gap > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}



.material-radio-button.focus-date-type-radio:checked+label, .material-radio-button.focus-date-type-radio:not(:checked)+label {
    padding-left: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding-top: 5px !important;
    min-width: 130px !important;
    font-size: 12px !important;
}

.focus-calendar-row{
    display: flex;
    flex-wrap: wrap;
}

.focus-calendar-day.focus-calendar-month{
    width: 75px !important;
    height: 75px !important;
    max-width: 75px !important;
    min-width: 75px !important;
    font-size: 12px;
    font-weight: 500;
}

.focus-calendar-day.focus-calendar-month.active{
    background-color: rgb(239, 83, 80) !important;
    color: #FFF !important;
}

.focus-calendar-day.disabled {
    pointer-events: none !important;
    opacity: 0.7 !important;
}

.wall-menu-button-hover-area{
    position: absolute;
    top: -27px;
    left: -25px;
    width: 60px;
    height: 100px;
    background-color: transparent;
    z-index: 1;
}

.editor-parent-container {
    width: 100%;
    height: 100vh; /* Full viewport height */
    position: relative;
    display: flex; /* Ensure it stretches its child */
    justify-content: center;
    align-items: center;
}

.tui-image-editor-container{
    background-color: #FFF;
}

.amis-alert{
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 25px;
}

.amis-success-alert{
    background-color: #81CA5D !important;
    color: #FFF !important;
}

.amis-warning-alert{
    background-color: #ffc302 !important;
    color: #000 !important;
}

.amis-danger-alert{
    background-color: #fc4b6c!important;
    color: #FFF !important;
}



.pending-articles-bubble {
    width: 9px;
    height: 9px;
    background: rgb(255, 178, 43);
    border-radius: 50%;
    z-index: 50;
    animation: heartbeat 1s infinite;
    animation-timing-function: ease-in-out;
    box-shadow: 0 0 10px rgba(255, 178, 43, 0.8), 0 0 20px rgba(255, 178, 43, 0.6);
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
  }

@keyframes heartbeat-bubble {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
}


.steps-above, .steps-below, .current-step {
    text-align: center;
    width: 156px !important;
}

.manage-folder-steps-container{
    position: absolute; 
    visibility: hidden; 
    pointer-events: auto; 
    background: #FFF; 
    border: 1px solid #CCC; 
    z-index: 9999;
    padding: 1rem;
    width: 190px;
    top: 50px;
    left: 0px;
}

.manage-folder-steps-container-step-item {
    font-size: 14px;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 0; /* Add spacing between step items */
}

.manage-folder-steps-container-current-step {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px; /* Add spacing below the current step */
}

.manage-folder-steps-wrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.manage-folder-step-radio-container{
    position: absolute;
    left: 9px;
    top: 8px;
}

.manage-card-folder-status-box{
    height: 40px !important;
}

.card-folder-deadline-box-rect{
    border-radius: 4px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding: 0px 5px;
    align-self: stretch;

}



.card-folder-box-image-rect{
    width: 80px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0px;
    margin-right: 10px !important;
    border-radius: 8px;
    min-width: 80px;
}

.height-35{
    height: 35px !important;
}

.height-28{
    height: 28px !important;
}

.folder-badge-floating-position{
    position: absolute !important;
    top: -13px !important;
    left: 10px !important;
}

.blue-ball-dark{
    background-color: #2180cd !important;
    color: #FFF !important;
}

.blue-ball-light{
    background-color: #ABE0ED !important;
    color: #000 !important;
}

.purple-ball-dark{
    background-color: #9c40f2 !important;
    color: #FFF !important;
}

.purple-ball-light{
    background-color: #D9B3Fd !important;
    color: #000 !important;
}

.focus-bg-color{
    background-color: #495867 !important;
    color: #FFF !important;
}

.red-ball-dark{
    background-color: #F25157 !important;
    color: #FFF !important;
}

.mb-2rem{
    margin-bottom: 2rem !important;
}

.card-focus-descr{
    color: #777;
    font-size: 11px;
    line-height: 14px;
}

.dashboard-wall-last-message {
    font-size: 13px !important;
    margin-right: 5px;
}

.dashboard-wall-date {
    margin-left: auto;
    font-size: 12px;
    color: #000;
    align-self: start;
}

.wall-view-card-message{
    position: relative;
}

.wall-view-card{
    position: relative;
    margin-bottom: 0;
    padding: 0;
}

.dashboard-wall-card-item{
    padding: 5px;
}


.dashboard-wall-card-item:hover, .dashboard-wall-card-item.active {
    background-color: rgba(142, 195, 242, 0.2) !important;
}

.card-dashboard-wall-scrollable-col{
    overflow-y: auto;
    max-height: 100vh;
    transition: width 0.3s cubic-bezier(0.4,0,0.2,1), min-width 0.3s cubic-bezier(0.4,0,0.2,1);
    min-width: 320px;
    position: relative;
}

.card-dashboard-wall-scrollable-col.wall-collapsed {
    width: 15px !important;
    min-width: 15px !important;
    max-width: 15px !important;
    cursor: pointer;
    padding-left: 0px;
    position: relative;
    background: rgba(255,255,255,0.1) !important;
}


.card-dashboard-wall-scrollable-col.collapsed.peeked {
    width: 320px !important; /* Show more on hover */
    min-width: 320px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    z-index: 10;
}

.card-dashboard-wall-bottom-container{
    margin-left: 0px !important;
    width: calc(48% - 3px) !important;
}

.card-wall-wrapper{
    max-height: calc(100vh - 150px) !important;
}

.dashboard-wall-unread-notification {
    width: 10px;
    height: 10px;
    background: #00a5ff;
    border-radius: 50%;
    display: block;
    margin-right: 3px;
    position: absolute;
    left: -20px;
}

.dashboard-list-unread-notification{
    left: -13px !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.cards-dashboard-card-left-part{
    position: absolute;
    right: -10px;
    top: 12px;
    background: #FFF;
}

.card-folder-additional-info span.amis-badge-md{
    padding: 2px 4px !important;
    font-size: 11px !important;
}

.card-folder-additional-info span.amis-badge-md.p-0{
    padding: 0px !important;
}

.cards-wall-search-icon{
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 16px;
}

.wall-filter-radio.material-radio-button:checked+label, .wall-filter-radio.material-radio-button:not(:checked)+label{
    font-size: 14px !important;
    padding-left: 26px !important;
    height: 32px !important;
    line-height: 28px !important;
}

.dropdown-card-step-item{
    width: 160px !important;
    align-items: flex-start !important;
    padding-left: 25px !important;
}

.ml-n13{
    margin-left: -13px !important;
}

.cards-wall-notification{
    border-top: 0.5px dashed #CCC;
    margin-top: 5px;
}

.mh-n100 {
    max-height: calc(-100px + 100vh);
}

.cards-dashboard-card{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    min-width: 0px;
}

.cards-dashboard-card-left-part{
    border-right: 1px solid #ebf1f6;
}

.cards-dashboard-card-new-card-btn, .cards-dashboard-card-new-card-btn:hover{
    background: #444;
    color: #fFF;
    padding: 10px 16px;
    line-height: 1.5;
    border-radius: 30px;
    font-size: 0.875rem !important;
    font-weight: 600;
    text-transform: UPPERCASE;
    border: 0.5px solid #777;
}

.cards-dashboard-option-color{
    color: rgb(58, 71, 82) !important;
}

.cards-dashboard-option-color.active{
    background-color: #DDD !important;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.cards-dashboard-option-color:hover{
    background-color: #EEE;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.cards-dashboard-row {
    display: flex;
    overflow: hidden;
}

.scrollable-col {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;        
    -ms-overflow-style: none; 
}

.scrollable-col::-webkit-scrollbar {
    display: none; 
}

.dashboard-col {
    height: calc(100vh - 80px); /* Or calc(100vh - headerHeight) if you have a header */
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

.dashboard-col::-webkit-scrollbar {
    display: none;
}

.card-focus-list-container{
    border-radius: 4px;
    display: flex;
    align-items: stretch;
    width: 100%;
    z-index: 0;
    position: relative;
    background: white;
    min-height: 60px;

}

.cards-dashboard-dropdown-menu{
    border: 0px solid rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15) !important;
    border-color: #768B9E !important;
    border-radius: 12px !important;
}

.cards-dashboard-option{
    padding: 0.7rem 1rem !important;
}

.wall-messages-folder-title{
    margin-left: 20px;
    border-bottom: 0.5px solid #DDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.wall-messages-folder-title:not(:first-child){
    margin-top: 10px;
}


.min-h-100vh{
    min-height: 100vh !important;
}

.cards-dashboard-col-border{
    border-right: 1px solid #e9ecef !important;
}

.wall-view-card-title{
    margin-right: 10px;
}

.wall-view-card-title, .wall-view-card-title *{
    max-width: 250px;
    width: 250px;
}

.full-update-view-card-title{
    max-width: 300px;
    width: 300px;
}

.wall-view-card-multimedia-container {
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 5px;
}

.cards-dashboard-list-group > li{
    background-color: transparent !important;
}

.cards-dashboard-message-multimedia{
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    border: 0.5px solid #DDD;
    border-radius: 15px;
    padding: 2px 4px;
    height: 30px;
    padding: 0 8px;
    max-width: 160px;
}

.card-details-update-image-item{
    width: 100px !important;
    height: 100px !important;
}

.card-dashboard-update-image-item{
    width: 85px !important;
    height: 85px !important;
}

.unread-wall-messages-notification{
    background: #00a5ff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    animation: heartbeat 1s infinite;
    animation-timing-function: ease-in-out;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.read-wall-messages-notification{
    background: #CCC;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.cards-dashboard-filter-border{
    border: 1px solid #CCC !important;
    border-radius: 8px !important;
}

.cards-dashboard-section{
    margin-bottom: 7rem !important;
}

.submenu-sticky-top{
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff; 
}

.cards-dashboard-folder-badge-rounded{
    min-width: 30px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amis-cards-dashboard-submenu-card{
    border-radius: 15px !important;
    min-height: 84px !important;
    z-index: 1;
}

.unread-message-row{
    background-color: rgba(0,0,0,0.05) !important;
}

.cards-dashboard-steps-container{
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    height: auto;
    overflow: scroll hidden;
}

.cards-dashboard-folder-step-column-section{
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
}

.cards-dashboard-folder-step-column{
    min-width: 375px !important;
    flex-shrink: 0;
    min-height: 100vh;
}

.cards-dashboard-folder-step-column-body{
    border-radius: 4px;
    height: 100%;
    border: 0.5px solid #DDD;
}

.cards-dashboard-folder-step-column-header-container{
    margin-bottom: 15px;
    padding: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.cards-dashboard-folder-step-card {
    padding: 0px 15px;
}

.cards-dashboard-notification-badge{
    margin-left: auto;
    padding: 0px 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    min-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu.force-hide {
  display: none !important;
}

.new-card-badge{
    padding: 2px 4px;
    font-size: 10px;
    margin-right: 5px;
}

.dropdown-option-button {
    border: 0.5px solid #CCC;
    border-radius: 50%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-option-button.active {
    background-color: rgb(119, 119, 119) !important;
}

.dropdown-option-button.active > i {
    color: #FFF !important;
}

.toggle-read-button{
    border: 1px solid #CCC;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 4px;
}

.unread-text{
    color: #000 !important;
    font-weight: 500 !important;
}

.fs36{
    font-size: 36px !important;
}

.cards-dashboard-todo-badge{
    max-height: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
}

.cards-dashboard-additional-info{
    border-top: 0.5px solid #CCC;
    padding-top: 3px;
    margin-top: 1px;
}

.circle-28{
    width: 28px !important;
    height: 28px !important;
}

.circle-35{
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
}

.amis-color-border{
    border: 1px solid #00a5ff !important;
}

.card-folder-additional-info > table td, .card-folder-additional-info > .table th, .card-folder-additional-info > .table>:not(caption)>*>*{
    padding: 2px !important;
}

.card-dashboard-image-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px; /* optional, for spacing between rows */
}

.min-height-80{
    min-height: 80px !important;
}

.min-height-60{
    min-height: 60px !important;
}

.extra-filters-buttons-container{
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.extra-filters-counter{
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    top: -5px;
    right: -7px;
}

.completed-background{
    background-color: rgb(61, 91, 129);
    color: rgb(255, 255, 255);
}

.in-progress-background{
    background-color: rgb(152, 193, 215);
    color: rgb(0, 0, 0);
}

.card-strikethrough {
  position: relative;
  opacity: 0.7 !important;
}
.card-strikethrough::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    height: 1px;
    background: #000;
    pointer-events: none;
    z-index: 10;
}

.amis-blue-ball-bg-color{
    background-color: #00a5ff !important;
}

#gstc {
    width: 100%;
    height: 600px;
}

.card-last-update-date-box{
    min-width: 60px !important;
    padding: 0px 5px !important;
    margin-right: 0px !important;
}

.unread-messages-quantity-badge {
    background: #00a5ff;
    color: #FFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 11px;
}

.cards-dashboard-folder-step-column {
  transition: all 0.2s ease;
  min-height: 200px;
}

.cards-dashboard-folder-step-column.drag-over {
  background-color: rgba(0, 123, 255, 0.1);
  border: 2px dashed #007bff;
  transform: scale(1.02);
}

.cards-dashboard-folder-step-cards-container {
  min-height: 150px;
  position: relative;
  padding: 10px;
}

.cards-dashboard-folder-step-cards-container.drop-zone-active {
  background-color: rgba(40, 167, 69, 0.1);
  border-radius: 8px;
}

.cards-dashboard-folder-step-card.dragging {
  opacity: 0.5;
  transform: rotate(3deg);
  z-index: 1000;
}

.drop-zone-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 10px 0;
  border: 2px dashed #28a745;
  border-radius: 8px;
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
  font-weight: 500;
}

.drop-zone-placeholder i {
  font-size: 24px;
  margin-bottom: 8px;
}

/* Global dragging state */
:global(.dragging-active) {
  cursor: grabbing !important;
}

:global(.dragging-active *) {
  cursor: grabbing !important;
}

/* Card count badge */
.card-count {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

/* Loading overlay */
.moving-card-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: white;
}

.draggable-card {
  cursor: grab;
  transition: all 0.2s ease;
  position: relative;
}

.draggable-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.draggable-card.dragging {
  cursor: grabbing;
  opacity: 0.8;
  transform: rotate(3deg) scale(1.02);
  z-index: 1000;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.drag-handle {
  opacity: 0.6;
  transition: opacity 0.2s ease;
  cursor: grab;
  padding: 2px 4px;
  margin-left: 8px;
}

.draggable-card:hover .drag-handle {
  opacity: 1;
}

.drag-handle:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.drag-handle:active {
  cursor: grabbing;
}

/* Visual feedback during drag */
.drag-preview {
  pointer-events: none;
}

/* Process banner styling to accommodate drag handle */
.process-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}

.process-banner > span:not(.drag-handle) {
  flex-shrink: 0;
}

.drag-handle {
  margin-left: auto;
}

.make-batch-update-button{
    width: 50px !important;
    height: 30px !important;
}

.mw-60{
    min-width: 60px !important;
}

.min-w-75{
    min-width: 75px !important;
}

.table-hover-col:hover{
    background-color: rgba(142, 195, 242, 0.5) !important;
}

.reports-radio-buttons.work-log-type-radio:checked+label, .reports-radio-buttons.work-log-type-radio:not(:checked)+label{
    padding-left: 27px !important;
    line-height: 29px !important;
    margin-right: 2px !important;
    font-size: 14px !important;
}

.details-container-fixed {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 462px;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.15);
    z-index: 9999;
    overflow-y: auto;
    transition: transform 0.3s;
}

.details-container-fixed.left-0 {
    left: 0;
    right: auto;
    box-shadow: 2px 0 8px rgba(0,0,0,0.15);
}

/* Card details layout classes to replace Bootstrap columns */
.card-details-left-column {
    width: 462px;
    flex: 0 0 462px;
    max-width: 462px;
    box-shadow: 2px 0 5px -2px rgb(0 0 0 / 20%);
}

.card-details-right-column {
    flex: 1;
    max-width: calc(100% - 462px);
}
.slide-right-enter-active, .slide-right-leave-active {
    transition: transform 0.3s;
}
.slide-right-enter-from, .slide-right-leave-to {
    transform: translateX(100%);
}
.slide-right-enter-to, .slide-right-leave-from {
    transform: translateX(0);
} 

.step-settings-container{
    position: absolute;
    right: 5px;
    z-index: 2;
}

.focus-card-body{
    border: 1px dashed #BBB;
    margin: 15px 0px;
    padding: 10px;
    display: flex;
    align-items: center;
    min-height: 65px;   /* adjust as needed */
    max-height: 65px;
}

.focus-card-footer{
    margin-top: 15px;
}

.focus-card-deadline-container{
    border-right: 2px solid #000;
    padding-right: 10px;
}

.focus-card-container{
    padding: 15px;
}

.cards-dashboard-filter-border.border-info{
    border-color: #1e88e5!important;
}

.numbered-list-item-badge{
    color: #000;
    background: #CCC;
    width: 22px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 5px;
}

.amis-toast-top-left{
    top: 5px !important;
    left: 95px !important;
}

.toast-close-button{
    color: #000 !important;
}

.expand-card-details-button {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.expand-card-details-button:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.expand-card-details-button i {
    font-size: 20px;
    color: #333;
}

/* Ensure immediate positioning when details container appears */
.details-container-fixed .expand-card-details-button {
    position: fixed !important;
    right: 480px;
    top: 10px;
    transform: translate3d(0, 0, 0);
}

/* Optimized card details modal */
.card-details-modal-content {
    max-height: 95vh;
    overflow-y: auto;
}

.card-details-modal-content .amis-modal-content {
    margin: 2.5vh auto;
    max-height: 95vh;
}

.notification-header-bubble{
    background-color: #0074C1;
    color: #FFF !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-header-bubble.vibrate {
    animation: heartbeat-persistent 1.5s infinite;
    animation-timing-function: ease-in-out;
}

.notification-header-bubble.vibrate .fas.fa-bell {
    animation: bell-shake-vibrate 0.8s infinite;
    transform-origin: center top;
}

@keyframes heartbeat-persistent {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes bell-shake-vibrate {
    0%, 100% { transform: rotate(0deg); }
    10% { transform: rotate(-15deg); }
    20% { transform: rotate(15deg); }
    30% { transform: rotate(-15deg); }
    40% { transform: rotate(15deg); }
    50% { transform: rotate(-10deg); }
    60% { transform: rotate(10deg); }
    70% { transform: rotate(-5deg); }
    80% { transform: rotate(5deg); }
    90% { transform: rotate(-2deg); }
}


.material-radio-button.poll-radio-button:not(:checked), .material-radio-button.poll-radio-button:checked{
    left: 4px !important;
}

[type=checkbox].card-notification-checkbox+label{
    font-size: 14px !important;
    padding-left: 30px !important;
    line-height: 24px !important;
    color: #000 !important;
    font-weight: bold !important;
}

[type=checkbox].card-notification-checkbox+label:after{
    height: 25px !important;
    width: 25px !important;
}

[type=checkbox].card-notification-checkbox+label:before{
    top: 1px !important;
    left: 3px !important;
    width: 8px !important;
    height: 15px !important;
}

.material-radio-button.time-range-radio-button:checked+label, .material-radio-button.time-range-radio-button:not(:checked)+label{
    padding-left: 30px !important;
}

.focus-badge-bubble-dashboard{
    border-radius: 12px;
    padding: 6px;
    font-size: 11px;
    font-weight: 600;
    border: 0.5px solid #EEE;
    width: max-content;
    display: inline-flex;
    align-items: center;
    min-height: 25px;
}

.gantt-header-left {
  width: 250px;
  min-width: 250px;
  padding: 10px 15px;
  border-right: 1px solid #ddd;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.gantt-task-name {
  width: 250px;
  min-width: 250px;
  padding: 8px 15px;
  border-right: 1px solid #ddd;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  position: sticky;
  left: 0;
  z-index: 5;
}

.task-name-content {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #333;
}

.task-assignee {
  margin-top: 2px;
  font-style: italic;
}

.gantt-text-inside {
  color: black !important;
  font-weight: 500;
}

/* Scrollbar styling */
.gantt-chart::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.gantt-chart::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.gantt-chart::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.gantt-chart::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.gantt-body::-webkit-scrollbar {
  width: 8px;
}

.gantt-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.gantt-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.gantt-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gantt-header-left,
  .gantt-task-name {
    width: 200px;
    min-width: 200px;
  }
  
  .gantt-date-header {
    min-width: 35px;
  }
}

/* Loading state */
.text-center.py-4 {
  padding: 2rem 0;
}

/* ===== GANTT CHART STYLES ===== */
.gantt-chart {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid #ddd;
  background: white;
  overflow-x: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Full screen height styling */
.gantt-fullscreen {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.gantt-chart-container {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
}

.gantt-controls {
  padding: 15px;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
  flex-shrink: 0;
}

.gantt-header {
  display: flex;
  background: #f8f9fa;
  position: sticky;
  top: 0;
  z-index: 10;
  flex-shrink: 0;
}

/* No task column - timeline takes full width */
.gantt-timeline {
  display: flex;
  position: relative;
}

.gantt-date-header {
  border-right: 1px solid #eee;
  padding: 8px;
  text-align: center;
  font-size: 11px;
  background: #f8f9fa;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.date-label {
    writing-mode: horizontal-tb;
    font-weight: 500;
    color: #000;
    font-size: 12px;
}

.gantt-date-today {
    background-color: rgba(52, 152, 219, 0.1);
}

.gantt-date-today .date-label {
    color: #3498db;
    font-weight: 700;
}

/* Today column background highlight */
.gantt-today-column {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(52, 152, 219, 0.05);
    z-index: 1;
    pointer-events: none;
}

/* Hover date column background highlight */
.gantt-hover-column {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(136, 136, 136, 0.05);
    z-index: 2;
    pointer-events: none;
}

.gantt-body {
  flex: 1;
  overflow: visible;
}

.gantt-row {
  display: flex;
  border-bottom: 1px solid #eee;
  min-height: 60px;
  position: relative;
  transition: background-color 0.2s ease;
  align-items: center;
}

.gantt-row:hover {
  background: #f8f9fa;
}

/* Timeline area takes full width without task name column */
.gantt-row .gantt-timeline {
  overflow: visible;
  position: relative;
  display: flex;
}

.gantt-task-bar {
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.1);
  transition: all 0.2s ease;
  position: relative;
  overflow: visible;
}

.gantt-task-bar:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.gantt-task-bar.draggable {
  cursor: move;
}

.gantt-task-bar.critical {
  border: 2px solid #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}

.gantt-task-bar.completed {
  opacity: 0.7;
}

.gantt-task-bar.completed::after {
  content: '✓';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.gantt-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  transition: width 0.3s ease;
}


.gantt-text-outside {
  color: #333 !important;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.95);
  padding: 2px 6px;
  border-radius: 3px;
  border: 1px solid #ddd;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.gantt-tooltip {
  position: fixed;
  background: #333;
  color: white;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 12px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  pointer-events: none;
  max-width: 250px;
}

.gantt-tooltip.gantt-tooltip-custom {
  background: transparent;
  color: inherit;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  min-width: 300px;
  max-width: 400px;
}

.gantt-tooltip strong {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 3px;
}

/* Button styling to match your patterns */
.btn-group .btn-check:checked + .btn-outline-primary {
  background-color: #4A90E2;
  border-color: #4A90E2;
}

/* Gantt chart scrollbar styling */
.gantt-chart::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.gantt-chart::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.gantt-chart::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.gantt-chart::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.gantt-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.gantt-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.gantt-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.gantt-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Responsive adjustments for Gantt chart */
@media (max-width: 768px) {
  .gantt-date-header {
    min-width: 35px;
  }
}

/* Text tooltip for truncated labels */
.gantt-text-tooltip {
  position: fixed;
  background: #333;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 1001;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  white-space: normal;
  max-width: 300px;
}

/* Gantt task text hover effect - text-muted to darker on hover */
.gantt-task-hover-container .gantt-task-text-hover {
  transition: color 0.15s ease;
}

.gantt-task-hover-container:hover .gantt-task-text-hover {
  z-index: 3;
}

/* External text hover effect */
.gantt-text-outside.gantt-task-text-hover:hover {
  color: #212529 !important;
  background-color: #FFF !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
  z-index: 101 !important;
}

/* Remove white background when near drag handles */
.gantt-task-bar.near-handle .gantt-task-text-hover,
.gantt-task-hover-container:hover .gantt-task-bar.near-handle .gantt-task-text-hover {
  background-color: transparent !important;
  z-index: 1 !important;
}

/* ===== END GANTT CHART STYLES ===== */


.amis-submenu-card-fullscreen-mode{
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin-left: 0px !important;
    padding: 0px !important;
}

.gantt-drag-handle{
    position: absolute;
    top: 0px;
    width: 3px;
    height: 100%;
    cursor: ew-resize;
    z-index: 2;
    background: rgba(0, 165, 255, 0.1);
    transition: background 0.15s ease;
}

.gantt-task-bar:hover .gantt-drag-handle {
    background: rgba(0, 165, 255, 1);
}

.gantt-drag-handle-right{
    right: 0px;
}

.gantt-drag-handle-left{
    left: 0px;
}