<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.select-box {position: relative;
    float:left;   padding:15px; border:0; outline:none;  color: #3fb4ee;  font-weight: 600; font-size:14px;  -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; -webkit-appearance:none;  -moz-appearance:none;  -ms-appearance:none; appearance:none;  background:url('../img/down-arrow.png') 100% 20px no-repeat; margin-right:10px; padding-right:30px;   overflow:scroll; max-height:200px  }

 .select-box option {color:#333!important; border-bottom:solid 1px #eee!important; padding:10px 0; font-size:13px; height:30px}
 
  .select-box optgroup {color:#333!important}
  .select-box::-ms-expand {
		display: none;
	}
  
/*home sidepopup*/
.right-side-strip {width: 55px; position: fixed; top: 38%; left: -8px;  cursor: pointer;  }
.right-side-strip.expand {width: 0;  left: 0; top: 30%; -webkit-box-shadow: -2px 1px 10px 0px rgba(0,0,0,0.32);
-moz-box-shadow: -2px 1px 10px 0px rgba(0,0,0,0.32);
box-shadow: -2px 1px 10px 0px rgba(0,0,0,0.32);  z-index: 999; left: -55px}
.right-side-strip.expand .apply-form {width: 100%; background: #fff; min-height: 300px; position: relative; border-top-right-radius:5px; border-bottom-right-radius:5px; float: right;}
.right-side-strip.expand .apply-form .head {width: 100%; background: #9c1c26; min-height: 50px;padding:10px; margin: 0; color: #fff;  border-top-right-radius:5px; text-align: center; line-height: 18px; margin-bottom: 25px; }
.right-side-strip.expand .apply-form .head.msg {font-size: 18px; padding-top: 15px}

.right-side-strip.expand #close {position: absolute;  z-index: 10;  top: 80%; right:0px; }
.right-side-strip.expand .close-btnn {position: absolute;  top:30%; left:300px; z-index: 10; display: none; width: 60px; height: 200px}
.right-side-strip.expand .txt {font-size: 13px; color: #000!important; text-align: center; padding: 10px; margin: 0; margin-top: 0px; font-weight: 500; line-height: 20px; background: #f4f8fa; border-bottom-left-radius:5px; border-top: solid 1px #ddd;
}
.right-side-strip.expand .txt button {margin: 10px auto!important}
.right-side-strip.expand .txt a {color: #9c1c26; text-decoration: underline; font-weight: 600}
}
  
 
 
</pre></body></html>