::selection {
  background: #df5936;
  color: #fff;
}
::-moz-selection {
  background: #df5936;
  color: #fff;
}

.toggle-icon svg {
  width: 19px;
  margin-bottom: -7px;
  cursor: pointer;
}

button{
    cursor: pointer;
}
p {
  margin: 0;
  /* transition: all ease-in-out 450ms !important;
  -webkit-transition: all ease-in-out 450ms !important;
  -o-transition: all ease-in-out 450ms !important;
  -moz-transition: all ease-in-out 450ms !important;
  text-decoration: unset; */
  /*line-height: 1.6em;*/
}
a, button, input, textarea, span.jet-menu-label, input[type="submit"], i{
   /* transition: all ease-in-out 450ms !important;
   -webkit-transition: all ease-in-out 450ms !important;
   -o-transition: all ease-in-out 450ms !important;
   -moz-transition: all ease-in-out 450ms !important;
   text-decoration: unset; */
}
a{
  color: #000;
  font-weight: 500;
  /* text-decoration: underline;
  text-decoration-color: #f1c40f; */
}
a:hover{
  color: #f1c40f;
  /* text-decoration: underline;
  text-decoration-color: #f1c40f; */
}
body {
  margin: 0;
}
body.admin-bar .site-header.active {
    top: 32px;
}
/* @keyframes slidein {
  from {
    right: 0;
    transform: translateX(600px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideup {
  from {
    right: 0;
    transform: translateY(-600px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideout {
  from {
    transform: translateX(0);
  }
  to {
    right: 0;
    transform: translateX(600px);
  }
} */
/*header*/
.toggle-search {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.toggle-search .toggle-icon i {
  font-size: 20px;
  cursor: pointer;
  padding: 5px 15px;
}

form.search-panel {
  max-width: 500px;
  width: 100%;






  -webkit-transition: all 3300ms ease;
  -o-transition: all 3300ms ease;
  transition: all 3300ms ease;
}
form.search-panel .main-object {
  display: flex;
  align-content: flex-end;
  width: 100%;
  margin-top: 0;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border: 2px solid #000;
  border-radius: 50px;
}
form.search-panel .main-object input {
  height: 50px;
  border: 0;
  width: 100%;
  color: #000;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 20px;
  background: #0000;
  padding-left: 17px;
  min-width: 438px;
}
form.search-panel .main-object button {
  height: 44px;
  background: transparent;
  color: #000;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 58px;
}
form.search-panel .main-object button i {
  font-size: 21px;
}
form.search-panel .main-object .object-1 {
  width: 100%;
}
form.search-panel .main-object button:hover i {
  background: #000;
  color: #fff;
}
form.search-panel .main-object button i {
  padding: 10px;
  border-radius: 50px;
}
.cancel-btn_search {
  position: absolute;
  top: 50px;
  right: 50px;
}
.overlay-popup_search{
      pointer-events: all;
      position: fixed;
      left: 0;
      top: 0;
      height: 100vh;
      width: 100%;
      z-index: 999998;
      margin-top: 0;
      background-color: #fffffff0;
      opacity:0;
          -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        visibility:hidden;
}
.cancel-btn_search i:hover {
  color: #fff;
  background: #f44336;
}
.popup_search .box-search {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.popup_search {
position: fixed;
z-index: 999999;
background-color: #fffffff0;
opacity:0;
    -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  visibility:hidden;
top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);width: auto;display: inline-block;}
.popup_search.active ,.overlay-popup_search.active{
opacity:1;
  visibility: visible;

}

.popup_search.active .main-object{
  margin-top: 0;
}

.popup_search.active form.search-panel {






animation: fadeInUp .9s;}


form.search-panel .main-object button svg {
  width: 22px;
  margin-bottom: -10px;
}
.cancel-btn_search .icon_cancel svg {
  cursor: pointer;
  width: 24px;
  display: none;
}


.cancel-btn_search svg.active {
  display: flex;
}
.tag-search .mwtsa-search-stats ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  justify-content: center;
  margin-top: 0;
  list-style: none;
}
.popup_search form.search-panel h4 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 36px;
}
.tag-search .mwtsa-search-stats li{
  list-style: none;
}
.tag-search .mwtsa-search-stats ul li ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
    display: block;
    margin-bottom: 2px;
    min-width: 130px;
}
.popup_search .tag-search {
    position: relative;
    display: block;
        padding-top: 10px;
}
.popup_search .tag-search p{
  font-size: 16px;
font-weight: 600;
}
.tag-search .mwtsa-search-stats {
    width: 100%;
}
.popup_search .tag-search .text-sleft {
    width: 100%;
}
.tag-search .mwtsa-search-stats ul > li > ul > li a{
    background: #009880;
    width: fit-content;
    color: #FFF;
    text-align: center;
    border-radius: 30px;
    padding: 2px 15px 1px;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    cursor: pointer;
}
.tag-search .mwtsa-search-stats ul > li > ul > li a:hover {
    background: #f57921;
}
.tag-search .mwtsa-search-stats p {
    display: none;
}

#nsl-custom-login-form-1 .nsl-container-um-login-layout-below-separator {
clear: both;
margin: 0 auto;
text-align: center;
}
/*destop medium*/
@media (max-width: 1600px){
}
/*laptop*/
@media (max-width: 1280px){
}
/*ipad pro (large tablet)*/
@media (max-width: 1024px) and (min-width: 992px){
}
/*ipad (tablet)*/
@media (max-width: 991.98px) {

}
/*iphone8 (smartphone)*/
@media (max-width: 575.98px) {
  .popup_search {
    width: 100%;
  }
  form.search-panel .main-object input {
    min-width: auto;
  }
  .cancel-btn_search {
      position: absolute;
      top: 10px;
      right: 10px;
  }
  form.search-panel {
      width: 85%;
  }
  .toggle-search {
  margin-left: 20px;
 }

}
/*iphone5 (small smartphone)*/
@media (max-width: 360px) {
}
