.emoji_icon_list{
    position: absolute !important;
}
.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-primary {
    color: #007bff !important;
}

.text-success {
    color: var(--theme-green) !important;
}

.text-secondary {
    color: var(--theme-dark-gray) !important;
}

.text-danger {
    color: #ff4c52 !important;
}

.text-white {
    color: #fff !important;
}

.d_none {
    display: none !important;
}

.selected-file-list .preview-image-name {
    overflow: hidden;
    max-width: 248px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    border: 1px solid var(--theme-light-gray);
    background: var(--theme-light-gray);
    padding: 0 14px;
    font-size: 14px;
    color: var(--theme-text);
    min-height: 52px;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 12px;
    border-radius: 10px;
}

.task_view .profile-info-item {
    display: flex;
    justify-content: space-between;
}

.task_view .profile-header {
    padding: 0px;
}

.task_view .profile-header-name {
    font-size: 16px;
    line-height: 20px;
}

.task_view .profile-header-edit {
    background-color: transparent;
    width: 29px;
}

.task_view .profile-top {
    padding: 0px;
}

.task_view .no-attachment-found {
    font-size: 17px;
    text-align: center;
    display: none;
    padding: 20px;
}

.profile-lead-status {
    height: 30px !important;
    margin-right: 5px;
    padding-right: 20px !important;
}


.appointment_view .profile-info-item {
    display: flex;
    justify-content: space-between;
}

.appointment_view .profile-header {
    padding: 0px;
}

.appointment_view .profile-header-name {
    font-size: 16px;
    line-height: 20px;
}

.appointment_view .profile-header-edit {
    background-color: transparent;
    width: 29px;
}

.appointment_view .profile-top {
    padding: 0px;
}

.appointment_view .no-attachment-found {
    font-size: 17px;
    text-align: center;
    display: none;
    padding: 20px;
}

.appointment_view .status_view {
    font-style: italic;
}

.popup-center-time {
    display: flex;
    margin-bottom: 16px;
}

.popup-center-time input[type=time] {
    font-family: Roboto;
    height: 44px;
    border: none;
    background-color: var(--theme-light-gray);
    border-radius: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    padding: 0 8px 0 15px;
    font-size: 14px;
    color: var(--theme-text);
}

.popup-center-time .time-item-title, .appointment-label, .appointment-add-type {
    font-size: 12px;
    line-height: 16px;
    color: var(--theme-text);
}

.appointment-view-toggle {
    cursor: pointer;
}

.appointment-add-type {
    text-align: right;
    padding: 10px 4px;
    cursor: pointer;
}

.profile-edit-view .popup-right {
    width: 100%;
}

@media screen and (max-width: 660px) {
    .profile-edit-view .popup-right {
        width: 100%;
    }
}

.success-message {
    background-color: #3c68ec !important;
    color: #fbfffe !important;
    padding: 8px;
    border-radius: 10px;
}

@media screen and (max-width: 1170px) {
    #profile .profile-top-tabs {
        overflow: auto;
    }
}

.leads-table .leads .main-title {
    cursor: pointer;
    color: var(--theme-primary);
}

.profile {
    width: 675px !important;
    overflow-x: hidden;
}

@media screen and (max-width: 660px) {
    .profile {
        position: absolute;
        right: 0;
        top: 0;
        width: 100% !important;
        min-width: auto;
    }
}

.pipeline-status-label {
    margin-left: 5px;
    color: #fff;
    padding: 3px;
    font-size: 9px;
    border-radius: 4px;
}

.status-label-active {
    background-color: var(--theme-primary);
}

.status-label-won {
    background-color: var(--theme-green);
}

.status-label-lost {
    background-color: var(--theme-red);
}

.status-label-archived {
    background-color: var(--theme-quaternary);
}

.date-label {
    font-size: 11px;
    padding: 4px;
    background-color: #eeeeee;
    color: #6d6d6d;
    font-weight: 400;
}

.leads-table-avatar {
    color: var(--theme-primary);
    background-color: #f0f0f0;
    padding: 5px;
    margin-right: 10px;
    font-size: 16px;
}

@media screen and (max-width: 1170px) {
    .leads-table-avatar {
        font-size: 12px;
        padding: 4px;
    }
}

.show-profile .chat-header {
    grid-template-rows: 70px 0px;
}

iframe {
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    margin: 2px;
}

#messaging_frame_div {
    height: 100%;
}

.task-top-tabs {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px;
    background: var(--theme-light-gray);
    border-radius: 10px;
}

.task-top-tab.selected {
    background: var(--theme-white);
}

.task-top-tab {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    max-width: 100%;
    border: none;
    background-color: transparent;
    padding: 11px 10px 10px;
}

.task-top-tab.selected .task-top-tab-text {
    color: var(--theme-primary);
}

.task-top-tab-text {
    white-space: nowrap;
    overflow: hidden;
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: var(--theme-gray);
}

.profile-child-top-tabs {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px;
    background: var(--theme-light-gray);
    border-radius: 10px;
}

.profile-child-top-tab.selected {
    background: var(--theme-white);
}

