    @media screen and (max-width: 1199.98px) {
        body::before, body::after {
          display: none; } }
        .block-banner {
            background: url("../img/bannertopmt.png") #eeee no-repeat bottom center;
            background-size: 100%;
            background-size: auto;
            padding: 15px 0;
            min-height: 307px;
            z-index: 10; }
        @media (max-width: 575.98px) {
          .block-banner {
            background-size: cover; } }
        .block-banner .box-detail {
          max-width: 100%;
          /* min-height: 307px; */
          background: linear-gradient(90deg, #304A74 33%, rgba(255, 255, 255, 0) 100%);
          width: fit-content;
          padding: 20px;
          display: flex;
          flex-direction: column;
          justify-content: center; 
          }
          @media (min-width: 992px) {
            .block-banner .box-detail {
              margin-top: 45px; } }
          .block-banner .box-detail h3 {
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            line-height: 50px; }
          @media (max-width: 575.98px) {
            .block-banner .box-detail h3 {
              font-size: 30px; } }
          .block-banner .box-detail .box-logo img {
            max-width: 90px; }
        .block-banner .box-search .input-group {
          border-radius: 0 !important;
          overflow: hidden;
          border: 1px solid #fff; }
          @media (max-width: 575.98px) {
            .block-banner .box-search .input-group {
              border: none; } }
        .block-banner .box-search .form-control {
          padding: 0;
          border: none;
          background-color: transparent; }
        .block-banner .box-search select {
          max-width: 200px;
          height: 45px;
          padding-left: 15px !important;
          background-color: transparent;
          border: 1px solid #fff;
          color: #fff;
          background-image: url(../images/icons/caret-down-fill.png); }
          .block-banner .box-search select option {
            padding: 10px;
            color: #fff;
            background-color: #006664; }
          .block-banner .box-search select option:hover {
            background-color: #f0f0f0; }
          @media (max-width: 575.98px) {
            .block-banner .box-search select {
              border: 1px solid #fff !important; } }
        .block-banner .box-search #textSearch {
          width: 100%;
          border: none;
          height: 45px;
          padding-left: 15px !important;
          color: #fff;
          border-radius: 0;
          border-left: 1px solid #fff;
          margin-left: 1px;
          background-color: transparent;
          position: relative; }
          @media (max-width: 575.98px) {
            .block-banner .box-search #textSearch {
              border-left: 0;
              border: 1px solid #fff;
              margin-top: 15px; } }
          .block-banner .box-search #textSearch::placeholder {
            color: #fff;
            opacity: 1;
            /* Firefox */ }
          .block-banner .box-search #textSearch::-ms-input-placeholder {
            /* Edge 12 -18 */
            color: #006664; }
        .block-banner .box-search .btn-search {
          background: transparent;
          border-radius: 0 !important;
          position: absolute;
          right: 10px;
          top: 0;
          color: #fff;
          width: 40px;
          min-height: 45px;
          padding: 0; }
        .block-banner .box-search .btn-banner {
          background: rgba(255, 255, 255, 0.25);
          color: #fff;
          border: none;
          height: 47px;
          width: 100px;
          font-size: 14px;
          display: flex;
          align-items: center;
          justify-content: center; }
        @media (max-width: 575.98px) {
          .block-banner .box-search .form-select,
          .block-banner .box-search .textSearch {
            width: 100%;
            max-width: 100%; }
          .block-banner .box-search .btn-search {
            top: 55px;
            bottom: auto;
            border: none; } }
      
      .textSearch {
        position: relative; }
        .textSearch .clear-text {
          position: absolute;
          right: 60px;
          top: 50%;
          transform: translate(0, -50%);
          cursor: pointer;
          display: none; }
      
.book-list .box-list {
    border: 1px solid #d9d9d9;
    margin-bottom: 15px; }
    .book-list .box-list .tbl-list td {
      font-weight: 500; }
      .book-list .box-list .tbl-list td a {
        font-weight: 500; }
    .book-list .box-list .box-list-title {
      background: linear-gradient(278.57deg, #000c92 0%, #010757 76.88%);
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      color: #fff;
      padding: 10px 25px 10px 25px;
      font-size: 20px;
      position: relative;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 767.98px) {
        .book-list .box-list .box-list-title {
          align-items: start;
          font-size: 18px; } }
      @media (max-width: 575.98px) {
        .book-list .box-list .box-list-title {
          display: block;
          text-align: center; } }
      .book-list .box-list .box-list-title .btn-title {
        width: 46px;
        height: 46px;
        position: relative; }
        @media (max-width: 767.98px) {
          .book-list .box-list .box-list-title .btn-title {
            position: absolute;
            top: 10px;
            right: 10px; } }
        .book-list .box-list .box-list-title .btn-title::after {
          content: "";
          background: url(../img/icons/PlusLg.png) no-repeat;
          display: block;
          width: 46px;
          height: 46px; }
      .book-list .box-list .box-list-title.active .btn-title::after {
        background: url(../img/icons/Dash.png) no-repeat; }
    .book-list .box-list .box-list-content {
      padding: 25px;
      background: #fff; }
    .book-list .box-list:nth-child(even) .box-list-title {
      background: linear-gradient(278.57deg, #11727c 0%, #0d383d 76.88%); }
  
      .block-search .box-search .btn-search {
        background: transparent;
        color: #006664;
        border-radius: 10px !important;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        width: 40px;
        min-height: 40px; }
        .block-search .box-search .btn-search .tooltip-text {
          position: absolute;
          top: -35px;
          /* Position the tooltip below the button */
          left: 50%;
          transform: translateX(-50%);
          background-color: rgba(0, 0, 0, 0.8);
          /* Tooltip background */
          color: white;
          padding: 5px 10px;
          border-radius: 4px;
          font-size: 14px;
          white-space: nowrap;
          opacity: 0;
          /* Initially hidden */
          visibility: hidden;
          transition: opacity 0.2s ease, visibility 0.2s ease; }
        .block-search .box-search .btn-search:hover .tooltip-text {
          opacity: 1;
          /* Show tooltip */
          visibility: visible; }
      @media (max-width: 575.98px) {
        .block-search .box-search .input-group {
          border: transparent !important;
          padding: 2px; }
        .block-search .box-search .form-select,
        .block-search .box-search .textSearch {
          width: 100%;
          max-width: 100%;
          margin-bottom: 10px; }
        .block-search .box-search .btn-search {
          top: auto;
          bottom: -10px; }
        .block-search .box-search .form-select {
          border: 1px solid #006664;
          margin-bottom: 10px;
          border-radius: 10px !important; }
        .block-search .box-search .textSearch {
          border: 1px solid #006664;
          border-radius: 10px !important;
          margin: 0 !important;
          padding: 1px 3px !important; }
          .block-search .box-search .textSearch #textSearch {
            border-left: 0; } }
      
      .filter-select {
        height: 50px;
        width: 225px; }
        .textSearch {
            position: relative; }
            .textSearch .clear-text {
              position: absolute;
              right: 60px;
              top: 50%;
              transform: translate(0, -50%);
              cursor: pointer;
              display: none; }

.meeting-cover {
  width: 58px;
}
.border-left-unset {
  border-left: unset !important;
}
.custom-hr{
  background-color: #ffffff;
  height: 1px;
  border: 1px solid #fff !important;
  margin-top: -10px !important;
}

.block-conference {
  background: linear-gradient(180deg, #E9F3F2 0%, #FFFFFF 100%);
}

.accordion-button:not(.collapsed),
.accordion-body {
  background-color: #DDEBE8;
}

.accordion-button,
.accordion-body{
  /* background-color: #DDEBE8 !important; */
  background-color: #FAFCFE;
  border-radius: 0px !important;
}

.accordion-button::after {
  background-color: #e9f3f2;
  padding: 15px;
  background-position-x: 5px;
  background-position-y: 6px;
}

.accordion-item {
  border: unset;
  border-left: 3px solid #006664;
  border-radius: 0 !important;
}