



#sResults {
    display: none;
    width: 100%;
    right: 0;
    position: fixed;
    height: calc(100% - 56px);
    top: 56px;
    z-index: 99999;
    background-color: rgb(255 255 255);
    pointer-events: none;
    /* padding: 20px; */
}

#sFrame {
    width: 9%;
    width: 100%;
    position: absolute;
    border: none;
    pointer-events: auto;
    /* height: calc(100% - 209px); */
    height: 100%;
    left: 0;
    /* background-color: white; */
    top: 0px;
    /* margin-top: 209px; */
    /* box-shadow: -3px 3px 6px 0px hsl(226deg 62% 19% / 6%); */
}

#sFrame body {margin-left: 0px;}
/*#sFrame {
    width: 100%;
    position: absolute;
    border: none;
    pointer-events: auto;
    height: calc(100% - 142px);
    left: 0;
    background-color: white;
    top: 0px;
    margin-top: 142px;
    box-shadow: -1px 4px 3px 2px hsl(226deg 62% 19% / 6%);
}*/

.sWhiteBack { z-index: 9999 !important;width: 100% !important;height: 100% !important; background-color: rgba(255,255,255,0) !important; }

#closeSButt {
    pointer-events: auto;
    position: absolute;
 right: 17px;
    top: 18px;
    font-size: 1.3em;
    margin-top: -8px;
    cursor: pointer;
    user-select: none;
    z-index: 99999;
}

.yt-icon{
    pointer-events: none;
    display: block;
    width: 24px !important;
    height: 24px !important;
}





#butS {display: none;}

.sImage {
opacity: 0;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: none;
    cursor: pointer;
    color: white;
      border: none;
   
    margin: auto;
    margin-left: -40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.sImageSpan1 { 
    background-image: url('../images/123.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    fill: currentColor;
    height: 19px; width:19px; 
    
}




 input[type="search" i]::placeholder { 
 color:  rgb(255 255 255 / 100%);
  opacity: 1; 
}

input[type="search" i]::-ms-input-placeholder {
 color: rgb(255 255 255 / 100%);}

input[type="search" i]::-ms-input-placeholder { 
 color: rgb(255 255 255 / 100%);
}

input[type="search" i]::-webkit-search-cancel-button {
    appearance: auto;
    display: none;
    cursor: default;
    margin-inline-start: 1px;
    margin-right: 6px;    margin-bottom: 1px;
    opacity: 1;
    pointer-events: none;
 

  /* Now your own custom styles */
  height: 10px;
  width: 10px;
  background: white;
    user-select: none !important;
    flex: 0 0 auto;
}
input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
  display:none;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: white !important;
}


.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items { font-size: 0.85em; width: 240px; 
    font-family: 'verdana_pro';
    position: absolute; border-radius: 5px;
 box-shadow: 2px 3px 4px rgb(0 0 0 / 10%);
    /* border-bottom: none; */
    /* border-top: none; */
    z-index: 99;
    top: 34px;
    left: 0;
    right: 0;
    max-height: 154px;
    overflow: hidden;
}

.autocomplete-items div {    
    padding: 6px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 0px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #f4f5f7;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}


.hiddenLogo{display: none;}

#sInput {
    background-color: rgb(255 255 255 / 20%);
    padding-left: 13px;
    border-radius: 20px;
    outline: none;
    border: none;
    height: 36px;
    width: 250px;
    font-size: 0.9em;
    font-family: 'verdana_pro';
    color: white;
    margin-right: 0px;
}

#sForm {
    display: flex;
    width: 250px;
}
#searchWrapper { display: none;
    position: absolute;
    right:11px;
    top: 16px;
    width: 250px;
    height: 20px;
    z-index: 9999;
}

#mobOpenS {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 9999;
    display: block;
    position: absolute;
    top: 15px;
    right: 11px;
    background: none;
    cursor: pointer;
    color: white;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

 @media (min-width:412px) { 


#sResults {
    display: none;
    width: 100%;
    right: 0;
    position: fixed;
    height: calc(100% - 56px);
    top: 56px;
    z-index: 99999;
    background-color: rgb(255 255 255);
    pointer-events: none;
    /* padding: 20px; */
}

#sFrame {
    width: 9%;
    width: 100%;
    position: absolute;
    border: none;
    pointer-events: auto;
    /* height: calc(100% - 209px); */
    height: 100%;
    left: 0;
    /* background-color: white; */
    top: 0px;
    /* margin-top: 209px; */
    /* box-shadow: -3px 3px 6px 0px hsl(226deg 62% 19% / 6%); */
}

#sFrame body {margin-left: 0px;}
/*#sFrame {
    width: 100%;
    position: absolute;
    border: none;
    pointer-events: auto;
    height: calc(100% - 142px);
    left: 0;
    background-color: white;
    top: 0px;
    margin-top: 142px;
    box-shadow: -1px 4px 3px 2px hsl(226deg 62% 19% / 6%);
}*/

.sWhiteBack { z-index: 9999 !important;width: 100% !important;height: 100% !important; background-color: rgba(255,255,255,0) !important; }


#closeSButt {
    pointer-events: auto;
    position: absolute;
    right: 17px;
    top: 22px;
    font-size: 1.55em;
    margin-top: -8px;
    cursor: pointer;
    user-select: none;
    z-index: 99999;
}


#butS {display: none;}

.sImage { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: none;
    cursor: pointer;
    color: white;
      border: none;
   
    margin: auto;
    margin-left: -40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
}





 input[type="search" i]::placeholder { 
 color:  rgb(255 255 255 / 100%);
  opacity: 1; 
}

input[type="search" i]::-ms-input-placeholder {
 color: rgb(255 255 255 / 100%);}

