@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,300&display=swap");

#taskpage_button {
    height: 50px;
    width: 100px;
}

.swalContainerOurs {
    height: 50%;
}

.swalWrapper * {
    max-height: 95vh;
}

#text_id {
    position: relative;
    resize: none;
    width: 33.6em;
    left: 3.2em;
}

.top_task_div {
    display: flex;
    flex-direction: row;
}

#top_stuff {
    display: flex;
    flex-direction: column;
    width: 30em;
}

#favorite {
    width: 2.5%;
}

#favoriteLabel {
    padding-bottom: 10px;
    padding-left: 10px;
}

#nameText_id {
    position: relative;
    resize: none;
    width: 300px;
    left: 3.3em;
    padding: 0;
    color: #f8f9fa;
    padding-top: 0.5em;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-top: 0;
    border-bottom: solid #f8f9fa 1px;
    height: 2em;
    margin-right: 1em;
    background-color: transparent;
    margin-top: 0.8em;
}

#comentario {
    resize: none;
    width: 44.3em;
    position: relative;
}

#cover_taskpage {
    border-radius: 4px 0 0 0;
    height: fit-content;
    width: 100%;
    background-color: #0085c5;
}

#btn_cover {
    padding: 0.3em 0.8em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    top: 1.5em;
    left: 2.5em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    height: 2.3em;
    background-color: rgba(180, 180, 180, 0.4);
    cursor: pointer;
    /* float        : right; */
    user-select: none;
}

#btn_logs {
    padding: 0.3em 0.8em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    top: 1.5em;
    left: 8em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    height: 2.3em;
    background-color: rgba(180, 180, 180, 0.4);
    cursor: pointer;
    width: 9em;
    user-select: none;
}

#cover_edit {
    margin: 5px;
}

.cover_else {
    height: 3em;
    position: relative !important;
    width: 44em !important;
    display: flex;
    left: -1em !important;
    flex-direction: row;
    height: 3em;
    position: relative;
    width: 40em;
    top: -0.9em;
    display: flex;
    left: 3em;
    flex-direction: row;
    justify-content: space-between;
}

#btn_edit_icon {
    margin: 5px;
}

.pcr-button {
    width: 100px;
}

.content .pickr {
    padding: 0.1em 0.8em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    top: 65px;
    left: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    background-color: rgba(180, 180, 180, 0.4);
    cursor: pointer;
    float: right;
    user-select: none;
}

#btn_cover:hover {
    transition: all 0.2s;
    background-color: rgba(180, 180, 180, 0.6);
}

#btn_cover:active {
    transition: all 0.2s;
    background-color: rgba(153, 153, 153, 0.6);
}

#btn_edit:hover {
    transition: all 0.2s;
    background-color: rgba(180, 180, 180, 0.6);
}

#btn_edit:active {
    transition: all 0.2s;
    background-color: rgba(153, 153, 153, 0.6);
}

#btn_logs:hover {
    transition: all 0.2s;
    background-color: rgba(180, 180, 180, 0.6);
}

#btn_logs:active {
    transition: all 0.2s;
    background-color: rgba(153, 153, 153, 0.6);
}

#btndelete_div_confirm {
    background-color: #ffffff;
    position: relative;
    border: #cacaca solid 1px;
    padding: 5px;
    width: 14.5em;
    height: 6em;
    z-index: 6;
    bottom: 2em;
    display: block;
    top: -4em;
    left: -12.8em;
}

#btndelete_div_confirm_tags {
    background-color: #ffffff;
    position: relative;
    border: #cacaca solid 1px;
    padding: 5px;
    width: 14.5em;
    height: 6em;
    z-index: 6;
    bottom: 2em;
    display: block;
    top: -4em;
    left: 6.2em;
}

#btndelete_div_confirm_users {
    background-color: #ffffff;
    position: relative;
    border: #cacaca solid 1px;
    padding: 5px;
    width: 14.5em;
    height: 6em;
    z-index: 6;
    bottom: 2em;
    display: block;
    top: -4em;
    left: 6.2em;
}

.taskstatus {
    background-color: #dc3545;
    color: #f8f9fa;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 2px 2px 3px;
    margin-left: 70px;
}

#task-status {
    display: flex;
    flex-direction: row;
    width: 19em;
    position: relative;
    left: 3.1em;
    justify-content: flex-start;
    height: 1.8em;
    align-items: center;
    user-select: none;
    padding: 0.2em;
    padding-left: 1em;
    padding-right: 0.5em;
    border-radius: 4px;
    border: 1px #b2b2b2 solid;
    margin-bottom: 4em;
}

.htmlcontainer {
    padding: 0px;
}

.content {
    border-radius: 4px 0 0 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f8f9f8;
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {
    .content {
        border-radius: 4px 0 0 0;
        width: 100%;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #f8f9f8;
        margin-top: 30px;
    }

}

.card-box {
    background-color: #f8f9fa;
    padding: 2em;
    width: 100%;
    box-sizing: border-box;
}

.commentBtnBox {
    align-self: center;
    height: 100%;
    cursor: pointer;
    float: left;
    margin: 10px 0;
}

.comment_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.comment_top {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
}

.comment_top_left {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 30em;
}

.comment_top_right {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    width: 5em;
}

.new_commentArea {
    width: 100%;
    /* box-sizing   : border-box; */
    /* margin-bottom: 3em; */
}

#comment-div {
    width: 100%;
}

.comment_bottom {
    width: 100%;
    /* display       : flex;
    align-items      : flex-end;
    flex-direction   : row;
    width            : 100%;
    margin-top       : 0.2em;
    margin-bottom    : 0.2em;
    flex-wrap        : wrap; */
}

.space_comment {
    width: 3em;
}

.text_comment_div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* max-width      : 30em; */
}

