
.header.top{
  background: #00afcc;
  padding-bottom: 0px;
  padding-top: 0px; 
}

.header {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background: #fff;
  border-bottom: 0.01px solid #ced4da;
}


.logo2{
  margin-left: 45px;
}

.hqdarkclr{
 color: #000;
}

.sidenavHeader{
  color: #06d6a1;
  background: #061e2c;
  height: 73px;
  border-bottom: 0.5px solid #06d6a1;
  padding: 20px;
}

.slide_main{
  color: #fff;
  background: #061e2c;
  border-right: 0.5px solid #06d6a1;
}
	
.orange-button-notifa {
    background-color: #ff4000;
    color: white;
    border: 3px solid rgb(255, 140, 102);
}

#whole-flex {
  position: absolute;
  flex-direction: column;
  text-align: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -10;
}


/* NavBar */
.sidenav {
  max-width: 200px;
  width: 85%;
  overflow-x: hidden blue;
  overflow-y: hidden red;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: white;
  transform-origin: right center;
  transform: translateX(-380px);
	-moz-transition: all 1300ms;
	-webkit-transition: all 1300ms;
	transition: all 1300ms;
}

.header-logo{
  margin-top: 35px;
  margin-left: 70px;
}

.show-btn{
  position: absolute;
  top: 5px;
  color: #06d6a1;
  cursor: pointer;
  font-size: 40px;
  z-index: 100;
  margin-left: 4px;
}

#closeBtn {
  color: #06d6a1;
  display: none;
  position: fixed;
  top: 8px;
  left: 0;
  margin-left: 160px;
  font-size: 40px;
  cursor: pointer;
  z-index: 175;
  transform: translateY(-5px);
  transition: visibility 5s;
}




.sidenavContentHeader {
  margin-top: 5px;
  padding: 10px 0px 15px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #06d6a1;
}

.sidenavContent {
  background-color: blue;
  padding: 10px 0px 15px 25px;
  border-bottom: 0.3px solid black;
}


hr {
  height: 1px;
  border: 0;
  color: gray;
  background-color: gray;
  margin: 15px auto 10px auto;
}

.sidenavRow {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px 25px 15px 25px;
}

.sidenavRow:hover {
  background-color: #eaeded;
}

.sidenavRow:hover i {
  color: #111111 !important;
}

#closeBtn {
  display: none;
  position: fixed;
  top: 8px;
  left: 0;
  margin-left: 160px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 175;
  transform: translateY(-5px);
  transition: visibility 5s;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: black;
}

/* animation */
@keyframes collapse {
  0% {
    z-index: 100;
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-380px);
  }
}

@keyframes expand {
  0% {
    z-index: 100;
    transform: translateX(-380px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Overlay */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.7);
}



.sidenavContainer {
  display: none;
  height: 0px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
}

@keyframes expandDropDown {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes collapseDropDown {
  0% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
  }
}

/* Container part */
#main-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: blue;
}

@keyframes mainAway {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-380px);
  }
}

@keyframes mainBack {
  0% {
    transform: translateX(-380px);
  }
  100% {
    transform: translateX(0px);
  }
}

#sub-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: white;
  transform: translateX(380px);
}

@keyframes subBack {
  0% {
    transform: translateX(380px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes subPush {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(380px);
  }
}

#mainMenu {
  margin-top: 5px;
  padding: 15px 0px 15px 25px;
  font-weight: bold;
}

#mainMenu:hover {
  background-color: #eaeded;
  cursor: pointer;
}

.slct{
  border-bottom: 2px;
  border-color: red;
}










.whatsappfloat{
	position:fixed;
	
	bottom:10px;
	
	
	color:#FFF;
	
	text-align:center;
    
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-whatsappfloat{
	margin-top:8px;
	color: #fff;
}
.whatsappfblinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}
.whatsappblinkingbtn{
    animation:blinkingText 1.2s infinite;
		color: white;
}
@keyframes blinkingText{
    0%{     color: white;    }
    49%{    color: white; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: white;    }
}
.jumbotron-image {
  background-position: Left bottom;
  background-repeat: no-repeat;
  background-size: 70% 50%;

}