input[type="search" i]::-ms-input-placeholder { 
 color: rgb(255 255 255 / 100%);
}

input[type="search" i]::-webkit-search-cancel-button {
    appearance: auto;
    display: none;
    cursor: default;
    margin-inline-start: 1px;
    margin-right: 6px;    margin-bottom: 1px;
    opacity: 1;
    pointer-events: none;
 

  /* Now your own custom styles */
  height: 10px;
  width: 10px;
  background: white;
    user-select: none !important;
    flex: 0 0 auto;
}
input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
  display:none;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: white !important;
}


.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items { font-size: 0.85em; width: 240px; 
     font-family: 'verdana_pro';
    position: absolute; border-radius: 5px;
 box-shadow: 2px 3px 4px rgb(0 0 0 / 10%);
    /* border-bottom: none; */
    /* border-top: none; */
    z-index: 99;
    top: 34px;
    left: 0;
    right: 0;
    max-height: 154px;
    overflow: hidden;
}
.autocomplete-items div {    
    padding: 6px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 0px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #f4f5f7;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}


.hiddenLogo{display: none;}
#sInput {
    background-color: rgb(255 255 255 / 20%);
    padding-left: 13px;
    border-radius: 20px;
    outline: none;
    border: none;
    height: 33px;
    width: 250px;
    font-size: 0.9em;
     font-family: 'verdana_pro';
    color: white;
    margin-right: 0px;
}

#sForm {
    display: flex;
    width: 250px;
}
#searchWrapper { display: none;
    position: absolute;
    right:11px;
    top: 17px;
    width: 250px;
    height: 20px;
    z-index: 9999;
}

#mobOpenS {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 4999;
    display: block;
    position: absolute;
    top: 15px;
    right: 11px;
    background: none;
    cursor: pointer;
    color: white;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
    

}
                        
@media (min-width:568px) { 


}           
                        
@media (min-width:600px) { 



}                       
                        
@media (min-width:801px) { }

@media (min-width:1040px){ 
#mobOpenS {
    /*background-color: #00001140;*/
    display: block;
    z-index: 99999;
    display: block;
    position: absolute;
    top: 29px;
    right: 24px;
    /* background: none; */
    cursor: pointer;
    color: white;
    border: none;
    padding-left: 6px;
    border-radius: 3px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
}




#searchWrapper {
    display: block;
    position: absolute;
    right:-21px;
    top: 27px;
    width: 250px;
    height: 20px;
    z-index: 9999999;
}

#sResults {
    display: none;
    width: 728px;
    right: calc((100% - 1040px + 36px) / 2);
    position: fixed;
    height: calc(100% - 208px);
    top: 208px;
    z-index: 99999;
    background-color: white;
    pointer-events: none;
    /* padding: 20px; */
}

#sFrame {opacity: 0;
    width: 100%;
    position: absolute;
    border: none;
    pointer-events: auto;
    /* height: calc(100% - 209px); */
    height: 100%;
    left: 0;
    background-color: transparent;
    top: -4px;
    /* margin-top: 209px; */
    /*box-shadow: -3px 3px 6px 0px hsl(226deg 62% 19% / 6%);*/
}

/*#sFrame {
    width: 100%;
    position: absolute;
    border: none;
    pointer-events: auto;
    height: calc(100% - 142px);
    left: 0;
    background-color: white;
    top: 0px;
    margin-top: 142px;
    box-shadow: -1px 4px 3px 2px hsl(226deg 62% 19% / 6%);
}*/

.sWhiteBack { z-index: 9999 !important;width: 100% !important;height: 100% !important; background-color: rgba(255,255,255,0) !important; }


#closeSButt {
    pointer-events: auto;
    position: absolute;
    right: 9px;
    top: 25px;
    font-size: 1.3em;
    margin-top: -8px;
    cursor: pointer;
    user-select: none;
    z-index: 99999;
}

.sImageSpan1 {
   
    height: 18px;
    width: 18px;
}

#butS {display: none;}

.sImage {opacity: 0;
    background: none;
    cursor: pointer;
    color: white;
      border: none;
   
    margin: auto;
    margin-left: -40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

#sInput {    

    font-weight: 100;
    background-color: rgb(255 255 255 / 20%);
    padding-left: 13px;
    border-radius: 20px;
    outline: none;
    border: none;
    height: 33px;
    width: 208px;
  font-size: 13px;
    font-family: 'verdana_pro';
    color: white;
    margin-right: 0px;
}

#sForm {display: flex;width: 300px;} 

 input[type="search" i]::placeholder { 
 color:  rgb(255 255 255 / 90%);
  opacity: 1; 
}

input[type="search" i]::-ms-input-placeholder {
 color: rgb(255 255 255 / 90%);}

input[type="search" i]::-ms-input-placeholder { 
 color: rgb(255 255 255 / 90%);
}

input[type="search" i]::-webkit-search-cancel-button {
    appearance: auto;
    display: none;
    cursor: default;
    margin-inline-start: 1px;
    margin-right: 6px;    margin-bottom: 1px;
    opacity: 1;
    pointer-events: none;
 

  /* Now your own custom styles */
  height: 10px;
  width: 10px;
  background: white;
    user-select: none !important;
    flex: 0 0 auto;
}
input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
  display:none;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: white !important;
}


.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items { font-size: 0.85em; width: 226px; 
   font-family: 'verdana_pro';
    position: absolute; border-radius: 5px;
 box-shadow: 2px 3px 4px rgb(0 0 0 / 10%);
    /* border-bottom: none; */
    /* border-top: none; */
    z-index: 99;
    top: 34px;
    left: 0;
    right: 0;
    max-height: 154px;
    overflow: hidden;
}
.autocomplete-items div {    
    padding: 6px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 0px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
 /* background-color: #f4f5f7;*/
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

}
