.satl-font,
.satl-font h1,
.satl-font h2,
.satl-font h3,
.satl-font h4,
.satl-font h5 {
    font-family: cursive !important;
}

.dashboard_page_atl-task-list .notice:not(.satl-notice),
.toplevel_page_atl-task-list .notice:not(.satl-notice) {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

#setFilter_btn {
    height: 40px;
    border-radius: 3px;
    color: white;
    border: none;
    width: 75px;
    cursor: pointer;
    background: gray;
}

.topbutton {
    position: fixed;
    display: block;
    right: 15px;
    bottom: 15px;
    z-index: 10000;
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}

.box-design {
    border: 2px solid #ebebeb;
    border-radius: 5px;
    padding: 2px;
    height: 40px;
}

.txt-label {
    height: 25px;
    margin: auto 0 auto 15px;
}

.row-content {
    margin-top: 5px;
}

.wrp {
    width: 320px;
    margin: 50px auto;
    text-align: center;
}


.wf-modal {
    text-align: left;
}

.wf-modal .tit {
    font-size: 20px;
    margin: 0;
}

.wf-modal .close .pointer {
    position: absolute;
    right: 156px;
    top: -30px;
    height: 50px;
    background: none;
    color: #434343;
    padding: 5px 10px;
    border: 0;
    background: #ebebeb;
    z-index: -10000;
    width: 70px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.wf-modal .close .pointer:hover {
    background: #c4c4c4;
}

.wf-modal .close .exit {
    right: 55px !important;
    z-index: -10000 !important;
    background: #ff7a7a !important;
    color: white;
}

.wf-modal .close .exit:hover {
    background: #ff6261 !important;;
}

.wf-modal #count-msg {
    font-size: 14px;
    position: absolute;
    left: -12px;
    top: -13px;
    height: 20px;
    background: none;
    color: #434343;
    padding: 5px 10px;
    border: 0;
    background: #ffffff;
    width: 12px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 2px 2px 8px #c8c8c8;
}


.wf-modal .close .pointer:hover {
    top: -35px;
}

.wf-modal:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}


.wf-dialog-modal {
    background: #ffffff00 !important;
    border-radius: 5px;
    margin-left: -150px;
    position: fixed;
    left: 30%;
    top: 100%;
    z-index: 11;
    width: 55%;
    -webkit-transform: translate(0, 500%);
    -ms-transform: translate(0, 500%);
    transform: translate(0, 500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.opened .wf-dialog-modal {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 20%;
    z-index: 10000;
}

.opened:before {
    display: block;
}

.content-dialog {
    border-radius: 5px;
    background: white;
}

.wf-header-modal {
    padding: 0 30px;
    /*display: flex;*/
}

.wf-footer-modal {
    padding: 0 30px 30px 30px;
}

.dropbtn {
    background-color: white;
    color: black;
    padding: 6px;
    font-size: 16px;
    width: 85%;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.dropbtn:focus {
    border: none;
    outline: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    top: 35px;
    max-height: 200px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

}

.dropdown-content li {
    padding: 5px;
}

.dropdown-content li:hover {
    background: #a0a0a0;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.row-head {
    margin: 5px 0;
    width: 100%;
}

.box-title-write {
}

.box-user-select {
}

.input-title-div {
}

#input-title {
    width: 100%;
    height: 100%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.icon-arrow-down {
    width: 17px;
    float: left;
    padding: 8px 0 0 5px;
}

.des-txt {
    text-align: left;
    display: block;
    margin-bottom: 20px;
}

#description-area {
    width: 100%;
    margin: auto;
    height: 150px;
    outline: none;
    box-shadow: none;
    padding: 10px;
}

.event-none {
    pointer-events: none;
}

.select-user, .select-user .select2-container {
    width: 100% !important;
}

.select2-results__option:hover {
    background: #a0ca8078;
}

#description-area:focus {
    /*border: none !important;*/
    outline: none !important;
}

.more-description {
    padding: 30px;
}

.btn_status {
    height: 40px;
    border-radius: 5px;
    color: white;
    border: none;
    width: 100px;
    cursor: pointer;
    margin: 0 5px;
}

.btn_submit {
    background: #a0ca80;

}

.btn_submit:hover {
    background: #87ca60;

}

.btn_check {
    background: #75b2dc;

}

.btn_check:hover {
    background: #5096dc;

}

.btn_submit:focus {
    border: none !important;
    outline: none !important;
}

.btn_cancel:focus {
    border: none !important;
    outline: none !important;
}

.content-msg {
    max-height: 470px;
    overflow-x: hidden;
    overflow-y: auto;
    direction: ltr;
    background: transparent !important;
}

.row-msg {
    padding: 20px 0;
    display: flex;
    border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
    padding-left: 5px;
    border-radius: 10px;
}

.row-msg.on-processed {
    pointer-events: none;
    background: #e7e7e7;
}

.info-msg {
    width: 40%;
    text-align: left;
    display: flex;

}

.description-msg {
    width: 30%;
    text-align: left;
    padding: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5e5e5e;
    white-space: nowrap;
    font-size: 14px;
}

.description-show-msg {
    width: 100%;
    padding: 0;
    white-space: normal;
}

.content-show-msg {
    padding: 20px;
}

.time_btn_msg {
    width: 30%;
    padding-top: 10px;
    color: gray;
    text-align: right;
}

.avatar-msg img {
    border-radius: 50%;
    width: 52px;
    height: 52px;
}

.header-msg {
    padding: 10px;
    width: 70%;
}

.hidden-overflow {
    overflow: hidden;
}

.name-msg {
    color: #5e5e5e
}

.content-msg::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ffffff;
}

