.hide-div{
    display: none !important;
}

/* Spinner 3Balls Scale */


.sp {
	width: 32px;
	height: 32px;
	clear: both;
    margin: auto;
}

.sp-3balls, .sp-3balls:before, .sp-3balls:after {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	display: block;
}
.sp-3balls {
	position: relative;
	background-color:#ed525d;
	opacity: 1;
	-webkit-animation: spScaleAlpha 1s infinite linear;
	animation: spScaleAlpha 1s infinite linear;
}
.sp-3balls:before {
	content: '';
	position: relative;
	opacity: 0.25;
  background-color:#3a66ed;
}

.sp-3balls:after {
	content: '';
	position: relative;
	opacity: 0.25;
    background-color:#f8bf4a;
    margin-top: 5px;
}

.sp-3balls:before {
	left: 30px;
	top: 0px;
	-webkit-animation: spScaleAlphaBefore 1s infinite linear;
	animation: spScaleAlphaBefore 1s infinite linear;
}
.sp-3balls:after {
	left: -30px;
	top: -23px;
	-webkit-animation: spScaleAlphaAfter 1s infinite linear;
	animation: spScaleAlphaAfter 1s infinite linear;
}
@-webkit-keyframes spScaleAlpha {
	0% { opacity: 1; }
	33% { opacity: 0.25; }
	66% { opacity: 0.25; }
	100% { opacity: 1; }
}
@keyframes spScaleAlpha {
	0% { opacity: 1; }
	33% {  opacity: 0.25; }
	66% { opacity: 0.25; }
	100% {  opacity: 1; }
}
@-webkit-keyframes spScaleAlphaBefore {
	0% { opacity: 0.25; }
	33% { opacity: 1; }
	66% { opacity: 0.25; }
}
@keyframes spScaleAlphaBefore {
	0% { opacity: 0.25; }
	33% { opacity: 1; }
	66% { opacity: 0.25; }
}
@-webkit-keyframes spScaleAlphaAfter {
	33% { opacity: 0.25; }
	66% { opacity: 1; }
	100% { opacity: 0.25; }
}
@keyframes spScaleAlphaAfter {
	33% { opacity: 0.25; }
	66% { opacity: 1; }
	100% { opacity: 0.25; }
}

.loader-main-wrapper{
    position: absolute;
    top:30%;
    left:50%;
    right:50%;
}

/*  MOdel */
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
  }

  /* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

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

.modal-header {
	border-bottom: 1px solid #f0f0f0;
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top-left-radius: .286rem;
    border-top-right-radius: .286rem;
}

#hideSendMessageForm{
	background: red;
	text-align: center;
	color: white;
	padding: 10px;
}


#top-bar-name{
	text-transform: capitalize;
}

.msg-details{
	text-transform: capitalize;
}

.searchMainDiv, #profile-tab{
	background-color: white;
}

#phonenolist,#message_from_email{
	height: 42px;
    background: #f9f9f9;
    border: 0;
    font-weight: 500;
    border-radius: 10px;
    font-size: 15px;
    color: #1c2538;
}

.datetimepicker .datetimepicker-hours span.hour,
.datetimepicker .datetimepicker-minutes span.minute {
	display: block;
	text-align: center;
	cursor: pointer;
  }
.datetimepicker .datetimepicker-days td.day {
	cursor: pointer;
  }
.email-newsletter-preview-close img {
	width:15px;
	height: 15px;
}

#child-templates-feed {
	max-height: 250px;
	max-width: 101%;
	overflow-y: scroll;
 }

 /* #tags_show.modal {
	left: 50% !important;
    top: 50% !important;
 } */
 
 #the-keywords-set .one-template-text {
	display: none;
 }

 #tags_show .modal-content{
	margin-top: -550px;
 }

 
small {
	font-size: inherit !important;
}
#groupCheckList, #tags_show {
	left: 50%;
	top: 50%;
}
#groupCheckList .modal-content {
	margin-top: -450px;
}
#tags_show .modal-content {
	margin-top: -500px;
}
div#dropdown-menu-profile-options a {
	font-size: 14px;
}

.dropdown-item {
	padding: 8px 16px;
}

#add_segment_display_items {
	max-height: 350px !important;
}
#entry_flow_display_items,#entry_enrolled_flow_display_items {
	min-height: 100px !important;
	max-height: 150px !important;
	overflow-y: auto;
}

#search-form-row input#search:autofill {
	-webkit-box-shadow: 0 0 0 1000px #fafafb inset !important;
	-webkit-text-fill-color: black !important;
}

#search-form-row input#search:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fafafb inset !important;
	-webkit-text-fill-color: black !important;
}
	

 #display-conversation-responsible,#display-conversation-tags {
	display: flex;
    flex-wrap: wrap;
 }
 
