body{
  padding-top: 60px;
  padding-bottom: 0px ;
  font: 14px sans-serif;
  font-family: ubuntu-R, Verdana, Arial, sans-serif;
  overflow-x: hidden;
}

.fixed-header {
    margin: auto;
    width: 100%;
    position: fixed;
    padding: 10px 0;
    font-size: 18px;
    z-index: 2;
     top: 0;
    top: 0;
    background-color: white;
    color: #0070ad;
}
.fixed-header{
   
}
.container{
    width: 100% !important;
    margin: 0 auto; /* Center the DIV horizontally */
    font-size: 16px;
}

.container p {
    line-height: normal !important;
}

.btn {
    color: rgb(42, 127, 180) !important;
    background-color: white;
    margin: 0px 2em;
    opacity: 0.6 !important;
    transition: 0.3s !important;
    cursor: pointer !important;
}

.opt:hover{
  color: #0070ad;
  opacity: 0.6 !important;
}

.btn_edit {
  border: none;
  background-color: #0070ad;
  font-weight: bold;
  opacity: 1 !important;
  color: white !important;
}

.btn_edit:hover {
 
  box-shadow: 6px 7px 12px 0px rgb(0 0 0 / 49%);
  color: white;
}

.btn:hover {
  opacity: 1 !important;
  color: #252948 !important;
  font-weight: bold;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropbtn {
     /* background-color: #04AA6D; */
     color: white;
     /* padding: 16px; */
     font-size: 16px;
     border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    float: right;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    font-size: small;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 30px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: #272936;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #9d9d9d;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: lightgrey;}

  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px 30px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 100% !important;
    max-width: fit-content;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

footer {

  background-color: #ececec;
  margin-bottom: -20px;
  padding: 50px;
  padding-bottom: 20px;
  height: fit-content;
}

.chatbot-modal {
  transition: right 0.3s;
  background-color: white;
  width: 500px;
  max-height: 400px;
  margin-left: auto;
  margin-top: 15%;
  padding: 20px;
  right: 0px;
  height: max-content;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: x-small;
  overflow: auto;
  border-radius: 5%;
  box-shadow: 8px 7px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container_chat img {
  float: left;
  max-width: 60px;
  width: 10%;
  margin-right: 20px;
  border-radius: 50%;
}

.chat-container {
  max-height: 300px; /* Adjust the maximum chat height */
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
}

.live-chat-container {
  max-height: 300px; /* Adjust the maximum chat height */
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
}

.user-message {
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 0;
  clear: both;
  float: right;
  width: 60%;
  text-align: right;
}

.bot-message {
  background-color: #ececec;
  color: #0070ad;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 0;
  clear: both;
  width: 60%;
}

.left_footer {
  float: left;
}

.right_footer {
  float: right;
  /* border-left: solid; */
  padding: 10px;
}

/* Styles for the drawer */
.drawer {
  position: fixed;
  bottom: 3em;
  right: 0;
  border-radius: 10px;
  width: 40%;
  height: 70%;
  background-color: white;
  box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.3s;
  z-index: 1;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #ccc #fff; /* For Firefox */

  /* For Webkit browsers like Chrome/Safari/Opera */
  scrollbar-width: thin;
  scrollbar-color: #ccc #fff;
  scrollbar-face-color: #ccc;
  scrollbar-track-color: #fff;
}

.drawer-content {
  padding: 20px;
  height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #ccc #fff; /* For Firefox */

  /* For Webkit browsers like Chrome/Safari/Opera */
  scrollbar-width: thin;
  scrollbar-color: #ccc #fff;
  scrollbar-face-color: #ccc;
  scrollbar-track-color: #fff;
}

/* Style for the thumb of the scrollbar */
.drawer-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

/* Style for the track of the scrollbar */
.drawer-content::-webkit-scrollbar-track {
  background-color: #fff;
}

.close-drawer {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* Hide the drawer by default */
.drawer {
 display: none;
}
