/*
    Primary Color: #090b80
*/

body {
    background-color: white;
    background-image: linear-gradient(62deg, rgb(142, 197, 252, 0.2) 0%, rgb(224, 195, 252, 0.2) 100%);
    min-height: calc(100vh - 60px);
}

section {
    position: relative;
}

.rtl {
    direction: rtl !important;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 15px;
}

.display-none {
    display: none;
}

.card {
    overflow: visible;
}

.btn-primary {
    background: #090b80;
    border: 0;
}

form .required {
    color: red !important;
    border: 0;
}

.section-divider {
    background: transparent;
    border-bottom: 1px solid;
    margin-top: 30px;
    margin-bottom: 30px;
}

.active-page {
    background: lightblue;
}

/* Dashboard - Main Page */

.dashboard .translated-card .card-icon {
    color: #057464;
    background: #00f7d54f;
}

.dashboard .translated-card .text-translated {
    color: #057464;
}

.rtl-font {
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 15px;
}

.dashboard .post-item img {
    aspect-ratio: 4/3.3 !important;
    width: 80px;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.dashboard .btn-delete-quick-notes {
    border: 0;
    padding: 0;
}

.dashboard .btn-delete-quick-notes:hover {
    background: none;
    transform: scale(1.3);
    color: red;
}

.dashboard .notes-wrapper {
    height: 280px;
    overflow-y: scroll;
}

.delete-file:hover {
    cursor: pointer;
}

/* Dashboard - Main Page */

.list-group-input {
    padding: 0 !important;
}

.reporter {
    cursor: pointer;
}

.users-table .dataTable-container {
    height: calc(100vh - 390px);
}

/* New Report List */
.new {
    position: relative;
}

.new:after {
    position: absolute;
    content: "New";
    font-size: 11px;
    font-weight: bold;
    padding: 0px 8px;
    background: lightgreen;
    top: 0;
    right: 0;
    border-radius: 3px;
}

.report-container img {
    aspect-ratio: 4/2.5 !important;
    width: 100%;
    height: auto !important;
    object-fit: cover !important;
    object-position: top left !important;
}

.report-container .meta-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
}

.breaking-news {
    display: block;
    width: fit-content;
    background: #d31d1d;
    padding: 2px 5px;
    border-radius: 5px;
    color: white;
}

.meta-info-small {
    font-size: 12px;
    margin-bottom: 5px;
}

/* New Report List */

/* Old Report List */

.notes-container::-webkit-scrollbar {
    width: 5px;
}

.notes-container::-webkit-scrollbar-track {
    background: rgb(240, 240, 240);
}

.notes-container::-webkit-scrollbar-thumb {
    background: rgb(215, 215, 215);
}

#header .action-buttons {
    margin-left: 10px;
}

