
/* Navbar */
.navbar { background: #ffffff; box-shadow: 1px 1px 1px 1px #ccc; box-shadow: 0 4px 11px rgb(0 0 0 / 7%); min-height: 10vh;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #035ff7; font-weight: bold; }
.nav-link:hover{color: #035ff7 !important;}

@media (max-width: 576px) {
  .navbar {
    min-height: 15vh;
  }
}

/* Navbar End */
    
/* Sidebar Styles */
.sidebarCol { width: 15.5% !important;}
/* Sidebar Styles End */

/* question dropdown in navbar */
.bgred{
    background: #ff00003d;
  }
  
  /* question dropdown in navbar */
  .fa-question{
    position: relative;
    left:8px;
  }

  .nav-item{
    margin-right: 10px;
    font-size: 14px;
    white-space: nowrap;
  }
  
  .fa-solid{
    margin-right: 5px;
  }
  
  .fa-bell{
  
      font-size: 24px;
      color: #343232;
  }
  
  .dropdown .dropdown-menu:before {
  
  }
  
  .dropdown-item {
      font-size: 14px;
      display: block;
      width: 100%;
      padding: 0.25rem 1rem;
      clear: both;
      font-weight: 400;
      color: #212529;
      text-align: inherit;
      text-decoration: none;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
      padding: 11px 15px;
  }
  
  .dropdown-item:focus, .dropdown-item:hover {
      color: #f58220;
      background-color: #f8f8f887;
  }
  
  
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: pointer;
      border: 1px solid #ffffff;
      width: 360px;
      top: 55px;
  }
  
  
  
  .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent;
      opacity: 0;
  }
  
  .nav-link {
  
      color: #000;
  }
  
  .navbar-light .navbar-nav .nav-link {
      color: rgba(0,0,0,1);
  }
  
  .frm{
      border: 1px solid #ededed;
      width: 240px;
  }
  
  .pr{
      position: relative;
  }
  
  .search-btn{
      position: absolute;
      right: 9px;
      color: #fff;
      background: #ff9337;
      border: none;
      top: 1px;
  }
  
  /* Notifications Styles */
  #nots_div{
    width: 270px;
    padding-right: 30px;
  }
  
  .fa-solid:hover {
    color:#00b296 !important;
  }
  
  .notTxt {
      color: white;
      font-size: 11px;
      position: absolute;
      padding: 3px;
      top: 3px;
      left: 29px;
      border-radius: 50px;
      margin-right: 5px;
      height: 10px;
      width: 10px;
  }
  
  #nots_div li .lis{
      white-space: break-spaces;
  }
  
  .mon{
    display : none;
  }
  
  .nav-ai{
  background: #e7ff424f;
      margin-right: 0px;
  }
  
  .bgred{
    background: #ff00003d;
  }
  
  .fa-question{
    position: relative;
    left:8px;
  }

  
.text-left {text-align: left !important;}
.fsm {font-size: 12px;}
.flg {font-size: 17px;}


.w-75 {max-width: 65%;}

