.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer-default {
    cursor: default;
}

/* buttons v3 */
.btnv3-primary-purple,
.btnv3-secondary-white,
.uploadNewMedia .btn.btn-file {
    padding: 0px 8px;
    width: 100px;
    height: 30px;
    text-transform: none;
}

.btnv3-primary-radius,
.btnv3-secondary-radius,
.uploadNewMedia .btn.btn-file {
    border-radius: 30px;
}

.btn-split-icon-primary {
    min-width: 27px;
    padding: 3px 15px;
    text-transform: capitalize;
}

.btnv3-sm-primary-purple,
.btnv3-sm-secondary-white {
    padding: 0px 8px;
    height: 25px;
    text-transform: none;
}

.uploadNewMedia .btn.btn-file,
.uploadNewMedia .fileinput-remove-button,
.uploadNewMedia .fileinput-cancel-button {
    padding: 8px !important;
    line-height: 14px !important;
    width: 100px !important;
    height: 30px !important;
    text-transform: none !important;
    border-radius: 30px !important;
    font-size: 14px !important;
}

/* fonts v3 */
.font-sm-regular {
    font-size: 14px;
    font-weight: 400;
}

.font-sm-medium {
    font-size: 14px;
    font-weight: 500 !important;
}

.font-lg-regular {
    font-size: 15px;
    font-weight: 400;
}

.font-lg-15-medium {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.font-lg-bold {
    font-size: 17px;
    font-weight: 700;
}

/* top menu */
.phone-icon {
    font-size: 24px;
    padding: 0px 16px;
}

.forSupport {
    padding-left: 5px;
}

.loggedInUserDropdown ul.dropdown-menu.dropdown-menu>li>a {
    padding: 8px 16px !important;
}

.loggedInUserDropdown ul.dropdown-menu.dropdown-menu .divider {
    height: 1px;
    margin: 0px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* dialog css */
#dialog-content {
    font-family: Roboto;
    font-style: normal;
}

.pmd-content {
    padding-top: 63px;
    padding-bottom: 0px !important;
    padding-left: 0;
    padding-right: 0;
}

#dialog-content {
    margin-top: 13px;
}

.dialog-sec-2-card,
.dialog-sec-1-card {
    box-shadow: 2px 2px 8px 0px #465DC152;
    border-radius: 8px;
}

.hr-divider-grey300 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0;
    border-top: 1px solid #cfd0db;
}

.pmd-card-title-v3 {
    padding: 12px 12px 0 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.badgev3-tangerine400 {
    margin-bottom: -4px;
    font-size: 14px;
    margin-left: -8px;
    margin-right: 2px;
}

#conversations {
    height: calc(100vh - 12.4rem);
    overflow: scroll;
    overflow-x: hidden;
}

#conversations::-webkit-scrollbar {
    width: 5px;
}

.dialog-settings-dropdown .dropdown-menu,
.contact-options-dropdown .dropdown-menu,
.filter-settings-dropdown .dropdown-menu {
    min-width: 100%;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgb(0 0 0 / 18%);
    /* font-size: 12px; */
}

.dialog-settings-dropdown .pmd-dropdown .dropdown-menu>li>a,
.filter-settings-dropdown .pmd-dropdown .dropdown-menu>li>a {
    padding: 5px 16px;
}

.dialog-settings-dropdown-btn,
.filter-settings-dropdown {
    margin-left: -1rem;
}

.dialog-settings-dropdown .pmd-dropdown-menu-bg {
    width: 195px;
    height: 66px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgb(70 93 193 / 40%);
}

.dialog-settings-dropdown .dropdown-menu.pmd-dropdown-menu-top-left.pm-ini {
    clip: rect(0px, 195px, 66px, 0px);
}

.dialog-settings-header,
.filter-settings-header {
    font-weight: bold;
    font-size: 14px;
    padding: 3px 16px;
    margin-top: 5px;
}

.contact-options-dropdown .pmd-dropdown-menu-container {
    width: 195px;
    height: 66px;
    margin-bottom: 10px;
}

