* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #303f56;
    font-weight: normal
}

#coachRegistrationForm {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#coachRegistrationForm fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

fieldset:not(:first-of-type) {
    display: none
}

input, select,
 textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
    letter-spacing: 1px;
}

input:focus,
 textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #303f56;
    outline-width: 0
}

.action-button {
    width: 130px;
    background: #303f56;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

 .action-button:hover,
 .action-button:focus {
    background-color: #311B92
}

 .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

 .action-button-previous:hover,
 .action-button-previous:focus {
    background-color: #000000
}

.btn-primary{
    background-color: #303f56 !important;
    border-radius: 0;
    border: none;
}



.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 18px;
    color: #303f56;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left;
}

.purple-text {
    color: #303f56;
    font-weight: normal
}

.steps {
    font-size: 18px;
    color: #726c6c;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    justify-content: center;
}

#progressbar .active {
    color: #303f56
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 20%;
    position: relative;
    font-weight: 400
}

#progressbar #address:before {
    font-family: FontAwesome;
    content: "\f041";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}
#progressbar #guardian:before {
    font-family: FontAwesome;
    content: "\f0c0";
}
#progressbar #education:before {
    font-family: FontAwesome;
    content: "\f19d";
}

#progressbar #finish:before {
    font-family: FontAwesome;
    content: "\f0e8";
}



#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f283";
}
#progressbar #documents:before {
    font-family: FontAwesome;
    content: "\f0ee";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #303f56
}

.progress {
    height: 8px;
}

.progress-bar {
    background-color: #303f56
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.cloneInputs{
    display: flex !important;
}
.cloneInputs input{
    width: 5% !important;
}
.cloneInputs label{
    width: 95% !important;
    margin: 0 !important;
}
.form-title{
    font-size: 18px;
    color: #303f56;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 800;
}
label.error{
    color: brown !important;
    font-weight: normal !important;
    margin: 0 !important;
    margin-top: 10px !important;
}
fieldset .row{
    margin-bottom: 0.6rem;
}
.dynamic-remove-button{
    border: none;
    background-color: transparent;
    text-align: center;
}
button.dynamic-remove-button {
    padding: 0 6px;
}

.trackInfo p{
    margin: 0;
    padding: 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.trackInfo p strong{
    margin-right: 10px;
}
.my-loader{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.my-spinner{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px 30px;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid #ccc;
}
.my-spinner p{
    color: #311B92;
}

#errorModalMessage {
    text-align: center;
}

#errorModalMessage ul {
    text-align: left;
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 10px;
}

#errorModalMessage p {
    margin-bottom: 10px;
}

#errorModalMessage .alert {
    text-align: left;
}

#errorModal .modal-body {
    max-height: 400px;
    overflow-y: auto;
}