.action-buttons .button-new {
    font-size: 14px;
    border: 0;
    background: #090b80;
    color: white;
    border-radius: 4px;
    height: 37px;
    padding: 0 10px !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-buttons .btn-new-data {
    background: white;
    color: black;
    border: 1px solid #090b80;
}

.action-buttons .button-new:hover {
    background: #484ae6 !important;
    color: white;
}

.reports .reports-container {
    padding: 0 10px 30px;
}

.reports .report-wrapper {
    padding: 10px;
    border-radius: 5px;
    background: #24268e0f;
}

.reports .report-wrapper .translated-text {
    font-size: 14px;
}

.reports .report-wrapper .message-media,
.assignment-attachments,
.rundown-attachments,
.message-content .message-media{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
}

.reports .report-wrapper .message-media .media,
.assignment-attachments .media,
.rundown-attachments .media,
.message-content .message-media .media{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 10px 10px 0;
    display: flex;
    border: 1px solid rgba(9, 12, 128, 0.2);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    justify-content: center;
    align-items: center;
}

.reports .report-wrapper .message-media .media a,
.assignment-attachments .media a,
.rundown-attachments .media a,
.message-content .message-media .media a {
    height: 100%;
    width: 100%;
}

.reports .report-wrapper .message-media .media img,
.reports .report-wrapper .message-media .media video,
.assignment-attachments .media img,
.assignment-attachments .media video,
.rundown-attachments .media img,
.rundown-attachments .media video,
.message-content .message-media .media img,
.message-content .message-media .media video {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.reports .report-wrapper .message-media .media.media-video a:before,
.assignment-attachments .media.media-video a:before,
.rundown-attachments .media.media-video a:before,
.message-content .message-media .media.media-video a:before {
    content: "\f4f3";
    font-family: bootstrap-icons !important;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    color: white;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.reports .report-wrapper .message-media .media-document,
.assignment-attachments .media-document,
.rundown-attachments .media-document,
.message-content .message-media .media-document {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reports .report-wrapper .message-media .media-document a,
.assignment-attachments .media-document a,
.rundown-attachments .media-document a,
.message-content .message-media .media-document a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.reports .report-wrapper .message-media .media-document i,
.assignment-attachments .media-document i,
.rundown-attachments .media-document i,
.message-content .message-media .media-document i {
    font-size: 50px;
}

.reports .report-wrapper .message-media .media-audio,
.assignment-attachments .media-audio,
.rundown-attachments .media-audio {
    border: 0;
    flex: 0 0 100%;
    height: auto;
    cursor: initial;
}

.reports .report-wrapper .message-media .view-more a:after {
    content: "+more";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;

}

.report-header,
.table-header-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report-header,
.report-translated-title {
    margin-bottom: 15px;
}

.report-title,
.report-translated-title,
.report-title a,
.report-translated-title a {
    font-size: 18px;
    font-weight: 500;
    color: #012970;
}

.report-meta-info {
    display: flex;
    flex-wrap: wrap;
}

.report-meta-info .report-meta {
    font-size: 11px;
    position: relative;
    margin-right: 18px;
}

.report-meta-info .report-meta:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 10px;
    background: #012970;
    top: 3px;
    right: -11px;
}

.cat-sep:last-child {
    display: none;
}

.report-actions .dropdown-menu-arrow::before {
    display: none;
}

.report-notes {
    float: right;
}

.report-notes button {
    font-size: 20px;
    padding: 0;
    line-height: 0;
    box-shadow: unset !important;
    position: relative;
}

.report-notes .badge {
    position: absolute;
    left: -10px;
    top: -8px;
    font-size: 10px;
}

.report-notes .dropdown-menu {
    padding: 0;
    font-size: 13px;
}

.notes-container {
    width: 500px;
    max-width: 500px;
    height: 400px;
    overflow-y: scroll;
    padding-right: 8px;
}

.notes-container .note {
    background: #24268e14;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-radius: 5px;
}

.notes-container .note .text {
    font-size: 14px;
}

.notes-container .note .writer {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 10px;
}

.note-input-form {
    position: relative;
    padding-top: 5px;
}

.note-input-form input {
    width: 100%;
    border: 1px solid rgba(72, 75, 230, 0.5);
    height: 32px;
    padding-left: 5px;
    border-radius: 3px;
    font-size: 14px;
}

.note-input-form input:focus {
    outline: none;
}

.note-input-form button {
    position: absolute;
    right: 1px;
    top: 6px;
    border: 0;
    line-height: 0;
    padding: 0;
    background: white;
    height: 30px;
    width: 40px;
    font-size: 15px;
    color: #484ae6;
}

.progress-bar {
    background-color: #12CC1A;
    color: #FFFFFF;
    width: 0%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    border-radius: 5px;
}

.form-check.breaking-news .form-check-input {
    margin-left: 0;
    margin-right: 0.5em;
}

/*==============================================================*/
/*===================== Task Management ========================*/
/*==============================================================*/
.tasks .main-tasks-wrapper {
    display: flex;
    width: 100%
}

.tasks .card {
    width: fit-content;
}

/* .tasks .tasks-wrapper{
    overflow-x: auto;
} */

.tasks .task-row,
.tasks .sub-task-row,
.tasks .tasks-header {
    width: fit-content;
    min-width: 100%;
}

.has-child .sub-task-wrapper .sub-task-row,
.tasks-header .task-row {
    flex-wrap: unset;
}

.tasks .task-col:not(.task-toggle) {
    min-width: 150px;
}

.assignment-wrapper {
    overflow-x: auto;
    padding-bottom: 40px;
}

.section.tasks {
    padding-bottom: 40px;
}

.task-row,
.sub-task-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.assignment-row {
    flex-wrap: unset;
}

.task-row.task-item:nth-child(odd) {
    background: rgb(247, 251, 255);
}

.assignment-header,
.assignment-list {
    display: inline-block;
    min-width: 100%;
}

.task-col {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.tasks-header {
    border-bottom: 2px solid black;
}

.tasks-header .task-col {
    font-weight: bold;
    font-size: 15px;
}

.task-toggle {
    width: auto;
    min-width: 40px;
    font-weight: bold;
    justify-content: center;
}

.task-toggle i {
    color: #090b80;
}

.task-title,
.assignment-title {
    flex: 1 1 fit-content;
}

.assignment-title {
    min-width: 300px;
    max-width: 300px;
    padding: 0 5px;
}


.task-start-date,
.task-deadline {
    width: 100px;
}

.assignment-deadline {
    width: 140px;
}

.assignment-col {
    width: 135px;
    min-width: 130px;
    padding: 0 12px;
}

.task-assignees {
    width: 18%;
}

.task-status,
.assignment-status {
    min-width: 100px;
}

.task-actions,
.assignment-actions {
    width: 145px;
    column-gap: 3px;
}

.task-item {
    box-shadow: 0px 0 10px rgb(1 41 112 / 10%);
    margin-bottom: 3px;
    cursor: pointer;
}

.task-item .task-title {
    padding: 0;
}

.task-inputs,
.assignment-inputs {
    background: transparent;
    height: 100%;
    width: 98%;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
}

.task-inputs:hover,
.assignment:hover {
    border: 1px dotted lightgray;
}

.sub-task-wrapper {
    width: 100%;
    box-shadow: inset 0px 5px 5px -1px rgb(1 41 112 / 10%);
    display: none;
}

.has-child .sub-task-wrapper {
    display: block;
}

.sub-task-wrapper .task-title {
    padding: 0 20px 0;
}

.sub-task-row {
    border-bottom: 1px dotted lightgray;
}

.task-toggle-open i:before {
    transform: rotate(90deg);
    transition: all .2s ease-in-out;
}

.closed {
    display: none;
}

/* New Task & Sub-task */
.new-list {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px dashed rgb(139, 139, 139);
}

.new-sub-task,
.new-task,
.new-assignment,
.new-meeting-note,
.new-rundown {
    width: 30%;
    min-width: 200px;
    height: 35px;
    background: transparent;
    border: 1px dashed rgb(139, 139, 139);
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.new-sub-task {
    margin-bottom: 15px;
    width: 25%;
}

.new-list:hover,
.new-sub-task:hover,
.new-task:hover,
.new-assignment:hover,
.new-meeting-note:hover,
.new-rundown:hover {
    background: rgba(9, 11, 128, 0.1);
}

/* End Of New Task & Sub-task */

/* Task Assignment */
.task-item .task-assignees {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.task-assignees .assignee {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
    font-size: 15px;
    color: #090b80;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.task-assignees .assignee img {
    width: 31px;
}

.task-assignees .new-assignee {
    border: 1px dashed #090b80;
}

.task-assignees .new-assignee:hover {
    background: #090b80;
    color: white;
}

.report-title-dropdown {
    position: absolute;
    left: 15px;
    right: 0;
    width: 90%;
    z-index: 1;
    background: white;
    box-shadow: 1px 1px 25px rgb(1 41 112 / 20%);
    border-radius: 5px;
    padding: 5px 0;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.report-title-dropdown-item {
    cursor: pointer;
}

.report-title-dropdown-item:hover {
    background: #e9e9e9;
}

/* End of Task Assignment */


/* Task Status */
.task-item .task-status,
.task-item .assignment-status,
.assignment-posted-on {
    padding: 0;
}

.task-status .dropdown-menu i,
.assignment-status .dropdown-menu i,
.assignment-posted-on .dropdown-menu input {
    margin-right: 10px;
}

.task-status .status,
.assignment-status .status,
.assignment-posted-on .post-on {
    height: 40px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}

.assignment-posted-on .post-on {
    display: flex;
    column-gap: 12px;
    font-size: 15px;
}

.assignment-posted-on .post-on label {
    cursor: pointer;
}

.task-status .dropdown-menu .status:hover,
.assignment-status .dropdown-menu .status:hover {
    background: rgba(9, 11, 128, 0.1);
}

.selected-status {
    color: white;
}

.selected-status.in-progress {
    background: #6c757d;
}

.selected-status.completed {
    background: #198754;
}

.selected-status.pending {
    background: #ffc107;
}

.selected-status.delayed {
    background: #dc3545;
}

.selected-status.rejected {
    background: black;
}

.in-progress i {
    color: #6c757d;
}

.completed i {
    color: #198754;
}

.pending i {
    color: #ffc107;
}

.delayed i {
    color: #dc3545;
}

.required {
    border: 1px solid #dc3545;
}

/* End of Task Status */

.users-list-container,
.users-list-container_list {
    background: white;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0 5px 30px 0 rgb(82 63 105 / 20%);
    width: 230px;
    max-width: 250px;
    display: none;
    z-index: 9999;
}

.users-list-container_list {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
}

.user-list-holder {
    position: absolute;
    background: white;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0 5px 30px 0 rgb(82 63 105 / 20%);
    width: 70%;
    top: 40px;
    display: none;
}

.users-list-container button {
    margin: 10px 10px 0 0px;
    float: right;
}

.users-list,
.users-list_list {
    overflow-y: scroll;
    max-height: 300px;
}

.users-list_list {
    width: 100%;
}

.users-list_list .user,
.user-list-holder .user {
    flex: 1;
}

.users-list .user-wrapper,
.users-list_list .user-wrapper_list,
.user-list-holder .user-wrapper_list {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    cursor: pointer;
    column-gap: 10px;
}

.users-list .dropdown-title {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.users-list .user-wrapper:hover,
.users-list_list .user-wrapper_list:hover,
.user-list-holder .user-wrapper_list:hover {
    background: rgba(9, 11, 128, 0.1);
}

.users-list .user-wrapper .user,
.users-list_list .user-wrapper_list .user_list,
.user-list-holder .user-wrapper_list {
    font-size: 13px;
    color: #212529;
    flex-grow: 1;
}

.users-list .user-wrapper .user-img,
.users-list_list .user-wrapper_list .user-img,
.user-list-holder .user-wrapper_list .user-img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.users-list .user-wrapper .user-img img,
.users-list_list .user-wrapper_list .user-img img,
.user-list-holder .user-wrapper_list .user-img img {
    width: 31px;
}

.user-selector {
    display: flex;
    column-gap: 5px;
    position: relative;
}

.user-selector select {
    width: 120px
}

/*==============================================================*/
/*================== End of Task Management ====================*/
/*==============================================================*/


/*==============================================================*/
/*====================== Assignment Grid =======================*/
/*==============================================================*/
#assignment-view,
#rundown-view {
    position: fixed;
    bottom: 0;
    left: 20px;
    right: 20px;
    z-index: 999;
    width: 80%;
    margin: 30px auto;
    box-shadow: 0px 0 30px rgb(1 41 112 / 30%);
    display: none;
}

.category-title h5 {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #899bbd;
}

#assignment-view .assignment-content,
#rundown-view .rundown-content {
    max-height: 68vh;
    overflow-y: scroll;
    box-shadow: inset 0px 0px 10px rgb(241, 241, 241);
    padding: 10px;
    position: fixed;
    width: 50%;
    background: white;
}

.assignment-details {
    height: 78vh;
    overflow-y: auto;
}

.rundown-details {
    height: 70vh;
    overflow-y: auto;
}

.assignment-details .assignment-text,
.rundown-details .rundown-text {
    margin: 20px 5px;
}

.assignment-details .assignment-text .report-title,
.rundown-details .rundown-text .report-title {
    margin-bottom: 10px;
}

#assignment-view .assignment-details .assignment-meta .meta-value i,
#rundown-view .rundown-details .rundown-meta .meta-value i {
    margin-right: 10px;
}

#assignment-grid label,
.graphic-form label,
#assignmentGridEdit label,
#assignment-grid-news label {
    margin-bottom: .5rem;
}

.assignment-posted-on ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.assignment-row .graphic-form,
.assignment-row .content-review-form {
    max-width: 300px;
}

#assignment-view .assignment-meta i,
#rundown-view .rundown-meta i {
    font-size: 18px;
    margin-right: 5px;
    color: #090b80
}

.assignment-table-actions,
.rundown-table-actions {
    justify-content: unset;
    flex-wrap: wrap;
}

.assignment-filter-input {
    border: 1px dashed gray;
    margin-left: 5px;
}

.assignment-filter-input:focus {
    outline: none;
}

.color-code-radio {
    display: inline-block;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 5px;
}

.view-rundown {
    cursor: pointer;
}

/*==============================================================*/
/*=================== End ofAssignment Grid ====================*/
/*==============================================================*/


/*==============================================================*/
/*===================== Meeting Minutes Grid ===================*/
/*==============================================================*/
.meeting-minutes-row {
    padding: 7px 0;
}

.meeting-minutes-date {
    width: 20%;
}

.meeting-minutes-title {
    padding: 0 5px;
    flex: 1 1;
}

.meeting-minutes-actions {
    min-width: 70px;
}

.meeting-minutes-list .meeting-minutes-row {
    min-height: 45px;
}

#meeting-minutes #save-meeting {
    width: 180px;
}

/*==============================================================*/
/*================== End of Meeing Minutes Grid =================*/
/*==============================================================*/


/*==============================================================*/
/*===================== Purchase Requisition ===================*/
/*==============================================================*/
.purchase-requests .request-item {
    flex: 1 1 300px;
    min-width: 300px;
}

.purchase-requests .request-date,
.purchase-requests .request-by,
.purchase-requests .request-hod-approval,
.purchase-requests .request-ceo-approval,
.purchase-requests .request-cfo-approval,
.purchase-requests .request-status,
.purchase-requests .request-ammount,
.purchase-requests .request-clearance,
.request-fr-approval {
    width: 130px;
}

.purchase-requests .request-id {
    width: 50px;
}

.request-wrapper {
    overflow-x: auto;
    padding-bottom: 40px;
}


.request-row {
    flex-wrap: unset;
}

.request-header,
.request-list {
    display: inline-block;
    min-width: 100%;
}

.clearance-paid-input {
    width: 100%;
    height: 100%;
    border: 1px dashed gray;
    cursor: pointer;
}

.dataTable-container {
    overflow-x: auto;
}

/*==============================================================*/
/*================== End of Purchase Requisition ===============*/
/*==============================================================*/


/*==============================================================*/
/*====================== WhatsApp Message ======================*/
/*==============================================================*/

.contacts-wrapper {
    height: calc(100vh - 200px);
    overflow-y: scroll;
    padding: 5px;
}

.contacts-wrapper .contact,
.contacts-wrapper .chat-contact {
    background: rgb(248, 248, 248);
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
}

.contacts-wrapper .contact:hover,
.contacts-wrapper .chat-contact:hover{
    background: rgba(65, 84, 241, 0.3);
}

.whatsapp-active-chat,
.active-chat {
    background: rgba(65, 84, 241, 0.3) !important;
}

.contacts-wrapper .contact .contact-details .contact-name,
.contacts-wrapper .chat-contact .contact-details .contact-name {
    font-weight: 600;
}

.contacts-wrapper .contact .message-time,
.contacts-wrapper .chat-contact .message-time {
    font-size: 11px;
}

.message-wrapper .message-body,
.message-wrapper .chat-message-body {
    font-size: 14px;
    height: calc(100vh - 345px);
    overflow-y: auto;
    padding: 10px;
    margin: 10px 0;
    display: flex;
    flex-direction: column-reverse;
}

.message-wrapper .message-header{
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.message-wrapper .message-header .message-header-details {
    font-weight: bold;
}

.message-wrapper .message-body .message,
.message-wrapper .chat-message-body .message {
    margin: 10px 0;
}


.message-wrapper .message-body .message .message-content,
.message-wrapper .chat-message-body .message .message-content {
    width: fit-content;
    max-width: 90%;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.message-wrapper .message-body .message.from .message-content,
.message-wrapper .chat-message-body .message.from .message-content {
    background: rgba(227, 227, 227, 0.8);
}

.message-wrapper .message-body .message.from .message-time,
.message-wrapper .chat-message-body .message.from .message-time {
    float: right;
    font-size: 10px;
}

.message-wrapper .message-body .message.to,
.message-wrapper .chat-message-body .message.to {
    justify-content: end;
}

.message-wrapper .message-body .message.to .message-content,
.message-wrapper .chat-message-body .message.to .message-content {
    background: rgba(65, 84, 241, 0.3);
}

.message-wrapper .message-body .message.to .message-time,
.message-wrapper .chat-message-body .message.to .message-time {
    margin-top: 5px;
    float: left;
    font-size: 10px;
}

.message-sharer {
    position: absolute;
    right: -30px;
    bottom: 0;
    transform: rotatey(180deg);
    font-size: 18px;
}

.message-wrapper .message-footer{
    position: relative;
}

.message-wrapper .message-footer .message-form textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid lightgray;
    outline: none;
    resize: none;
    border-radius: 10px;
    font-size: 14px;
    color: #444444;
}

.message-wrapper .message-footer .message-form button {
    position: absolute;
    right: 10px;
    bottom: 14px;
    border: 0;
    font-size: 30px;
    background: none;
}

.working-days{
    font-size: 12px;
    margin-bottom: 5px;
}

.read-status .read{
    color: green;
}

.unread-counter {
    text-align: right;
}

.unread-counter .unread-count-number {
    background: red;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 0;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
    border-radius: 25px;
}

@media screen and (max-width: 1400px){
    .contacts-wrapper.hidden-on-mobile{
        display: none;
    }
    
    .wa-contact-button{
        display: flex !important;
        border: 0;
        background: none;
        
    }
    
    .wa-contact-button i{
        color: #090b80 !important;
        font-size: 28px;
    }
    
    .contacts-wrapper.open{
        position: absolute;
        top: 60px;
        right: 0;
        max-height: 60%;
        box-shadow: 1px 1px 10px lightgray;
        border-radius: 25px;
        background: white;
        z-index: 1;
    }
}

/*==============================================================*/
/*====================== WhatsApp Message ======================*/
/*==============================================================*/

.notification-item {
    cursor: pointer;
    color: #444444;
}

.notifications {
    width: 300px;
}

#notifications {
    max-height: 65vh;
    overflow-y: auto;
}

.chat-input-label{
    position: absolute;
    right: 70px;
    bottom: 18px;
    font-size: 25px;
    cursor: pointer
}

.chat-file{
    display: none;
}

.media-holder{
    display: flex;
    column-gap: 5px;
    margin-bottom: 10px;
}

.media-holder .chat-attachment-media{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border: 1px solid lightgray;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.media-holder .chat-attachment-media img,
.media-holder .chat-attachment-media video{
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.media-holder .chat-attachment-media .upload-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

.media-holder .chat-attachment-media .remove-attachment{
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 8px;
    font-size: 28px;
    cursor: pointer;
}

.chat-page{
    overflow-y: hidden;
}

.dz-success .dz-success-mark {
    opacity: 1 !important;
}

.dz-success .dz-success-mark path {
    fill: green;
}

.dz-success .dz-success-mark {
    opacity: 1 !important;
}

.dz-success .dz-success-mark path {
    fill: green;
}

.dz-error .dz-error-mark path {
    fill: red;
}

.bg-yellowgreen {
    background: yellowgreen;
}

.bg-gold {
    background: gold;
}

.bg-aquamarine {
    background: aquamarine;
}

.bg-lightseagreen {
    background: lightseagreen;
}

.bg-lightgray {
    background: lightgray;
}

.bg-guest {
    background: #9546d1;
    color: white !important;
}

.bg-headline {
    background: #526589;
    color: white !important;
}

.ec-event {
    cursor: pointer;
}

@media screen and (max-width: 991px) {

    #assignment-view .assignment-content,
    #rundown-view .rundown-content {
        position: relative;
        width: 100%;
        height: auto;
    }

    #meeting-minutes .col-12 {
        margin-bottom: 10px;
    }

    #meeting-minutes #save-meeting {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-header {
        display: inline-block !important;
    }
}

@media screen and (max-width: 575px) {
    .date-time-picker form {
        flex-wrap: wrap;
    }

    .date-from,
    .date-to {
        flex-basis: 48%;
    }

    .notes-container {
        width: 100%;
    }

    .notifications {
        width: auto;
    }
}

@media (max-width: 480px) {
    .dropdown-menu:not(.notifications) {
        width: 85vw !important;
    }

    .meeting-minutes-actions {
        min-width: 100%;
        justify-content: flex-end;
        padding: 5px 7px;
    }
}

.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    background: rgba(20, 20, 126, 0.4);
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
    display: none;
}

.loader-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loader-roller div {
    animation: loader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.loader-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.loader-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.loader-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.loader-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.loader-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.loader-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.loader-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.loader-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.loader-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.loader-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.loader-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.loader-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.loader-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.loader-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.loader-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.loader-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.loader-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes loader-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}