.profile-child-top-tab {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    max-width: 100%;
    border: none;
    background-color: transparent;
    padding: 11px 10px 10px;
}

.profile-child-tab.selected .task-top-tab-text {
    color: var(--theme-primary);
}

.profile-child-top-tab-text {
    white-space: nowrap;
    overflow: hidden;
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: var(--theme-gray);
}

@media screen and (max-width: 660px) {
    .chat-header-close {
        display: block !important;
    }
}

.profile-top-label {
    margin-right: 5px;
}

.profile-top-button {
    margin-right: 5px !important;
}

#action_val_task_div input, #action_val_task_div textarea {
    width: 100%;
}

.action-inputs,
.trigger-action-inputs {
    display: none;
}

.automation-label {
    font-size: 12px;
    line-height: 16px;
    color: var(--theme-text);
    display: none;
}

.task-action-button {
    font-size: 10px;
  /*  padding: 0px 15px;*/
    height: 30px;
}

.task-action-button span {
    white-space: nowrap;
    overflow: hidden;
}

.select2-selection__choice__remove {
    display: none !important;
}

#profile .select2-selection__choice__remove {
    display: inline-block !important;
}

.select2-option-remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    margin-left: 3px;
}

.select2-selection {
    border: 1px solid var(--theme-light-gray) !important;
    background: var(--theme-light-gray) !important;
    padding: 0px 10px;
    color: var(--theme-text);
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 12px;
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
}

.has_error {
    border: 1px solid var(--theme-red) !important;
}

.error_label {
    color: var(--theme-red);
    font-weight: 700;
    font-size: 14px;
    padding: 0px 10px;
    display: none;
    margin-bottom: 5px;
}

.popup .text-input {
    margin-bottom: 12px !important;
    margin-top: 8px;
}

.pipeline-column-item-tasks i {
  margin-right:5px;
}
#back-edit-profile {
    background-color: transparent;
    height: 16px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 6 9'%3E%3Cdefs/%3E%3Cpath fill='%23000' d='M2.8 4.5l2.9 2.8-1.5 1.4L0 4.5 4.2.3l1.5 1.4-2.9 2.8z'/%3E%3C/svg%3E");
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 9px;
    margin-right: 6px;
}

.task_view .profile-header {
    height: auto !important;
}

.profile-no-responsible, .profile-no-tags {
    margin-right: 5px;
}

.header-label {
    padding-top: 10px;
    margin-right: 10px;
}

.popup .text-input:hover, .popup .text-input:focus {
    background-color: var(--theme-white) !important;
}

.pipeline-column-item-tag, .tags-div .profile-top-label {
    text-transform: none;
}

.multi-select-menu, .multi-select-button {
    background: #f8f8f8 !important;
    border: 1px solid #f8f8f8 !important;
}

.leads-table-notes-list {
    max-height: 315px;
    height: auto;
}

.notes-list-body {
    height: auto;
    max-height: 200px;
}
.appointment_status_change
{
    background-color: #3356bc;
    color: white;
    padding: 6px 14px;
}
.appointment_status_change option {
    background: #f8f9fe;
    color: #000;
    text-shadow: 0 1px 0 #f8f9fe;
}

.profile-info-header {
    padding: 23px 20px 0px;
}

#profile table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #eee;
}

#profile table th, table td {
    text-align: left;
    padding: 10px;
    /*border: 1px solid #e4eaec;*/
}

#profile-memberships table th, #profile-memberships table td {
    width: auto;
    word-wrap: break-word;
    white-space: inherit !important;
    /*border: 1px solid #e4eaec;*/
}

#personal-info-div table, #account-info-div table, #visit-info-div table, #purchase-info-div table, #other-info-div table {
  margin: 20px;
}

.automation-item-buttons .btn-group, .automation-item-buttons button {
  margin:0px 5px;
}

.appointment_color {
    margin-bottom : 12px;
}

.remove-from-flow {
    /* flex: 1; */
    cursor: pointer;
}

.alert-blk {
  z-index: 2147483601 !important;
}

.edit-other-data {
    word-break: break-all;
}

.profile-details-div {
    width:100%;
}

.profile-header-buttons .dropdown-menu.show {
    display: block!important;
}

.pac-container {
    z-index: 999999 !important;
}

.flex_nowrap{
    flex-wrap: nowrap !important;
}

.w_auto {
    width: auto !important;
}

td.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    background: var(--theme-transparent) !important;
    color: rgba(28, 37, 56, 0.5) !important;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    text-align: center !important;
}

a.ui-state-default.ui-state-highlight  {
    color: #fff;
    background: rgb(0, 0, 0, 0.3);
}

a.button.btn-sm.update_per_info_single_field {
    text-transform: capitalize;
    cursor: pointer;
    font-size: 12px;
}

a.button.btn-sm.cancel_editing_per_info {
    text-transform: capitalize;
    cursor: pointer;
    background-color: var(--theme-gray);
    font-size: 12px;
    border-color: var(--theme-gray);
}