.comment_user {
    order: 1;
    color: #3b3b3b;
    height: 100%;
}

.three_dots {
    cursor: pointer;
    width: 3em;
    align-self: center;
}

.commenttext {
    font-size: 11pt;
    width: 100% !important;
    /* max-width : 30em; */
    text-align: left;
    align-self: center;
}

.name_date_div {
    display: flex;
    order: 2;
    align-self: center;
    font-weight: bold;
    width: 50em;
}

.date_content_div {
    display: flex;
    flex-direction: row;
    margin-top: 1em;
}

.date_start_div {
    display: flex;
    flex-direction: column;
    margin-left: 0.9em;
}

.date_end_div {
    display: flex;
    flex-direction: column;
    margin-left: 4em;
}

.polls_section_div {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
}

.create_append_div {
    padding: 1px, 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.finish_div {
    display: flex;
    flex-direction: row;
    width: 11.5em;
    justify-content: space-between;
}

#datetimepicker {
    border: 0.5px #b2b2b2 solid;
    border-radius: 4px;
    height: 2em;
    margin-left: 0 !important;
    width: 100% !important;
}

.never_div {
    width: 10em;
    text-align: left;
    margin-bottom: 1em;
}

.title_checking {
    width: 10em;
    text-align: left;
    margin-bottom: 1em;
}

#datetimepicker1 {
    border: 0.5px #b2b2b2 solid;
    border-radius: 4px;
    height: 2em;
    margin-left: 0 !important;
}

#datetimepicker2 {
    border: 0.5px #b2b2b2 solid;
    border-radius: 4px;
    height: 2em;
    margin-left: 0 !important;
    width: 8em;
}

.comments_table {
    margin-bottom: 30px;
}

.new_comment_div {
    width: 100%;
}


/* #new_comment_icon {
font-size: 25px;
width: 40px;
height: 40px;
color: #3b3b3b;
text-align: center;
vertical-align: middle;
line-height: 40px;
position: relative;
bottom: 4px;
} */

#desc {
    font-size: 14px;
    width: 30em;
    margin: 0;
    text-align: left;
    margin-left: 4em;
}

.td_desc {
    position: relative;
    top: 5px;
}

.desctext {
    margin-left: 15.5px;
    color: #3b3b3b;
    font-weight: bold;
    position: relative;
    bottom: 5px;
}

.taskpage-form-control {
    width: 160px;
    margin-left: 10px;
}

.taskpage-form-control-hidden {
    margin-left: 5px;
    width: 150px !important;
}

.number-taskpage {
    margin-left: 10px;
}

.personalizedEventClass {
    height: 18em;
    margin-left: 3.3em;
}

.weekDaysTaskPage {
    display: flex;
    margin-top: 0.8em;
    margin-bottom: 0.6em;
}

.personalizedText {
    display: flex;
}

.weekDaysClass {
    margin-left: 5px;
}

.selectBoxTD {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 19em;
}

.icon_sync {
    position: relative;
    top: 0.0em;
}

.personalizedRepeatingEvent {
    display: flex;
    align-items: center;
}

#repeatingEvent {
    margin-bottom: 2em;
}


/* #task_icon {
font-size: 25px;
width: 40px;
height: 40px;
color: #3b3b3b;
text-align: center;
vertical-align: middle;
line-height: 40px;
position: relative;
bottom: 4px;
}
/* #cmt_icon {
font-size: 25px;
width: 40px;
height: 40px;
color: #3b3b3b;
text-align: center;
vertical-align: middle;
line-height: 40px;
position: relative;
bottom: 4px;
}
#desc_icon {
font-size: 25px;
width: 40px;
height: 40px;
color: #3b3b3b;
text-align: center;
vertical-align: middle;
line-height: 40px;
position: relative;
top: 1px;
} */

#task_icon {
    display: flex;
    align-self: start;
    justify-content: center;
}

.title_tag {
    font-weight: bold;
    text-align: center;
    font-size: 11pt;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.2em;
    height: 1.5em;
    border-bottom: 1px solid rgba(9, 30, 66, .13);
}

.title_list {
    font-weight: bold;
    text-align: center;
    font-size: 11pt;
    margin-left: 0.5em;
    margin-top: 0.2em;
    height: 1.5em;
    border-bottom: 1px solid rgba(9, 30, 66, .13);
    margin-bottom: 0.8em;
}

.title_list_confirm {
    font-weight: bold;
    text-align: center;
    margin-left: 0.5em;
    margin-top: 0.2em;
    width: 14em;
    font-size: 12pt;
    height: 1.5em;
    border-bottom: 1px solid rgba(9, 30, 66, .13);
    margin-bottom: 0.8em;
}

.title_list_confirm_tags {
    font-weight: bold;
    text-align: center;
    margin-left: 0.5em;
    margin-top: 0.2em;
    width: 14em;
    font-size: 12pt;
    height: 1.5em;
    border-bottom: 1px solid rgba(9, 30, 66, .13);
    margin-bottom: 0.8em;
}

.title_list_confirm_users {
    font-weight: bold;
    text-align: center;
    margin-left: 0.5em;
    margin-top: 0.2em;
    width: 14em;
    font-size: 12pt;
    height: 1.5em;
    border-bottom: 1px solid rgba(9, 30, 66, .13);
    margin-bottom: 0.8em;
}

.title_assign {
    font-weight: bold;
    text-align: center;
    font-size: 11pt;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.2em;
    height: 1.5em;
    border-bottom: 1px solid rgba(9, 30, 66, .13);
}

.text_tag_delete {
    display: flex;
    position: relative;
    width: 2.1em;
    color: #707070;
    height: 1.7em;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0.1em;
}

