.dashboard_container {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    /* overflow: hidden; */
    /* user-select: none; */
}

/* .dashboard_navigation_form {
    width: 100%;
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
} */
.dashboard_navigation_form {
    width: 100%;
    display: grid;
    gap: 1rem;
    /* padding: 1rem; */
    /* border-bottom: 1px solid #ccc; */
    /* margin-bottom: 1rem; */
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
}

.dashboard_navigation_container_left {
    /* width: 50%; */
    max-width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 1rem; */
    /* padding: 1rem; */
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 1rem;
    flex-wrap: wrap;
    /* align-self: start; */
    justify-self: start;
}

.dashboard_navigation_container_mid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    /* gap: 1rem; */
    /* padding: 1rem; */
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.dashboard_navigation_container_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    /* gap: 1rem; */
    /* padding: 1rem; */
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.dashboard_filter_extended {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
    align-items: stretch;
    margin-bottom: 1rem;    
}

.dashboard_filter_extended_container{
    display: flex;
    flex-direction: column;
    opacity: 0;
    gap:0;
    margin: -100% 0px 0px 0px;
    /* transition: grid-template-rows 10s ease; */
    transition: all 0.3s ease;
    overflow: hidden; 
    border-bottom: 0px solid #ccc;
    padding-bottom: 0rem;
    max-width: 100%;
    /* height: 0px;  */

    /* display: grid;
    grid-template-rows: 0fr;
    grid-template-columns: 1fr;
    overflow: hidden;
    min-height: 1px;

    transition: grid-template-rows 1s; */
}

.dashboard_filter_extended_container_active {
    /* display: grid; */
    /* margin: 10px 0px 10px 0px; */
    margin:0px;
    display: flex;
    flex-direction: column;
    opacity: 1;
    /* gap: 1rem; */
    /* height: fit-content; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5rem;
    transition: all 0.5s ease;
    overflow: visible;
}

.dashboard_filter_extended_opener {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    width: 100%;
    gap:15px;
}

.open_extended_filter_icon {
    transform: rotateX(0deg);
    transition: all 0.2s ease;
}

.dashboard_navigation_filter {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
}

.dashboard_filter_date_container{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.input_date_container{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;

}

.dashboard_workdays_container{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 1rem;
    margin-left: 10px;
    /* width: 100%; */
    /* justify-content: space-evenly; */
    
}

.open_topic_filter_icon {
    position: absolute;
    right: 5px;
    transform: rotateX(0deg);
    transition: all 0.2s ease;
}
.dashboard_filter_title_bold {
    font-weight: 500;
    color: #333;
    margin: 0px;
    padding: 0px 0px 0px 5px;
}
.dashboard_filter_title {
    font-weight: 100;
    color: #333;
    margin: 0px;
    padding: 0px 0px 0px 5px;
}

.dashboard_navigation_filter_option_container {
    position: absolute;
    display: grid;
    gap: 0rem;
    grid-auto-rows: 0px;
    max-height: 300px;
    transition: all 0.1s ease, opacity 0.01s ease;
    overflow: hidden;
    opacity: 0;
    z-index: 20;
    background: white;
    border-radius: 0rem 0rem 1rem 1rem;
    width: 100%;
    /* right: 0; */
    top: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 3px 3px 5px 0px;
}


.dashboard_navigation_filter_option_container:hover::-webkit-scrollbar-thumb {
    background-color: rgba(233, 244, 254, 1);

    transition: all 1s ease;
    overflow: hidden;


}

.dashboard_navigation_filter_option_container::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
    height: 5px;
    transition: all 1s ease;
    overflow: hidden;

    /* margin-bottom: 1rem; */

}
.dashboard_navigation_filter_option_container::-webkit-scrollbar-thumb {
    background-color: rgba(233, 244, 254, .5);
    border-radius: 5px;
    transition: all 1s ease;


    /* overflow: hidden; */
    /* transition: all 1s ease; */


}
.dashboard_navigation_filter_option_container::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: transparent;
    overflow: hidden;
    margin-bottom: .5rem;
    transition: all 1s ease;


}

.dashboard_navigation_filter_container {
    overflow: visible;
    position: relative;
    width: 100%;
    transition: all 0.1s ease;
    height: 26px;
    border-radius: 0.8rem;
    border: 1px solid #ccc;
    background-color: white;
    display: flex;
    /* box-shadow: rgba(99, 99, 99, 0.2) 3px 3px 5px 0px; */
    align-content: center;
    align-items: center;
}

.dashboard_navigation_filter_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    gap: 0.2rem;
    padding-left: 0.8rem;
    transition: all 0.2s ease;
    color: #888;
    cursor: pointer;
}
.dashboard_navigation_filter_item:hover {
    /* padding-left: 8px; */
    color: black;
    background-color: #e9f4fe;
    transition: all 0.2s ease;
}
.dashboard_navigation_filter_item_checked {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    gap: 0.2rem;
    padding-left: 0.8rem;
    color: black;
    /* background-color: #e9f4fe; */
    transition: all 0.2s ease;
    cursor: pointer;
}
.dashboard_navigation_filter_item_checked:hover {
    background-color: #e9f4fe;
    transition: all 0.2s ease;
}

