.loginPageAside {
  /*background-image: url("/demo6/media/misc/auth-bg.png");*/
  background: #1265a2 !important;
}

.bottom-12 {
  bottom: -12px !important;
}

.file_sms_body {
  position: relative;
  overflow-x: hidden !important;
}

.min-h-120px {
  min-height: 120px !important;
}

.dashboard-icons {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: unset !important;
}

.card-end {
  position: absolute;
  right: 10px;
}

.w50 {
  width: 50% !important;
}

.loader_file_sms {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.header-fixed.toolbar-fixed .wrapper {
  padding-top: 90px !important;
}

.less_mb0 {
  margin-bottom: 0px !important;
}

.h100 {
  height: 100% !important;
}

.fc-scrollgrid-sync-table {
  cursor: pointer !important;
}

.displayNameMessage {
  font-weight: 500;
  color: #5d6072;
}

.loadMoreFailedBtn {
  width: 200px !important;
  height: 50px !important;
  transition: all 0.2s ease !important;
}

.loadMoreFailedBtn.loading {
  background-color: #007bff; /* Change to the desired color during loading */
  color: #fff; /* Text color during loading */
  cursor: not-allowed; /* Change cursor to indicate loading */
}

.loadMoreBtn {
  width: 150px !important;
  height: 50px !important;
  transition: all 0.2s ease !important;
}

.loadMoreBtn.loading {
  background-color: #007bff; /* Change to the desired color during loading */
  color: #fff; /* Text color during loading */
  cursor: not-allowed; /* Change cursor to indicate loading */
}

.aside_Custom_bg {
  background: #1265a2 !important;
}

.menu-title_custom_color,
.menu-icon_custom_color {
  color: #ffffff !important;
}

.loginLogo {
  border-radius: 50%;
}

.textarea_custom {
  height: 150px;
  border-bottom: dashed #eff2f5 1px !important;
  padding-bottom: 10px !important;
  resize: none !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.viewEventBadge {
  font-size: 15px !important;
  padding: 10px;
}

.headerCustom {
  padding: 0 !important;
}

#kt_header {
  box-shadow: rgba(0, 0, 0, 0.25) 3px 1px 12px 0px;
}

.marginCustom {
  margin: 10px !important;
}

.w100Custom {
  width: 100% !important;
}

.telcoCustom {
  height: 120px;
  display: flex;
  width: 150px;
  justify-content: center;
}

.telcoImage { 
  width: 100%;
}

.alertCustom {
  margin: 10px !important;
}

.menu-sub-dropdown .menu-item .menu-link_custom .menu-title_custom_color {
  color: #4c4e6f !important;
}

.bg-custom { 
  background: #f5f8fa !important;
}

.box-shadow-campaign {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 12px 0px !important;
}

#kt_aside_menu .menu-item:hover {
  background: #f5f8fa !important;
  border-right: transparent !important;
  border-radius: 50px 0 0 50px !important;
}

#kt_aside_menu .menu-item:active {
  background: #f5f8fa !important;
  border-right: transparent !important;
  border-radius: 50px 0 0 50px !important;
}

#kt_aside_menu .menu-item:hover .menu-icon_custom_color,
.menu-item:hover .menu-title_custom_color {
  color: #1365a2 !important;
}

#kt_aside_menu .menu-link_custom {
  width: 100% !important;
  border-radius: 0 !important;
}

#kt_aside_menu .menu-link_custom.active,
#kt_aside_menu .here .menu-center {
  background: #f5f8fa !important;
  border-right: transparent !important;
  border-radius: 50px 0 0 50px !important;
}

#kt_aside_menu .menu-link_custom.active .menu-icon_custom_color,
#kt_aside_menu .menu-link_custom.active .menu-title_custom_color {
  color: #1365a2 !important;
}

#kt_aside_menu .here .menu-link_custom .menu-icon_custom_color,
#kt_aside_menu .here .menu-link_custom .menu-title_custom_color {
  color: #1365a2 !important;
}

.custom_pulse {
  position: relative;
  top: -5px;
  left: -5px;
}

.ovs {
  height: 300px;
  overflow-y: scroll;
}

.cursor_pointer_Custom {
  cursor: pointer !important;
}

[data-theme=light] {
  .unread {
    background: #e6e6e6 !important;
  }
  .textCustomColor {
    color: #1265A2 !important;
  }
}
[data-theme=dark] {
  .unread {
    background: #1365a2 !important;
  }
  .textCustomColor {
    color: #FFFFFF !important;
  }
}

.sendingMessage_st_0 {
  display: block;
}

.sendingMessage_st_1 {
  display: none;
}

.sendingMessage_fd_0 {
  display: none;
}

.sendingMessage_fd_1 {
  display: block;
}

.sending-status {
  font-size: 12px;
  padding-top: 1px;
}

.hide-message {
  display: flex;
  width: 85px;
/*  justify-content: space-around;*/
  justify-content: flex-end;
  margin-right: 14px;
}

#messageDiv {
  height: 100% !important;
}

#kt_chat_messenger_body {
  overflow: hidden !important;
}

.messageDiv {
  align-items: center !important;
}

.messageTools {
  display: none;
}

.portAttr {
  position: relative;
}

.portBtnTrash {
  
  position: absolute;
  top: 10px;
  right: 20px;
}

.btnHide {
  display: none !important;
}