.content-msg::-webkit-scrollbar {
    width: 12px;
    background-color: #ebebeb;
    border-radius: 10px;
}

.content-msg::-webkit-scrollbar-thumb {
    margin: 10px;
    width: 22px;
    background-color: #ebebeb;

    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.warp-msg {
    background: white;
    width: 98%;
    border-radius: 5px;
    min-height: 470px;
}

.tbm {
    width: 70%;
}

#description-msg, #description-msgTable {
    overflow-wrap: break-word;
    font-size: 16px;
    color: #5e5e5e;

}

.title-msg a {
    text-decoration: none;
    color: black;
    font-size: 14px;

}

.title-all-msg {
    overflow: hidden;
    text-overflow: ellipsis;
}

#customers {
    border-collapse: collapse;
    width: 90%;
    margin: 0 auto;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 15px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #a2a4a5;
    color: white;
}

#pagination {
    width: 90%;
    margin: 0 auto;
}

#previous_btn {
    float: left;
}

#next_btn {
    float: right;
}

.pagination_btn {
    border-radius: 50%;
    margin: 15px 0;
    display: none;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #acacac;
    color: white;
}

:root {
    --clr-main: #d75b4c;
    --clr-dark: #333;
    --clr-neutral: #ddd;
    --clr-light: #fff;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem 2.5rem;
    border-radius: 0.5rem;
    width: 50%;
    max-height: 500px;
    overflow: auto;
}

.select2-container {
    z-index: 999999999;
    cursor: pointer;
}

.close-button {
    position: absolute;
    width: 1.5rem;
    font-size: 1.2em;
    line-height: 1;
    padding: 0 0.2em 0.15em;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: var(--clr-neutral);
    color: var(--clr-dark);
    transition: color 0.12s ease-in-out;
    left: 10px;
    top: 10px;
}

.close-button:hover {
    color: var(--clr-main);
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

input.form-input {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
}

input.form-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.select2-container .select2-search--inline .select2-search__field:focus {
    outline: none;
    box-shadow: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    float: right;
}

/* active tab color */

.nav-tabs > li > a {
    background-color: #ebebeb;
    border: 0;
    padding: 5px;
    color: #686868;
    border-radius: 3px 3px 0 0;
}

.nav-tabs > li.active > a {
    background: #a6d58f;
    color: white;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border: 0;
    outline: none;

}

.nav-tabs {
    border-bottom-color: #666;
    display: flex;
}

.nav-tabs li {
    margin-left: 5px;
    border: none;

}

.nav-tabs li a {
    text-decoration: none;
    outline: none;

}

.nav-tabs > li > a:hover {
    border-bottom-color: #666;
}

span.back-tab:before {
    content: "\f341";
    font-family: 'dashicons';
    font-size: 14px;
    vertical-align: bottom;
}

span.back-tab {
    color: red;
    cursor: pointer;
}

.row-msg:hover {
    background: #e8e8e87a;
}

.task-items:not(:has(.row-msg)):before {
    content: attr(data-empty);
}

.satl-page-content {
    padding: 20px;
}

table.table-tasks {
    width: 100%;
    font-size: 18px;
    border-collapse: collapse;
}

table.table-tasks td,
table.table-tasks th {
    padding: 16px 24px;
    text-align: center;
}

table.table-tasks thead tr {
    background-color: #087f5b;
    color: #fff;
}

table.table-tasks .view-msg {
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    background: #1e9571;
    color: white;
}

table.table-tasks thead tr th:first-child {
    border-radius: 6px 0 0 6px !important;
}

table.table-tasks thead tr th:last-child {
    border-radius: 0 6px 6px 0 !important;
}

table.table-tasks thead th {
    width: 25%;
}

table.table-tasks tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}

table.table-tasks tbody tr:nth-child(even) {
    background-color: #e9ecef;
}

.footer-satl-table {
    position: relative;
    padding: 20px 0;
}

.pagination-list {
    display: flex;
}

.footer-satl-table .total-task-count {
    position: absolute;
    right: 0;
    bottom: 30px;
    font-weight: 700;
}

.pagination-list #btn_prev:before {
    content: "\f341";
    right: 0;
}

.pagination-list .btn {
    background: transparent;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #11c611;
    color: #303030;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    margin-right: 10px;
}

.pagination-list .btn.disabled {
    background: #bfbfbf;
    border-color: transparent;
    color: white;
    pointer-events: none
}

.pagination-list .btn:before,
.pagination-list .btn:after {
    font-family: dashicons;
    vertical-align: middle;
    position: absolute;
    font-size: 18px;
}

.pagination-list #btn_next:after {
    content: "\f345";
    right: 0;
}

.pagination-list #btn_prev:before {
    content: "\f341";
    left: 0;
}

#create-task {
    margin-top: 10px;
    border: none;
    padding: 10px;
    background: #9abf87;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.satl-page-content .headline {
    margin-bottom: 40px;
}

.task-items.empty {
    text-align: center;
    padding: 30px;
    color: #949494;
}

.nav-tabs li:first-child {
    margin-left: 0;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cbcbcb;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}