.taskcrtext {
    width: 100%;
    white-space: nowrap;
    margin-left: 0.4em;
    font-weight: bold;
}

#taskName {
    position: relative;
    margin-left: 2em;
    font-weight: bold;
    color: #f8f9fa;
    text-align: left;
    margin-bottom: 0 !important;
    margin-right: 0.5em;
    height: fit-content;
    font-size: 20pt;
    margin-top: 0.8em;
    width: 22em;
}

#descriptionWrappper {
    position: relative;
    left: 3.15em;
    width: 35em;
    top: 0em;
    margin-bottom: 1em;
}

.table_top {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 41em;
}

.table_taskname {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 25em;
    left: 2em;
    top: 1em;
    height: 2em;
}


/* #taskcrt_icon {
font-size: 25px;
width: 40px;
height: 40px;
color: #3b3b3b;
text-align: center;
vertical-align: middle;
line-height: 40px;
position: relative;
bottom: 4px;
}
#task_tags_icon {
font-size: 25px;
width: 40px;
height: 40px;
color: #3b3b3b;
text-align: center;
vertical-align: middle;
line-height: 40px;
position: relative;
bottom: 4px;
}
#user_assign_icon {
font-size: 25px;
width: 40px;
height: 40px;
color: #3b3b3b;
text-align: center;
vertical-align: middle;
line-height: 40px;
position: relative;
bottom: 4px;
}
#date_icon {
font-size: 25px;
width: 40px;
height: 40px;
color: #3b3b3b;
text-align: center;
vertical-align: middle;
line-height: 40px;
position: relative;
bottom: 4px;
} */

#date_icon {
    display: flex;
    align-self: start;
    justify-content: center;
}

.main_icons {
    font-size: 25px;
    width: 40px;
    height: 40px;
    color: #3b3b3b;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: relative;
    bottom: 4px;
    align-self: center;
}

.comment_user {
    font-size: 25px;
    width: 40px;
    height: 40px;
    color: #3b3b3b;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: relative;
    bottom: 4px;
    align-self: center;
}

.taskcreated {
    text-align: left;
}

td {
    text-align: left;
    position: inline-block;
}

.assign_div {
    height: fit-content;
    margin-top: 2em;
}

#taskcreator {
    position: inline-block;
    width: 30%;
    white-space: nowrap;
    margin-bottom: 4px;
    margin-left: 30px;
}

#task_location_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    width: 40px;
    height: 40px;
    color: #3b3b3b;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: relative;
    bottom: 4px;
    cursor: pointer;
}

.assign_table {
    margin-top: 20px;
}

.tag_table {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    height: fit-content;
    flex-wrap: wrap;
    margin-left: 2.5em;
}

.assigntable {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    height: fit-content;
    flex-wrap: wrap;
    margin-left: 2.5em;
}

.tasklocation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-top: -1.3em;
}

.tasklctext {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0.85em;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0 !important;
}

.content td {
    text-align: right;
    position: inline-block;
}

.task_tags_text,
.task_polls_text {
    margin-left: 0.9em;
    font-weight: bold;
    color: #3b3b3b;
}

.task_tags,
.task_polls {
    display: flex;
    flex-direction: row;
    margin-top: 1em;
    align-items: center;
    justify-content: flex-start;
    height: 2em;
}

.task_files {
    margin-top: 20px;
}

.topbuttons {
    float: right;
}

.files_div {
    margin-top: 60px;
    height: fit-content;
    height: -moz-max-content;
    /* margin-bottom: 120px; */
}

#input_files {
    margin-top: 20px;
}

#localText_id {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    resize: none;
    width: 300px;
    left: 15px;
    height: 2em;
}

#tasklocal {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    margin: 0;
    left: 1em;
}

#notificationCheckbox_taskpage {
    display: flex;
    justify-content: flex-start;
    width: 8em;
    align-items: center;
    height: 2em;
    flex-direction: row;
}

#timeBeforeNotification {
    margin-left: 10px;
    position: relative;
    left: 1em;
    margin: 0 !important;
}

#before {
    margin-left: 0.5em;
}

.assign_users_text {
    margin-left: 0.85em;
    font-weight: bold;
    color: #3b3b3b;
}

.timestamps {
    margin-left: 10px;
    color: #858484;
    font-size: 12px;
    cursor: default;
}

#timestampcomment {
    width: 10em;
    align-self: center;
}

.content h2 {
    font-size: 11pt;
}

.content h3 {
    font-size: 15pt;
}

.content h4 {
    font-size: 14pt;
}

.content h5 {
    font-size: 13pt;
}

.content h6 {
    margin-top: 3px;
    font-size: 8pt;
    color: #3b3b3b;
}

.thumb-sm {
    height: 36px;
    width: 36px;
}

.task-detail .task-dates li {
    width: 50%;
    float: left;
}

.save_buttons {
    display: flex;
    width: 21em;
    position: relative;
    align-items: center;
    left: 1.8em;
    height: 3em;
    top: -1.2em;
    justify-content: space-between;
}

.save_buttons_space {
    display: flex;
    width: 11em;
    height: 5em;
    order: 1;
}

.task-detail .task-tags .bootstrap-tagsinput {
    padding: 0;
    border: none;
}

