/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.tryagain{
    display: table;
    width: 100%;
    height: 100%;
}
.tryagain p{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}

.pass_form_wrap{
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
.pass_form_inner{
    display: table-cell;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.pass_f{
    width: 100%;
    max-width: 300px;
    margin: auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #000;
    text-align: center;
}
.pass_f input{
    margin-bottom: 20px;
}
.gd-spinner {
  visibility: hidden;
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 10px;
  position: relative;
  margin: 10px auto;
}
.gd-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.btn-ra .elementor-button-content-wrapper{
	display: block;
}

.smcx-embed{
	max-width: 100%!important;
}
.smcx-embed>.smcx-iframe-container{
	max-width: 100%!important;
}


/*specific timer*/
.countdown-quiz{
    position: absolute;
    color: #000;
    top: 70px;
    right: 70px;
    background: #00bf6f;
    padding: 15px;
    color: #fff;
    font-size: 24px;
}