   /* Styles for the chat widget and chat box */
    .chat-widget {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 60px;
      height: 60px;
      background-color: #28a745;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      cursor: pointer;
      z-index: 9999;
	     #box-shadow: 3px 3px #888888;
		   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .chat-box {
      position: fixed;
      bottom: 80px;
      right: 20px;
      width: 320px;
      height: 400px;
      max-height: calc(100vh - 200px);
      background-color: #f1f1f1;
      z-index: 9999;
      display: none;
	    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .hdword {
      margin-top: 3px;
      padding: 12px;
    }

.chat-message {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 10px;
}

.plog{
text-align: center;
font-size: 10px;
padding-top: 13px;
}

.wazapp{

    color: #548d1b;

}

    .chat-header {
      #background-color: blue;
	    background-color:#6c6c89;
      border-radius: 16px;
      padding-bottom: 20px;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .chat-body {
      padding-right: 29px;
      padding-left: 21px;
      padding-bottom: 47px;
      overflow-y: auto;
      position: relative;
    }

    .chat-message {
      margin-bottom: 10px;
    }

    .chat-input {
      width: 100%;
      padding: 10px;
      border: none;
      border-top: 1px solid #ccc;
      resize: none;
    }

    .chat-close {
      cursor: pointer;
      position: relative;
      top: -8px;
      left: -13px;
    }

    .nav-pills .nav-link {
      color: #333;
      font-weight: bold;
    }

    .nav-pills .nav-link.active {
      color:#fff ;
    }
	
	.agent1{
	display:none;
	    width: 23%;
    padding-right: 21xp;
    position: relative;
    left: 238px;
    top: -85px;
    border-radius: 65%;
	}
	
	.nav-pills .nav-link.active {
      background: #c2c2db;
    }
	

    .chat-nav {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
	    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .tab-pane {
      max-height: 280px;
      overflow-y: auto;
    }

    .hidden {
      display: none;
    }
	
	.magent{
	    width: 20%;
    position: relative;
    top: 7%;
    left: 3%;
    z-index: 999999;
	border-radius: 48px;
	}
	
	
	.agentword{
	    position: relative;
    top: -52px;
    padding-left: 63px;
    padding-bottom: -15px;}
	
	.smallim{
	width:89%;}
	
	.expanded {
  width: 40% !important;
   height: 38% !important;
  max-width: 40% !important;
  transition: width 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .expanded {  
    width: 108% !important;
    height: 68% !important;
    max-width: 95% !important;
    max-height: 43% !important;
  }
}
a {
    color: #889fb9;}