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

body {
    font-family: 'Inter', sans-serif;
}
a.elementor-button {
    text-transform: uppercase !important;
}
div#CustomFrRegModal {
    max-width: 550px;
    position: fixed;
    padding: 30px 20px 40px 20px !important;
    background-color: #fff4ea;
    opacity: 1 !important;
    margin: 0 auto;
    width: 95%;
    z-index: 99;
    padding: 10px 20px;
    left: 0px;
    transform: translatey(20%);
    right: 0px;
    top: 0px;
    bottom: auto;
	border: 1px solid #375643;
}

.swal2-confirm {
    color: white !important; /* Change text color */
  }

  .delete_score_button
  {
    background-color: var(--e-global-color-text);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-text);
    border-radius: 0px 0px 0px 0px;
  }

form#custom-register-form input {
    background-color: #fff;
    border: 1px solid #375643;
}

form#custom-register-form input button.btn.btn-primary {
    background-color: #fff!important;
}

#custom-register-form button.btn.btn-primary {
    background-color: #fff;
    margin: 0 auto;
    font-size:22px;
    max-width: 150px;
    width: 100%;
    display: block;
    margin-top: 20px;
	font-family:Roc Grotesk Condensed;
}

div#CustomFrRegModal button.close {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #375643;
    color: #fff;
    padding: 10px 20px;
    font-size: 35px;
}
div#CustomFrRegModal h5 {
    color: #375643;
    font-size: 34px;
    text-align: center;
}
form#custom-register-form label {
    font-weight: 600;
    font-size: 20px;
}
#custom-register-form span.error {
    margin: 6px 0px;
    display: block;
    font-size: 14px;
    color: red;
}
#custom-register-form .top_error.top_error.error{
    text-align: center;
}
#custom-register-form button.btn.btn-primary:hover {
    background-color: #375643;
}
form#custom-register-form .form-group {
    margin-bottom: 20px;
}

#dynamic-table {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.modal form#custom-register-form {
    margin-bottom: 10px;
}

@media screen and (max-width:767px){
    div#CustomFrRegModal {
        width: 88%;
        z-index: 99;
        padding: 10px 20px;
        left: 0px; 
        right: 0px;
        top: 0px;
        
    }
    div#CustomFrRegModal {
        max-width: 100%;
        margin: 0px;
        width: 80%;
        z-index: 99;
        padding: 10px 20px;
        box-sizing: border-box;
        left: 5%;
        transform: translatey(20%);
        right: 5%;
        top: 0px;
        bottom: auto;
        display: block;
    }
    .button_right .elementor-column{margin-left: auto;}

    
}