<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#baguetteBox-overlay .full-image img{
  max-height:100% !important;
  max-width:90% !important;;
}


.btn-primary {
    color: #fff;
    background-color: #2548a2;
    border-color: #2548a2;
    width: 100%;
    line-height: 45px;
    border-radius: 0;
}
.p_categoryBox .p_linkBox.click {
    background-color: rgb(37 72 162);
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.p_categoryBox .p_linkBox.click .p_title{
   color: #ffffff !important;
}


.mouse_bac:hover {background-color: rgba(1, 109, 231, 0);}
.mouse_bac:hover .p_title{
color: #2548a2;
}

 .p_categoryBox .p_parentBox:hover{
        background-color: rgba(1, 109, 231, 0);
    }
       .p_categoryBox .p_parentBox:before{
       content:" ";
       display:block;
     transition:all 0.5s;
     width:0px;
       height:3px;
       background-color:#2548a2;
       position:absolute;bottom:0px;left:50%;transform:translateX(-50%);
     }
     .p_categoryBox .p_parentBox:hover:before{
      
       width:65px;
    

     }
 .p_categoryBox .p_parentBox:hover .p_title{
        color: #2548a2;
    }

</pre></body></html>