.task-detail .assign-team a {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.task-detail .files-list .file-box {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    padding: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
}

.task-detail .files-list .file-box img {
    line-height: 70px;
}

.task-detail .files-list .file-box p {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-new-plus {
    height: 32px;
    text-align: center;
    width: 32px;
    display: block;
    line-height: 32px;
    color: #969674;
    font-weight: 700;
    background-color: #f8f9fa;
    border-radius: 50%;
}

.project-sort-item .form-group {
    margin-right: 30px;
}

.project-sort-item .form-group:last-of-type {
    margin-right: 0;
}

.project-box {
    position: relative;
}

.project-box .badge {
    position: absolute;
    right: 20px;
}

.project-box h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.project-box .project-members a {
    margin: 0 0 10px -12px;
    display: inline-block;
    border: 3px solid #f8f9fa;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.project-box .project-members a:first-of-type {
    margin-left: 0;
}

.company-card .company-logo {
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}

.company-card .company-detail {
    margin: 0 0 50px 75px;
}

.content .text-muted {
    color: #cacaca !important;
}

.content p {
    font-size: 12px;
}

.bootstrap-tagsinput .label-info {
    background-color: #0085c5;
    color: #f8f9fa;
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    margin: 3px 1px;
    border-radius: 3px;
}

#close {
    float: right;
    cursor: pointer;
    position: relative;
    height: 35px;
    width: 35px;
    border-radius: 1000px;
    background-color: rgba(180, 180, 180, 0.4);
    right: 0.5em;
    margin-top: 0.5em;
    color: #f8f9fa;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
}

#close:hover {
    transition: all 0.2s;
    background-color: rgba(180, 180, 180, 0.6);
}

#close:active {
    transition: all 0.2s;
    background-color: rgba(153, 153, 153, 0.6);
}

#close_assign {
    cursor: pointer;
    position: relative;
    left: 0.4em;
    font-size: 14pt;
}

#close_tag {
    cursor: pointer;
    position: relative;
    left: 0.4em;
    font-size: 14pt;
}

#close_list {
    cursor: pointer;
    position: relative;
    left: 0.6em;
    font-size: 14pt;
}

#list_name {
    font-size: 11pt;
    text-align: left;
    padding-left: 0.3em;
    color: #f8f9fa;
    text-decoration: underline;
    cursor: pointer;
    max-width: 15em;
    height: fit-content;
}

#list_name:hover {
    font-weight: bold;
}

#list_name:active {
    font-weight: bold;
    user-select: none;
}

#list_subtext {
    font-size: 11pt;
    text-align: left;
    width: 5em;
    color: #f8f9fa;
}

#taskList {
    display: flex;
    flex-direction: row;
    height: 1em;
    left: 4em;
    width: 15em;
    justify-content: flex-start;
    position: relative;
    margin-top: 0.5em;
}

.td_priority {
    position: relative;
    top: 10px;
    text-align: left;
}

.td_list {
    position: relative;
    text-align: center;
}

.td_list_page {
    width: 1em;
    height: 1em;
}

.notifications_div {
    padding-left: 1em;
    display: flex;
    width: 3em;
    height: 2em;
    justify-content: center;
    align-items: flex-end;
}

.notifications_time_div {
    display: flex;
    width: 3em;
    justify-content: center;
    font-size: 0.8em;
    padding-left: 0.4em;
    align-items: center;
    height: 2.5em;
    padding-left: 0.7em;
}

#time_notifications {
    cursor: pointer;
}

.notifications_time_choice_div {
    position: relative;
    bottom: 2em;
    left: 8em;
}

.hiddenPersonalized_div {
    width: 20em;
    position: relative;
    left: 2em;
}

.number {
    border: solid 1px #b2b2b2;
    border-radius: 4px;
    width: 40px;
    height: 36px;
    margin-bottom: 3px;
    text-align: center;
    cursor: default;
}

.td_notifications {
    position: relative;
    left: 20px;
    top: 15px;
}

.color-picker {
    position: relative;
    z-index: 9999;
}

#notifications {
    position: relative;
    font-size: 12pt;
    color: #0085c5;
    cursor: pointer;
    user-select: none;
    width: 1em;
    left: 2px;
    align-self: center;
}

#no_notifications {
    cursor: pointer;
    user-select: none;
    position: relative;
    font-size: 12pt;
    color: #f04040;
    width: 1em;
    align-self: center;
}

#starttasktimestamp {
    text-align: left;
    width: 100%;
    margin-bottom: 0 !important;
    height: 3em;
    margin-top: 1em;
}

#endtasktimestamp {
    text-align: left;
    width: 100%;
    margin-bottom: 0 !important;
    height: 3em;
    margin-top: 1em;
}

a#btnsave {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    left: 2.5em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    background-color: #0085c5;
    cursor: pointer;
    float: right;
    user-select: none;
    height: 2.3em;
}

a#btnsavetime {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.2em 0.6em 0.2em 0.6em;
    font-weight: 300;
    text-align: center;
    user-select: none;
    position: relative;
    font-size: 12pt;
    left: 1.2em;
    top: 0.4em;
}

a.btndelete {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    left: 2.5em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa !important;
    background-color: #cc3737;
    cursor: pointer;
    float: right;
    user-select: none;
    height: 2.3em;
}

a.btndelete:hover {
    text-decoration: none;
    background-color: #b12727;
    user-select: none;
}

a.btndelete:active {
    text-decoration: none;
    color: #f8f9fa;
    background-color: #920000;
}

#confirm_yes {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    left: -9.5em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa !important;
    background-color: #cc3737;
    cursor: pointer;
    float: right;
    top: 0.4em;
    user-select: none;
    height: 2.3em;
}

#confirm_yes:hover {
    text-decoration: none;
    background-color: #b12727;
    user-select: none;
}

#confirm_yes:active {
    text-decoration: none;
    color: #f8f9fa;
    background-color: #920000;
}

#confirm_yes_tags {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    left: -9.5em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa !important;
    background-color: #cc3737;
    cursor: pointer;
    float: right;
    top: 0.4em;
    user-select: none;
    height: 2.3em;
}

#confirm_yes_tags:hover {
    text-decoration: none;
    background-color: #b12727;
    user-select: none;
}

#confirm_yes_tags:active {
    text-decoration: none;
    color: #f8f9fa;
    background-color: #920000;
}

