﻿#rdg-wizard-body {
    font-family: 'Lato',arial !important;
    background: #12326f;
}

#rdg-wizard-form {
    position: relative;
    margin-top: 7%;
}

    #rdg-wizard-form fieldset {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 30px;
        box-sizing: border-box;
        width: 40%;
        margin: auto;
    }

    #rdg-wizard-form label {
        text-align: left;
    }

.rdg-wizard-input-container {
    margin-top: 10px;
}

.rdg-wizard-select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 12px;
    text-align: center;
}


.rdg-wizard-input {
    margin: 0px;
    width: 200px;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 12px;
    width: 75px;
    display: inline-block;
}
#rdg-wizard-select-sport-container,
#rdg-wizard-select-league-container,
#rdg-wizard-input-container,
#rdg-wizard-select-level-container,
#rdg-wizard-select-widget-sport-container,
#rdg-wizard-select-widget-group-container,
#rdg-wizard-select-widget-league-container {
    display: none;
}

.rdg-wizard-title {
    font-size: 16pt;
    color: #2C3E50;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.rdg-wizard-sub-title {
    font-size: 12pt;
    color: #2C3E50;
    text-align: left;
}

#rdg-wizard-text-area-container {
    display: none;
}

.rdg-wizard-text-area {
    padding: 9.5px;
    margin: 0 0 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #f8f9fa;
    border: 1px solid #2C3E50;
    border-radius: 4px;
    color: #4f9fcf;
    resize: none;
}

.rdg-wizard-btn {
    width: 100px;
    color: #fcdc2b;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 5px;
    display: block;
    background: #12326f;
    font-size: 14px;
}

#rdg-wizard-btn-generate {
    display: none;
}

#rdg-wizard-preview-form {
    display: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.rdg-wizard-tag {
    color: #4f9fcf;
}


/*Mobile*/
@media only screen and (max-width: 480px) {
    #rdg-wizard-form {
        margin-top: 15%;
    }

        #rdg-wizard-form fieldset {
            width: 80%;
        }

    .rdg-wizard-sub-title {
        font-size: 11pt;
    }

    .rdg-wizard-btn {
        width: 80px;
        font-size: 11pt;
    }

    .rdg-wizard-text-area {
        font-size: 10pt;
    }
}

@media (max-width: 1000px) and (min-width: 750px) {
    #rdg-wizard-form {
        margin-top: 15%;
    }

        #rdg-wizard-form fieldset {
            width: 70%;
        }
}
