.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 70px;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  #navbar .home {
    background-color: #faabcd;
    color: white !important;
    border-radius: 8px;
    border-color: white !important;
  }
  #topbar .header .cont{
    width: 78%;
    background-color: #DEEAFD;
    border-radius: 10px;
  }
  #result a {
    color: #000308;
    text-decoration: double;
    background-color: #E8E8E8;
    border-radius: 5px;
  }
  .myclass .active{
    color: #f9fafa;
    text-decoration: double;
    background-color: #faabcd;
    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;
  }
  #topbar .form-control:focus {
    box-shadow: none!important;
  }
  #topbar .form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0px;
    padding-left: 0;
  }
  #topbar .form-control::placeholder {
    font-size: 0.95rem;
    color: black;
  }
  #topbar .input-group .btn {
    background-color: #faabcd;
    /* border: none; */
    color: #ffffff;
    border-radius: 5px;
    border-color: #ee87b645;
  }
  #topbar #religion, #topbar #language, #topbar #genderbaby{
    background-color: #fce4e3;
    height: 46px;
    font-weight: 500;
    border: none;
  }
  #topbar #religion, #topbar #language{
    width: 100%;
  }
  #topbar #genderbaby{
    width: 110px;
  }
  #topbar option{
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #topbar .form-check-input {
    width: 0.8em;
    height: 0.8em;
    margin-top: 0em!important;
  }
  #religionnames, #languagenames{
    cursor: pointer;
    transition: .3s ease !important;
  }
  #religionnames:hover, #religionnames.active, #languagenames:hover, #languagenames.active{
    background-color: #faabcd !important;
    color: white;
    /* transform: scale(1.1); */
    border-radius: 5px;
  }
  .btn-light {
    transition: .3s ease !important;
  }
  #main .card{
    background-color: #faf4ffad;
  }
  #main a{
    color: #020202;
    text-decoration: double;
  }
  #main button{
    color: #020202;
    background:none;
    border:none;
    display: none;
  }
  .img img{
    width: 85%;
    border-radius: 10px;
  }
  #main .card:hover{
    background-color: #fce4e369;
    box-shadow: inset rgb(255 210 246 / 20%) -19px 6px 17px 7px;
    cursor: pointer;
 }
  #main .click, #main .meaning{
    cursor: pointer;
  }
  #main .iconone img, svg, #main .icontwo img, svg {
    vertical-align: middle;
    cursor: pointer;
    width: 14px;
  }
  #main .icontwo img, svg {
    width: 18px;
  }
  #main .pagin span {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 14px;
  }
  .row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
  }
  .fa-copy:before {
    color: black;
  }
  .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, .btn.active, .letter:hover, .allletters:hover{
    width:40px;
    color:white !important;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color:#faabcd !important;
    border-color:#c8caed !important;
    transform: scale(1.02);
  }
  .allletters {
    background-color: #f5f5f5 !important;
    color: black;
  }
  #topbar ul{
    padding-top: 0px!important;
    padding-bottom: 0px!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;
  }
  .border {
    border: none!important;
}
.navigation .flex {
    display: none!important;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow:none!important;
}
.modal-header button {
  color: #020202;
  background-color: grey;
  border: none;
  display: block;
}
#main button:focus {
  color: #020202;
  background: none;
  border: none;
  display: none;
  box-shadow: none!important;
  outline: none!important;
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none!important;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  display: flex;
  justify-content: center;
  gap: 15px;
}
.pagigd_fgr .text-muted {
  display: none;
}
.toast-top-center {
  top: 50px; /* Adjust the value according to your preference */
}
/* #popover_share a {
  width: 20%;
}
#popover_share a img {
  width: 85%;
} */
@media (min-width: 1700px) and (max-width: 2000px){
  #topbar .header {
    height: 400px!important;
  }
  #topbar .container-fuild {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
  }
}
  @media (max-width: 1024px){
    .navbar-brand {
      margin-right: 10px !important;
    }
    #topbar .lettr .gap-2{
      display: flex;
      overflow-x: scroll;
    }
    .header .form-control {
      display: block;
      position: absolute;
      width: 80% !important;
    }
  }
  @media (max-width: 900px){
    #topbar .input-group-append .gap-2 {
      gap: 1rem!important;
    }
    #topbar .gap-2 {
      gap: 0rem!important;
    }
    .pt-2 {
      padding-top: 1.5rem!important;
    }
    .required {
      color: red;
      position: absolute;
      display: block;
      padding-top: 43px;
    }
    .input-group .btn {
      position: relative;
      z-index: 2;
    }
    .input-group {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      width: 100%;
  }
  .header .searchbarbtn {
    display: flex;
    justify-content: end !important;
  }
    #topbar .input-group {
      width: 70% !important;
    }
    footer .col-md-6, footer h5{
      font-size: 90% !important;
    }
    footer .cont .px-5 {
      padding-right: 0rem !important;
      padding-left: 0rem !important;
      text-align: start !important;
    }
    footer .btn {
      --bs-btn-padding-x: 0rem !important;
      --bs-btn-padding-y: 0rem !important;
    }
    #main button {
      display:block!important;
    }
  }
  @media (min-width: 600px) and (max-width: 1024px){
    .header .form-control {
      display: block;
      position: absolute;
      width: 76% !important;
    }
    .header {
      background-repeat: round!important;
      background-size: cover;
      background-position: left!important;
    }
  }
  @media (max-width: 600px) {
    #main .col-md-3 .card {
      display: none;
    }
    #topbar .d-flex .px-2 {
      padding-right: 0rem !important;
      padding-left: 0.5rem !important;
    }
    #topbar .input-group .btn {
      background-color: yellow;
      color: black;
      border-radius: 5px;
      border-color: #cddfee;
      width: 50px;
    }
    #topbar .dropdown {
      padding-top: 1.3rem!important;
    }
    #topbar .mt-3 {
      margin-top: 0rem!important;
    }
    #topbar #genderbaby{
      width: 95px;
      background-color: #fce4e3;
      height: 46px;
      font-weight: 500;
    }
    #topbar .input-group-append .gap-2 {
      gap: 0.5rem!important;
      margin-top: 1.5rem;
    }
    .required {
      color: red;
      position: absolute;
      display: block;
      padding-top: 50px;
    }
    .menbtn {
      display: flex;
      justify-content: space-between;
    }
    .wrmen, .btnment, .ment, .searchbtn{
      display:none !important;
    }
    .show .mx-5 {
        margin-right: 0rem!important;
        margin-left: 0rem!important;
    }
    .col-md-3 .card{
        display:block;
        background-color: #f7f7f7;
        color: #646a6a;
    }
    #main button {
      color: #020202;
      display: none;
      display: block !important;
      background: none !important;
      border: none !important;
    }
    .menbtn .col-xs-2 {
      -webkit-writing-mode: vertical-lr !important;
    }
    .search .btn {
      --bs-btn-padding-x: 0rem;
    }
    .btnsearch {
      display:block !important;
    }
    .menbtn .py-2 {
      padding-top: 0rem!important;
      padding-bottom: 0.5rem!important;
    }
    #result{
      display: flex;
      overflow-x: scroll;
    }
    .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;
    }
    .d-flex {
        display: flex!important;
    }
    .justify-content-between {
        justify-content: center !important;
    }
    .navbar-brand {
      margin-right: 0rem !important;
    }
    /* .rowing {
      writing-mode: vertical-rl;
    } */
    .header .input-group {
      width: 100% !important;
    }
    .header .pt-4 {
    padding-top: 0rem !important;
    }
    .header .form-control {
    display: block;
    position: absolute;
    width: 85% !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;
    }
    .pagigd_fgr nav {
      display: block!important;
    }
    .flex-fill {
        flex: 1 1 auto!important;
        width: 100%;
        display: flex!important;
        justify-content: center!important;
    }
    .pagigd_fgr .pagination{
      display: none !important;
    }
    .pagigd_fgr .flex-fill .pagination {
      display: flex !important;
    }
    .pagination a {
      color: #ffffff !important;
      text-decoration: double;
      background-color: #faabcd !important;
    }
  }
  @media (max-width: 576px){
    #topbar .dropdown .dropdown-toggle {
      background-color: yellow;
      color: black;
      border-radius: 5px;
      border-color: #cddfee;
      width:50%!important;
    }
    #topbar ul{
      width: 50%!important;
      position: absolute;
      inset: 0px auto auto 70px;
      margin: 0px;
      transform: translate3d(16px, 56px, 0px);
      padding-top: 0px!important;
      padding-bottom: 0px!important;
    }
    #topbar .input-group {
      width: 100% !important;
    }
    .hove .py-2 {
      padding-top: 0.5rem!important;
      padding-bottom: 0.5rem!important;
    }
    #main .iconone img, svg, #main .icontwo img, svg {
      vertical-align: middle;
      cursor: pointer;
      padding: 1px;
      display: grid;
    }
    #main .iconone img, svg {
      width: 16px;
    }
    #main .icontwo img, svg {
      width: 22px;
    }
    #main .py-3 {
      padding-top: 0.5rem!important;
      padding-bottom: 0rem!important;
    }
    .pagigd_fgr .d-none {
      display: flex!important;
      justify-content: center!important;
      width: 100% !important;
    }
  }
  @media (max-width: 300px){
    #main .menbtn .p-2 {
      padding: 0rem!important;
    }
    #main .icontwo img, svg, #main .iconone img, svg {
      vertical-align: middle;
      cursor: pointer;
      display: grid;
      padding: 1px;
    }
    #main .icontwo img {
      width: 20px!important;
    }
    #main .iconone img, svg {
      width: 14px!important;
    }
  }
  