.filter_item_names_container {
    position: absolute;
    left: 10px;
    pointer-events: none;
    height: 18px;
    line-break: unset;
    overflow: hidden;
}

.filter_item_names {
    color: #888;
}

.dashboard_navigation {
    width: 100%;
    display: flex;
    gap: 1rem;
    /* padding-bottom: 1rem; */
    /* border-bottom: 1px solid #ccc; */
}

.dashboard_navigation_filter_submit {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.dashboard_navigation_closed_container {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    height: 30px;
    border-radius: 1rem;
    background-color: #095da8;
    border: 0;
    color: #fff;
    padding: 0px 15px;
    line-height: 30px;
    cursor: pointer;
    font-size: 1.3em;
    margin-bottom: 0;
    transition: all 0.3s ease;
    margin-top: 15px;
    width: 100%;
    margin-bottom: -25px;
    justify-content: space-evenly;
}
.dashboard_navigation_closed_container:hover {
    background-color: #00396b;
    color: #ccc;
    transition: all 0.3s ease;
}
.dashboard_navigation_closed_container_active {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    height: 30px;
    border-radius: 1rem;
    background-color: #00396b;
    border: 0;
    color: #fff;
    padding: 0px 15px;
    line-height: 30px;
    cursor: pointer;
    font-size: 1.3em;
    margin-bottom: 0;
    transition: all 0.3s ease;
    text-decoration: underline;
    margin-top: 15px;
    justify-content: space-evenly;
    margin-bottom: -25px;
}

.dashboard_navigation_mid {
    width: 100%;
    /* max-width: 550px; */
    display: flex;
    /* gap: 1rem; */
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 1rem;
}
.dashboard_navigation_title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0px;
    padding: 0px 0px 0px 5px;
}

.dashboard_navigation_item {
    width: 120px;
    height: 30px;
    border-radius: 1rem;
    background-color: #095da8;
    border: 0;
    color: #fff;
    padding: 0px 15px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
}

.dashboard_navigation_item_active {
    width: 120px;
    height: 30px;
    border-radius: 1rem;
    background-color: #00396b;
    border: 0;
    color: #fff;
    padding: 0px 15px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
    text-decoration: underline;
}

.dashboard_navigation_item:hover {
    background-color: #00396b;
    color: #ccc;
    transition: all 0.3s ease;
}

/* .dashboard_navigation_showmore {
    width: 45px;
    height: 30px;
    border-radius: 1rem;
    background-color: #095da8;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 3em;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dashboard_navigation_showmore:hover {
    background-color: #00396b;
    color: #ccc;
    transition: all 0.3s ease;
} */
.dashboard_navigation_showmore {
    border: 0;
    cursor: pointer;
    font-size: 3em;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dashboard_navigation_select {
    width: 300px;
    height: 26px;
    padding: 2px 25px 2px 10px;
    border-radius: 1rem;
}

.dashboard_filter_select {
    width: 100%;
    height: 26px;
    padding: 2px 25px 2px 10px;
    border-radius: 1rem;
    border: 1px solid #ccc;
}

.dashboard_group_submit{
    min-width: 120px;
    height: 30px;
    border-radius: 1rem;
    background-color: #095da8;
    border: 0;
    color: #fff;
    padding: 0px 15px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.dashboard_navigation_submit {
    width: 120px;
    height: 30px;
    border-radius: 1rem;
    background-color: #095da8;
    border: 0;
    color: #fff;
    padding: 0px 15px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
}
.dashboard_navigation_reset {
    /* width: 100px; */
    height: 20px;
    border-radius: 1rem;
    background-color: #c79f00;
    border: 0;
    color: #fff;
    padding: 0px 15px;
    line-height: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
    font-size: 0.7rem;
}

.dashboard_navigation_entry_container {
    height: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    position: absolute;
    top: 105%;
    /* transition: all 0.3s ease; */
    overflow: hidden;
    z-index: 100;
    border-radius: 1rem;
    background: white;
    opacity: 0;
    padding: 0px 25px 0px 25px;
    box-shadow: 3px 3px 15px 2px rgb(0 0 0 / 33%), inset 0px 0px 2px 0px rgb(0 0 0 / 30%);
    font-size: 1.2em;
}

.spinbtn {
    transition: all 0.3s ease;
    /* transform: rotate(-45deg); */
}

/* .input_icon_container {
    margin-top: -35px;
    cursor: pointer;
} */
.input_icon_container {
    margin-top: 25px;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    gap: 20px;
    z-index: 101;
}

.input_select_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
}

.input_text_container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 5px; */
    margin-bottom: 10px;
}
.custominput_placeholder {
    position: absolute;
    color: #777;
    bottom: 0px;
    left: 10px;
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 26px;
    text-align: center;
}

.custominput_favcontainer {
    position: absolute;
    color: #777;
    /* top: 50%; */
    bottom: 0px;
    right: 5px;
    display: flex;
    align-items: center;
    height: 26px;
    text-align: center;
}

.custominput_fav_list {
    position: absolute;
    left: calc(100% + 15px);
    border-radius: 0.75rem;
    background-color: #f6fbff;
    padding: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: scaleY(0);
    opacity: -5;
    transition: all 0.2s ease;
    /* top: 50%; */
}