#confirm_yes_users {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    left: -9.5em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa !important;
    background-color: #cc3737;
    cursor: pointer;
    float: right;
    top: 0.4em;
    user-select: none;
    height: 2.3em;
}

#confirm_yes_users:hover {
    text-decoration: none;
    background-color: #b12727;
    user-select: none;
}

#confirm_yes_users:active {
    text-decoration: none;
    color: #f8f9fa;
    background-color: #920000;
}

a#btnsend {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0 0.1em 0.1em 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: center;
    user-select: none;
    position: relative;
    left: 0.1em;
}

#btn_assign {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    background-color: #0085c5;
    cursor: pointer;
    user-select: none;
    height: 2.3em;
}

#btn_tag {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    background-color: #0085c5;
    cursor: pointer;
    user-select: none;
    height: 2.3em;
    display: inline-block;
}

#btn_list {
    display: inline-block;
    padding: 0.3em 1em;
    margin: 0 0.1em 0.1em 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 10pt;
    margin-bottom: 0.2em;
    user-select: none;
}

#not_important {
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    transition: all 0.2s;
    color: #f8f9fa;
    background-color: #016494;
    font-size: 11pt;
    height: 25px;
    width: 5em;
    user-select: none;
    align-self: center;
    position: relative;
    left: 0.05em;
}

#important {
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    transition: all 0.2s;
    color: #f8f9fa;
    background-color: #fe5000;
    font-size: 11pt;
    height: 25px;
    width: 5em;
    user-select: none;
    align-self: center;
    position: relative;
    left: 0.05em;
}

.btn_tag_div {
    align-items: center;
    width: 100%;
}

.btn_assign_div {
    align-items: center;
    width: 100%;
}

.btn_list_div {
    align-items: center;
    width: 100%;
}

.list_destination {
    text-align: left;
    position: relative;
    margin-bottom: 0.4em;
    left: 0.2em;
}

a#btncancel {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    left: 2.5em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    background-color: #6c757d;
    cursor: pointer;
    float: right;
    user-select: none;
    height: 2.3em;
}

#confirm_no {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    left: 4.5em;
    top: 0.4em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    background-color: #6c757d;
    cursor: pointer;
    float: right;
    user-select: none;
    height: 2.3em;
}

#confirm_no_tags {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    left: 4.5em;
    top: 0.4em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    background-color: #6c757d;
    cursor: pointer;
    float: right;
    user-select: none;
    height: 2.3em;
}

#confirm_no_users {
    padding: 0.5em 0.8em 0.8em 0.7em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    left: 4.5em;
    top: 0.4em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    background-color: #6c757d;
    cursor: pointer;
    float: right;
    user-select: none;
    height: 2.3em;
}

#btn_edit {
    padding: 0.3em 0.8em 0.8em 0.4em;
    margin: 0 0.1em 0.1em 0;
    border: 0.05em solid rgba(255, 255, 255, 0);
    position: relative;
    left: -7.8em;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    font-size: 11pt;
    color: #f8f9fa;
    background-color: rgba(180, 180, 180, 0.4);
    cursor: pointer;
    float: right;
    user-select: none;
    height: 2.3em;
    top: 1.5em;
}

p.weekDay {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bolder;
    border-radius: 100px;
    padding: 7px;
    color: #3b3b3b;
    border: 2px solid #3b3b3b;
    font-size: 15px;
    width: 37px;
}

p.weekDay:hover {
    cursor: pointer;
}

#btn_edit_div {
    display: flex;
    justify-content: center;
    margin-left: 2em;
    width: 21.5em;
}

.importance_status_div {
    display: flex;
    height: 3.05em;
    width: 10em;
    flex-direction: row;
    position: relative;
    bottom: -0.7em;
    margin-top: -2em;
    left: 2.7em;
    margin-bottom: 0.5em;
}

.status_div {
    display: flex;
    height: 3em;
    width: 15em;
    flex-direction: row;
    position: relative;
}

.statuslabel {
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.priority_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    height: 2em;
}

.important_div {
    display: flex;
    height: 2em;
    width: 5em;
    justify-content: center;
    align-items: center;
}

.table_taskname {
    float: left;
}

.div_logs {
    width: 40em;
    max-height: 30em;
    margin-bottom: 1em;
    border: 1px #cacaca solid;
    position: relative;
    bottom: 2em;
    z-index: 6;
    overflow-y: auto;
    overflow-x: hidden;
}

.table_desc {
    display: flex;
    align-items: flex-end;
    margin-top: -2em;
    height: 2em;
    margin-bottom: 0.5em;
}

.div_notifications_choice {
    display: flex;
    height: fit-content;
    flex-direction: row;
}

.list_page_div_format {
    height: 1em;
    width: 20em;
    position: relative;
}

a#btncancel:hover {
    text-decoration: none;
    color: #3b3b3b;
    background-color: #9e9e9e;
}

a#btncancel:active {
    color: #f8f9fa;
    background-color: #3b3b3b;
}

#confirm_no:hover {
    text-decoration: none;
    color: #3b3b3b;
    background-color: #9e9e9e;
}

#confirm_no:active {
    color: #f8f9fa;
    background-color: #3b3b3b;
}

#confirm_no_tags:hover {
    text-decoration: none;
    color: #3b3b3b;
    background-color: #9e9e9e;
}

#confirm_no_tags:active {
    color: #f8f9fa;
    background-color: #3b3b3b;
}

#confirm_no_users:hover {
    text-decoration: none;
    color: #3b3b3b;
    background-color: #9e9e9e;
}

#confirm_no_users:active {
    color: #f8f9fa;
    background-color: #3b3b3b;
}