.contact-options-dropdown .pmd-dropdown-menu-bg.pmd-dropdown-menu-bg-bottom-left {
    width: 195px;
    height: 66px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgb(70 93 193 / 40%);
}

.contact-options-dropdown .dropdown-menu.pmd-dropdown-menu-top-left.pm-ini {
    clip: rect(0px, 195px, 66px, 0px);
}

.conversationsListGroup li.list-group-item.each-conv {
    padding: 15px 20px 0px 28px !important;
    cursor: pointer;
    border: 1px solid #cfd0db !important;
}

.conversationsListGroup li.list-group-item.each-conv:hover {
    background-color: #EFEEFB;
}

.conversationsListGroup li.list-group-item.each-conv:active {
    background-color: #EFEEFB;
}

.each-conv.selected {
    background: #edeff9 no-repeat padding-box;
}

.contactIcon {
    padding-right: 0.7em;

}

.iconContact {
    width: 35px;
}

/* .dialog-sec2-card-title-sec1 .contactIcon{
	margin-top: -8px;	
} */
.conv-customer-name {
    padding-left: 1.8em;
}

/* avatar css */
.dialog-sec2-card-title-sec1 .avatar-me {
    margin-left: 21px !important;
}

.conv-title .avatar-me-wrapper,
.grp_icon_wrapper {
    min-height: 48px;
    overflow: hidden;
    padding-left: 58px;
    position: relative;
}

.conv-title .avatar-me,
.grp_icon {
    color: #fff;
    display: block;
    height: 48px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    width: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.conv-title .avatar-me,
.grp_icon {
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
}

.grp_icon .grpIcon {
    color: hsl(235deg 21% 34%);
    font-size: 22px;
    margin-top: 8px;
}

.easy-autocomplete.eac-bootstrap input {
    border-width: 0px 0px 1px 0px;
    border-color: #ccc;
    border-radius: 0px;
}

/* For mobile */
@media screen and (min-width: 481px) {

    .conv-title .avatar-me-wrapper,
    .grp_icon_wrapper {
        min-height: 64px;
        padding-left: 79px;
    }

    .conv-title .avatar-me,
    .grp_icon {
        line-height: 34px;
    }

    .conv-title .avatar-me,
    .grp_icon {
        height: 33px;
        width: 33px;
    }

    .conv-title .avatar-me,
    .grp_icon {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.dialog-sec-1-tagv3 {
    font-size: 23px;
}

.each-conv-customer-name-col {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.shortened-msg {
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 45px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

/* filter form css */
.dialog3-label,
#send_msg_to_label {
    font-size: 12px !important;
}

.dialog3-input {
    outline: none !important;
    border: none !important;
    height: fit-content !important;
    font-size: 12px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.filter-input-field .btn-group .btn {
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
    height: fit-content;
}

.filter-input-field span.multiselect-selected-text {
    font-size: 12px;
}

.filter-input-field .multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
    margin-top: 3px;
}

.filter-input-field .multiselect-container.dropdown-menu {
    max-height: 100px;
    overflow: hidden auto;
    width: 100%;
}

/* dialog sec 2 css */
.dialog-sec-2-card {
    /* height: calc(100vh - 5.4rem); */
}

.dialog-sec2-card-title {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.dialog-sec2-card-title-sec1 {
    margin-left: -7px;
    cursor: default;
}

.sec2-convNameNum {
    margin-top: -13px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;

}

.each-conv-customer-name-col-sec2 {
    display: block;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;

}

.each-conv-customer-ph-sec2 {
    margin-top: -2px;
}

.sendFromOfficeSec {
    margin-left: 0px;
}

input#sendMsgTo-ajax-post {
    color: white;
}

input#sendMsgTo-ajax-post:focus {
    color: white;
}

#sendMsgTo-ajax-post {
    border-color: white !important;
    border-width: 0px 0px 1px 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.sendMsgTo-ajax-post-input-grp .easy-autocomplete-container,
.sendMsgTo-ajax-post-input-grp .easy-autocomplete-container ul {
    max-height: calc(100vh - 20rem) !important;
    height: auto !important;
}

.sendMsgTo-ajax-post-input-grp .easy-autocomplete-container ul {
    max-height: calc(100vh - 20rem) !important;
    height: auto !important;
    overflow-y: auto;
    border-bottom: 1px solid #ccc !important;
}

.sendMsgTo-ajax-post-input-grp .easy-autocomplete-container ul::-webkit-scrollbar-thumb {
    background-color: #465dc1;
}

.sendMsgTo-ajax-post-input-grp .easy-autocomplete-container ul::-webkit-scrollbar {
    width: 2px;
}

/* .sendMsgTo-ajax-post-input-grp .easy-autocomplete{
	width:inherit!important;
} */
.send_msg_to-sec .input-group-addon,
#sendMsg_officeTo_sec .input-group-addon {
    border: none !important;
    background-color: transparent !important;
}

ul#select2-officeTo-results::-webkit-scrollbar-thumb {
    background-color: #465dc1;
}

ul#select2-officeTo-results::-webkit-scrollbar {
    width: 5px;
}