.custominput_fav_create_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 8px 0px;
    border-radius: 1rem;
    position: relative;
    min-width: 200px;
    margin-bottom: 5px;
}

.custominput_fav_item {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    color: black;
    /* padding-top: 5px; */
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    padding: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    align-items: baseline;
}
.custominput_fav_item:hover {
    /* background-color: #ecf7ff; */
    border-bottom: 1px solid black;
    margin: 0px;
    /* padding: 5px; */
    margin-left: 9px;
    padding-right: 0px;
    /* border-radius: 1rem; */
    padding-bottom: 0px;
    margin-bottom: 5px;
    margin-right: 2px;
    box-shadow: rgba(99, 99, 99, 0.2) 3px 3px 5px 0px;
    transition: all 0.3s ease;
}
.custominput_fav_item_delete {
    /* color: black; */
    right: 5px;
    transition: all 0.2s ease;
    z-index: 10;
}
.custominput_fav_item_delete:hover {
    color: red;
    transition: all 0.2s ease;
}

.fav_filtered_userlist {
    position: absolute;
    /* width: 200px; */
    /* background-color: #f6fbff; */
    /* height: 50px; */
    top: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.input_textarea_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
}

.dashboard_navigation_input {
    width: 100%;
    height: 26px;
    padding: 2px 25px 2px 10px;
    border-radius: 1rem;
    border: 1px solid #ccc;
}

.dashboard_navigation_textarea {
    width: 100%;
    height: 100px;
    padding: 2px 10px 2px 10px;
    border-radius: 1rem;
    border: 1px solid #ccc;
    resize: none;
    font-size: 1em;
    /* color: transparent; */
}
.dashboard_navigation_select_newentry {
    width: 100%;
    height: 26px;
    padding: 2px 10px 2px 10px;
    border-radius: 1rem;
}

.card_container_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* margin: 0 auto; */
    width: 100%;
    /* max-width: 1200px; */
    gap: 10px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.337);
    border-radius: 1rem;
}

.card_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* margin: 0 auto; */
    width: 100%;
    /* max-width: 1200px; */
    gap: 30px;
    /* padding: 20px; */
    /* border-bottom: 1px solid #ccc; */
    /* margin-bottom: 20px; */
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.337); */
    /* border-radius: 1rem; */
}

.card_container_white {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* margin: 0 auto; */
    width: 100%;
    /* max-width: 1200px; */
    gap: 30px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    padding-top: 40px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.337);
    border-radius: 1rem;
    overflow-x: hidden;
}

.dashboard_card {
    width: 360px;
    padding: 20px 20px 10px 20px;
    display: flex;
    position:relative;
    flex-direction: column;
    /* justify-content: flex-start; */
    justify-content: space-between;

    align-items: flex-start;
    transition: all 0.3s ease;
    border-radius: 1rem;
    background: #eaf5ff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* height: fit-content; */
}


.card_outoftime {
    background: #ffeaea;
}

.card_topic {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.4rem;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-weight: 600;
    align-content: flex-start;
}

.card_topic_header {
    position: absolute;
    top: -8px;
    left: 2px;
    display: flex;
    /* width: 100%; */
    justify-content: center;
    height: 20px;
    flex-direction: row;
    transition: all 0.3s ease;
    /* background: white; */
    border-radius: 1rem;
    padding: 0px 10px;
    opacity: 0.7;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    align-content: center;
    align-items: center;
}

.card_topic_header_text {
    font-size: 1.2em;
    font-weight: 600;
    color: #095da8;
    margin: 0px;
    /* line-height: 0; */
    padding: 0px;
    transition: all 0.3s ease;
}

.card_header_buttons_layout {
    position: absolute;
    /* top: -10px;
    right: -5px; */
    top: -8px;
    right: -4px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    height: 20px;
    flex-direction: row;
    transition: all 0.3s ease;
}

.dashboard_card:hover {
    box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
    transition: all 0.3s ease;
    border-radius: 1.5rem;
}

.dashboard_card:hover .card_header_buttons {
    opacity: 1;
    transition: all 0.3s ease;
}

.dashboard_card:hover .card_topic_header {
    opacity: 1;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;  */
    transition: all 0.3s ease;
}
.dashboard_card:hover .card_topic_header_text {
    /* opacity: 1; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 4px 6px 6px 0px; */
    transition: all 0.3s ease;
    /* font-size: 1.25em; */
}

.big_card_textcontent:hover .card_header_buttons {
    opacity: 1;
    transition: all 0.3s ease;
}
.big_card_textcontent:hover {
    box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
    transition: all 0.3s ease;
    border-radius: 1.5rem;
}

.card_header_buttons {
    height: 20px;
    margin-left: 5px;
    border-radius: 1rem;
    background-color: #ffffff;
    border: 0;
    color: #095da8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0px 10px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.card_header_buttons:hover {
    background-color: #095da8;
    color: #ccc;
    transition: all 0.3s ease;
}

.card_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    gap: 1rem;
}

.card_header_text {
    font-size: 1.05rem;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-break: anywhere;
}

.card_header_text:hover {
    display: block;
 
}