/* Root container */
#aichat {
  all: initial;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --aiw-primary: #1a73e8;
  --aiw-bg: #ffffff;
  --aiw-border: #e5e7eb;
  --aiw-text: #111827;
  --aiw-muted: #6b7280;
  --aiw-bot: #f3f4f6;
  --aiw-user: #e8f0fe;

  --shadow-1: 0 6px 20px rgba(0,0,0,.18);
  --focus: 0 0 0 3px rgba(26,115,232,.22);
}

#aichat,
#aichat * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* Floating button (FAB) */
#aichat .aiw-fab {
  position: fixed;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);

  width: 56px;
  height: 56px;
  border-radius: 50%;

  border: none;
  cursor: pointer;
  color: #fff;
  background: var(--aiw-primary);

  display: grid;
  place-items: center;
  font-size: 22px;

  box-shadow: var(--shadow-1);
  z-index: 2147483646;

  transition: transform .08s ease, filter .15s ease, box-shadow .15s ease;
}

#aichat .aiw-fab:focus {
  outline: none;
  box-shadow: var(--focus);
}

#aichat .aiw-fab:hover {
  filter: brightness(1.06);
}

#aichat .aiw-fab:active {
  transform: scale(.98);
}

/* Chat panel */
#aichat .aiw-panel {
  position: fixed;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 72px);

  width: 340px;
  height: 480px;

  display: none;
  flex-direction: column;
  overflow: hidden;

  background: var(--aiw-bg);
  color: var(--aiw-text);

  border: 1px solid var(--aiw-border);
  border-radius: 12px;

  box-shadow: var(--shadow-1);
  z-index: 2147483647;

  will-change: transform, opacity;
}

/* Header */
#aichat .aiw-head {
  height: 52px;
  padding: 0 12px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #fafafa;
  border-bottom: 1px solid var(--aiw-border);

  font-weight: 700;
  font-size: 14px;
}

#aichat .aiw-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

#aichat .aiw-title::before {
  content: "";
  width: 10px;
  height: 10px;

  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .22);
}

#aichat .aiw-close {
  width: 34px;
  height: 34px;

  border-radius: 8px;
  border: none;

  background: transparent;
  color: var(--aiw-muted);

  cursor: pointer;
  font-size: 18px;

  transition: background .15s ease, color .15s ease;
}

#aichat .aiw-close:hover {
  background: rgba(0,0,0,.06);
  color: #111827;
}

#aichat .aiw-close:focus {
  outline: none;
  box-shadow: inset var(--focus);
}

/* Body */
#aichat .aiw-body {
  flex: 1;
  overflow: auto;
  padding: 12px;

  background: #fbfbfc;
}

#aichat .aiw-msg {
  max-width: 82%;
  margin: 6px 0;
  padding: 9px 11px;

  border-radius: 10px;
  font-size: 14px;
  line-height: 1.42;

  word-wrap: break-word;
  white-space: pre-wrap;

  box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

#aichat .aiw-bot {
  background: var(--aiw-bot);
  margin-right: auto;
}

#aichat .aiw-user {
  background: var(--aiw-user);
  margin-left: auto;
}

/* Footer */
#aichat .aiw-foot {
  border-top: 1px solid var(--aiw-border);
  background: #fff;

  padding: 8px;

  display: flex;
  gap: 8px;
}

#aichat .aiw-input {
  flex: 1;
  height: 40px;

  border: 1px solid var(--aiw-border);
  border-radius: 8px;

  padding: 0 12px;

  font-size: 14px;
  outline: none;
  background: #fff;

  transition: border-color .15s ease, box-shadow .15s ease;
}

#aichat .aiw-input:focus {
  border-color: var(--aiw-primary);
  box-shadow: var(--focus);
}

#aichat .aiw-send {
  width: 44px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  border-radius: 8px;

  color: #fff;
  background: var(--aiw-primary);

  cursor: pointer;

  transition: transform .06s ease, filter .12s ease, box-shadow .12s ease;
}

#aichat .aiw-send:hover {
  filter: brightness(1.05);
}

#aichat .aiw-send:active {
  transform: translateY(1px);
}

#aichat .aiw-send:focus {
  outline: none;
  box-shadow: var(--focus);
}

#aichat .aiw-send svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 480px) {
  #aichat .aiw-panel {
    right: 10px;
    left: 10px;
    width: auto;
    height: 70vh;

    bottom: calc(env(safe-area-inset-bottom, 0px) + 72px);
  }
}










