.mh-50px {
    max-height: 50px;
}

#global-search,
.global-search-dropdown .dropdown-item {
    cursor: pointer
}

.total-counts i {
    font-size: 54px;
}

.total-count-info {
    min-height: 100px;
}

.customer-status-icon {
    font-size: 30px;
}

#customers_list .customer-icon {
    color: #2c5cc2
}

#customers_list .customer-verified-icon {
    color: #00a340
}

#customers_list .customer-duplicate-icon {
    color: #8c4751
}

#customers_list .customer-pending-icon {
    color: #c78c42
}

#customers_list #datatable_length,
#customers_list #datatable_filter {
    display: none;
}

#options_menu,
#options_menu+.dropdown-menu>.dropdown-item,
.export.dropdown-menu>.dropdown-item {
    cursor: pointer
}

#customers_show .customer-avatar {
    width: 100px;
    height: 100px;
}

#customers_show .bg-gray {
    background-color: #e5e5e8;
}

#customers_show .text-gray {
    color: #e5e5e8;
}

.form-inline-edit input:not(:disabled) {
    border: 1px solid #e1e7e9 !important
}

.form-inline-edit textarea:not(:disabled) {
    border: 1px solid #e1e7e9 !important;
    outline: none;
}

.form-inline-edit select:disabled {
    background: none;
    border: none;
    padding-left: 2px;
    padding-top: 0;
    height: auto;
}

.form-inline-edit textarea:disabled {
    border: 0;
    resize: none;
}

.form-inline-edit input {
    outline: none;
    border: 1px solid transparent;
}

.form-inline-edit .table td {
    border: none;
}

.notification-item.unread {
    background-color: #F6F6FA;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 900px;
    margin: 20px auto;
    min-height: 500px;
}

.col-20p {
    flex: 0 0 20%;
    max-width: 20%;
}

.underwriting-stats div.icon-wrapper {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
}

.underwriting-card-text {
    max-width: 125px;
}

.underwriting-stats .contact:hover {
    display: block;
    margin-top: 0;
}

.underwriting-listing-table i.dt-cl-icon {
    font-size: 30px;
}

.app-customer-avatar {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
}

#customer_info input {
    outline: none;
    border: 1px solid transparent;
}

.w-40 {
    width: 10rem;
}

.col-2.flex-17 {
    flex: 0 0 19.6666666667%;
    max-width: 19.666667%;
}

.danger-icon {
    color: #8C4751;
}

.success-icon {
    color: #00A340;
}

.magnific-search-icon {
    color: #444444;
}

.inverite-verification {
    COLOR: #505d69;
}

.cursor-progress,
.cursor-progress * {
    cursor: progress !important;
}

.company-logo img {
    width: 200px;
    object-fit: contain;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}



/* Button used to open the chat form - fixed at the bottom of the page */

/* The popup chat - hidden by default */
.chat-popup {
    /* display: none; */
    position: fixed;
    bottom: 0;
    right: 15px;
    /* border: 3px solid #f1f1f1; */
    z-index: 9;

}


/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

.open-chat-box {
    margin-bottom: 28px;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.chat {
    margin-top: auto;
    margin-bottom: auto;
    height: 455px;
    width: 338px;
}

.card.chat-card {
    height: 500px;
    border-radius: 15px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.contacts_body {
    padding: 0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}

.msg_card_body {
    overflow-y: auto;
    background-color: #ffffff;
}

.card-header {
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 0 !important;
}

.card-footer {
    border-radius: 0 0 15px 15px !important;
    background-color: #e4e6eb !important;
    border-top: 0 !important;
    padding: 0rem 0rem 3rem 0.25rem !important;
}

.container {
    align-content: center;
}

.search {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
}

.search:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.type_msg {
    background-color: #e4e6eb !important;
    border: 0 !important;
    color: #050505 !important;
    height: 60px !important;
    overflow-y: auto;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.attach_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.send_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.search_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.contacts {
    list-style: none;
    padding: 0;
}

.contacts li {
    width: 100% !important;
    padding: 5px 10px;
    margin-bottom: 15px !important;
}

.user_img {
    height: 70px;
    width: 70px;
    border: 1.5px solid #f5f6fa;

}

.user_img_msg {
    height: 40px;
    width: 40px;
    border: 1.5px solid #f5f6fa;

}

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.user_info span {
    font-size: 20px;
    color: white;
}

.user_info p {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.msg_cotainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    /* border-radius: 25px; */
    color: #050505;
    background-color: #e4e6eb;
    padding: 10px;
    position: relative;
    min-width: 80%;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    /* border-radius: 25px; */
    color: #ffffff;
    background-color: #0084ff;
    padding: 10px;
    position: relative;
    min-width: 80%;
}

.msg_time {
    position: absolute;
    left: 0;
    bottom: -15px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.msg_time_send {
    position: absolute;
    right: 0;
    bottom: -15px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.msg_head {
    position: relative;
}

#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

.action_menu {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}

.action_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.action_menu ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.action_menu ul li i {
    padding-right: 10px;

}

.action_menu ul li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}

@media(max-width: 576px) {
    .contacts_card {
        margin-bottom: 15px !important;
    }
}

.fas fa-comments {
    color: black;
}

.open-chat-box {
    background-color: #ffffff;
}


/* Add class for zoom in/out SHOW LOAN APPLICATION icons */
.zoom-icon:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
}

.text-color {
    color: #505d69;
}

.text-height-1 {
    line-height: 1 !important;
}

.text-height-1-2 {
    line-height: 1.2 !important;
}

.text-height-1-5 {
    line-height: 1.5 !important;
}

.dt-button-collection {
    left: 0 !important
}

.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.absolute-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.radius-0 {
    border-radius: 0 !important;
}

.portfolio-1-bg {
    background-color: #5664d2 !important;
}

.portfolio-1-hbg {
    background-color: #5664d2;
}

.portfolio-2-bg {
    background-color: #4aa3ff !important;
}

.portfolio-2-hbg {
    background-color: #4aa3ff;
}

.portfolio-3-bg {
    background-color: #fcb92c !important;
}

.portfolio-3-hbg {
    background-color: #fcb92c;
}

#dt-table.disable-default-sorting th::before,
#dt-table th::after {
    display: none;
}

#dt-table.disable-default-sorting th {
    position: relative;
}

#dt-table.disable-default-sorting th i {
    float: right;
    cursor: pointer;
    padding: 5px 13px;
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 8px;
}

#dt-table.disable-default-sorting th input {
    display: none;
}

#dt-table.disable-default-sorting th small {
    display: block;
}