.card_header_score {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    margin: 0px;
    padding: 0px;
}

.card_content_chat {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    font-size: 0.9rem;
    padding: 10px 5px 10px 5px;
    /* height: 100%; */
    max-width: 400px;
    /* max-height: 320px; */
    position: relative;
    /* line-break: anywhere; */
    word-wrap: break-word;      /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap; 
}


.card_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 0.9rem;
    padding: 10px 5px 10px 5px;
    height: 100%;
    max-width: 400px;
    max-height: 318px;
    position: relative;
    /* line-break: anywhere; */
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    overflow-y: auto;
}


.card_content:hover::-webkit-scrollbar-thumb {
    background: #add7ff;
    transition: all 1s ease;
}

.card_content::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    height: 5px;
    transition: all 1s ease;
}
.card_content::-webkit-scrollbar-thumb {
    background: #cde8ff;
    border-radius: 5px;
}
.card_content::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: transparent;
}


.card_footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 0px 0px;
    align-self: end;
}

.big_card {
    width: 100%;
    /* max-width: 400px; */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.337);
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
    transition: all 0.3s ease;
    height: fit-content;
    align-items: flex-start;
}

.big_card_content {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* font-size: 0.9rem; */
    padding: 10px 0px 10px 0px;
    flex-wrap: wrap;
    gap: 30px;
    align-content: flex-start;
    transition: all 0.3s ease;
    border: none;
}

.dashboard_bigcard_extended {
    padding: 5px 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
}

.big_card_textcontent {
    position: relative;
    display: flex;
    flex-direction: column;
    /* font-size: 0.9rem; */
    padding: 20px 20px 10px 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    border-radius: 1rem;
    background: #eaf5ff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    gap: 10px;
    transition: all 0.3s ease;
    min-width: 350px;
}
.big_card_textcontent:hover .card_textcontent_hover {
    opacity: 1;
    transition: all 0.2s ease;
    z-index: 11;
}
.dashboard_card:hover .card_textcontent_hover {
    opacity: 1;
    transition: all 0.2s ease;
    z-index: 11;
}
.card_textcontent_hover {
    position: absolute;
    top: 0;
    left: 100%;
    /* bottom: 0; */
    background-color: azure;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 1rem;
    width: 400px;
    pointer-events: none;
    z-index: -10;
}

@media screen and (max-width: 900px) {
    .big_card_textcontent {
        width: 100%;
    }

    .card_textcontent_hover {
        left: 0%;
        width: 100%;
    }
}

.big_card_topic {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2rem;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-weight: 600;
    align-content: flex-start;
}

.big_card_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* margin: 0 auto; */
    width: 100%;
    /* max-width: 1200px; */
    gap: 20px;
    /* padding: 10px; */
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.big_card_openpage_button {
    align-self: end;
    height: 30px;
    border-radius: 1rem;
    background-color: #095da8;
    border: 0;
    color: #fff;
    padding: 0px 15px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em !important;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
}

