body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
}


label {
    font-size: 22px !important;
}


.orange {
    color: #fa7101 !important;
}

.light-grey {
    color: #d0d0d0 !important;
}

.toast {
    box-shadow: none !important;
}

.runexercise-questions input[type=text] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 3% !important;
    border: 1px solid #fa7101 !important;
}



.runexercise-questions input[type="radio"]:checked {
    background-color: #f5a623 !important;

}

.runexercise-questions input[type="radio"] {
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 1px;
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #fa7101;
    background-color: #faf2eb;
    border-radius: 50%;
    margin-left: -30px;
  }


  .runexercise-questions input[type="checkbox"]:checked {
    /*  radio buttons bullet orange */
    background-color: #f5a623 !important;

}

  .runexercise-questions input[type="checkbox"] {
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 1px;
    /* background-color only for content */
    background-clip: content-box;
    background-color: #faf2eb;
    /*border-radius: 50%;*/
    margin-left: -30px;
    accent-color: #34495e;
  }


.runexercise-question {
    font-size: 18px !important;
    font-weight: 400 !important;
}




/* Estilos de runExercise */
.runexercise-description { 
    color: #03b650;
    font-size: 22px;
    font-weight: 500 !important;
}

.runexercise-description-bullet {
    color: #FF9015;
    font-weight: 600 !important;
}

.page-item.active .page-link {
    background-color: #FF9015 !important;
    border-color: #FF9015 !important;
}


.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.custom-control-label::after {
  border: #10312B solid 1px;
}


.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}


.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 10px;
}


/*.btn {
    border-radius: 8px !important;
}
*/

.button-login {
    background-color: #10312B !important;
    color: #fff !important;
    border: 1px solid #10312B !important;
    border-radius: 30px !important;
}

.card {
    border-radius: 8px !important;
}

.form-error {
    font-size: 12px;
    font-style: italic;
    min-height: 18px;
}

.nav-link {
    color: #10312B !important;
}

.nav-link:hover {
    color: #FF9015 !important;
}

INPUT, SELECT, textarea {
    border: 2px solid #10312B !important;
    font-size: large !important;
}



/***
 *      __  __  ____  ____ _____ _      ______ 
 *     |  \/  |/ __ \|  _ \_   _| |    |  ____|
 *     | \  / | |  | | |_) || | | |    | |__   
 *     | |\/| | |  | |  _ < | | | |    |  __|  
 *     | |  | | |__| | |_) || |_| |____| |____ 
 *     |_|  |_|\____/|____/_____|______|______|
 *                                             
 *                                             
 */
