/*
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
*/

.wpcw_fe_quiz_box.wpcw_fe_quiz_box_pending
{
 display: none;
}

.certbody
{
  height: fit-content;
  padding: 0 5rem 15rem 5rem;
}

#veil
{
  background: white;
  width: 100%;
  height: 1000000rem;
}

#custom_shortcodes
{
  display: none;
}

.wpcw-form.wpcw-form-login, .wpcw-form.wpcw-form-register {
    display: flex;
    flex-direction: column;
    border: none;
}

.wpcw-form .wpcw-form-row input.wpcw-input-text
{
  width: 400px;
}

.wpcw-form .wpcw-form-row label {
    line-height: 2;
}

.wpcw-form p
{
  margin-bottom: 2.9rem;
    width: 400px;
}

.wpcw-student-account-account-details
{
  display: flex;
flex-direction: column;
}

.wpcw-unit-completebox
{
  height: 0;
  overflow: hidden;

  -webkit-transition: height 500ms ease;
-moz-transition: height 500ms ease;
-ms-transition: height 500ms ease;
-o-transition: height 500ms ease;
transition: height 500ms ease;
}

.fe_btn_navigation_next
{
  display: none!important;

  /* height: 0;
  overflow: hidden;

  -webkit-transition: height 500ms ease;
-moz-transition: height 500ms ease;
-ms-transition: height 500ms ease;
-o-transition: height 500ms ease;
transition: height 500ms ease; */

}

.wpcw_fe_progress_box_success
{
  display: none!important;
}

.wpcw_fe_navigation_box
{
  display: block!important;
}


.manualretake
{
  display: none;
}

[data-completion*="completed":"true"] {
  /* Attribute value contains this value somewhere in it */
  background: transparent;
}

.wpcw-unit-desc div h3
{
  display: none;
}

/* .wpcw_fe_quiz_box_full_answers {display: block;}.wpcw_fe_progress_download {display: block;} */
.page-id-175 .pswp
{
	display: none;
}