.big_card_openpage_button:link,
.big_card_openpage_button:visited,
.big_card_openpage_button:active,
.big_card_openpage_button:not([href]) {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

.big_card_openpage_button:hover {
    background-color: #00396b;
    color: #ccc;
    transition: all 0.3s ease;
}


.big_card_report_button_default {
    height: 20px;
    border-radius: 1rem;
    background-color: #cd4c4c;
    border: 0;
    color: #fff;
    padding: 0px 8px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.55rem;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
}
.big_card_report_button_default:hover {
    background-color: #902222;
    color: #ccc;
    transition: all 0.3s ease;
}

.big_card_report_button {
    /* align-self: end; */
    height: 20px;
    border-radius: 1rem;
    background-color: #f0d599;
    background: linear-gradient(90deg, rgb(255 165 0 / 100%) 0%, rgb(255 0 0 / 100%) 100%);
    opacity: 0.4;
    border: 0;
    color: #fff;
    padding: 0px 8px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.55rem;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
}

.big_card_complete_button {
    /* align-self: end; */
    height: 20px;
    border-radius: 1rem;
    background-color: #095da8;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
}

.big_card_report_button:hover {
    opacity: 1;
    transition: all 0.3s ease;
}

.table_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* margin: 0 auto; */
    width: 100%;
    /* max-width: 1200px; */
    gap: 20px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.table_openpage_button {
    /* align-self: end; */
    /* height: 30px; */
    /* border-radius: 1rem; */
    color: #095da8;
    /* border: 0; */
    /* color: #FFF; */
    /* padding: 0px 15px; */
    /* line-height: 30px; */
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
}

.table_openpage_button:link,
.table_openpage_button:visited,
.table_openpage_button:active {
    text-decoration: none;
    color: #095da8;
    transition: all 0.3s ease;
}
.table_openpage_button:hover {
    text-decoration: underline;
    color: #81c4ff;
    transition: all 0.3s ease;
}

.table_header {
    /* border-bottom: 2px solid #ccc; */
    /* border: 2px solid black; */
    background-color: #eaf5ff;
    text-align: center;
}

.table_row_even {
    background-color: #eaf5ff;
}

.table_row_odd {
    background-color: #fff;
}

.dashboard_navigation_textarea_with_highlight {
    position: relative;
    width: 100%;
    height: 100px;
}

.dashboard_navigation_textarea_highlight {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100px;
    padding: 2px 10px 2px 10px;
    border-radius: 1rem;
    border: 1px solid transparent;
    font-size: 1em;
    user-select: none;
    pointer-events: none;
}

.userReference {
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    /* border: 1px solid red; */
    background-color: #81c4ff;
}
.jobReferenceContainer {
    display: none;
    /* transition: all 0.3s ease; */
    overflow: visible;
    /* height: 20px; */
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    user-select: none;
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
    width: max-content;
}
.jobReference {
    color: #333;
    transition: all 0.3s ease;
    /* border: 1px solid red; */
    background-color: #ffba81;
}
.jobReference:hover .jobReferenceContainer {
    display: flex;
    opacity: 1;
    /* transition: opacity 0.3s ease; */
    background-color: white;
}
.jobReferenceUsers {
    background-color: #ffba817f;
    transition: all 0.3s ease;
    user-select: none;
    pointer-events: none;
    margin: 0px;
    padding: 0px;
}

.dashboard_navigation_input:focus-visible {
    outline: none;
}

.userReferenceOverlay {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-height: 150px;
    overflow: hidden;
    width: 100%;
    overflow-y: scroll;
    height: fit-content;
    top: 100%;
}

.userReferenceOverlayUserHeader {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.userReferenceOverlayUserHeaderName {
    /* font-size: 1.2em; */
    /* font-weight: 600; */
    color: #333;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    background: #81c4ff;
    width: 100%;
}
.userReferenceOverlayJobHeaderName {
    /* font-size: 1.2em; */
    /* font-weight: 600; */
    color: #333;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    background: #ffba81;
    width: 100%;
}

.dashboard_navigation_submit_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* gap: 5px; */
    align-items: center;
}

.dashboard_new_message_container {
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: visible;
    position: relative;
}

.dashboard_new_message_overlay {
    height: 480px;
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    top: -20px;
    position: absolute;
    overflow: hidden;
    z-index: 100;
    border-radius: 1rem;
    background: white;
    opacity: 0;
    padding: 0px 25px 0px 25px;
    box-shadow: 3px 3px 15px 2px rgb(0 0 0 / 33%), inset 0px 0px 2px 0px rgb(0 0 0 / 30%);
    font-size: 1.2em;
    transition: all 0.3s ease, opacity 0.4s ease;
}

.dashboard_new_message_close {
    color: red;
    font-size: 1.5em;
    cursor: pointer;
}

.dashboard_new_message_toplist {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.card_message_blend {
    height: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(
        0deg,
        #eaf5ff 1%,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0) 85%,
        #eaf5ff 99%
    );
    user-select: none;
    pointer-events: none;
    z-index: 10;
}
.card_message_blend_outoftime {
    background: linear-gradient(
        0deg,
        #ffeaea 1%,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0) 85%,
        #ffeaea 99%
    );
}

.card_message_container {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    font-size: 0.9rem;
    padding: 15px 5px 20px 5px;
    max-height: 250px;
    /* max-width: 350px; */
    flex-wrap: nowrap;
    overflow-y: auto;
    transition: all 0.3s ease;
}

.card_message_container:hover::-webkit-scrollbar-thumb {
    background: #add7ff;
    transition: all 1s ease;
}

.card_message_container::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    height: 5px;
    transition: all 1s ease;
}
.card_message_container::-webkit-scrollbar-thumb {
    background: #dff0ff;
    border-radius: 5px;
}
.card_message_container::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: transparent;
}

.card_message_container_outoftime {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    font-size: 0.9rem;
    padding: 15px 5px 20px 5px;
    max-height: 250px;
    max-width: 350px;
    flex-wrap: nowrap;
    overflow-y: auto;
    transition: all 0.3s ease;
}

.card_message_container_outoftime:hover::-webkit-scrollbar-thumb {
    background: #ffc3c3;
    transition: all 1s ease;
}

.card_message_container_outoftime::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    height: 5px;
    transition: all 1s ease;
}
.card_message_container_outoftime::-webkit-scrollbar-thumb {
    background: #fed7d7;
    border-radius: 5px;
}
.card_message_container_outoftime::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: transparent;
}

.card_message_self {
    margin-top: 15px;
    padding: 10px;
    background-color: #e7ffe3;
    border-radius: 15px;
    align-self: end;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-width: 95%;
    padding-bottom: 6px;
    z-index: 1;
}

.card_message_self_animate {
    animation: messageFadeIn 0.3s;
    z-index: 1;
}


@keyframes messageFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.card_message_other {
    margin-top: 15px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 15px;
    align-self: start;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-width: 95%;
    padding-bottom: 6px;
}

.card_message_header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: -20px -5px 0px -5px;
    align-content: flex-start;
    justify-content: space-between;
}


.card_message_header_text {
    font-weight: bold;
    font-size: 12px;
    /* overflow: hidden; */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-break: anywhere; */
    /* padding-bottom: 5px; */
}

.card_message_header_text:hover {
    display: block;
}

.card_chat_message_header_text {
    font-weight: bold;
    font-size: 12px;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-break: anywhere; 
    /* padding-bottom: 5px; */
}