.forceHide {
  display: none !important;
}

.unread .textCustomWeight {
  font-weight: 600 !important;
}

.messageIn {
  background: #f0f0f0;
}

.messageOut {
  background: #1265a2;
}

.messageList {
  cursor: pointer !important;
}

/* Loader Plugin */

.loaderFolder, .loaderFolder:before, .loaderFolder:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loaderFolder {
  color: #1265a2;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loaderFolder:before,
.loaderFolder:after {
  content: '';
  position: absolute;
  top: 0;
}
.loaderFolder:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loaderFolder:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}
    



.loader_message, .loader_message:before, .loader_message:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader_message {
  color: #ccc;
  font-size: 3px;
/*  position: relative;*/
/*  left: -16px;*/
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  margin-left: 15px;
}
.loader_message:before,
.loader_message:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader_message:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader_message:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}
    

.loader {
  display: block;
  color: #1265a2;
  margin: 50px;
  font-size: 50px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.toggleMenu {
  position: relative !important;
  top: -40px !important;
  left: -6px !important;
}

#customFolderDiv {
  height: 200px;
  overflow-y: scroll;
}

/* Tagify */
.btnTagify {
  position: relative;
  top: 1px;
}

.tagify_custom {
/*  height: 200px;
  overflow-y: scroll;*/
}

.tooltipCustom {
    position: relative;
    display: inline-block;
    background: white;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.tooltipCustom::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 83%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent white transparent;
/*    border-color: transparent transparent #333 transparent;*/
    box-shadow: var(--kt-menu-dropdown-box-shadow);
}


.customLook{
  --tag-bg                  : #1365a2;
  --tag-hover               : #219ef7;
  --tag-text-color          : #FFF;
  --tags-border-color       : silver;
  --tag-text-color--edit    : #111;
  --tag-remove-bg           : var(--tag-hover);
  --tag-pad                 : .6em 1em;
  --tag-inset-shadow-size   : 1.4em; /* compensate for the larger --tag-pad value */
  --tag-remove-btn-color    : white;
  --tag-remove-btn-bg--hover: black;

  display: inline-block;
  min-width: 0;
  border: none;
}

.customLook .tagify__tag{
  margin-top: 0;
}

.customLook .tagify__tag > div{
  border-radius: 25px;
}

.tagify__tag>div>* {
  white-space: nowrap;
  min-width: 95px;
}

.tagify__input .borderd-blue > div::before{ border:2px solid #8DAFFA; }

.tagify__tag {
  max-width: 100% !important;
}

.tagify__tag-text {
  text-align: center;
}

.tagify__tag__removeBtn:hover {
  background: var(--tag-bg);
}

.customLook .tagify__tag:not(:only-of-type):not(.tagify__tag--editable):hover .tagify__tag-text{
  margin-inline-end: -1px;
}

/* Do not show the "remove tag" (x) button when only a single tag remains */
.customLook .tagify__tag:only-of-type .tagify__tag__removeBtn{
/*  display: none;*/
}

.customLook .tagify__tag__removeBtn{
  opacity: 0;
  transform: translateX(-100%) scale(.5);
  margin-inline: -20px 6px; /* very specific on purpose  */
  text-align: right;
  transition: .12s;
  position: relative;
  top: -5px;
  right: -5px;
}

.customLook .tagify__tag:not(.tagify__tag--editable):hover .tagify__tag__removeBtn{
  transform: none;
  opacity: 1;
}

.overflowHide {
  overflow: hidden !important;
}

.customLook + button{
  color: #0052BF;
  font: bold 1.4em/1.65 Arial;
  border: 0;
  background: none;
  box-shadow: 0 0 0 2px inset currentColor;
  border-radius: 50%;
  width: 1.65em;
  height: 1.65em;
  cursor: pointer;
  outline: none;
  transition: .1s ease-out;
  margin: 0 0 0 5px;
  vertical-align: top;
}

.customLook + button:hover{
  box-shadow: 0 0 0 5px inset currentColor;
}

.customLook .tagify__input{
  display: none;
}

.email_address_menu {
  display: block;     /* Ensures the anchor behaves like a block element */
  white-space: nowrap;  /* Keeps the text on a single line */
  overflow: hidden;     /* Hides parts of the text that exceed the element's width */
  text-overflow: ellipsis; /* Replaces the end of the line with ellipses if needed */
  max-width: 150px;  
}

.vh-58 {
    height: 58vh;
}
.select-as-text {
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;
    background: none;
    border: none;
    padding-right: 0;
    pointer-events: none; 
}

.select-as-text::-ms-expand {
    display: none; 
}

.custom-hover {
  border: 2px solid transparent;
  border-left: none;
  padding: 3px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.custom-hover:hover {
  border-color: #3490dc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}

/*.scrollCustom::-webkit-scrollbar {
  width: 10px !important;
  transition-delay: 0.2s !important;
  cursor: pointer !important;
}
.scrollCustom::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
  background: rgba(0,0,0,.2) !important;
  transition-delay: 0.2s !important;
}
.scrollCustom::-webkit-scrollbar:hover {
  height: 5px !important;
  background: rgba(0, 0, 0, 0.05) !important;
  transition-delay: 0.2s !important;
}
.scrollCustom::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,.4) !important;
  transition-delay: 0.2s !important;
}*/