  /* search */
  /* .selected{
    border: 1px solid #10a6f5 !important;
  } */

  .selected{
    /* position: relative; */
    /* border: 1px solid #10a6f5 !important; */
    background-color: #FF4C6A!important;
    color: white!important;
  }

/* .selected::after {
  content: '\2713'; 
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.2em;
  color: green;
} */
.search-container {
  position: relative;
  top: 10px;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #aaa;
}
input::placeholder{
    text-align: center;
}
.search-input {
  padding: 5px 40px 5px 30px; /* Adjust padding based on icon size */
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  width: 100%;
}
.search-container i{
    color: #fa9639;
}
/* Optional: Style the input on focus */
.search-input:focus {
  border-color: #FC92E6;
}
/* search end */
/* .filter-btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px;
} */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
}

    .modal-content {
        background-color: #f9f9f9;
    margin: 14% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    border-radius: 5px;
    min-height: 80vh;
    }

    .close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    }

    .close:hover,
    .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    }

    .language-select{
        display: flex;
        gap: 5px;
        /* border: 1px solid red; */
        overflow: scroll;
        height: 60px;
        margin-left: 10px;
        padding-left: 4px;
    }
    .language-select::-webkit-scrollbar{
        display: none;
    }
    .language-select button{
        border: none;
        outline: none;
        background-color: #f8f8f8;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 7px;
    }
    .language-select{
        height: 30px;
        border-radius: 10px;
    }
.fliter-btn{
    border: 1px solid #39e0fa !important;
    height: 30px;
    background-color: #ffffff !important;
    /* border-radius: 10px; */
}
.modal-content button{
    border: none;
    outline: none;
    background-color: #efefefc7;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    height: 30px;
    /* font-family:; */
    color: #222222;
    /* font-weight: bold; */
   letter-spacing: 0.1rex;
   /* margin: 5px; */
   border-radius:5px ;
   margin-block: 5px;
   margin-right: 5px;
   
}
.modal-topis-bg{
    background-color: #ffffffff;
    padding: 10px;
}
.yello-bg{
    background-image: transparent;
    color: #ffffff;
}
.modal-topic .bi-chat-heart{
        color: red;
    }
    .default .row {
             --bs-gutter-x: 0.5rem;}

             .language-select button {
         
              font-size: 14px;
              padding-left: 10px;
              padding-right: 10px;
              border-radius: 0px;
              background-color: transparent;
              color: #000;
              /* border: 1px solid #bab4b4; */
              box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          }

          .search-container i {
            color: #0d6efd;
        }
        .modal-content {
          background-color: #ff9393 !important;
          margin: 14% auto;
          padding: 20px;
          border: 1px solid #888;
          width: 100%;
          border-radius: 5px;
          color: #fff;
          min-height: 80vh;
      }
      .modal-topis-bg {
        background-color: #000000 !important;
        padding: 10px;
    }
    .search-input {
      padding: 5px 40px 5px 30px;
      border: 1px solid #ddd;
      border-radius: 5px;
      outline: none;
      width: 100%;
      color: #fff;
      background-color: black !important;
  }