@font-face {
    font-family: 'digital-clock';
    src: url('../fonts/digital-7.ttf');
}

.elisp_time {
    font-family: 'digital-clock' !important;
    font-size: 17px;
    color: #0a0c0e;
    font-weight: 600;
    letter-spacing: 1px;
}

.meeting-user-img ul {
    padding: 0;
    margin-bottom: 0;
}

.meeting-user-img ul li {
    margin-left: -10px;
    margin-right: -15px;
    list-style-type: none;
    display: inline-block;
}

.meeting-user-img ul li img {
    max-width: 35px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.select2-container--default .select2-selection--single {
    background-color: #edf1f2;
    border: 1px solid #edf1f2;
}

.select2-container .select2-selection--single {
    height: 32px !important;
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: 2rem !important;
}

/***** placeholder css *****/


/***** End Section *****/


.spark-table thead tr {
    text-transform: uppercase;
}

.spark-table th {

    font-size: 12px;
    font-size: 12px;
}

.spark-table td {

    font-size: 12px;
    font-size: 12px;
}

.main-body {
    padding: 0px 5px;
}

.btn {
    padding: 3px 9px;
}

/***** Task Chat box *****/

.typing-indicator {
    display: none;
}

.scroll-wrapper {
    height: 100px;
    overflow: auto;
    display: flex;
    flex-direction: column-reverse;

}

.scroll-start-at-top {
    flex: 1 1 0%;
}


.dot {
    width: 8px;
    height: 8px;
    background: #bcc1c6;
    display: inline-block;
    border-radius: 50%;
    right: 0px;
    bottom: 0px;
    position: relative;
    animation: jump 1s infinite;
}

.typing-dots .dot-1 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.typing-dots .dot-2 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.typing-dots .dot-3 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

@keyframes jump {
    0% {
        bottom: 0px;
        position: relative;
        animation: jump 1s infinite;
    }

    0% {
        bottom: 0px;
    }

    20% {
        bottom: 5px;
    }

    40% {
        bottom: 0px;
    }
}

.typing-dots .dot-1 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.typing-dots .dot-2 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.typing-dots .dot-3 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}


#message-form > button {
    height: 40px;
}


.messenger-sendCard {
    background: #fff;
    border-top: 1px solid #eee;

}

/*internet connection*/
.internet-connection {
    display: none;
    background: rgba(0, 0, 0, 0.76);
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 4px;
    color: #fff;
}

.internet-connection span {
    display: none;
}

/*green background RGBA*/
.successBG-rgba {
    background: rgba(54, 180, 36, 0.76) !important;
}

/* app scroll*/
.app-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}

.app-scroll-thin::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.app-scroll::-webkit-scrollbar-thumb,
.app-scroll-thin::-webkit-scrollbar-thumb {
    border-radius: 4px;
}

.messenger {
    display: inline-flex;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}

.messenger-listView {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background: transparent;
    width: 45%;
    min-width: 200px;
    overflow: auto;
}

.messenger-listView .m-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px !important;
}

.messenger-listView .m-header > nav {
    margin: 10px;
}

.messenger-listView .m-body {
    margin-top: 141px;
}

.messenger-messagingView {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.messenger-messagingView .m-body {
    padding-top: 15px;
    height: calc(100% - 90px);
    overflow-x: hidden;
    overflow-y: auto;
}

.m-header {
    padding: 10px 15px;
    font-weight: 600;
    background: transparent;
}

.m-header-right {
    display: inline-flex;
    float: right;
}

.m-header-messaging {
    background: #fff;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.06);
}

.m-header svg {
    margin: 0px 8px;
    font-size: 16px;
    transition: transform 0.12s;
}

.m-header svg:active {
    transform: scale(0.9);
}

.messenger-search[type="text"] {
    margin: 0px 10px;
    width: calc(100% - 20px);
    border: none;
    padding: 8px 10px;
    border-radius: 6px;
    outline: none;
}

.messenger-listView-tabs {
    display: inline-flex;
    width: 100%;
    margin-top: 10px;
    background-color: transparent;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.06);
}

.messenger-listView-tabs a {
    width: 100%;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    background-color: transparent;
    transition: background 0.3s;
}

