/*
Theme Name: IntelliGrader360
Theme URI: https://intelligrader360.24livehost.com/
Author: Your Name
Author URI: https://intelligrader360.24livehost.com/
Description: A custom theme for IntelliGrader360.
Version: 1.0
Text Domain: intelligrader360
*/

body h1 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
.contact-form-wrapper .wpcf7 {
    position: relative;
}

.modal {
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

#video_library_Modal .modal-body {min-height:200px;}
.no_video_message{display:none; text-align: center; margin-top: 30px;}
.video-modal{
    width: 100% !important;
    max-width:1024px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
}
.video-modal video{
    width: 100%;
    background-color: #000;
}
.video-card-item {
    position: relative;
}
.video-closebtn{
    background: transparent;
    border: 0;
    position: absolute;
    right:7px;
    top: 7px;
    z-index: 9999;
}
.modal-backdrop {
--bs-backdrop-opacity: 0.7;
}
.video_loader {
    border: 8px solid #fe2e79; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: url(https://intelligrader360.24livehost.com/wp-content/themes/intelligrader360/assets/images/play-btn.svg) no-repeat center center;
    background-size: cover;
    border: none;
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    padding: 0;
}

span.playBtn.active {
    background: url(https://intelligrader360.24livehost.com/wp-content/themes/intelligrader360/assets/images/pause-btn.svg) no-repeat center center;
}

.sign-up-section .iti.iti--allow-dropdown{
    display: block;
}
.start_required {
    color: red;
}
.btn-primary{ margin-top: 15px !important;}
.wpcf7-response-output {
    border: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output{
    color:#46b450;
}
#user-verification-resend input[type=submit]{color: #fff;
    background: #024ab7; border-color:#024ab7; } 
#user-verification-resend .form-area.message{color:#229f22;}
#user-verification-resend input:disabled{cursor: not-allowed;
    opacity: .5;}
