@import "bootstrap-social.css";

@import "./custom-font.css";

/* * {
    box-sizing: border-box;
} */

html,
body {
    margin: 0px;
    padding: 0;
    background-color: #ededed;
    font-family: pdfont;
}

h1 {
    text-align: center;
}
h4 {
    font-family: pdfont;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

button:hover {
    opacity: 0.8;
}

.confirmed {
    padding-top: 40px;
    background-color: #007bff;
    height: 100px;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: #007bff;
    border: none;
    border-radius: 0%;
    display: inline-block;
    opacity: 0.5;
}
.stepb {
    height: 15px;
    width: 100%;
    margin: 0 2px;
    background-color: #007bff;
    border: none;
    border-radius: 0%;
    display: inline-block;
    opacity: 0.5;
}
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #007bff;
}

.step-tittle {
    letter-spacing: -0.5px;
    font-size: smaller;
}

.modal-content {
    border-radius: 0px;
}
.progress-bar {
    transition: none;
}

.step-confirm {
    margin-top: 2px;
}

/* For mobile phones: */
@media only screen and (max-width: 768px) {
    #regForm {
        padding: 0px;
        margin: 0;
        height: 100%;
    }
    .step-tittle {
        letter-spacing: -0.3px;
        font-size: 8px;
    }
    h4 {
        font-size: 18px;
    }
    .step {
        height: 10px;
        width: 10px;
        margin: 0 2px;
        background-color: #007bff;
        border: none;
        border-radius: 0%;
        display: inline-block;
        opacity: 0.5;
    }

    .step-confirm {
        margin-top: 0.5rem;
    }
}
/* For mobile phones: */

@media only screen and (max-width: 568px) {
    #regForm {
        padding: 0px;
        margin: 0;
        height: 100%;
    }
    .step-tittle {
        letter-spacing: -0.3px;
        font-size: 8px;
    }
    h4 {
        font-size: 18px;
    }
    .step {
        height: 10px;
        width: 10px;
        margin: 0 2px;
        background-color: #007bff;
        border: none;
        border-radius: 0%;
        display: inline-block;
        opacity: 0.5;
    }
}
/* For mobile phones: */
@media only screen and (max-width: 400px) {
    #regForm {
        padding: 0px;
        margin: 0;
        height: 100%;
    }
    .step-tittle {
        letter-spacing: -0.3px;
        font-size: 8px;
    }
    h4 {
        font-size: 16px;
    }
    .step {
        height: 8px;
        width: 8px;
        margin: 0 2px;
        background-color: #007bff;
        border: none;
        border-radius: 0%;
        display: inline-block;
        opacity: 0.5;
    }
}