#user_assign {
    cursor: pointer;
    user-select: none;
    margin-left: 25px;
    color: #3b3b3b;
    right: 14px;
    bottom: 1px;
    height: 35px;
    width: 35px;
    border-radius: 1000px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    background-color: rgba(180, 180, 180, 0.4);
}

.assign_add_div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#user_assign:hover {
    transition: all 0.2s;
    background-color: rgba(180, 180, 180, 0.6);
}

#search_tag {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    margin-top: 10px;
    height: 2em;
    width: 240px;
    resize: none
}

#search_member {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    margin-top: 10px;
    height: 2em;
    width: 240px;
    resize: none
}

#user_assign:active {
    transition: all 0.2s;
    background-color: rgba(153, 153, 153, 0.6);
}

.image_user {
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.image_user:hover {
    opacity: 0.85;
}

#td_assign {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 30em;
}

.tag_assigned {
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    height: 30px;
    margin-top: 3px;
    margin-right: 3px;
    border: 1px solid black !important;
    color: white;
    cursor: pointer;
    user-select: none;
    border: 0.02em;
    border-radius: 0.4em;
    font-size: 11pt;
}

.tag_assigned:hover {
    opacity: 0.85;
}

#tag_add {
    cursor: pointer;
    user-select: none;
    margin-left: 25px;
    color: #3b3b3b;
    right: 14px;
    bottom: 1px;
    height: 35px;
    width: 35px;
    border-radius: 1000px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    background-color: rgba(180, 180, 180, 0.4);
}

.tag_div {
    height: fit-content;
    margin-top: 2em;
    margin-bottom: 1em;
}

#tag_add:hover {
    transition: all 0.2s;
    background-color: rgba(180, 180, 180, 0.6);
}

#tag_add:active {
    transition: all 0.2s;
    background-color: rgba(153, 153, 153, 0.6);
}

#tag {
    cursor: pointer;
}

.date_start_text {
    text-align: left;
    font-weight: bold;
    color: #3b3b3b;
    margin-bottom: 1em !important;
    margin-top: 0.2em;
}

.date_end_text {
    text-align: left;
    font-weight: bold;
    color: #3b3b3b;
    margin-bottom: 1em !important;
    margin-top: 0.2em;
}

.td_tagpage {
    width: 1em;
    height: 10px;
}

.div_btn_confirm {
    width: 1px;
    height: 1px;
}

.div_btn_confirm_tags {
    width: 1px;
    height: 1px;
}

.div_btn_confirm_users {
    width: 1px;
    height: 1px;
}

#td_tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 30em;
}

#tag_page {
    background-color: #ffffff;
    position: relative;
    border: #cacaca solid 1px;
    padding: 5px;
    width: 14.5em;
    z-index: 6;
    left: 0.2em;
}

.table_time_checking {
    width: 24em;
}

#list_page {
    background-color: #ffffff;
    position: relative;
    border: #cacaca solid 1px;
    padding: 5px;
    padding-right: 0.7em;
    width: 13.75em;
    z-index: 6;
    left: -17em;
    top: 2em;
}

#user_assign_page {
    background-color: #ffffff;
    position: relative;
    border: #cacaca solid 1px;
    padding: 5px;
    width: 14.5em;
    z-index: 6;
    position: relative;
    bottom: 0em;
    left: 0.2em;
}

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

    /* For minimizing: */
    .content {
        width: 100%;
    }
}

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

    /* For tablets: */
    .content {
        width: 100%;
    }
}

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

    /* For mobile phones: */
    .content {
        width: 100%;
    }

    .date_start_text {
        margin-left: 20%;
    }

    .date_end_text {
        margin-left: 20%;
    }

    #starttasktimestamp {
        margin-left: 20%;
    }

    #endtasktimestamp {
        margin-left: 20%;
    }
}

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

    /* For mobile phones: */
    .content {
        width: 100%;
        font-size: 40pt;
    }

    /* .date_start_text {
margin-left: 20%;
} */
    .date_end_text {
        float: right;
        margin-right: 1%;
    }

    #starttasktimestamp {
        margin-left: 20%;
    }

    #endtasktimestamp {
        float: right;
        margin-left: 5%;
    }
}


/* @media all and (max-width: 30em) {
a#btnsave {
display: block;
margin: 0.4em auto;
}
a#btncancel {
display: block;
margin: 0.4em auto;
}
a#btnsend {
display: block;
margin: 0.4em auto;
}
} */

.comment_text {
    font-weight: bold;
    order: 1;
    text-align: left;
    margin-left: 1.3em;
}

.edited {
    cursor: default;
    width: 5em;
    align-self: center;
}

#commentArea {
    width: 100%;
    box-sizing: border-box;
}

.comment_header {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 18em;
}

.comment_picture {
    margin-right: 1em;
}

.comment_div_back {
    display: flex;
    /* background-color: rgb(255, 255, 255); */
    border-radius: 4px;
    /* border          : #b2b2b2 solid 0.5px; */
    /* padding         : 0.5em; */
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    position: relative;
}

.new_comment_buttons {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 39.7em;
    float: right;
    padding-bottom: 50px;
}

#Comment-Count {
    font-weight: bold;
    align-self: center;
    width: 100%;
}

.textComment textarea {
    margin-bottom: 10px;
}

.datePickers {
    border-top-style: hidden;
    border-bottom-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    width: 200px;
    float: left;
}

.light #close {
    color: black;
}

.light #btn_cover,
.light #btn_logs,
.light #taskName,
.light #list_name,
.light #list_subtext,
.light .tag_assigned,
.light #btn_edit {
    color: black;
    /* background-color: rgba(180, 180, 180, 0.4); */
}

.btn_add_tag {
    left: 2em !important;
}

.light #nameText_id {
    color: black;
    border-bottom: solid black 1px;
}

.light2 {
    color: black;
}

