﻿a {
    color: rgb(45 45 50 / 78%);
    text-decoration: none;
}

input[type=text], select {
    width: 70%;
    padding: 9px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

#sub-unlocked-header.show {
    position: fixed !important;
    z-index: 9999 !important;
    width: 100% !important;
    top: 122px !important;
    display: block !important;
    height: 2rem !important;
}

.title {
    font-size: x-large;
    text-align: center;
    line-height: 31px;
    margin-top: 56px;
    margin-bottom: 2rem;
}

h5, .h5 {
    font-size: 1.25rem;
    color: rgb(45 45 50 / 78%);
    margin-right: 10rem;
}

input[type=submit] {
    width: 20%;
    background-color: purple;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 65px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: purple;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.custom-control-label {
    margin-right: 40px;
}

.btn-save {
    color: purple !important;
    background: white !important;
    border-color: purple !important;
    border: solid !important;
}

.modal {
    background: rgba(55,55,55,.6);
}

.modal-content {
    width: 66%;
    height: 277px;
}

@media (min-width:320px) and (max-width:1000px) {
    .modal-content {
        width: 100% !important;
        height: 277px;
    }
}

p.modal-header {
    /* height: 72px; */
    width: 98%;
    color: #333333;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    margin-top: -18px;
    text-align: center;
    margin-left: 40px;
}

p.modal-strapline {
    width: 98%;
    color: #333333;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.purple-button {
    border-color: purple !important;
    color: white !important;
    background-color: purple !important;
    margin-left: 82px !important;
}

.btn-continue {
    color: purple !important;
    background: white !important;
    border-color: purple !important;
    border: solid !important;
    margin-left: 44px;
}

.table-css {
    width: 100% !important;
    margin-top: 24px !important;
    margin-left: 54px !important;
}

.width-margin {
    width: 6% !important;
    margin-left: -66px !important;
}

.purple-button-reg {
    border-color: purple !important;
    color: white !important;
    background-color: purple !important;
    margin-left: 50px !important;
    width: 130px;
}

.btn-continue-reg {
    color: purple !important;
    background: white !important;
    border-color: purple !important;
    border: solid !important;
    margin-left: 20px;
    width: 130px;
}

.btn-continue-m {
    color: purple !important;
    background: white !important;
    border-color: purple !important;
    border: solid !important;
    margin-left: 0px;
    width: 245px;
    margin-top: 13px;
}

input[type=text], select {
    width: 205%;
    padding: 9px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-left: -363px;
    margin-bottom: -1rem;
}

#addTeamMember {
    color: purple;
    /*margin-left: 45px;*/
    margin-bottom: 25px;
    cursor: pointer;
    padding-top: 30px;
}

.trash-margin {
    padding-top: 11px;
    padding-left: 15px;
    cursor: pointer;
}

.next-btn-margin {
    /* width: 24%;
    margin-top: -5.8rem;
    border-radius: 3px;
    height: 3rem;*/
}

.save-btn-margin {
    width: 20%;
    margin-top: -4.5rem;
    border-radius: 3px;
    height: 2.8rem;
}

/*.save-btn-margin {
    margin-left: -170px !important;
}*/

/*.title {
    font-size: x-large;
    text-align: center;
    margin-left: -412px;
    line-height: 31px;
    margin-top: 41px;
    margin-bottom: 2rem;
}*/

.alert-box {
    margin-left: -42px;
}

.teammembers {
    width: 100% !important;
}

.teamMemberdiv {
    padding-top: 30px !important;
}

#wrapper {
}

#youthxawardsentrystepper-save {
}

#youthxawardsentrystepper-nextstep3button {
}

@media (min-width:320px) and (max-width:1000px) {

    input[type=text], select {
        width: 205%;
        padding: 9px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        margin-left: -143px;
        margin-bottom: -1rem;
    }

    input[type=submit] {
        width: 60%;
        background-color: purple;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-bottom: 5rem;
    }

    .save-btn-margin {
        width: 66%;
        margin-top: -4.5rem;
        border-radius: 3px;
        height: 2.8rem;
    }
}

@media (min-width:320px) and (max-width:1000px) {
    p.modal-header {
        margin-left: -17px !important;
    }

    .modal-content {
        height: 359px !important;
    }

    .btn-continue {
        margin-left: 76px;
        width: 13rem;
    }

    .purple-button {
        margin-left: 77px !important;
        width: 13rem;
        margin-top: 1rem;
    }
}

.gap-btw-btns {
    margin-left: 2rem !important;
}

.d-header {
    float: left !important;
    margin-left: 2rem !important;
    margin-top: 1rem !important;
}
.m-header {
    margin-top: 184px !important;
}
.left-mgn {
    margin-left: 1rem !important;
}
.hr-mgn {
    margin-left: -190px !important;
}
.img-left {
    margin-left: -13rem !important;
}
.text-align {
    margin-left: 68px !important;
    text-align: left !important;
}
.member-label-d {
    margin-left: -42.4rem !important;
}
.member-label-m {
    margin-left: -20.4rem !important;
}
#save-modal {
    padding-right: 15px;
    display: none;
}
.white-background {
    background-color: white !important;
}
