body {
    position: relative;
    min-height: 1024px;
    min-width: 320px;
}

/* #header {
    box-shadow: 0px 4px 4px 0px #0000001A;
} */

.scroll-style::-webkit-scrollbar {
    width: 8px;
}

.scroll-style::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 8px;
}

.scroll-style::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
    border-radius: 8px;
}

.scroll-style::-webkit-scrollbar-thumb:hover {
    background-color: #919191;
}

.scroll-style::-webkit-scrollbar-button {
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 16px;
    width: 1em;
}

.scroll-style::-webkit-scrollbar-button:end:increment {
    background-image: url(img/scroll-arrow-down.svg);
}


.scroll-style::-webkit-scrollbar-button:start:decrement {
    background-image: url(img/scroll-arrow-up.svg)
}






.innerContent {
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    top: 0px
}

.leftside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 440px;
    height: 376px;
}

.rightside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 440px;
    height: 480px;
}

.redStar {
    color: #FF8190;
}

.container-title {
    width: 440px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-description {
    width: 440px;
    height: 168px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-assigned {
    width: 440px;
    height: 100px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.availableCategory {
    height: fit-content;
    width: 440px;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 230px;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    border: 4px;
    box-shadow: 0px 0px 14px 3px #0000000A;
}

.contactsDropdown {
    height: 180px;
    width: 440px;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 230px;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    border: 4px;
    box-shadow: 0px 0px 14px 3px #0000000A;
}

.availableContacts {
    height: 180px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border: 4px;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.roomdivider {
    width: 1px;
    height: 400px;
    background-color: rgb(209, 209, 209);
}

.priobtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 136px;
    height: 56px;
    border-radius: 10px;
    gap: 8px;
    margin-right: 4px;
    font-size: 20px;
}

.priobtn:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
}

.priobtnClicked {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    width: 120px;
    height: 48px;
    border-radius: 10px;
    gap: 8px;
    border: solid 1px rgb(209, 209, 209);
}

.priobtns {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    cursor: pointer;
    width: 440px;
    gap: 16px;
}

.priobtns img:hover {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 20px 8px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 13px -7px #000000, 0px 20px 8px 1px rgba(0, 0, 0, 0.08);
}

.urgentClicked {
    background-color: rgb(255, 61, 0);
}

.mediumClicked {
    background-color: rgb(255, 168, 0);
}

.lowClicked {
    background-color: rgb(122, 226, 41);
}

.contactBTN {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 4px;
    margin-top: 4px;
    border-radius: 10px;
}

.contactBTN:hover {
    background-color: #EEEEEE;
}

.contact-btn-color {
    color: white;
}

.contact-btn-color:hover {
    background-color: #091931 !important;
    color: white;
}

.contact-btn-color-hover:hover {
    background-color: #EEEEEE !important;
}

.contact_initials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    border: solid 2px white;
    color: white;
    font-size: 12px;
}

.initialsAndContacts {
    display: flex;
    align-items: center;
    gap: 16px;
}

.chosenInitals {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    height: 45px;
    max-width: 440px;
    max-height: 100px;
    overflow-y: auto;
}

.choseCategory {
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 20px;
}

.choseCategory:hover {
    background-color: #EEEEEE;
}

.subtaskInputParent {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 5px;
    z-index: 999;
    width: 100%;
}

.subtaskInputParent img {
    cursor: pointer;
    padding: 0 4px;
}

.subtaskInput {
    outline: unset;
    border: unset;
    font-size: 16px;
    width: 100%;
    padding: 4px;
    border-radius: 10px;
}

#date {
    width: calc(440px - 12px - 16px);
}

#date::placeholder {
    color: rgb(139, 139, 139);
}

.subtaskEdit {
    display: flex;
    background-color: white;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 5px;

}

.subtaskEdit:focus-within {
    outline: 1px solid #29ABE2;
}

#subtaskEdit {
    border: none;
    width: 350px;
}

#subtaskEdit:focus-within {
    outline: 0;
}

.divider {
    width: 1px;
    background-color: rgb(209, 209, 209);
    margin-left: 3px;
    margin-right: 3px;
}

.subtaskHoverIcon {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 4px;
    margin-right: 16px;
    
    right: 80px;
}

.editableSubtask {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    align-content: center;
}