#startDatePicker {
    margin-left: 15px;
    height: 1em;
    padding: 0.5em;
    border-radius: 4px;
    border: #cacaca solid 0.5px;
}

#endDatePicker {
    height: 1em;
    padding: 0.5em;
    border-radius: 4px;
    border: #cacaca solid 0.5px;
}

.sey-container {
    /* position: relative; */
    z-index: 99999;
}

.btnHightlight {
    color: #0085c5;
    cursor: pointer;
}

.btnHightlight:hover {
    color: #016494;
}

.dropzone {
    left: 0.1em;
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 0;
    transition: all 0.2s;
}

.dz-image img {
    width: 130px;
    height: 130px;
    object-fit: fill;
}

#buttonContainer {
    display: inline-flex;
    flex-direction: row;
    margin-top: 13px;
    width: 100%;
    justify-content: space-between;
}

.dz-details button {
    border: solid 3px #f8f9fa;
}

.button-caution {
    background-color: #f04040 !important;
}

.button-action {
    background-color: #259b25 !important;
}

.button-caution:hover {
    border: solid 3px #f04040 !important;
}

.button-action:hover {
    border: solid 3px #259b25 !important;
}

.button-circle i {
    color: white !important;
}

.commentAttachmentDiv {
    height: 3em;
    /* margin-left         : 2.5em; */
    position: relative;
    z-index: 99999;
    /* float               : left; */
    /* text-align          : center; */
}

.commentAttachmentDiv img {
    height: 100%;
    width: 100%;
    z-index: 2 !important;
}

.commentAttachmentDiv .imgContainer {
    --height: 75px;
    height: var(--height);
    width: calc(var(--height)/2);
    transition: 0.2s;
}

.commentAttachmentDiv .imgContainer:hover {
    --height: 200px;
    height: var(--height);
    width: calc(var(--height)/2);
    transition: 0.2s;
}

#filePlace {
    text-align: left;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

.filesGoHere {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

label {
    margin-bottom: 0px;
    margin-left: 0.6em;
}

.commentAttachmentDiv .imgContainer:hover>.buttons {
    display: flex !important;
    justify-content: space-around !important;
}

.buttons {
    position: relative !important;
    width: 100% !important;
    display: none !important;
    margin-top: -80px !important;
    z-index: 69420 !important;
    transition-delay: 0.5s !important;
    transition: 0.2s;
}

@-moz-document url-prefix() {
    .swal2-popup * {
        max-height: 95vh;
    }
}


/* Summernote */

.summernoteWrapper {
    text-align: left !important;
}

.summernoteWrapper .note-modal {
    top: 10%;
}

.summernoteWrapper .note-editable ol,
.summernoteWrapper .note-editable ul {
    padding-left: 40px !important;
}

.summernoteWrapper .note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
    background-color: white;
    height: 100% !important;
}

.summernoteWrapper .checkbox label {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.summernoteWrapper .checkbox label input[type="checkbox"] {
    margin-right: 5px;
}

@media (min-width: 768px) {
    .summernoteWrapper .note-modal-content {
        width: 800px;
        margin: 30px auto;
    }
}

.showDesc .note-statusbar {
    display: none;
}

.showDesc .note-frame {
    border: none !important;
}

.desc {
    display: relative !important;
    bottom: 4em;
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: inherit !important;
}

.you_get_button {
    color: #f8f9fa !important;
    background-color: #0085c5 !important;
    transition: all 0.2s;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
}

.you_get_button:hover {
    color: #f8f9fa !important;
    background-color: #016494 !important;
}

.you_get_button:active {
    color: #f8f9fa !important;
    background-color: #3b3b3b !important;
}

#position_list {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    margin-top: 0.3em;
    width: 228px;
    color: #2b2b2b;
    resize: none;
    border: 1px solid #cacaca;
    text-align: center;
}

#search_projects {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    margin-top: 0.3em;
    width: 228px;
    color: #2b2b2b;
    resize: none;
    border: 1px solid #cacaca;
    text-align: center;
}

#search_boards {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    margin-top: 0.3em;
    width: 228px;
    color: #2b2b2b;
    resize: none;
    border: 1px solid #cacaca;
    text-align: center;
}

#search_list {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    margin-top: 0.3em;
    width: 228px;
    color: #2b2b2b;
    resize: none;
    border: 1px solid #cacaca;
    text-align: center;
}

#btn_list {
    display: inline-block;
    padding: 0.3em 1em;
    margin: 0 0.1em 0.1em 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 10pt;
    margin-bottom: 0.2em;
    user-select: none;
    text-decoration: none;
    color: #f8f9fa;
    background-color: #016494;
}

.polls_mini_div {
    height: 1px;
    padding-top: 20;
    /* width   : 1px; */
    z-index: 6;
}

#create-poll-div {
    z-index: 7;
    box-sizing: content-box;
    width: 460px;
    /*height             : 100px; */
    border: solid 1px #cacaca;
    background-color: #f8f9fa;
}

#create_poll {
    margin: 30px;
}

.note-modal.open {
    z-index: 99999;
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    max-height: 200px !important;
    height: auto !important;
    background-color: hsla(0, 0%, 50.2%, .11);
}

.note-editor,
.note-frame {
    width: 100% !important;
}

.note-editable p {
    margin-bottom: 0;
}

.feedback-container {
    width: 250px;
}

.like-container,
.dislike-container {
    float: left;
    width: 50%;
}

.note-icon-caret {
    display: none;
}

.Important {
    border-right: 5px solid #fe5000;
}

.changeContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
}

.changeContainer .textDiv {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 8px;
}

.changeContainer .textDiv p {
    font-size: 0.8em;
    text-align: start;
    margin: 0px !important;
}

