<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.autocomplete-suggestions {
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  border: 0.0625rem solid #e0e0e0; }
  @media (min-width: 544px) {
    .autocomplete-suggestions {
      width: auto !important; } }
  @media (min-width: 1200px) {
    .autocomplete-suggestions {
      max-width: 51.5625rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .autocomplete-suggestions {
    max-width: 42.1875rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .autocomplete-suggestions {
    max-width: 43.125rem; } }

@media (min-width: 544px) and (max-width: 767px) {
  .autocomplete-suggestions {
    max-width: 34.125rem; } }
  .autocomplete-suggestions .autocomplete-suggestion {
    display: table-row; }
    @media (min-width: 544px) {
      .autocomplete-suggestions .autocomplete-suggestion {
        white-space: nowrap; } }
  .autocomplete-suggestions .autocomplete-selected {
    background: #f0f0f0; }
  .autocomplete-suggestions strong {
    font-weight: normal;
    color: #ffb400; }
  .autocomplete-suggestions &gt; div &gt; div,
  .autocomplete-suggestions span {
    padding: 0.125rem 0.3125rem;
    display: table-cell; }
  .autocomplete-suggestions span {
    padding-right: 1.25rem; }

.ui-slider {
  position: relative;
  border: 0.0625rem solid #0095ff;
  margin: 0.4375rem 0.625rem;
  height: 0.375rem;
  border-radius: 2px; }

.ui-slider .ui-slider-handle {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: #c9e7fc;
  border: 0.25rem solid #0095ff;
  border-radius: 50%;
  top: -0.5rem;
  margin-left: -0.5625rem;
  cursor: pointer; }

.ui-slider .ui-slider-range {
  position: absolute;
  background-color: #ffb400;
  height: 100%; }
	
.sort-select {
    display: inline-block;
    max-width: 100%;
    padding: 0.375rem 1.95rem .375rem .75rem;
    padding-right: .75rem \9;
    color: #55595c;
    vertical-align: middle;
    background-image: none \9;
    border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

.sort-select:focus {
  border-color: #51a7e8;
  outline: none; }
.sort-select::-ms-expand {
   opacity: 0; }

.flash_error{
color: #cb0d14;
padding: 8px 14px 8px 14px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
background-color: #fff713;
border: 1px solid #fff713;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
display: block;
font-weight: 600;
font-size:15px;
}

.flash_message{
color: #cb0d14;
padding: 8px 14px 8px 14px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
background-color: #fff713;
border: 1px solid #fff713;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
display: block;
font-weight: 600;
font-size:15px;
}

#check-certificate-result{
	
	    font-size: 18px;
    line-height: 25px;
}

#check-certificate-result i{

    font-size: 20px;
}

#check-study-certificate-result{
	
	    font-size: 18px;
    line-height: 25px;
}

#check-study-certificate-result i{

    font-size: 20px;
}


.alertm_overlay {    width:100%;    height:100%;    position:fixed;    left:0px;    top:0px;    z-index:99998;    background:rgba(51, 51, 51, 0.82);   display:none;}
.alertm_all {font-family: Arial;    width:396px;    padding:29px 43px;    border-radius: .25rem;  background:#fff;    position:fixed;    left:50%;    margin-left:-241px;    top:50%;    z-index:99999;    }
.alertm_all a {    -webkit-transition: all .2s ease-in-out;    -o-transition: all .2s ease-in-out;    transition: all .2s ease-in-out;    text-decoration: none;    color: #0275d8;}
.alertm_all a:hover {    color: #222;}
.alertm_h1 {    color: #0275d8;    font-size: 19px;    margin-bottom: 15px;}
.alertm_text {    font-size: 16px;    line-height: 23px;}
.alertm_wrapper { }
.alertm_but {    display: inline-block;    font-weight: 400;    line-height: 1.25;    text-align: center;    white-space: nowrap;    vertical-align: middle;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;    border: 1px solid transparent;    padding: .5rem 2rem;    font-size: 16px;    border-radius: .25rem;    -webkit-transition: all .2s ease-in-out;    -o-transition: all .2s ease-in-out;    transition: all .2s ease-in-out;    color: #fff;    background-color: #0275d8;    border-color: #0275d8;    display: block;    margin-top: 25px;    cursor: pointer;}
.alertm_but:hover {    color: #fff;    background-color: #025aa5;    border-color: #01549b;}
a.alertm_close {    color: red;    text-decoration: none;    position: absolute;    right: 7px;    top: 0px;    font-size: 25px;}</pre></body></html>