#sendMsg_officeTo_sec span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus .selection span.select2-selection.select2-selection--single {
    color: black;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;

}

#sendMsg_officeTo_sec .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;

}

#sendMsg_officeTo_sec .select2-container .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
}

span#select2-officeTo-container {
    color: white;
}

#sendMsg_officeTo_sec .form-control {
    color: white;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
}

#sendMsg_officeTo_sec .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    line-height: 15px;
}

#sendMsg_officeTo_sec span#select2-officeTo-container {
    line-height: 15px;
    margin-left: -13px;
}

}

/* avatar sec 2 css */
.dialog-sec2-card-title .avatar-me-wrapper {
    min-height: 48px;
    overflow: hidden;
    padding-left: 58px;
    position: relative;
}

.dialog-sec2-card-title .avatar-me {
    color: #fff;
    display: block;
    height: 48px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    width: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dialog-sec2-card-title .avatar-me {
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
}

.dialog-sec2-card-title .avatar-me {
    height: 33px !important;
    width: 33px !important;
    margin-left: 20px;
    margin-top: 8px;
}

/* For mobile */
@media screen and (min-width: 481px) {
    .dialog-sec2-card-title .avatar-me-wrapper {
        min-height: 64px;
        padding-left: 79px;
    }

    .dialog-sec2-card-title .avatar-me {
        line-height: 33px;
    }

    .dialog-sec2-card-title .avatar-me {
        height: 39px;
        width: 39px;
    }

    .dialog-sec2-card-title .avatar-me {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

#messageText {
    min-height: 0px !important;
    border: none;
    outline: none;
    box-shadow: none;
    resize: none;
    max-height: 100px !important;
}

#messageText::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

#messageText::-webkit-scrollbar-thumb {
    background-color: #8a99e3;
}

#messageText:focus {
    border: none;
    box-shadow: none;
}

#conv-sec {
    height: calc(100vh - 17rem);
    overflow: scroll;
    overflow-x: hidden;
}

#conv-sec::-webkit-scrollbar {
    width: 5px;
}

#chatBoard,
#conversationWindow {
    height: max-content;
}

.dialog-sec-2-iconv3 {
    font-size: 24px;
}

html {
    scroll-behavior: smooth;
}

#openExternalWindow {
    margin-left: -15px;
}

.card-title-iconv3 {
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 15px;
}

.text-message {
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 0px;
    word-break: break-word;
    cursor: default;
    white-space: pre-line;
}

.text-message a {
    color: blue;
    text-decoration: underline;
}

.incoming-media {
    border: 4px solid #6979CB;
    padding: 15px !important;
}

.outgoing-media {
    border: 4px solid #E8EAF0;
    padding: 15px !important;
}

.load-more {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#sendMsg_officeTo_sec {
    margin-top: 3px;
}

.messageForm {
    margin-top: 8px;
    margin-left: 15px;
}