.changeContainer .image_user_changes {
    user-select: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.changeContainer .image_user_changes:hover {
    opacity: 0.85;
}

.profile_pic {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    margin-bottom: 5px;
    object-fit: cover;
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {
    #taskName {
        font-size: 2em;
        margin-left: 1em;
        width: 100%;
    }

    #list_subtext {
        font-size: 26px;
        margin-left: -0.5em;
    }

    #list_name {
        font-size: 26px;
        margin-left: -0.5em;
    }

    #top_stuff {
        display: flex;
        flex-direction: column;
        width: 30em;
        height: 12em;
    }

    #btn_edit {
        font-size: 1em;
        left: -9.5em;
        top: 0.5em;
        height: 2.3em;
    }

    #btn_logs {
        font-size: 1em;
        top: 0.5em;
        left: 6em;
    }

    #btn_cover {
        font-size: 1em;
        top: 0.5em;
        left: 0.5em;
    }

    #nameText_id {
        left: 1em;
        height: 2em;
        margin-top: -0.19999999999999996em;
        font-size: 2em;
    }

    .save_buttons {
        width: 27em;
    }

    a#btnsave {
        left: -0.5em;
        font-size: 1em;
        height: 2.3em;
    }

    a.btndelete {
        left: -0.5em;
        height: 2.3em;
        font-size: 1em;
        width: 10em;
    }

    a#btncancel {
        left: -0.5em;
        font-size: 1em;
    }

    .div_logs {
        margin-bottom: 0em;
        bottom: 1.5em;
        overflow: scroll;
        font-size: 1.5em;
        width: auto;
    }

    .cover_else {
        top: 0.9000000000000004em;
    }

    .content h4 {
        font-size: 25pt;
    }

    .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
    .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
        max-height: 200px !important;
        height: auto !important;
        background-color: hsla(0, 0%, 50.2%, .11);
        font-size: 18pt;
    }

    #no_notifications {
        font-size: 16pt;
    }

    #notifications {
        font-size: 16pt;
    }

    #not_important {
        font-size: 15pt;
        height: 31px;
    }

    #important {
        font-size: 15pt;
        height: 31px;
    }

    #favoriteLabel {
        padding-bottom: 1px;
        padding-left: 2px;
        font-size: 20pt;
    }

    #favorite {
        margin-top: 0px;
        width: 4.5%;
    }

    .selectBoxTD {
        width: 15em;
        font-size: 18pt;
    }

    .content h3 {
        font-size: 20pt;
    }

    .table_time_checking {
        width: 24em;
        font-size: 20pt;
    }

    .personalizedRepeatingEvent {
        display: flex;
        align-items: center;
        font-size: 18pt;
    }

    #datetimepicker2 {
        font-size: 15pt;
    }

    .finish_div {
        width: 13em;
    }

    #taskcreator {
        font-size: 20pt;
    }

    #tasklocal {
        font-size: 20pt;
    }

    #task-status {
        left: 2.0999999999999996em;
        margin-bottom: 3em;
        font-size: 1.5em;
        width: 72%;

    }

    #starttasktimestamp {
        font-size: 18pt;
    }

    #endtasktimestamp {
        font-size: 18pt;
    }

    #poll_buttons {
        display: inline-block;
        font-size: 18pt;
        width: 38em;
    }

    #poll-title {
        font-weight: bold;
        font-size: 30pt;
    }

    #poll-desc {
        font-size: 20pt;
        border: none;
        outline: none;
        width: 100%;
    }

    #date {
        font-size: 15pt;
    }

    label {
        margin-bottom: 10px;
        margin-left: 0em;
    }

    .timestamps {
        margin-left: 10px;
        color: #858484;
        font-size: 23px;
        cursor: default;
    }

    .personalizedEventClass {
        height: 21em;
        margin-left: 3.3em;
    }

    .comment_box {
        font-size: 2em;
    }

    .content p {
        font-size: 25px;
    }

    #close {
        height: 60px;
        width: 60px;
        padding: 11px;
        font-size: 1.5em;
    }

    #btn_edit_div {

        margin-top: 40px;
    }

    #tag_page {
        font-size: 2em;
    }

    #tag_page .title_tag {
        font-size: 1em;
        height: 1.5em;
    }

    #tag_page #search_tag {
        padding-left: 3.5em !important;
        padding-right: 1.5em !important;
        margin-left: 1em !important;
        margin-top: 10px;
        height: 2em;
        width: 90%;
    }

    #tag_page #btn_tag {
        font-size: 15pt;
        height: 2.3em;
    }

    #tag_page #close_tag {
        font-size: 20pt;
    }

    .sey-container {
        /* position: relative; */
        z-index: 99999;
        width: 19em;
        font-size: 1.5em;
    }

    #user_assign_page {
        font-size: 2em;
    }

    #user_assign_page .title_assign {
        font-size: 1em;
        height: 1.5em;
    }

    #user_assign_page #search_member{
        padding-left: 3.5em !important;
        padding-right: 1.5em !important;
        margin-left: 1em !important;
        margin-top: 10px;
        height: 2em;
        width: 90%;
    }

    #user_assign_page #btn_assign{
        font-size: 15pt;
        height: 2.3em;
    }

    #user_assign_page #close_assign {
        font-size: 20pt;
    }

    .tag_assigned {
        height: 35px;
        font-size: 1.5em;
    }

}
@media screen and (min-device-width:320px) and (max-device-width:873px) and (-webkit-min-device-pixel-ratio: 1) and (orientation:landscape) {
    #close {
        margin-top: 1.5em;
    }

    #taskName {
        margin-top: 1.5em;
    }

    #cover_taskpage {
        height: 40%;
    }

    .cover_else {
        top: 0.5em;
    }

    #nameText_id {
        margin-top: 1.5em;
    }
}