.card_chat_message_header_text:hover {
    display: block;
}


.card_message_header_date {
    font-size: 11px;
    color: #666;
}

.card_message_content_text {
    font-size: 14px;
    color: #333;
    line-break: auto;
}

.card_message_answer_dialog_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 8px 0px;
    border-radius: 1rem;
    position: relative;
    min-width: 200px;
}

.input_max_text {
    position: absolute;
    display: flex;
    right: 35px;
    height: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 10px;
    color: #666;
    pointer-events: none;
}

.card_message_answer_dialog_button {
    width: 30px;
    /* height: 20px; */
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px; */
    background-color: white;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    outline: 0px solid white;
    cursor: pointer;
    color: black;
}

.card_message_answer_dialog_button:hover {
    outline: 4px solid white;
    /* background-color: #eaf5ff; */
    transition: all 0.2s ease;
}
.card_message_answer_dialog_input {
    width: 100%;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border: 0px solid black;
    border-right: 2px solid black;
    padding: 2px 25px 2px 10px;
    background-color: white;
}
.card_message_answer_dialog_input:focus-visible {
    outline: none;
}


.dashboard_chat_overlay {
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
}

.create_new_subtask_title{
    font-weight: bold;
}

.dashboard_chatoverlay_title{
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    margin: 0px;
    margin-bottom: 5px;
    /* padding: 0px 0px 0px 5px; */
    
}
.dashboard_chat_container {
    display: flex;
    width: 500px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background-color: white;
    border-radius: 1rem;
    box-shadow: rgb(248 248 248 / 22%) 0px 0px 20px 2px;
    padding: 10px;
    margin-top: 25px;
}

.dashboard_slider_container {
    display: flex;
    /* width: 100%; */
    overflow: hidden;
    overflow-y: scroll;
    /* overflow-x: scroll; */
    flex-direction: column;
    /* justify-content: space-between; */
    /* align-items: center; */
    gap: 25px;
    background-color: white;
    border-radius: 1rem;
    /* box-shadow: rgb(248 248 248 / 22%) 0px 0px 20px 2px; */
    padding: 20px;
    /* margin-top: 50px; */
}

.dashboard_slider_container:hover::-webkit-scrollbar-thumb {
    background-color: rgba(233, 244, 254, 1);

    transition: all 1s ease;
    overflow: hidden;


}

.dashboard_slider_container::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
    height: 5px;
    transition: all 1s ease;
    overflow: hidden;

    /* margin-bottom: 1rem; */

}
.dashboard_slider_container::-webkit-scrollbar-thumb {
    background-color: rgba(233, 244, 254, .5);
    border-radius: 5px;
    transition: all 1s ease;


    /* overflow: hidden; */
    /* transition: all 1s ease; */


}
.dashboard_slider_container::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: transparent;
    overflow: hidden;
    margin-bottom: .5rem;
    transition: all 1s ease;


}


.dashboard_chat_content_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 15px;
    gap: 15px;
}

