#navbar .home {
    background-color: #4285f4;
    color: white !important;
    border-radius: 8px;
    border-color: white !important;
  }
  #topbar{
      padding-top: 2%;
  }
  #topbar .card {
      background: linear-gradient(#EEEEEE, #f8e8fb);
      /* border-bottom-color: #4285F4; */
      /* border-bottom-width: 5px; */
      border:none;
      border-top-color: #f8e8fb;
      border-right-color: #f8e8fb;
      border-left-color: #f8e8fb;
  }
  #topbar img, svg {
      vertical-align: middle;
      cursor: pointer;
      padding-left: 5px;
      width: 24px;
  }
  #topbar button{
    color: #020202;
    background:none !important;
    border:none !important;
  }
  
  #topbar .icons2 button{
    color: #020202;
    background-color:#e5ebef;
    border:#e5ebef;
    /* display: none; */
  }
  #topbar p {
    text-indent: 60px;
    font-size: 17px;
  }
  
  #relword .card {
      background-color: white;
      border-color:white;
  }
  #relword .card span{
      padding-top:32px;
      font-size:22px;
      padding-left:20px;
  }
  #relword button {
      background-color: white;
      border: white;
      padding-right: 40px;
  }
  #relword img, svg {
      vertical-align: middle;
      padding-left: 5px;
      cursor: pointer;
  }
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    display: flex;
    justify-content: center;
    gap: 15px;
  }
.toast-top-center {
  top: 50px; /* Adjust the value according to your preference */
}
@media (max-width: 1700px) and (min-width: 1350px){
  #row_main {
    /* display: flex;
    flex-direction: column; */
    min-height: 80vh;
  }
  #topbar .icons1 .px-2 {
    padding-right: 0rem!important;
    padding-left: 0rem!important;
  }
}
@media (max-width: 1350px){
  #topbar .col-md-10, #topbar .col-md-2 {
    flex: 0 0 auto;
    width: 100%!important;
  }
}
@media (max-width: 990px){
  #row_main {
    min-height: 76vh;
  }
}
@media (max-width: 600px){
  #row_main {
    min-height: 47vh;
  }
}