
#show-menu3:checked~.search-menu .menu-icon::before {
    content: "x";
    position: fixed;
    top: 10px;
    right: 10px;
        z-index: 6;
        color: #fff;
        padding: .2rem .6rem;
        font-size: 1.6rem;
        line-height: 1.6rem;
}

.search-menu .head-nav .contentnav {
    background: #fff;
    flex-direction: column;
    color: #fff;
    padding: 1rem;
    gap: .5rem;
    width: 100%;
}

.search-menu .head-nav .contentnav>div {
    width: 100%;
}

.search-menu .head-nav .contentnav .links {
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background-color: #18baad;
    /*background: linear-gradient(0deg, rgba(24,186,173,1) 0%, rgba(17,136,126,1) 100%); */
}

#show-menu3:checked~.search-menu .links {
    left: 0;
    z-index: 5;
    transition: all 0.3s ease;
}
.search-menu .links {
  padding-top: 1rem;
}

.search-menu .menu-icon {
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: .1rem;
    border: 1px solid #08887e;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: .1rem;
}

.search-hb{
    padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 28px;
}


.search #btn-loader{
    display: none;
    position: fixed;
width: 100%;
height: 100%;
z-index: 99999;
    background: rgba(255, 255, 255, .8);
    justify-content: center;
    align-items: center;
    top: 0;
  left: 0;
}
.search .loader-ring {
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  .search .loader-ring:after {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #18baad;
    border-color: #18baad transparent #08887e transparent;
    animation: loader-ring 1.2s linear infinite;
  }
  @keyframes loader-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


.x-popup{
    position: absolute;
    right: 1rem;
    top: 0;
    padding: 5px !important;
    cursor: pointer;
}

.btn-filtri{
    flex: 1 1 100%;
  padding: .3rem;
  border-radius: .3rem;
  border: 1px solid #ccc;
}
.btn-filtri input {
    padding: .5rem;
    border: 1px solid #fff;
    border-radius: .3rem;
    font-size: 1rem;
    width: 100%;
  }

.src-result{
position: absolute;
  top: 0;
  left: 0;
  color: #222;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: normal;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 10px;
  border-radius: .2rem;
  background-color: #fff;
  overflow-x: hidden;
  gap: .5rem;
  color: #08887e;
  text-transform: uppercase;
  font-weight: 900;
}

.src-hide{
    display: none;
}
.sel-search{
    height: 100%;
    width: 100%;
    display: flex;
  align-items: center;
  cursor: pointer;
}
.wrappernav {
  margin: 0 auto;
}

.ics{
   color: #fff;
   position: relative;
   border: 0 !important;
}
.ics:after{
    content: "x";
    position: absolute;
    right: 5px;
    font-weight: 900;
}
.sch-txt {
    font-size: 1.4rem;
    border-bottom: 1px dashed #76d7cf;
    margin-bottom: 10px;
    display: none;
}

@media(min-width: 1024px) {
    .search-menu {
        top: 0;
        right: 0;
        width: calc(100% - 4rem);
        left: 0;
        max-width: 100%;
        height: 130px;
    }

    .search {
        position: sticky;
        top: 0;
        z-index: 2;
        width: auto;
        margin-top: 0;
    }
    .search-menu .links {
        padding: 0;
      padding-top: 0;
    }
    .search-menu {
        z-index: 1;
    }
    .search-menu .head-nav .contentnav {
        background: #18baad;
        box-shadow: 0px 0px 20px rgba(0, 60, 60, 0.2);
        border-radius: .2rem;
        height: 130px;
    }

    .sch-txt {
        display: block;
        height: 28px;
    }
}


.nazfil,
.shownaz,
.hidenaz:target {
  display: none;
}
.hidenaz:target + .shownaz,
.hidenaz:target ~ .nazfil {
  display: flex;
}
.shownaz,.hidenaz{
    grid-column: 1;
}
.nazfil{
    grid-column: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: auto;
    gap: .4rem;
    height: 40px;
}
.nazfil button{
    padding: .1rem !important;
    background-color: #d8f0ee;
    border: 0 !important;
    text-transform: capitalize !important;
    white-space: nowrap !important;
}
@media(min-width: 1024px) {
    .nazfil{
        grid-column: 1 / 7;
        flex-wrap: wrap;
        overflow-y: visible;
        height: auto;
    }
    .shownaz,.hidenaz{
        margin-top: -40px;
    }
    .shownaz,.hidenaz{
        grid-column: 6;
    }
    .nazfil button{
        font-size: .9rem !important;
    }
}


.over-show {
    display: block !important;
}

#overBlack {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    animation: fadeIn 1s;
}

.popup-show {
    display: flex !important;
    animation: fadeIn 1s;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.popup {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.popup:before {
    content: "";
    display: block;
    position: absolute;
    right: calc(50% - 15px);
    top: -15px;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.popup .srcbtn {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 100%;
    overflow-y: scroll;
}

.popup .srebtn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    max-height: 100%;
    width: 100%;
}

.popup .srfbtn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}
#extra-mobile-menu-title{
color: #fff;
  font-size: 1.2rem;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.close-popup {
   /* padding: 15px;
    background-color: #18baad;
    display: none;*/
    padding-bottom: 10px !important;
  justify-content: end;
}
.close-popup .btn-orange{
   display: none;
}

.popup button:not(.btn-orange) {
    padding: .8rem;
    border: 0;
    border-radius: .2rem;
    font-size: 1rem;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
    border: 1px solid #18baad;
    background-color: #fff;
}

.search-title-box {
    font-size: 1.5rem;
    font-weight: 900;
    grid-column: 1;
    min-height: 30px;
    flex:1 1 100%
}
.popup .srfbtn button{
    flex: 0 0 100%;
}

.search-menu .src-field {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    width: 100%;
    text-align: left;
    z-index: 1;
    color: #222;
    background: #fff !important;
    border: 0 !important;
    font-size: 20px;
    min-height: 60px;
    text-transform: uppercase;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: .2rem;
}

.search-menu .btn-orange,
.search-menu .btn-green {
    text-transform: uppercase;
    font-size: 1rem;
    width: 100%;
  padding: 1rem;
}
.tabs-search{
    width: 100%;
}
.search-menu .tabs-search .links .links-int {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.search-menu .tabs-search .links-int > div {
    position: relative;
}

.search-menu .head-nav .contentnav .links small {
    text-transform: uppercase;
    display: block;
}

 .links .caret {
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.search-cancel {
    font-size: 24px;
}

.src-field-naz{
    display: none !important;
}
.btn-group{
    display: flex;
  gap: 1rem;
  justify-content: end;
}

@media(min-width: 1024px) {
    .popup {
        margin: 0 auto;
        /*max-width: calc(100% - 2rem);*/
        max-width: 1400px;
        min-width: 600px;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        border-radius: .2rem;
        height: auto;
        width: auto;
    }

    .popup button:hover,
    .popup button:active,
    .popup button:target {
        background-color: #ff8f00 !important;
        border: 1px solid #ff8f00;
        cursor: pointer;
    }

    .search-menu .head-nav .contentnav .links .links-int {
        grid-template-columns: repeat(6, 1fr);
    }

    .popup .srcbtn {
        max-height: 400px;
    }

    .close-popup {
        /*padding: 1rem;*/
    }

    .popup .srfbtn button{
        flex: 0 0 calc(20% - 1rem);
    }
    .tabs-search{
    height: 98px;
}

}