.bootstrap-btn {
	padding: 7px 25px !important;
}

#confirm-btn-div {
    display: flex;
    justify-content: flex-end;
    margin-top: 2em;
}

#confirm-btn-div button {
    margin-right : 1em;
}

#confirm-btn-div button:hover {
    opacity: 0.8;
}

.popup .text-input {
    padding-left: 10px;
}

.conv_tag_color {
    margin: 2em 0em;
}

.hide-assign-option {
	display: none !important;
}

#inbox_lead_notes {
	min-height: 70px;
	border:1px solid #e4eaec;
	background: #ffffff;
	max-height: 150px;
	overflow-y:auto;
}

.parent-msg-details.unread {
	background-color: #f2f2f2;
}

.parent-msg-details.unread .markRead {
	background-color: yellow;
    border-radius: 50%;
}

.parent-msg-details.unread p.user-name-wrapper {
	white-space: normal;
}

.scheduled-box-shrink {
	flex-shrink: 2;
}

#include_signature_wrapper {
    padding: 5px;
}

#include_signature {
	width: 16px;
    height: 12px;
}

#include_signature_label {
	font-weight: 600;
    font-size: 12px;
}

.template-desc {
	overflow-wrap: anywhere;
}

#show_duplicate_popup .popup-center {
	padding: 40px 20px 24px 24px !important;
}

#show_duplicate_popup .popup-center .duplicate_list {
	height: 56vh;
	max-height: 620px;
    padding-right: 10px;
	overflow-x: auto;
}

.datetimepicker-days th.prev, 
.datetimepicker-days th.next {
	width: 40px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.datetimepicker-days th.switch {
	width: 0 !important;
	padding-left: 15px !important;
}

.datetimepicker-days th.next:before {
	font-family: "Font Awesome";
    content: "\f061";
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.datetimepicker-days th.prev:before {
	font-family: "Font Awesome";
    content: "\f060";
    position: absolute;
    left: 5px;
    cursor: pointer;
}

#inbox_email_sms_div .note-editable {
	max-height: 200px !important;
}

.note-color-all .note-dropdown-menu {
	width: max-content !important;
}

/* ----- START: Close Multiple Conversion CSS ------ */
.inbox_close_conversion_confirm_popup .popup-center {
    padding: 15px 15px !important;
	top: 35%;
}

.inbox_close_conversion_confirm_popup .popup-right-header {
    margin-bottom: 20px !important;
}

.inbox_close_conversion_confirm_popup .popup-body {
    min-height: 200px;
}

.inbox_close_conversion_confirm_popup .inbox_close_conversion_options {
    padding-bottom: 5px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e3e3e3;
}

.inbox_close_conversion_confirm_popup .inbox_cnv_opt {
    display: flex;
    align-items: center;
	margin-bottom: 6px;
}

.inbox_close_conversion_confirm_popup .inbox_cnv_opt .input {
    display: flex;
}

.inbox_close_conversion_confirm_popup .inbox_cnv_opt label {
    cursor: pointer;
	margin-left: 4px;
}

.inbox_close_conversion_confirm_popup .select_input_filter {
    display: flex;
    align-items: center;
}

.inbox_close_conversion_confirm_popup .inbox_close_conversion_buttons {
	text-align: end;
    margin-top: 20px;
}

.inbox_close_conversion_confirm_popup .inbox_close_conversion_buttons button {
    margin-right: 0;
    margin-left: 20px;
}

.inbox_close_conversion_confirm_popup select {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #a7a7a7;
    font-weight: 500;
    font-size: 14px;
    color: #1c2538;
    height: 30px;
    margin-left: 12px;
}

.inbox_close_conversion_confirm_popup #inbox_cnv_dec_selected {
    height: 500px;
    overflow-y: auto;
}

.inbox_close_conversion_confirm_popup .close_mul_cnv_user_list {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
	margin-top: 8px;
    margin-bottom: 5px;
	height: 50px;
}

.inbox_close_conversion_confirm_popup .close_mul_cnv_user_list:hover {
    background: #f6f6f6;
}

.inbox_close_conversion_confirm_popup .input_user_info {
    margin-left: 10px;
}

.inbox_close_conversion_confirm_popup label {
	cursor: pointer !important;
    display: flex !important;
    align-items: center;
	width: 100%;
}

.inbox_close_conversion_confirm_popup .input_user_info .name_phone {
    font-size: 15px;
    color: #505860;
    font-weight: 600;
}

.inbox_close_conversion_confirm_popup .input_user_info .email {
    font-size: 12px;
    color: #726f6f;
}

/* ----- END: Close Multiple Conversion CSS ------ */

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltip-text {
    visibility: hidden;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    z-index: 100;
    bottom: 120%;
    left: 50%;
    transform: translateX(-10%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

/* Tooltip hover effect */
.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}