.card-shadow {
    box-shadow: 1px 1px 30px rgba(39, 29, 50, 0.15);
    border-radius: 10px;
    background: #fff;
}

.edit-icon {
    color: #dad7d7 !important;
    font-size: 14px !important;
}

.bg-color-F9F9F9 {
    background-color: #F9F9F9;
}

.f-size-90 {
    font-size: 90%;
}

.f-size-initial {
    font-size: initial;
}

.chat-attachment {
    font-size: 14px;
}

.h-40 {
    height: 40px;
}

.bage-size-big {
    font-size: 16px;
}


#sidenav {
    z-index: 1;
}

.color-red {
    color: red;
}

.mt-134px {
    margin-top: 134px;
}
.mt-70px {
    margin-top: 70px;
}

.mt-67px {
    margin-top: 67px;
}

.fw-100 {
    font-weight: 100;
}

.h-458px {
    height: 458px !important;
}

.h-393px {
    height: 393px !important;
}

@media (max-width: 500px) {
    .mt-134px{
        margin-top: 35px;
    }
}

.color-blue {
    color: blue !important;
}

.font-16px {
    font-size: 16px !important;
}

.card-spacing {
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-spacing-2 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.card-spacing-popup {
    margin-bottom: 50px;
}

.invalid-feedback {}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.no-decor {
    text-decoration: none !important;
    color: #3b5998;
}

.fl {
    float: left !important;
}



.pr-4r {
    padding-right: 4rem;
}

.color-blue {
    color: #21A2C1 !important;
}

.color-green {
    color: green !important;
}

.bage-size {
    font-size: 0.951vw;
}

.btn-unread {
    border: 1px solid #21A2C1;
    color: #21A2C1;
    padding: 6px 15px;
    /*font-size: 14px !important;*/
    height: 38px !important;
}

.btn-unread:hover {
    color: white;
    background-color: #21A2C1;
}

.select2 {
    width: 100% !important;
}

#pending_invite_model .modal-dialog,
#pending_share_invite_model .modal-dialog {
    max-width: 900px !important;
}

#pending_invite_model {
    /*z-index: 99999;*/
}

.fa-stack[data-count]:after {
    position: absolute;
    margin-top: -5px;
    content: attr(data-count);
    font-size: 10px;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(255, 0, 0, .85);
    text-align: center;
    font-weight: bold;
    min-width: 25px;
}

.counter_badge {
    width: 40px !important;
    margin-left: -40px;
}

.header-name-sidebar {
    margin-top: -10px !important;
    text-align: left !important;
    font-size: 20px;
    margin-left: 6px;
}

.logged_user {
    font-size: larger !important;
}

.first_li:hover {
    color: unset !important;
}

.fw-900 {
    font-weight: 900;
}

#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: '';
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #50ACE4;
    border-top-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.table_scroll {
    display: block;
    overflow: auto;
}

.w-25px {
    width: 25px;
}

.h-205px {
    height: 205px !important;
}

.h-160px {
    height: 160px !important;
}

.scroll_2::-webkit-scrollbar-track,
.scroll_2_slim::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /*border-radius: 10px;*/
    background-color: #F5F5F5;
}

.scroll_2::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.scroll_2_slim::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

.scroll_2::-webkit-scrollbar-thumb,
.scroll_2_slim::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c3c3c3;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 0.5px solid #eee !important;
}


/* FOR CHATTING MODULE */

.left-row,
.right-row {
    background-color: white;
    min-height: 600px;
    height: auto;
    max-height: auto;
    margin-bottom: 50px;
}

.left-row {
    border-right: 1px solid #eee;
    padding: 20px 20px 20px 35px;
}

.main-row {
    height: auto;
}

.right-row {}

.user-tab {
    margin: 5px;
    border-radius: 10px;
    border: 2px solid #eee;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.user-details-tab {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    height: 65px;
}

.user-tab-anchor {
    color: black;
    font-weight: 400;
    font-size: large;
    font-family: sans-serif;
    margin-top: 8px;
}

.selected-tab {
    background-color: #eee;
}

.chat-tab {
    display: block;
    overflow: auto;
    min-height: 400px;
    max-height: 400px;
    border-bottom: 1px solid #eee;
    padding: 12px;
}

.archive-tab {
    display: block;
    overflow: auto;
    min-height: 550px;
    max-height: 550px;
    border-bottom: 1px solid #eee;
    padding: 12px;
}

.user-detail-header {
    text-align: left;
    width: auto;
    margin-left: 10px;
}

.searcher {
    width: 300px;
}

.send-message-tab,

/* .send-message-button*/

{
    min-height: 50px;
    max-height: 50px;
}

.send-message-button {
    /*margin-top: 85px;*/
}

.send-message-input {
    /*margin-top: 10px;*/
    /*border-radius: 15px;*/
    /*max-height: 100%;*/
    /*min-height: 100%;*/
    /*max-width: 100%;*/
    /*min-width: 100%;*/
    /*margin-left: 10px;*/
}

.temp-chat-view {
    color: #d4d1d1;
}

.m-w-900 {
    max-width: 65.885vw;
}

.m-w-700 {
    max-width: 51.244vw;
}

.color-a4a41d {
    color: #a4a41d;
}

.container_checkbox {
    display: block;
    position: relative;
    padding-left: 0;
    width: 17px;
    margin: 0 auto 15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 3px #0000005e;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #ccc;
}

.m-w-1000 {
    max-width: 900px;
    max-width: 1000px;
}

.temp-chat-div {
    text-align: center;
    margin-top: 180px;
}

.receiver,
.sender {
    border-radius: 10px;
    padding: 7px;
    min-width: 250px;
    max-width: 400px;
    overflow-wrap: break-word;
    margin-bottom: 2px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.receiver_b,
.sender_b,
.sender_a,
.receiver_a {
    margin-top: 20px;
    font-size: 14px;
}

.receiver_b {
    float: right;
    color: black;
}

.sender_b {
    float: right;
    color: white;
}

.receiver {
    background-color: #eee;
    border: 2px solid #eee;
    margin-left: 14px;
    float: left;
    box-shadow: 1px 1px 8px rgba(42, 29, 50, 0.15);
}

.sender {
    background-color: #21A2C1;
    border: 2px solid #21A2C1;
    color: white;
    float: right;
    box-shadow: 1px 2px 8px rgba(39, 138, 177, 1.15);
}

.box-body {
    overflow: hidden;
}

.font-large {
    font-size: 1.33333em;
    -webkit-text-stroke: 0.5px white;
}