/* Login / Homepage Styles  */
.disclaimerText {font-size: large;color: black;}
.disclaimerBtn {background-color: #8fd4f0;}
.disclaimer:hover {background-color: #e9ecef;}
.disclaimerBtn:hover {background-color: #58c7c7;}

.registerLink {
  border: 1px solid #58c7c7;
}
.registerLink:hover {
  background-color: #079e85;
  color:#000 !important;
}
.custom-card {
  background:  #bcfdf2a8; 
  color: #6c757d;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
  padding: 15px;
  transition: all 0.3s ease-in-out; 
}

.custom-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7); 
}

.custom-card__icon {
  fill: #01bdc4; 
  margin-bottom: 10px;
  opacity: 0.8; 
  transition: opacity 0.2s ease-in-out;
}

.custom-card:hover .custom-card__icon {
  opacity: 1;
}

.graphsImg {
  height:600px;
  width:1100px;
}

/* MetaMask Btn */
  #connect-button {
    border: solid 2px #444;
    font-size: 14px;
    padding: 20px 40px 20px 70px;
    background: #dd6e2e;
    background-image: url("/static/images/metamask.png");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    max-height: 60px;
    max-width: 350px;
  }
  #signup-button {
    border: solid 2px #444;
    font-size: 14px;
    padding: 20px 40px 20px 70px;
    background: red;
    background-repeat: no-repeat;
    background-position: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  #connect-button:hover {
    background-color: gray;
    border-color: #ddd;
  }
  #signup-button:hover {
    background-color: gray;
    border-color: #0095ff;
  }

  .fw-bold {font-weight:2100px;}
  .sidebarOpener {display: none;}

    .video-container {
        position: relative;
      }

    .overlay-vid {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    }
    
    #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    }
    
    #popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    padding: 20px;
    z-index: 10000;
    }

    /* For heading styles*/
  .heading {
    margin: 0 6rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #8b1700;
    font-family: Poppins,sans-serif;
  }
  #healthscannerLogo {
  font-size: 1.8em;
  background: linear-gradient(to right, rgb(255,255,0), rgb(255,165,0), rgb(255,100,0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  #metamaskLogo {
  font-size: 1.8em;
  background: linear-gradient(to right, rgb(255,0,0), rgb(255,165,0), rgb(255,100,0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

  .loginCol { box-shadow: 0.7rem 1rem 1rem rgba(0,0,0,.175)!important;}  /* Login column CSS */
  .metaMaskCol {background-color: #ff790057;} /* METAMASK column CSS*/
  .bg-dangerAlert {background-color: coral;} /* For the Alert messages on errors */
  .videoText { font-size: 1.25rem; color: #1e2022; text-align: center; }
  .videoWrap { height: 70vh; width: 70vw; display: flex; justify-content: center; }
  .button-text {font-weight:600;}
  .btn {font-weight:500;}
  .roundedBtn {border-radius: 30px; padding: 12px 20px;}
    /* Login Styles End */

    .chatinput-container {
      display: grid;
      width: 100%;
      position: relative;
    }

    .thought-process {
      position: absolute;
      top: -197px; /* Adjust this value as needed */
      left: 50%;
      transform: translateX(-50%);
      height: 200px;
      padding: 20px;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      border-bottom-right-radius: none;
      border-bottom-left-radius: none;
      background-color: #00606d;
      color: white;
      width: 100%;
      
      display: grid;
    }

    #thought-process-texts {
      width: calc(100% - 10vw);
      height: 150px;
      overflow-y: scroll;
      overflow-x: none;
    }

    #thought-process-texts::-webkit-scrollbar {
      width: 0px;
    }

    #thought-process-texts p {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding-bottom: 5px;
    }

    .thought-process button {
      float: right;
      width: 30px;
      height: 30px;
      border-radius: 10px;
      border: none;
      background-color: white;
      color: #00606d;
    }

    .chat-box {
      display: flex;
      align-items: center;
      width: 100%;
      border-radius: 10px;
      padding: 5px 10px;
      background-color: #f1f1f1;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .chat-text-area {
      flex: 1;
      border-radius: 10px;
      padding: 10px;
      resize: none;
      outline: none;
      border: 1px solid #ccc;
    }

    .chat-buttons-left, .chat-buttons-right {
      display: flex;
      align-items: center;
    }

    .chat-buttons-left {
      margin-right: 10px;
    }

    .chat-buttons-right {
      margin-left: 10px;
    }

    .chat-send-btn, .chat-mic-btn, .chat-attach-btn {
      background: none;
      border: none;
      margin: 0 5px;
      cursor: pointer;
      color: #11998e;
      font-size: 24px;
      border-radius: 5px;
    }

    .chat-send-btn:hover, .chat-mic-btn:hover, .chat-attach-btn:hover {
      color: #109489;
    }

    .chat-send-btn i, .chat-mic-btn i, .chat-attach-btn i {
      font-size: 24px;
    }

    .chat-bubble-container {
      padding: 10px;
    }
  
@media only screen and (max-width: 768px) {
  .videoWrap {max-width: 70vw;}
  .modalContent {max-width: 95vw;}
  .w-75 {max-width: 80%;}
    
.graphsImg {
  height:350px;
  width:95%;
}
  
  }


@media screen and (min-width: 1000px) and (max-width: 1370px) {
.nav-item {
    margin-right: 5px;
    font-size: 13px;
    white-space: nowrap;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
}
}

@media screen and (min-width: 1600px) {
    .nav-item{
    margin-right: 15px;
       font-size: 16px;
       white-space: nowrap;
    }
   }
   
   
@media screen and (max-width: 992px) {

.nav-item {
    margin-left: 10px;
    font-size: 17px;
    white-space: nowrap;
    margin-top: 15px;
}

    .fa-user{
    display:none;
    }

    .fa-images{
    display:none;
    }

    .dff{
    display : none!important;
    }



    .mon{
    display : flex!important;
    }
}