#add_action_form #action_val_task_div .ms-options label {
    padding-left: 0px !important;
}

#add_action_form #action_val_task_div .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    left: 170px !important;
}

.label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #d9534f;
}

.label-primary {
    background-color: #007bff;
}

.gltp_label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.gltp_contact_text_data {
    max-width: 390px;
    cursor: pointer;
    word-wrap: break-word;
}
.gltp_contact_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hide_edit_note_icon {
    display: none;
    cursor: pointer;
}
.show_edit_note_icon:hover .hide_edit_note_icon, 
.inbox_note_edit_div:hover .hide_edit_note_icon {
    display: block;
}
.inbox_edit_note_textarea {
    height: 130px !important;
    font-size: 12px !important;
    border: 1px solid transparent !important;
    background: #fff !important;
    text-align: left !important;
    overflow-y: auto !important;
}

.sendMessageForm-inner .note-editing-area {
    background: #fff !important;
}

.sendMessageForm-inner .note-editable {
    min-height: 70px !important;
}

.gln_new_message_text_limit {
    /* float: inline-end !important; */
    /* display: inline !important; */
    margin-top: 0 !important;
}

.profile-info-parent {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px;
  background: var(--theme-light-gray);
  border-radius: 10px;
  flex-flow: wrap;
}

.profile-child-tab.selected {
  background: var(--theme-white);
}

.profile-child-tab.selected .profile-top-tab-text {
  color: var(--theme-primary);
}

.profile-child-tab {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  max-width: 100%;
  border: none;
  background-color: transparent;
  padding: 11px 10px 10px;
}

.profile-child-tab-text {
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  color: var(--theme-gray);
}

.collapse-left-menu,.expand-left-menu {
    cursor: pointer;
}

.collpase-expand-left-menu.crm-menu {
    float: left;
    margin-top:20px;
}

.collpase-expand-left-menu .expand-left-menu {
    display: none;
}

.sidebar-collapse-header {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #eee;
  padding: 20px 25px 20px 20px;
  display: flex;
  border-right: 1px solid #eee;
  align-items: center;
  display: none;
  width: 260px;
}

.show-profile .chat {
    width: 750px !important;
}
.popup_inbox_email_preview {
    width: 56% !important;
    max-width: 600px;
}
.popup_inbox_email_preview div#div_email_preview {
    left: 0;
    position: fixed;
    width: 56% !important;
    max-width: 600px;
}
.individual_inbox_email_preview .profile-header,
.popup_inbox_email_preview .profile-header {
    height: 0 !important;
    padding: 12px 24px 0 !important;
    margin-bottom: 0 !important;
}
.individual_inbox_email_preview .profile-info-header,
.popup_inbox_email_preview .profile-info-header {
    padding: 20px 10px 0px !important;
}
.individual_inbox_email_preview div#inbox_email_preview_subject,
.popup_inbox_email_preview div#inbox_email_preview_subject {
    padding: 0 10px;
}
.individual_inbox_email_preview div#inbox_email_preview_body,
.popup_inbox_email_preview div#inbox_email_preview_body {
    padding: 0 8px;
    height: 80vh;
}
.individual_messages_div_container {
    display: flex;
}
.individual_messages_div_container div#messages-main-content {
    width: 100%;
}
.individual_inbox_email_preview {
    width: 45% !important;
}
.individual_inbox_email_preview div#div_email_preview {
    left: 0;
    position: fixed;
    width: 45% !important;
    min-width: initial !important;
}
.indi_chat_width {
    width: 55% !important;
}

.gln_auto_response_email_container {

    .card-block {
        padding-bottom: 0;
    }

    .card-body {
        padding: 0;
        margin: 0;
    }

    .iframe_container iframe {
        border: 0 !important;
        border-radius: 0 !important;
        margin: 0 !important;
        width: 100%;
        min-height: 750px;
    }
}

.gleantap_switch_input_div {
    display: flex;
    align-items: center;
    column-gap: 10px;

    .gleantap_switch_toggle {
        display: flex;
    }

    input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden;
    }

    label {
        cursor: pointer;
        text-indent: -9999px;
        width: 45px;
        height: 22px;
        background: grey;
        display: block;
        border-radius: 100px;
        position: relative;
        padding: 0;
        margin: 0;
    }

    label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }
}

.gln_pipline_menu {
    display: flex;
    align-items: center;
    position: relative;
}

.gln_pipline_menu .automation-item-button {
    margin-right: 7px !important;
}

.gln_pipline_menu button.automation-item-button:hover {
    color: var(--theme-link-hover);
}

.text_gray {
    color: gray;
}

.set_default_pipeline,
.gln_pipline_menu_btn {
    font-size: 16px;
}

.gln_pipline_menu_div.active {
    opacity: 1 !important;
    min-width: 140px;
}

.gln_pipline_menu_div {
    button.pipeline-column-action {
        margin-bottom: 12px;
    }
}

.gln_pipeline_page {
    .leads-title-drop .drop-block {
        min-width: 410px !important;
    }

    .automation-submit {
        max-width: 365px !important;
    }
}