.dashboard_chat_content_options_item {
    display: flex;
    gap: 5px;
    align-items: center;
    line-height: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dashboard_chat_content {
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.dashboard_chat_content_person_container {
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 5px;
    /* border: 1px solid black; */
    border-radius: .5rem;
    background-color: #eaf5ff;
    /* box-shadow: rgb(99 99 99 / 50%) 0px 0px 1px 0px; */
}

.dashboard_person_edit_small {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    padding: 2px 10px;
    flex-wrap: nowrap;
    box-shadow: rgb(99 99 99 / 50%) 0px 2px 8px 0px;
    cursor: default;
    transition: all 0.2s ease;

}

.dashboard_person_edit_small:hover{
    box-shadow: rgb(99 99 99 / 50%) 0px 2px 8px 2px;
}

.icon_hover_styling {
    transition: all 0.2s ease;
    cursor: pointer;
    margin: 2px 5px;
    padding: 2px;
}
.icon_hover_styling:hover{
    /* box-shadow: white 0px 0px 3px 2px; */
    border-radius: 50%;
    box-shadow: rgb(99 99 99 / 50%) 0px 0px 2px 2px;

}

.dashboard_chat_modify_container{
    position: absolute;
    z-index: 1001;
    /* width: 500px; */
    /* height: 500px; */
    background-color: white;
    border-radius: 1rem;
    box-shadow: rgb(99 99 99 / 50%) 0px 0px 8px 2px;
    padding: 10px;
}

.report_window {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000070;
    z-index: 100000;
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.report_container {
    display: flex;
    width: 500px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background-color: white;
    border-radius: 1rem;
    box-shadow: rgb(248 248 248 / 22%) 0px 0px 20px 2px;
    padding: 10px;
    margin-top: 25px;
}


.report_title {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    margin: 0px;
    padding: 0px 0px 0px 5px;
}
.report_submit {
    width: 140px;
    height: 30px;
    border-radius: 1rem;
    background-color: #095da8;
    border: 0;
    color: #fff;
    padding: 0px 15px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
}

.dashboard_hierarchie_form {
    display: flex;
    justify-content: flex-start;
    /* width: 300px; */
    flex-direction: column;
    position: relative;
    overflow: visible;
    align-items: flex-start;
}
.dashboard_hierarchie_showinput {
    display: flex;
}
.dashboard_hierarchie_input {
    display: flex;
    gap: 5px;
    /* height: 0px; */
}

.dashboard_filter_newfilter {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}
.dashboard_filter_save{
    width: 100%;
    height: 26px;
    border-radius: 1rem;
    background-color: #095da8;
    border: 0;
    color: #fff;
    /* padding: 0px 15px; */
    /* line-height: 30px; */
    cursor: pointer;
    display: inline-block;
    /* font-size: 0.9rem; */
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;

}

.card_footer_task_question_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.card_footer_question {
    background-color: orange;
    padding: 10px;
    opacity: 0.4;
    line-height: 0px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    height: 20px;
    justify-content: flex-end;
    align-content: center;
    border-radius: 1rem 0px 0px 1rem;
}
.card_footer_question:hover{
    opacity: 1;
}
.card_footer_task{
    background-color: red;
    padding: 10px;
    opacity: 0.4;
    line-height: 0px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    height: 20px;
    justify-content: flex-end;
    align-content: center;
    border-radius: 0px 1rem 1rem 0px;

}
.card_footer_task:hover{
    opacity: 1;
}

.card_is_new{
    box-shadow: inset #ff4e4eba 0px -6px 6px 8px;
    animation: cardisnew 2s infinite linear ;
}
.group_card_is_new{
    box-shadow: inset #ffc6c68a 0px -6px 6px 8px;
    animation: groupcardisnew 2s infinite linear ;
}

@keyframes cardisnew {
    0% {
        box-shadow: inset #ff4e4edc 0px -6px 6px 8px;
    }
    50% {
        box-shadow: inset rgba(99, 99, 99, 0.2) 0px -4px 8px 2px;
    }
    100% {
        box-shadow: inset #ff4e4edc 0px -6px 6px 8px;
    }
}

@keyframes groupcardisnew {
    0% {
        box-shadow: inset #ffc6c68a 0px -6px 6px 8px;
    }
    50% {
        box-shadow: inset rgba(99, 99, 99, 0.2) 0px -4px 8px 2px;
    }
    100% {
        box-shadow: inset #ffc6c68a 0px -6px 6px 8px;
    }
}


/* NOTIFICATIONS */

.notification-container {
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 9999;
    width: 20%;
    max-width: 20rem;
    height: 0px;
    overflow: visible;
}

.notification {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
    position: relative;
    word-wrap: break-word;
    height: max-content;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgb(0 134 253 / 41%) 0px -3px 0px inset;
}
.notification-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
    width: 80%;
}

.notification-message {
    font-size: 14px;
    color: #666666;
}

.notification-close {
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    transform: rotate(45deg);
    font-weight: lighter;
    overflow: hidden;
    font-family: emoji;
}

.loader-container {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 22px;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transform: rotateZ(270deg);
    cursor: pointer;
}

.loadercircle {
    fill: rgb(255 255 255 / 0%);
    stroke: rgb(183 183 183);
    stroke-width: 2px;
    stroke-dasharray: 63;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    /* animation: circleAni 5s linear forwards; */
}

.loader-svg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.notification-remove {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
    position: relative;
    word-wrap: break-word;
    height: max-content;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgb(0 134 253 / 41%) 0px -3px 0px inset;
    animation: notificationRemove 300ms linear forwards;
    overflow: hidden;
}

.notification-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.notification-button{
    height: 30px;
    margin-left: 5px;
    border-radius: .3rem;
    background-color: #ffffff;
    border: 0;
    color: #095da8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0px 10px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.notification-button:hover{
    opacity: 1;
    /* border-radius: 1rem; */
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 5px 0px;

}

.notification-status{
    display: block;
    font-size: 12px;
    text-align: end;
    width: 100%;
}

.notification-close-all {
    height: 30px;
    border-radius: .3rem;
    background-color: #ffffff;
    border: 0;
    color: #095da8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0px 10px;
    line-height: 30px;
    cursor: pointer;
    /* display: inline-block; */
    display: flex;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
    transition: all 0.2s ease;
    margin-left: auto;
    /* margin-right: 20px; */
    margin-top: -10px;
    margin-bottom: 10px;
}
.notification-close-all:hover{
    opacity: 1;
    /* border-radius: 1rem; */
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 5px 0px;

}
.animation-paused{
    animation-play-state: paused;
}

.loadingCircle{
    position: absolute;
    top: 50px;
    left: calc(50% - 20px);
    z-index: 100000;
    width: 50px;
    height: 50px;
    pointer-events: none;

}


@keyframes notificationRemove {
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
}



@media screen and (max-width: 1280px) {
    .report_container {
        width: 95%;
        max-width: 500px;
    }

    .dashboard_card {
        width: 100%;
        min-width: 0;
    }
    .dashboard_filter_newfilter {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .dashboard_workdays_container{
        display: flex;
        flex-direction: row;
        align-items: center;
        /* gap: 1rem; */
        /* margin-left: 10px; */
        width: 100%;
        justify-content: space-evenly;
        
    }

    .input_date_container {
        /* display: flex; */
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }
    .dashboard_filter_date_container {
        /* display: flex; */
        flex-direction: column;
        /* gap: 10px; */
        align-items: center;
        justify-content: flex-start;
        /* margin-bottom: 10px; */
    }

    .dashboard_navigation_filter_submit{
        width: 100%;
        flex-direction: column;
    }
    .dashboard_navigation_item_active {
        width: 100%;
    }

    .dashboard_navigation_item {
        width: 100%;
    }

    .dashboard_navigation_container {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .dashboard_navigation {
        width: 100%;
        flex-direction: column;
    }

    .dashboard_navigation_select {
        width: 100%;
    }
    .dashboard_navigation_form {
        display: flex;
    }
    .custominput_fav_list {
        left: auto;
        right: calc(100% + 15px);
        top: 100%;
        z-index: 1;
    }
    .dashboard_navigation_container_left {
        width: 100%;
        max-width: 100%;
    }
    .dashboard_navigation_container_right {
        align-items: center;
    }
    .dashboard_navigation_filter {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-bottom: 20px;
    }
    .card_textcontent_hover {
        pointer-events: none;
        display: none;
    }
    .card_message_container_outoftime {
        max-width: none;
    }
    .card_message_container {
        max-width: none;
    }
    .card_content {
        max-width: none;
    }

    .notification-container {
        display: none;
    }
    .mainContent {
        padding: 10px;
    }
}


@media screen and (min-width: 2561px) {
    /* center notification-container to top mid */
    .notification-container {
        top: 70px;
        right: 50%;
        transform: translateX(50%);
        max-width: 30rem;
    }
    .notification-close-all {
        margin-right: auto;
    }
    .notification-status{
        text-align: center;
        width: 100%;
    }
    @keyframes notificationRemove {
        100% {
            transform: translateY(-100%);
            opacity: 0;
        }
        0% {
            transform: translateY(0%);
            opacity: 1;
        }
    }
    
}


.customsearch_output_container {
    max-height: 300px;
    z-index: 21;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 3px 3px 5px 0px;
}

/* 
.customsearch_output_container:hover::-webkit-scrollbar-thumb {
    background-color: rgb(202, 229, 255);
    transition: all 1s ease;
    overflow: hidden;
}

.customsearch_output_container::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
    height: 5px;
    transition: all 1s ease;
    overflow: hidden;
    border-left: 1px solid #ccc;

}
.customsearch_output_container::-webkit-scrollbar-thumb {
    background-color: rgba(233, 254, 242, 0.694);
    border-radius: 5px;
    transition: all 1s ease;
}

.customsearch_output_container::-webkit-scrollbar-track {
    background-color: rgb(233, 239, 235);
    overflow: hidden;
    transition: all 1s ease;


} */



.team_dashboard_delegate {
    margin-top: 5px;
    padding: 2px 5px;
    border-radius: 1rem;
    display: flex;
    cursor: pointer;
    transition: all 0.3s;
    flex-direction: row;
    align-items: center;
    font-size: .8rem;
    position: relative;
}

.team_dashboard_delegate:hover{
    background-color: #55953354;
}
.team_dashboard_delegate_icon{
    opacity: 0;
    transition: all 0.3s;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    
}

.team_dashboard_delegate:hover .team_dashboard_delegate_icon{
    opacity: 1;
}
.team_dashboard_delegate_icon:hover{
    background-color: #ffffff8e;
    border-radius: 50%;
    box-shadow: #ffffff8e 0px 0px 8px 3px;
}


.team_dashboard_delegate_icon_container {
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    background: #55953393;
    position: absolute;
    right: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    /* margin-top: auto; */
    height: 100%;
    top: 0;
    border-radius: 1rem;
    /* padding: 0px 5px; */
    /* gap: 10px; */
}

.team_dashboard_delegate:hover .team_dashboard_delegate_icon_container{
    opacity: 1;
}

.dashboard_task_overlay_container {
    display: flex;
    position: relative;
    /* overflow: hidden; */
    /* overflow-y: auto; */
    flex-direction: column;
    gap: 25px;
    background-color: white;
    border-radius: 1rem;
    padding: 20px;
    max-width: 100%;
    /* width: 700px; */
}
.subtask_inactive{
    background-color: #b2b4be;
}
.subtask_first_closed{
    background-color: #d7fb9a;
}
.subtask_closed{
    background-color: #89e773;
}
.subtask_denied{
    /* background-color: #ff5353; */
    background-color: #ff8383;
}
.subtask_overdue{
    background-color: #ffdf2e;
}



.mainContentShimmer {
    background-size: 200% 100%;
    /* background-repeat: no-repeat; */
    background-position: -100% 0;
    background-image: repeating-linear-gradient(93deg, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #ffffc2 60%, #faf0a0 65%, #d3b15f 73%, #be8c3c 82%, #be8c3c 92%, #a2682a 100%);
    /* background-image: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%); */
}

.shimmer-animation {
    /* -webkit-animation: shimmer alternate .8s both; */
    /* -moz-animation-name: shimmer alternate .8s both; */
    animation: shimmer 2.8s both;
}

@keyframes shimmer {
    /* 0% { background-position: top left; }
    100% { background-position: top right; } */
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}