.editableSubtask img {
    cursor: pointer;
    margin-right: 3px;
    opacity: 0;
    display: flex;
    justify-content: end;


}
.separatIcons{ 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.subtaskHover {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 4px;
    padding: 8px 0;
    position: absolute;
    left: 0;
}

.subtaskHover:hover img {
    opacity: 1;
}

.subtask:hover img {
    opacity: 1;
}

.subtask:hover {
    background-color: #EEEEEE;
    border-radius: 4px;
}

.subtask:hover .subtaskInput {
    background-color: #EEEEEE !important;
}

.subtask:hover .subtaskInputParent {
    background-color: #EEEEEE !important;
}

.subtask {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    position: relative;
    font-size: 16px;
}

.noDisplay {
    display: none !important;
}

.createBTN {
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    color: white;
    background-color: rgb(42, 54, 71);
    width: 183px;
    height: 56px;
    border-radius: 8px;
    cursor: pointer;
    border: 0;
    font-size: 21px;
}

.createBTN img {
    width: 24px;
    height: 24px;
}

.createBTN:hover {
    background-color: rgb(41, 171, 226);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.dropbtn {
    display: flex;
    justify-content: space-between;
    height: 24px;
    width: 400px;
    background-color: white;
    color: black;
    cursor: pointer;
    border: solid 1px rgb(209, 209, 209);
    border-radius: 4px;
}


.input-field {
    width: 440px;
    height: 48px;
    border: none;
    font-size: 20px;
    border-radius: 10px;
    transition: all 200ms ease-in-out;
    text-indent: 21px;
    outline: 1px solid #D1D1D1;
    background-color: white;
}

.input-field:focus {
    outline: 1px solid #29ABE2 !important;
    border: 1px solid #29ABE2 !important;
}

.input-field-date {
    text-indent: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
}

.input-field-date::-webkit-calendar-picker-indicator {
    background: url(img/event.svg);
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
}

.input-field-danger {
    outline: 1px solid #FF8190;
}

.input-field-button input {
    width: 100%;
    height: 19px;
    font-size: 20px;
}

.input-field-button input,
.input-field-button input:focus {
    border: unset;
    outline: unset;
}

.input-field-description {
    width: calc(440px - 21px);
    height: calc(120px - 18px);
    text-indent: 0;
    padding-left: 21px;
    padding-top: 18px;
    resize: vertical;
}

.input-field-button {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-indent: 0;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}

.input-field-date {
    padding-right: 12px;
    text-indent: 12px;
}

.input-title-text {
    font-size: 20px;
}

.input-field-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-indent: 0;
    padding-left: 16px;
    padding-right: 16px;
}

.input-field-category img {
    width: 24px;
    height: 24px;
}

.input-field-subtask input {
    height: 48px;
    font-size: 20px;
}

.input-field-subtask img {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 16px;
    padding-right: 16px;
}

.input-field-subtask {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.danger-text {
    color: #FF8190;
    font-size: 12px;
}

.createBTN:disabled {
    background-color: rgb(134, 134, 134);
}

#alarmBTN {
    background-color: rgb(42, 54, 71);
    opacity: 0.8;

}

.clearBTN {
    cursor: pointer;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 56px;
    width: 110px;
    border: 1px solid rgb(42, 54, 71);
    border-radius: 10px;
    color: rgb(42, 54, 71);
    font-size: 20px;
    gap: 4px;
    transition: all 125ms ease-in-out;
}

.clearBTN:hover {
    border: 1px solid rgb(41, 171, 226);
    color: rgb(41, 171, 226);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.container-input-date {
    width: 440px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-input-prio {
    width: 440px;
    height: 88px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-input-category {
    width: 440px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-input-subtask {
    width: 440px;
    /* height: 158px; */
    height: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-clear-create {
    z-index: 1;
    /* eingefügt siehe oben */
    display: flex;
    gap: 50px;
    height: 58px;
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 96px;
    margin-right: 96px;
    margin-top: 150px;
    height: 58px;
}

.field-required {
    font-size: 20px;
}

.pushed-subtasks-border {
    height: 100px;
    overflow-y: scroll;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 6px 6px;
    background-color: white;
}

ul {
    list-style-type: circle;
}

#pushedSubtasks {
    overflow: auto;
}

.task_successfully_div {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.task_successfully_message {
    height: 74px;
    width: 326px;
    border-radius: 20px;
    color: white;
    background-color: #2A3647;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animate {
    animation: successfully_message 2s forwards;
}