
      .has-feedback {
        position: relative;
      }
      .form-group {
        margin-bottom: 15px;
      }
      .form-control-feedback {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        display: block;
        width: 28px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        pointer-events: all !important;
      }
      .form-control-feedback img {
        margin-left: -6px;
      }
      .has-feedback .form-control {
        padding-right: 42.5px;
      }
      .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
        -webkit-transition:
          border-color ease-in-out 0.15s,
          -webkit-box-shadow ease-in-out 0.15s;
        -o-transition:
          border-color ease-in-out 0.15s,
          box-shadow ease-in-out 0.15s;
        transition:
          border-color ease-in-out 0.15s,
          box-shadow ease-in-out 0.15s;
      }
      input {
        margin: 0;
        font: inherit;
        color: inherit;
        line-height: normal;
        font-family: inherit;
        font-size: inherit;
      }
      .has-search button {
        overflow: visible;
        cursor: pointer;
        margin: 0;
        font: inherit;
        color: inherit;
      }
      #submain .footermenu div {
        margin: 0;
      }
      @media (max-width: 575px) {
        #submain .footermenu div.has-search {
          top: -22px;
        }
      }
      img:is([sizes="auto" i], [sizes^="auto," i]) {
        contain-intrinsic-size: 3000px 1500px;
      }
      #sticky-ad-close {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 25px;
        height: 25px;
        font-size: 16px;
        font-weight: bold;
        color: #555;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }
      #sticky-ad-close:hover {
        opacity: 1;
      }
      #sticky-ad-close:focus {
        outline: 2px solid #007bff;
        outline-offset: 2px;
      }
      .site_list {
        text-align: left;
        padding-left: 7.5rem !important;
      }
      .mobile {
        display: none !important;
      }
      .desktop {
        display: block !important;
      }
      @media (max-width: 768px) {
        .site_list {
          text-align: center !important;
          padding: 0px !important;
        }
        .mobile {
          display: block !important;
        }
        .desktop {
          display: none !important;
        }
      }