<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 1) for modal */
      /* Modal Header */
@media only screen and (min-device-width: 1200px) and (max-device-width: 2100px) {
    body{font-size: 13px;color:black;}
   .dropdown-menu {

color:black; overflow:auto;

outline: none;margin:0px;
}
  
}
/*2100 to 3000*/
@media only screen and (min-device-width: 700px) and (max-device-width: 3000px) {
    body{font-size: 15px;color:black;}
  .dropdown-menu  {
      font-size: 12px;
color:black;
outline: none;
}

   }

@media (max-width: 700px) {
     body{font-size: 17.5px;}
     .dropdown-menu  {
right:-0%;
outline: none;font-size: 10.5px;
}
    #btnop {
    margin-bottom:0%;
    }
}
@media only screen and (min-device-width: 700px) and (max-device-width: 1200px) {
     body{font-size: 14px;}
     .dropdown-menu  {
top:42%;
right:60%;
outline: none;
}
      
}




/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}


/* 2)The below Close Button *search engine divs and input style */

        a,li:hover {
        display:normal;text-decoration-color:none;
        }
       .fa-check {
    color: green;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.0em;font-weight:100;
}
       .hidee {
           font-size:14px;padding-bottom:0px;margin:0 0 0 0;
       
        }
        .col-md-2 .hidee {
            padding-top:0px; font-size:14px;
               }
    .alert-suc{
       color:papayawhip;font-size:14px;padding-top:3px;padding-bottom:3px;margin-bottom:0; color:antiquewhite;
    }
    
          ul .hidee {
       padding-top:0px;font-size:12px;
        }
        hr {
        padding:0 0 0 0;margin:0 0 0 0 ;line-height:1px;height:1px;
        }
         #hr2 {
        padding:2px 0 0 0;margin:0 0 0 0 ;line-height:1px;height:1px;  border-top:1px solid dimgrey;display:none;
        }
        .form-control {
            padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;line-height:30px;height:30px;border-color:dimgrey;
      
        }
        .form-control:focus{border-color:#40a829;;  
  box-shadow: 0 1px 1px #40a829; outset, 0 0 8px #40a829;;
  outline: 0 none;} 
.has-error:focus{border-color: deeppink;
  box-shadow: 0 1px 1px pink inset, 0 0 2px rgb(255, 0, 0);
  outline: 0 none;}
       .btn-rbe {
      cursor:not-allowed; background-color:#585858;color:antiquewhite;
        }</pre></body></html>