@media (max-width: 768px) {
    h1 {
        font-size: 0.8rem;
    }
    h2, .h2 {
        font-size: 1.1rem !important;
    }
    h3 {
        font-size: 0.4rem;
    }

    .h1 {
        font-size: 1.5rem !important;
    }

    .h2 {
        font-size: 1.0rem !important;
    }

    .main-container {
        background-image: url('/img/orange-bottom.svg'); 
        background-size: contain; 
        background-repeat: no-repeat; 
        background-position: center bottom; 
        min-height: 100vh;
        padding-bottom: 100px !important;
    }


    .xsmall {
        font-size: 0.7rem !important;
    }

    .card-text {
        font-size: 0.9rem !important;
    }

    .site-header {
        margin-bottom: 80px;
    }
    .header-image {
        height: auto;
        width: 100%;
    }
    .header-title {
        width: 100%;
        font-family: 'Arial Black', Gadget, sans-serif;
        font-size: 0.7rem;
        letter-spacing: 0.1em;
        left: 100px;
        top: 10px;
        color: white;
        font-weight: bold;
    }

    .header-subtitle-container {
        width: 100%;
        top: 30px;
        right: 0px;
        text-align: right;
        color: white;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

    .header-subtitle-image {
        width: 100px;
    }

    .header-subtitle-text {
        border: 1px solid #007934; 
        position:absolute;
        top: 10px;
        right: 3px;
        text-align: right;
        color: white;
        font-size: 0.3rem;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

    .button-check {
        background-color: #FF9015 !important;
        color: #ffffff !important;
        font-size: 12px !important;
        padding: 12px !important;
        font-weight: bold !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        border-radius: 30px !important;
        white-space: nowrap;
    }



    .button-back {
        background-color: #10312B !important;
        color: #ffffff !important;
        font-size: 12px !important;
        padding: 12px !important;
        font-weight: bold !important;
        padding-left: 1px !important;
        padding-right: 2px !important;
        border-radius: 30px !important;
    }



    .button-save {
        background-color: #FF9015 !important;
        color: #10312B !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 10px !important;
    }
    
    .button-next {
        background-color:  #10312B !important;
        color: white !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 10px !important;
    }
    
    .button-edit {
        background-color: #FF9015 !important;
        color: white !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 10px !important;
    }
    
    
    .button-preview {
        background-color:#212322 !important;
        color: white !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 10px !important;
    }
    
    
    .button-add {
        background-color: #FF9015 !important;
        color: white !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 10px !important;
    }

    .button-delete {
        background-color: #C1272D !important;
        color: white !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 10px !important;
    }


    .button-duplicate {
        background-color: #FF9015 !important;
        color: rgb(255, 255, 255) !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 10px !important;
    }


}


/***
 *      _______       ____  _      ______ _______ 
 *     |__   __|/\   |  _ \| |    |  ____|__   __|
 *        | |  /  \  | |_) | |    | |__     | |   
 *        | | / /\ \ |  _ <| |    |  __|    | |   
 *        | |/ ____ \| |_) | |____| |____   | |   
 *        |_/_/    \_\____/|______|______|  |_|   
 *                                                
 *                                                
 */
@media (min-width: 768px) and (max-width: 992px) {
    h1 {
        font-size: 1.2rem;
    }
    h2, .h2 {
        font-size: 1rem !important;
    }
    h3 {
        font-size: 0.8rem;
    }


    .main-container {
        background-image: url('/img/orange-bottom.svg'); 
        background-size: contain; 
        background-repeat: no-repeat; 
        background-position: center bottom; 
        min-height: 100vh;
        padding-bottom: 200px !important;
        width: 100% !important;
    }



    .xsmall {
        font-size: 0.8rem !important;
    }

    .site-header {
        margin-bottom: 80px;
    }
    .header-image {
        height: auto;
        width: 100%;
    }
    .header-title {
        width: 100%;
        font-family: 'Arial Black', Gadget, sans-serif;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        left: 140px;
        top: 20px;
        color: white;
        font-weight: bold;
    }

    .header-subtitle-container {
        width: 100%;
        top: 75px;
        right: 0px;
        text-align: right;
        color: white;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

    .header-subtitle-image {
        width: 100px;
    }

    .header-subtitle-text {
        position:absolute;
        top: 10px;
        right: 3px;
        text-align: right;
        color: white;
        font-size: .4rem;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

    .button-check {
        background-color: #FF9015 !important;
        color: #ffffff !important;
        font-size: medium !important;
        padding: 8px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-weight: bold !important;
        border-radius: 30px !important;
    }


    .button-back {
        background-color: #10312B !important;
        color: #ffffff !important;
        font-size: medium !important;
        padding: 8px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-weight: bold !important;
        border-radius: 30px !important;
    }


    .button-save {
        background-color: #FF9015 !important;
        color: #10312B !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 20px !important;
    }
    
    .button-next {
        background-color:  #10312B !important;
        color: white !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 20px !important;
    }
    
    .button-edit {
        background-color: #FF9015 !important;
        color: white !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 20px !important;
    }
    
    
    .button-preview {
        background-color:#212322 !important;
        color: white !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 20px !important;
    }
    
    
    .button-add {
        background-color: #FF9015 !important;
        color: white !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 20px !important;
    }

    .button-delete {
        background-color: #C1272D !important;
        color: white !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 20px !important;
    }

    .button-duplicate {
        background-color: #FF9015 !important;
        color: rgb(255, 255, 255) !important;
        font-size: small !important;
        padding: 4px !important;
        border-radius: 20px !important;
    }


}


/***
 *      _____  ______  _____ _  _________ ____  _____  
 *     |  __ \|  ____|/ ____| |/ /__   __/ __ \|  __ \ 
 *     | |  | | |__  | (___ | ' /   | | | |  | | |__) |
 *     | |  | |  __|  \___ \|  <    | | | |  | |  ___/ 
 *     | |__| | |____ ____) | . \   | | | |__| | |     
 *     |_____/|______|_____/|_|\_\  |_|  \____/|_|     
 *                                                     
 *                                                     
 */
@media (min-width: 992px) {
    h1 {
        font-size: 1.6rem;
    }
    h2, .h2 {
        font-size: 1.4rem !important;
    }
    h3 {
        font-size: 1.2rem;
    }



    .main-container {
        width: 100% !important;
        background-image: url('/img/orange-bottom.svg'); 
        background-size: 100%; 
        background-repeat: no-repeat; 
        background-position: center bottom; 
        min-height: 100vh;
        padding-bottom: 250px !important;
        width: 100% !important;
    }


    .xsmall {
        font-size: 0.9rem !important;
    }

    .site-header {
        margin-bottom: 100px;
    }
    .header-image {
        height: auto;
        width: 100%;
    }
    .header-title {
        width: 600px;
        overflow: hidden;
        white-space: nowrap;
        font-family: 'Arial Black', Gadget, sans-serif;
        font-size: 1.8rem;
        left: 250px;
        top: 30px;
        color: white;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

    .header-subtitle-container {
        width: 100%;
        top: 95px;
        right: 0px;
        text-align: right;
        color: white;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

    .header-subtitle-image {
        width: 400px;
    }

    .header-subtitle-text {
        position:absolute;
        top: 12px;
        right: 30px;
        text-align: right;
        color: white;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

    .button-check {
        background-color: #FF9015 !important;
        color: #ffffff !important;
        font-size: large !important;
        padding: 20px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-weight: bold !important;
        border-radius: 30px !important;
    }



    .button-back {
        background-color: #10312B !important;
        color: #ffffff !important;
        font-size: large !important;
        padding: 20px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-weight: bold !important;
        border-radius: 30px !important;
    }




    .button-save {
        background-color: #FF9015 !important;
        color: #10312B !important;
        font-size: large !important;
        border-radius: 20px !important;
    }
    
    .button-next {
        background-color:  #10312B !important;
        color: white !important;
        font-size: large !important;
        border-radius: 20px !important;
    }
    
    .button-edit {
        background-color: #FF9015 !important;
        color: white !important;
        font-size: large !important;
        border-radius: 20px !important;
    }
    
    
    .button-preview {
        background-color:#212322 !important;
        color: white !important;
        font-size: large !important;
        border-radius: 20px !important;
    }
    
    
    .button-add {
        background-color: #FF9015 !important;
        color: white !important;
        font-size: large !important;
        border-radius: 20px !important;
    }
    
    .button-delete {
        background-color: #C1272D !important;
        color: white !important;
        font-size: large !important;
        border-radius: 20px !important;
    }


    .button-duplicate {
        background-color: #FF9015 !important;
        color: rgb(255, 255, 255) !important;
        font-size: large !important;
        border-radius: 20px !important;
    }


}
