#navbar #home {
  background-color: #4285f4;
  color: white !important;
  border-radius: 8px;
  border-color: white !important;
}
#navbar button {
  background-color: #f8f9fa;
  border: none;
  color: black;
}
 h2, .click {
  font-weight: 500;
}
#topbar .header .cont{
  width: 78%;
  background-color: #DEEAFD;
  border-radius: 10px;
}
#result a {
  color: #000308;
  background-color: #E8E8E8;
  border-radius: 5px;
}
#result {
  text-align: center;
}
.myclass .active {
  color: #f9fafa;
  text-decoration: double;
  background-color: #4285F4;
  border-radius: 5px;
}
 .search .btn {
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-padding-y: 0.625rem;
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-color: #b3c4ef;
  border-width: 2px;
  box-shadow: 5px 10px #888888;
}
#topbar {
 .submitword img, svg {
    width:18px !important;
  }
  .form-control:focus {
    box-shadow: none;
  }
  .form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0px;
    padding-left: 0;
  }
  .input-group .btn {
    background-color: yellow;
    /* border: none; */
    color: black;
    border-radius: 5px;
    border-color: #cddfee;
  }
}
#main {
  padding-top:10px;
}
#main {
 .card{
    margin-bottom: 25px;
    background-color: #F0F0F0;
    --bs-card-border-width: 0px;
  }
  .fas {
    font-weight: 900;
    background-color: none;
    padding-top: 13px;
  }
  a{
    color: #020202;
    text-decoration: double;
  }
  button{
    color: #020202;
    background:none;
    border:none;
    display: none;
  }
  .card:hover{
    background-color:#DEEAFD;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
  }
  .click, .meaning {
    cursor: pointer;
  }
  .iconone img, svg, .icontwo img, svg {
    vertical-align: middle;
    cursor: pointer;
  }
  .iconone img, svg {
    width: 15px;
  }
  .icontwo img, svg {
    width: 22px;
  }
  .pagin span {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 14px;
  }
}
.container{
  max-width: 100%;
}
.img img{
  width: 85%;
  border-radius: 10px;
}
.row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
}
.text-muted {
  display: none;
}
.fa-copy:before {
  color: black;
}
.msg {
  text-align: center;
  font-size: 25px;
  height: 140px;
  padding-top: 51px;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.allletters .active{
  width:50px;
  color:white;
  background-color:#4285F4;
  border:none;
}
.btn:hover {
  transform: scale(1.02);
}
.btn.active, .letter:hover {
  width:40px;
  color:white !important;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color:#4285F4 !important;
  border-color:#c8caed !important;
}
.visuallyhidden{position:absolute;clip:rect(1px,1px,1px,1px)}
.copybutton{background-color:#fff;border:0;outline:0;cursor:pointer;opacity:1;position:absolute;width:40px;height:40px;z-index:9;border-radius:24px}
.button-tooltip-container {
    display: flex;
    align-items: center;
    margin-top: 16px;
    min-height: 30px;
}
#custom-tooltip {
    display: none;
    margin-left: 40px;
    padding: 5px 12px;
    background-color: #000000df;
    border-radius: 4px;
    color: #fff;
}
.fillable {
  color:red !important;
}
.menbtn {
  display:none;
}
.btnsearch {
  display:none !important;
}
.modal-header button {
  color: #020202;
  background-color: grey;
  border: none;
  display: block;
}
#main {
  min-height: 600px;
}
@media (max-width: 900px){
  #result{
    display: flex;
    overflow-x: scroll;
  }
  #main .col-md-3 {
    display: none;
  }
  #main .col-xs-12 {
    width:100%;
  }
  #main .px-5 {
    padding-right: 0rem!important;
    padding-left: 0rem!important;
  }
  .input-group .btn {
    position: relative;
    z-index: 2;
  }
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.header .col-md-2 {
  text-align: end !important;
}
.header .searchbarbtn {
  display: flex;
  justify-content: end !important;
}
  #topbar .input-group {
    width: 70% !important;
  }
  #main button {
    color: #020202;
    display: none;
    display: block !important;
    background: none !important;
    border: none !important;
  }
}
@media (max-width: 1024px) and (min-width: 600px){
  .header .form-control {
    display: block;
    position: absolute;
    width: 75% !important;
  }
}
@media (max-width: 700px) and (min-width: 767px){
  .header .form-control {
    display: block;
    position: absolute;
    width: 70% !important;
  }
}
@media (max-width: 600px) {
  .menbtn {
    display: flex;
    justify-content: space-between;
  }
  #main {
    min-height: 400px;
  }
  .searchbtn {
    display: none !important;
  }
  .menbtn .py-2 {
    padding-top: 0rem!important;
    padding-bottom: 0.5rem!important;
  }
  .d-flex {
    display: flex!important;
  }
  .justify-content-between {
      justify-content: center !important;
  }
  .flex-fill {
      flex: 1 1 auto!important;
  }
  .header .form-control {
    display: block;
    position: absolute;
    width: 80% !important;
  }
  .navbar-brand {
    margin-right: 0rem !important;
  }
  .header .input-group {
    width: 100% !important;
  }
  .header .pt-4 {
  padding-top: 0rem !important;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 0rem !important;
  }
  .header .px-2 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
  }
  .header .py-3 {
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
  }
  .wrmen, .btnment, .ment, .col-md-3 .card{
    display:none !important;
  }
  .show .mx-5 {
      margin-right: 0rem!important;
      margin-left: 0rem!important;
  }
  .col-xs-2 {
    -webkit-writing-mode: vertical-lr !important;
  }
  .search .btn {
    --bs-btn-padding-x: 0rem;
  }
  .btnsearch {
    display:block !important;
  }
  .show .my-3 {
    margin-top: 0rem!important;
    margin-bottom: 0rem!important;
  }
  .show .row h2 {
    text-align: center !important;
  }
  .page-item:not(:first-child) .page-link {
      margin-left: 0px !important;
  }
  .header .searchbarbtn {
    display: flex;
    justify-content: end !important;
  }
  .click, .rowing {
    font-size: 1rem !important;
  }
  .hove .col-md-7 {
    font-size: 90% !important;
    width: 100%;
  }
}
@media (max-width: 576px){
  .pagination li {
      width: 25%;
      text-align: center!important;
      margin-right: 0.5rem!important;
  }
  #topbar .input-group {
    width: 100% !important;
  }
  .pagination a {
    color: #ffffff !important;
    text-decoration: double;
    background-color: #1481c7 !important;
  }
  .hove .py-2 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
  }
  #main .iconone img, svg {
    vertical-align: middle;
    cursor: pointer;
    width: 16px;
    padding: 1px;
    display: grid;
  }
  #main .icontwo img, svg {
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    display: grid;
    padding: 1px;
  }
  #main .py-3 {
    padding-top: 0.5rem!important;
    padding-bottom: 0rem!important;
  }
  #main .card {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
  }
}