@charset "utf-8";#loading,#register_form_container{display:none;position:fixed;left:50%}#register_form_container{top:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #ccc;height:420px;z-index:9999;padding:10px;border-radius:5px;width:540px!important}.webinar_registration_header{background-color:#333;color:#FFF;border-radius: 6px 6px 0 0;}.close{opacity:1}.text-white{color:#FFF}#loading{margin:100px auto 0;width:70px;text-align:center;z-index:99999;top:40%}#loading>div{width:18px;height:18px;background-color:#337ab7;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}#loading .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}#loading .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.modal{text-align:center!important}@media screen and (min-width:768px){.modal:before{display:inline-block!important;vertical-align:middle!important;content:" "!important;height:100%!important}}.modal-dialog{display:inline-block!important;text-align:left!important;vertical-align:middle!important}.modal-body{min-height:200px!important}.webinar_tb{width:15%}@media (max-width:768px){.webinar_tb{width:33%}}.webinar_description,table td{text-align:justify;padding-left:0!important;}.grecaptcha-badge{display:none!important}#localizedsuccessmsg{display:none;}

button.close.text-white {
    color: #fff !important;
    opacity: 1 !important;
}

/* Base state: Visible */
.xcx-fade-element {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

/* Hidden state: Transparent */
.xcx-fade-hidden {
    opacity: 0;
    pointer-events: none; /* Prevent clicking while fading out */
}