.typing-status {
    font-size: 11px;
}

.messageFormSec1Row {
    padding-top: 3px;
    padding-bottom: 5px;
    margin-bottom: 18px;
}

.messageFormSec1 {
    border-top: 1px solid #CFD0DB;
    border-right: 1px solid #CFD0DB;
    border-bottom: 1px solid #CFD0DB;
    border-left: 1px solid #CFD0DB;
    border-radius: 4px 4px 0px 0px;
}

.send-message-sm {
    min-width: 27px;
    padding: 3px 15px;
    text-transform: capitalize;
    height: 39px;
}

.columnPaddingLess {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
}

.addMediaIcon {
    font-size: 25px;
}

.emoticon {
    font-size: 18px;
}

.emoticonSec {
    margin-top: 5px;
    padding-left: 1px;
}

.message-row {
    margin-bottom: -5px;
}

.charCounterSec {
    padding-left: 0;
    padding-right: 5px;
    margin-left: 0;
}

.characterCounterCol {
    font-size: 12px;
    margin-right: -49px;
    margin-top: 10px;
}

.characterCounter {
    font-size: 12px;
    margin-right: -116px;
    margin-top: 10px;
}

.messageRowSec {
    padding-right: 0px;
    padding-left: 7px;
}

#send,
#update {
    margin-right: 0px;
}

.dropdownBtn {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.sendOrUpdateBtn {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

ul.dropdown-menu.send-dropdown-action {
    min-width: 108px !important;
    box-shadow: 0px 2px 4px rgb(70 93 193 / 40%);
    margin-bottom: 5px;
    border-radius: 8px;
    border: none;
}

.mediaDropdown .pmd-dropdown-menu-container {
    width: 195px;
    height: 66px;
    margin-bottom: 10px;
}

.mediaDropdown .pmd-dropdown-menu-bg.pmd-dropdown-menu-bg-bottom-left {
    width: 195px;
    height: 66px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgb(70 93 193 / 40%);
}

.mediaDropdown .dropdown-menu.pmd-dropdown-menu-top-left.pm-ini {
    clip: rect(0px, 195px, 66px, 0px);
}

.mediaFileAttached a {
    margin: 0px 15px 0px 0px;
}

.mediaFileAttached {
    padding: 4px;
}

.attachmentPreview {
    height: 172px;
    margin-right: 15px;
    width: initial;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.attachmentPreview::-webkit-scrollbar {
    width: 5px;
    height: 9px;
    background-color: transparent;
}

.attachmentPreview::-webkit-scrollbar-thumb {
    background-color: #8a99e3;
}

.btnv3-cancel-dark {
    border-radius: 50%;
    line-height: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: -50px;
    right: -10px;
}

.single_attachment {
    position: relative;
    margin: 0px 15px 0px 0px;
}

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

/* dialog sec 3 css */
.customer-personal-Det {
    height: calc(100vh - 14rem);
    overflow-y: auto;
    overflow-x: hidden;
}

.customer-personal-Det::-webkit-scrollbar {
    width: 5px;
}

/* dialog sec3 - customer details */
#customerInfo {
    padding-top: 20px;
}

.contactInfoText {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}

.customer-personal-tit {
    padding-bottom: 5px;
}

.contact_table_label {
    line-height: 20px;
    text-align: right;
    padding: 10px;
    height: 15px;
    width: 109px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 5px 19px 24px !important;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5E53D4;
}

.contact_td {
    margin-top: -4px;
    margin-bottom: 10px;
}

.tm_editable_container .i_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px;
    overflow: hidden;
}

.tm_editable_container .no_edit .outside_btncontainer .i_edit .i_edit_text .sec3-contact-edit-icon {
    vertical-align: middle;
}

.tm_editable_container .no_edit:hover {
    box-sizing: border-box;
    border-radius: 4px;
    background: rgba(70, 93, 193, 0.1);
    float: right;
}

.tm_editable_container .no_edit {
    padding: 0px;
}

.contact-option {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
}

.contact-option-sec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    margin-left: 15px;
    margin-right: 15px;
    background: #F7F8FC;
}