.messenger-listView-tabs a:hover,
.messenger-listView-tabs a:focus {
    text-decoration: none;
}

.messenger-tab {
    overflow: auto;
    height: calc(100vh - 143px);
    display: none;
    position: relative;
}

.add-to-favorite {
    display: none;
}

.add-to-favorite svg {
    color: rgba(180, 180, 180, 0.52) !important;
}

.favorite-added svg {
    color: #ffc107 !important;
}

.favorite svg {
    color: #ffc107 !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.messenger-list-item {
    margin: 0;
    width: 100%;
    cursor: pointer;
    transition: background 0.1s;
}

.m-list-active span,
.m-list-active p {
    color: #fff !important;
}

.messenger-list-item td {
    padding: 10px;
}

.messenger-list-item tr > td:first-child {
    padding-right: 0;
    width: 55px;
}

.messenger-list-item td p {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
}

.messenger-list-item td p span {
    float: right;
}

.messenger-list-item td span {
    color: #cacaca;
    font-weight: 400;
    font-size: 13px;
}

.messenger-list-item td b {
    float: right;
    color: #fff;
    padding: 0px 4px;
    border-radius: 20px;
    font-size: 13px;
    width: 20px;
    height: auto;
    text-align: center;
}

.avatar {
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.av-l {
    width: 100px;
    height: 100px;
}

.av-m {
    width: 45px;
    height: 45px;
}

.av-s {
    width: 32px !important;
    height: 32px !important;
}

.messenger-favorites {
    padding: 10px;
    overflow: auto;
    white-space: nowrap;
}

.messenger-favorites > div {
    display: inline-block;
    text-align: center;
    transition: transform 0.3s;
    cursor: pointer;
}

.messenger-favorites > div p {
    font-size: 12px;
    margin: 8px 0px;
    margin-bottom: 0px;
}

.messenger-favorites div.avatar {
    border: 2px solid #fff;
    margin: 0px 4px;
}

.messenger-favorites > div:active {
    transform: scale(0.9);
}

.messenger-title {
    margin: 0;
    padding: 10px;
    padding-bottom: 0px;
    text-transform: uppercase;
    color: #aeaeb7;
    font-size: 12px;
    font-weight: 600;
}

.messenger-infoView {
    display: block;
    padding-top: 7px;
    overflow: auto;
    width: 40%;
    min-width: 200px;
}

.messenger-infoView nav a {
    text-decoration: none;
    padding: 5px 8px;
    font-size: 18px;
}

.messenger-infoView > div {
    margin: auto;
    margin-top: 8%;
    text-align: center;
}

.messenger-infoView > p {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.messenger-infoView-btns a {
    display: block;
    text-decoration: none !important;
    padding: 5px 10px;
    margin: 0% 10%;
    border-radius: 3px;
    font-size: 14px;
    transition: background 0.3s;
}

.messenger-infoView-btns a.default:hover {
    background: #f0f6ff;
}

.messenger-infoView-btns a.danger {
    color: #ff5555;
}

.messenger-infoView-btns a.danger:hover {
    background: rgba(255, 85, 85, 0.11);
}

.shared-photo {
    border-radius: 3px;
    background: #f7f7f7;
    height: 120px;
    overflow: hidden;
    display: inline-block;
    margin: 0px 1px;
    width: calc(50% - 12px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.shared-photo img {
    width: auto;
    height: 100%;
}

.messenger-infoView-shared {
    display: none;
}

.messenger-infoView-shared .messenger-title {
    padding-bottom: 10px;
}

.messenger-infoView-btns .delete-conversation {
    display: none;
}

.message-card {
    display: flex;
    flex-direction: column;
    margin: 2px 15px;
    width: calc(100% - 30px);
}

.message-card div {
    margin-top: 0px;
}

.message-card p {
    margin: 0;
    padding: 6px 15px;
    padding-bottom: 5px;
    max-width: 80%;
    width: fit-content;
    width: -webkit-fit-content;
    border-radius: 20px;
    word-break: break-word;
}

.message-card p sub {
    display: inline-block;
    font-size: 11px;
}

.message-card p sub:before {
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.mc-sender {
    direction: rtl;
}

.mc-sender p {
    direction: ltr;
    color: #fff !important;
}

.mc-sender p sub {
    color: rgba(255, 255, 255, 0.67);
}

.mc-error p {
    background: rgba(255, 0, 0, 0.27) !important;
    color: #ff0000 !important;
}

.mc-error p sub {
    color: #ff0000 !important;
}

.listView-x,
.show-listView {
    display: none;
}

.messenger-sendCard {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.messenger-sendCard form {
    width: 100%;
    display: inline-flex;
    margin: 0;
}

.messenger-sendCard input[type="file"] {
    display: none;
}

.messenger-sendCard button,
.messenger-sendCard button:active,
.messenger-sendCard button:focus {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
}

.messenger-sendCard label {
    margin: 0;
}

.messenger-sendCard span {
    margin: 9px 10px;
    color: #bdcbd6;
    cursor: pointer;
    font-size: 21px;
    transition: transform 0.15s;
}

.messenger-sendCard span:active {
    transform: scale(0.9);
}

.m-send {
    font-size: 14px;
    width: 100%;
    border: none;
    padding: 10px;
    outline: none;
    resize: none;
    background: transparent;
    font-family: sans-serif;
    height: 44px;
    max-height: 200px;
}

.attachment-preview {
    position: relative;
    padding: 10px;
}

.attachment-preview > p {
    margin: 0;
    font-weight: 600;
    padding: 0px;
    padding-top: 10px;
}

.attachment-preview > p > svg {
    font-size: 16px;
    margin: 0;
    margin-bottom: -1px;
    color: #737373;
}

.attachment-preview svg:active {
    transform: none;
}

.image-file {
    cursor: pointer;
    width: 140px;
    height: 70px;
    border-radius: 4px;
    background-color: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.attachment-preview > svg:first-child {
    position: absolute;
    background: rgba(0, 0, 0, 0.33);
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 100%;
    font-size: 16px;
    margin: 0;
    top: 10px;
    color: #fff;
}

#message-form > button {
    height: 40px;
}

.file-download {
    font-size: 12px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 8px;
    margin-top: 10px;
    border-radius: 20px;
    transition: transform 0.3s, background 0.3s;
}

.file-download:hover,
.file-download:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.08);
}

.file-download:active {
    transform: scale(0.95);
}

.typing-indicator {
    display: none;
}

.messages {
    padding: 5px 0px;
}

.message-hint {
    margin: 0;
    text-align: center;
}

.center-el {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.message-hint span {
    background: rgba(154, 161, 170, 0.13);
    padding: 3px 10px;
    border-radius: 20px;
    color: rgb(135, 147, 164);
    display: inline-block;
}

.upload-avatar-details {
    font-size: 14px;
    color: #949ba5;
    display: none;
}

.upload-avatar-preview {
    position: relative;
    border: 1px solid #e0e0e0;
    margin: 20px auto;
}

.upload-avatar-loading {
    position: absolute;
    top: calc(50% - 21px);
    margin: 0;
    left: calc(50% - 20px);
}

.divider {
    margin: 15px;
}

.update-messengerColor {
    margin: 1rem 0rem;
}

.update-messengerColor .color-btn {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
}

.m-color-active {
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.update-messengerColor .color-btn {
    transition: transform 0.15s, border 0.15s;
}

.update-messengerColor .color-btn:active {
    transform: scale(0.9);
}

.dark-mode-switch {
    margin: 0px 5px;
    cursor: pointer;
}

.activeStatus {
    width: 12px;
    height: 12px;
    background: #4caf50;
    border-radius: 20px;
    position: absolute;
    bottom: 12%;
    right: 6%;
    transition: border 0.1s;
}

/*
    display: none;
    background: rgba(0, 0, 0, 0.76);
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 4px;
    color: #fff;
  }
  .internet-connection span {
    display: none;
  }

  /*green background RGBA*/
.successBG-rgba {
    background: rgba(54, 180, 36, 0.76) !important;
}

/* app scroll*/
.app-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}

.app-scroll-thin::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.app-scroll::-webkit-scrollbar-thumb,
.app-scroll-thin::-webkit-scrollbar-thumb {
    border-radius: 4px;
}

.messenger {
    display: inline-flex;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}

.messenger-listView {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background: transparent;
    width: 45%;
    min-width: 200px;
    overflow: auto;
}

.messenger-listView .m-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px !important;
}

.messenger-listView .m-header > nav {
    margin: 10px;
}

.messenger-listView .m-body {
    margin-top: 141px;
}

.messenger-messagingView {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.messenger-messagingView .m-body {
    padding-top: 15px;
    height: calc(100% - 90px);
    overflow-x: hidden;
    overflow-y: auto;
}

.m-header {
    padding: 10px 15px;
    font-weight: 600;
    background: transparent;
}

.m-header-right {
    display: inline-flex;
    float: right;
}

.m-header-messaging {
    background: #fff;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.06);
}

.m-header svg {
    margin: 0px 8px;
    font-size: 16px;
    transition: transform 0.12s;
}

.m-header svg:active {
    transform: scale(0.9);
}

.messenger-search[type="text"] {
    margin: 0px 10px;
    width: calc(100% - 20px);
    border: none;
    padding: 8px 10px;
    border-radius: 6px;
    outline: none;
}

.messenger-listView-tabs {
    display: inline-flex;
    width: 100%;
    margin-top: 10px;
    background-color: transparent;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.06);
}

.messenger-listView-tabs a {
    width: 100%;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    background-color: transparent;
    transition: background 0.3s;
}

.messenger-listView-tabs a:hover,
.messenger-listView-tabs a:focus {
    text-decoration: none;
}

.messenger-tab {
    overflow: auto;
    height: calc(100vh - 143px);
    display: none;
    position: relative;
}

.add-to-favorite {
    display: none;
}

.add-to-favorite svg {
    color: rgba(180, 180, 180, 0.52) !important;
}

.favorite-added svg {
    color: #ffc107 !important;
}

.favorite svg {
    color: #ffc107 !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.messenger-list-item {
    margin: 0;
    width: 100%;
    cursor: pointer;
    transition: background 0.1s;
}

.m-list-active span,
.m-list-active p {
    color: #fff !important;
}

.messenger-list-item td {
    padding: 10px;
}

.messenger-list-item tr > td:first-child {
    padding-right: 0;
    width: 55px;
}

.messenger-list-item td p {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
}

.messenger-list-item td p span {
    float: right;
}

.messenger-list-item td span {
    color: #cacaca;
    font-weight: 400;
    font-size: 13px;
}

.messenger-list-item td b {
    float: right;
    color: #fff;
    padding: 0px 4px;
    border-radius: 20px;
    font-size: 13px;
    width: 20px;
    height: auto;
    text-align: center;
}

.avatar {
    text-align: center;
    border-radius: 100%;
    overflow: hidden;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.av-l {
    width: 100px;
    height: 100px;
}

.av-m {
    width: 45px;
    height: 45px;
}

.av-s {
    width: 32px !important;
    height: 32px !important;
}

.messenger-favorites {
    padding: 10px;
    overflow: auto;
    white-space: nowrap;
}

.messenger-favorites > div {
    display: inline-block;
    text-align: center;
    transition: transform 0.3s;
    cursor: pointer;
}

.messenger-favorites > div p {
    font-size: 12px;
    margin: 8px 0px;
    margin-bottom: 0px;
}

.messenger-favorites div.avatar {
    border: 2px solid #fff;
    margin: 0px 4px;
}

.messenger-favorites > div:active {
    transform: scale(0.9);
}

.messenger-title {
    margin: 0;
    padding: 10px;
    padding-bottom: 0px;
    text-transform: uppercase;
    color: #aeaeb7;
    font-size: 12px;
    font-weight: 600;
}

.messenger-infoView {
    display: block;
    padding-top: 7px;
    overflow: auto;
    width: 40%;
    min-width: 200px;
}

.messenger-infoView nav a {
    text-decoration: none;
    padding: 5px 8px;
    font-size: 18px;
}

.messenger-infoView > div {
    margin: auto;
    margin-top: 8%;
    text-align: center;
}

.messenger-infoView > p {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.messenger-infoView-btns a {
    display: block;
    text-decoration: none !important;
    padding: 5px 10px;
    margin: 0% 10%;
    border-radius: 3px;
    font-size: 14px;
    transition: background 0.3s;
}

.messenger-infoView-btns a.default:hover {
    background: #f0f6ff;
}

.messenger-infoView-btns a.danger {
    color: #ff5555;
}

.messenger-infoView-btns a.danger:hover {
    background: rgba(255, 85, 85, 0.11);
}

.shared-photo {
    border-radius: 3px;
    background: #f7f7f7;
    height: 120px;
    overflow: hidden;
    display: inline-block;
    margin: 0px 1px;
    width: calc(50% - 12px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.shared-photo img {
    width: auto;
    height: 100%;
}

.messenger-infoView-shared {
    display: none;
}

.messenger-infoView-shared .messenger-title {
    padding-bottom: 10px;
}

.messenger-infoView-btns .delete-conversation {
    display: none;
}

.message-card {
    display: flex;
    flex-direction: column;
    margin: 2px 15px;
    width: calc(100% - 30px);
}

.message-card div {
    margin-top: 0px;
}

.message-card p {
    margin: 0;
    padding: 6px 15px;
    padding-bottom: 5px;
    max-width: 80%;
    width: fit-content;
    width: -webkit-fit-content;
    border-radius: 20px;
    word-break: break-word;
}

.message-card p sub {
    display: inline-block;
    font-size: 11px;
}

.message-card p sub:before {
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.mc-sender {
    direction: rtl;
}

.mc-sender p {
    direction: ltr;
    color: #fff !important;
}

.mc-sender p sub {
    color: rgba(255, 255, 255, 0.67);
}

.mc-error p {
    background: rgba(255, 0, 0, 0.27) !important;
    color: #ff0000 !important;
}

.mc-error p sub {
    color: #ff0000 !important;
}

.listView-x,
.show-listView {
    display: none;
}

.messenger-sendCard {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.messenger-sendCard form {
    width: 100%;
    display: inline-flex;
    margin: 0;
}

.messenger-sendCard input[type="file"] {
    display: none;
}

.messenger-sendCard button,
.messenger-sendCard button:active,
.messenger-sendCard button:focus {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
}

.messenger-sendCard label {
    margin: 0;
}

.messenger-sendCard span {
    margin: 9px 10px;
    color: #bdcbd6;
    cursor: pointer;
    font-size: 21px;
    transition: transform 0.15s;
}

.messenger-sendCard span:active {
    transform: scale(0.9);
}

.m-send {
    font-size: 14px;
    width: 100%;
    border: none;
    padding: 10px;
    outline: none;
    resize: none;
    background: transparent;
    font-family: sans-serif;
    height: 44px;
    max-height: 200px;
}

.attachment-preview {
    position: relative;
    padding: 10px;
}

.attachment-preview > p {
    margin: 0;
    font-weight: 600;
    padding: 0px;
    padding-top: 10px;
}

.attachment-preview > p > svg {
    font-size: 16px;
    margin: 0;
    margin-bottom: -1px;
    color: #737373;
}

.attachment-preview svg:active {
    transform: none;
}

.image-file {
    cursor: pointer;
    width: 140px;
    height: 70px;
    border-radius: 4px;
    background-color: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.attachment-preview > svg:first-child {
    position: absolute;
    background: rgba(0, 0, 0, 0.33);
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 100%;
    font-size: 16px;
    margin: 0;
    top: 10px;
    color: #fff;
}

#message-form > button {
    height: 40px;
}

.file-download {
    font-size: 12px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 8px;
    margin-top: 10px;
    border-radius: 20px;
    transition: transform 0.3s, background 0.3s;
}

.file-download:hover,
.file-download:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.08);
}

.file-download:active {
    transform: scale(0.95);
}

.typing-indicator {
    display: none;
}

.messages {
    padding: 5px 0px;
}

.message-hint {
    margin: 0;
    text-align: center;
}

.center-el {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.message-hint span {
    background: rgba(154, 161, 170, 0.13);
    padding: 3px 10px;
    border-radius: 20px;
    color: rgb(135, 147, 164);
    display: inline-block;
}

.upload-avatar-details {
    font-size: 14px;
    color: #949ba5;
    display: none;
}

.upload-avatar-preview {
    position: relative;
    border: 1px solid #e0e0e0;
    margin: 20px auto;
}

.upload-avatar-loading {
    position: absolute;
    top: calc(50% - 21px);
    margin: 0;
    left: calc(50% - 20px);
}

.divider {
    margin: 15px;
}

.update-messengerColor {
    margin: 1rem 0rem;
}

.update-messengerColor .color-btn {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
}

.m-color-active {
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.update-messengerColor .color-btn {
    transition: transform 0.15s, border 0.15s;
}

.update-messengerColor .color-btn:active {
    transform: scale(0.9);
}

.dark-mode-switch {
    margin: 0px 5px;
    cursor: pointer;
}

.activeStatus {
    width: 12px;
    height: 12px;
    background: #4caf50;
    border-radius: 20px;
    position: absolute;
    bottom: 12%;
    right: 6%;
    transition: border 0.1s;
}

/*
  ***********************************************
  * App Buttons
  ***********************************************
  */
.app-btn {
    cursor: pointer;
    border: none;
    padding: 3px 15px;
    border-radius: 20px;
    margin: 1px;
    font-size: 14px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    transition: all 0.3s;
    color: rgb(33, 128, 243);
}

.app-btn:hover,
.app-btn:focus {
    color: rgb(33, 128, 243);
    outline: none;
    text-decoration: none;
}

.app-btn:active {
    transform: scale(0.9);
}

.a-btn-light {
    background: #f1f1f1;
    color: #333;
}

.a-btn-light:hover,
.a-btn-light:focus {
    color: #333;
    background: #e4e4e4;
}

.a-btn-primary {
    background: #0976d6;
    color: #fff;
}

.a-btn-primary:hover,
.a-btn-primary:focus {
    background: #0085ef;
    color: #fff;
}

.a-btn-warning {
    background: #ffc107;
    color: #fff;
}

.a-btn-warning:hover,
.a-btn-warning:focus {
    background: #ffa726;
    color: #fff;
}

.a-btn-success {
    background: #3fc380 !important;
    color: #fff;
}

.a-btn-success:hover,
.a-btn-success:focus {
    background: #2ecc71 !important;
    color: #fff;
}

.a-btn-danger {
    background: #ea1909 !important;
    color: #fff;
}

.a-btn-danger:hover,
.a-btn-danger:focus {
    color: #fff;
    background: #b70d00 !important;
}

.btn-disabled {
    opacity: 0.5;
}

/*
  ***********************************************
  * App Modal
  ***********************************************
  */
.app-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.53);
    z-index: 2;
}

.app-modal-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.app-modal-card {
    width: auto;
    max-width: 400px;
    margin: auto;
    padding: 20px 40px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.27);
    transform: scale(0);
}

.app-modal-header {
    font-weight: 500;
}

.app-modal-footer {
    margin-top: 10px;
}

.app-show-modal {
    transform: scale(1);
    animation: show_modal 0.15s;
}

/* modal animation */
@keyframes show_modal {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/*
  /* modal animation */
@keyframes show_modal {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/*
  ***********************************************
  * Placeholder loading
  ***********************************************
  */
.loadingPlaceholder-wrapper {
    position: relative;
}

.loadingPlaceholder-body div,
.loadingPlaceholder-header tr td div {
    background-repeat: no-repeat;
    background-size: 800px 104px;
    height: 104px;
    position: relative;
}

.loadingPlaceholder-body div {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
}

div.loadingPlaceholder-avatar {
    height: 45px !important;
    width: 45px;
    margin: 10px;
    border-radius: 60px;
}

div.loadingPlaceholder-name {
    height: 15px !important;
    margin-bottom: 10px;
    width: 150px;
    border-radius: 2px;
}

div.loadingPlaceholder-date {
    height: 10px !important;
    width: 106px;
    border-radius: 2px;
}

/*
  .loadingPlaceholder-wrapper {
    position: relative;
  }

  .loadingPlaceholder-body div,
  .loadingPlaceholder-header tr td div {
    background-repeat: no-repeat;
    background-size: 800px 104px;
    height: 104px;
    position: relative;
  }

  .loadingPlaceholder-body div {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
  }

  div.loadingPlaceholder-avatar {
    height: 45px !important;
    width: 45px;
    margin: 10px;
    border-radius: 60px;
  }
  div.loadingPlaceholder-name {
    height: 15px !important;
    margin-bottom: 10px;
    width: 150px;
    border-radius: 2px;
  }

  div.loadingPlaceholder-date {
    height: 10px !important;
    width: 106px;
    border-radius: 2px;
  }
  /*
  ***********************************************
  * Image modal box
  ***********************************************
  */
.imageModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.imageModal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.imageModal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.15s;
    animation-name: zoom;
    animation-duration: 0.15s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.imageModal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.imageModal-close:hover,
.imageModal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/*
  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(0);
    }
    to {
      -webkit-transform: scale(1);
    }
  }
  @keyframes zoom {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }

  .imageModal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .imageModal-close:hover,
  .imageModal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  /*
  ***********************************************
  * Typing (jumping) dots animation and style
  ***********************************************
  */
.dot {
    width: 8px;
    height: 8px;
    background: #bcc1c6;
    display: inline-block;
    border-radius: 50%;
    right: 0px;
    bottom: 0px;
    position: relative;
    animation: jump 1s infinite;
}

.typing-dots .dot-1 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.typing-dots .dot-2 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.typing-dots .dot-3 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

@keyframes jump {
    0% {
        bottom: 0px;
    }

    20% {
        bottom: 5px;
    }

    40% {
        bottom: 0px;
    }
}


@media (max-width: 1060px) {
    .messenger-infoView {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 334px;
    }
}

@media (max-width: 980px) {
    .messenger-listView {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        max-width: 334px;
    }
}


@media (max-width: 680px) {
    .messenger-messagingView {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
    }

    .messenger-infoView {
        display: none;
        width: 100%;
        max-width: unset;
    }

    .messenger-listView {
        width: 100%;
        max-width: unset;
    }

    .listView-x {
        display: none;
    }

    .app-modal-container {
        transform: unset;
    }

    .app-modal-card {
        max-width: unset;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
}

@media (min-width: 680px) {
    .messenger-listView {
        display: unset;
    }
}

@media only screen and (max-width: 700px) {
    .imageModal-content {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .user-name {
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .chatify-md-block {
        display: block;
    }


    .chatify-d-flex {
        display: flex !important;
    }

    .chatify-d-none {
        display: none !important;
    }

    .chatify-d-hidden {
        visibility: hidden !important;
    }

    .chatify-justify-content-between {
        justify-content: space-between !important;
    }

    .chatify-align-items-center {
        align-items: center !important;
    }

    .chat-message-wrapper {
        display: flex;
        flex-direction: column;
        align-items: end;
        unicode-bidi: bidi-override;
        direction: ltr;
    }

    .pb-3 {
        padding-bottom: 0.75rem;
        /* 12px */
    }

    .mb-2 {
        margin-bottom: 0.5rem;
        /* 8px */
    }

    .messenger textarea:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .chatify-hover-delete-btn {
        display: none;
        cursor: pointer;
        color: #333333;
    }

    .message-card:hover .chatify-hover-delete-btn {
        display: block;
    }

    .show-listView {
        display: inline-block;
    }
}

@media (max-width: 680px) {
    .messenger-messagingView {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
    }

    .messenger-infoView {
        display: none;
        width: 100%;
        max-width: unset;
    }

    .messenger-listView {
        width: 100%;
        max-width: unset;
    }

    .listView-x {
        display: none;
    }

    .app-modal-container {
        transform: unset;
    }

    .app-modal-card {
        max-width: unset;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
}

@media (min-width: 680px) {
    .messenger-listView {
        display: unset;
    }
}

@media only screen and (max-width: 700px) {
    .imageModal-content {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .user-name {
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .chatify-md-block {
        display: block;
    }


    .chatify-d-flex {
        display: flex !important;
    }

    .chatify-d-none {
        display: none !important;
    }

    .chatify-d-hidden {
        visibility: hidden !important;
    }

    .chatify-justify-content-between {
        justify-content: space-between !important;
    }

    .chatify-align-items-center {
        align-items: center !important;
    }

    .chat-message-wrapper {
        display: flex;
        flex-direction: column;
        align-items: end;
        unicode-bidi: bidi-override;
        direction: ltr;
    }

    .pb-3 {
        padding-bottom: 0.75rem;
        /* 12px */
    }

    .mb-2 {
        margin-bottom: 0.5rem;
        /* 8px */
    }

    .messenger textarea:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .chatify-hover-delete-btn {
        display: none;
        cursor: pointer;
        color: #333333;
    }

    .message-card:hover .chatify-hover-delete-btn {
        display: block;
    }

    .rounded-circle {
        border-radius: 50% !important;
    }

    .notification-avatar {
        height: 35px;
        width: 35px;
        top: 13px;
        left: 5px;
    }

    .header .dropdown.notifications .dropdown-item, .header .dropdown.message .dropdown-item {
        padding: 0.5rem !important;
    }

    .header .notifications .dropdown-menu {
        overflow-x: hidden !important;
        overflow-y: scroll;
    }
}

.TileStructure {
    border-radius: 30px;
    box-sizing: border-box;
    height: 226px;
    min-width: 152px;
    padding: 16px 0;
    width: 152px;
    align-items: center;
    display: flex;
    flex-flow: column;
    position: relative;
    transition-duration: .4s;
}

.TeamProjectsSection-itemTile {
    margin: 0 8px;
}

.AddItemSquircle {
    cursor: pointer;
}

.TileStructure-children {
    height: 120px;
    width: 120px;
}

.DashedTile.DashedTile--large {
    height: 120px;
    min-height: 120px;
    min-width: 120px;
    width: 120px;
    border: 2px dashed #ccc;
    text-align: center
}

.DashedTile i {
    margin: auto;
    padding: 0;
    align-content: center;
    margin-top: 37px;
    font-size: 38px;
    color: darkgray;
}

.TileStructure-name {
    box-sizing: border-box;
    margin-top: 8px;
    padding: 0 8px;
    -webkit-box-orient: vertical;
    color: #000000;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
}


@media (max-width: 576px) {
    .app-content .side-app {
        padding: 0 0px !important;
    }

    .title-sm-mobile {
        font-size: 10px;
    }

    .icon-home-sm {
        font-size: 20px !important;

    }

    #pageHeader {
        display: none;
    }

    .container {
        margin-top: 20px;
        padding-right: 0rem;
        padding-left: 0.25rem;
    }

    .card-title {
        font-size: 12px;

    }

    #search_date {
        min-width: 150px;
    }

    .timesheet_log_table {
        text-align: center;
    }

    .timesheet_log_table td {
        font-size: 11px;
    }

    .timesheet_log_table th {
        font-size: 11px;
    }

    .timesheet_log_table th:first-child {
        text-align: left;
        min-width: 150px;
    }

    .timesheet_log_table td:first-child {
        text-align: left;
        min-width: 150px;
    }

    .login100-form {
        width: 100%;
    }


}

@media (min-width: 768px) {
    .timesheet_log_table {
        text-align: center;
    }

    .timesheet_log_table th:first-child {
        text-align: left
    }

    .timesheet_log_table td:first-child {
        text-align: left
    }

    #search_date {
        min-width: 200px;
    }

}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 991px) {
    .header .dropdown-menu {
        margin-top: 0px !important;
    }
}


/*notice design*/
.event_date {
    /*width: 82px;*/
    background: #ed1c24;
    text-align: center;
    border-radius: 2px;
}

.event-date-wrap {
    border: 1px dashed #fff;
    margin: 8px;
    padding: 4px;
}

.event-date-wrap p {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.event-date-wrap span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.date-description {
    margin: 0 25px;
}

.date-description h3 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
}

.date-description h3:after {
    height: 2px;
    width: 50px;
    background: #ed1c24;
    content: "";
    position: absolute;
    left: 0;
    top: 117%;
}

.date-description p {
    font-size: 14px;
    margin-bottom: 10px;
}

.event_line {
    margin: 0 0 15px 0;
}

.clickAble {
    cursor: pointer;
}