.customer-details-empty-data {
    padding: 10px 0px 10px 20px;
}

.just_edit {
    padding: 0px;
}

.pmd-dropdown .dialogv3-dropdown>li>a {
    padding: 3px 10px;
}

.pmd-dropdown .dialogv3-dropdown>li>a .checkbox,
.pmd-dropdown .dialogv3-dropdown>li>a .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.load-morev3 {
    font-size: 12px;

}

.dialogAddons {
    margin-right: 5px !important;
    margin-left: 5px !important;

}

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

.each-text-msg {
    list-style: none;
}

.preset-btn {
    border-right: 1px solid #465DC1 !important;
    text-transform: none !important;
    width: 20px;
    padding: 0px;
}

.preset-last-btn {
    text-transform: none !important;
    width: 20px;
    padding: 0px;
}

/*canned message*/
.scrollViewWithPagination {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.scrollViewWithPagination::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.scrollViewWithPagination::-webkit-scrollbar-thumb {
    background-color: #8a99e3;
}

.dynamicTexts {

    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.dynamicTexts::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.dynamicTexts::-webkit-scrollbar-thumb {
    background-color: #8a99e3;
}

.sendMsgTo-ajax-post-input-grp .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.sendMsgTo-ajax-post-input-grp>.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    color: #fff !important;
}

.sendMsgTo-ajax-post-input-grp .input-group-addon {
    background-color: transparent !important;
    border: none !important;
}

.sendMsgTo-ajax-post-input-grp {
    margin-bottom: 10px;
}

.sendMsgTo-ajax-post-input-grp>.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.sendMsgTo-ajax-post-input-grp>.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.sendMsgTo-ajax-post-input-grp>.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #8a99e3;
}

.sendMsgTo-ajax-post-input-grp>.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 12px;
    height: 32px;
    line-height: 1.428571429;
    margin-top: 0;
    min-width: 10em;
}

.imgCont {
    margin-top: 2.4em;
    position: relative;
    display: block;
    float: left;
    width: 100px;
    margin-left: 10px;
}

/* Make the image responsive */
.imgCont img {
    width: 100%;

}

/* Style the button and place it in the middle of the container/image */
.imgCont .btn {
    position: absolute;
    left: 70%;
    background-color: #555;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    line-height: 15px;
    width: 32px;
    height: 32px;
    min-width: 32px !important;
}

.imgCont .btn:hover {
    background-color: black;
}

.inf-media-prev {
    font-size: 8em !important;

}


.column .input-group-addon {
    padding-top: 10px;
}

.cardIcons {
    margin-left: 25px;
}

.sendMsgTo-ajax-post-input-grp .select2-container--bootstrap .select2-selection {
    color: #fff;

}

.sendMsgTo-ajax-post-input-grp .select2-container--below .select2-search .select2-search__field,
.select2-container--above .select2-search .select2-search__field {
    padding-left: 0px !important;

}

.sendMsgTo-ajax-post-input-grp .column .select2 {
    margin-left: -22px !important;
    width: 355px !important;
}

/* .colorv3-secondary {
    color: white;
    padding-left: 10px;
	} 


	.bg-colorv3-dark300{
	height: 62px;
}*/
#sendMsg_officeTo_sec .select2 {
    margin-left: -15px;
}

#rememberDirection {
    margin: 0px;
}

.remember-lock-pretty {
    left: 10px;
}

.sendmsgtext {
    margin-left: -20px;

}

.ajaxpost {
    margin-left: -26px !important;
}

.ajaxpost .easy-autocomplete input {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 5px !important;
}

/* .inputTo{
	width:17%!important;
} */
.sec2Num {
    width: 54.333333% !important;
}

.delIcon {
    visibility: hidden;

}

.delconvIcon:hover .delIcon {
    visibility: visible;
}

#ai-wand-trigger {
    margin-left: 0 !important;
}

#ai-wand-trigger[disabled] {
    background: none !important;
    margin-left: 0 !important;
}