/* form outline*/
.form-outline {
    padding: 0px;
    padding: 12px;
    text-align: left;
    width: 100%;
}

    .form-outline .sectionheader {
        background-color: var(--formbackgroundcolor);
        color: white;
        border-bottom: none;
    }

    .form-outline .tablestyle tbody tr td {
        color: black;
    }

    .form-outline hr {
        background: #4460b4;
    }


.profile-tab .formlabel {
    color: var(--secondarycolor);
    margin-bottom: 0;
    font-weight: 800;
}
/* Form Styles*/
.formlabel {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: left;
}

.formlabel-two {
    color: #500000;
}

.raffle-inner-section a {
    color: black;
    text-decoration: underline;
    position: relative;
}

    .raffle-inner-section a:hover {
        color: black;
    }

.categoryimages a {
    color: black;
    text-decoration: underline;
}

    .categoryimages a:hover {
        color: black;
    }



a {
    color: white;
}

    a:hover {
        color: white;
        text-decoration: none;
    }

input {
    color: black !important;
}

select {
    color: black !important;
}

.largedropdown {
    width: 300px;
}

option {
    font-size: 12px;
}

.number {
    width: 40px !important;
}

input[type=text] {
    padding: 5px 8px;
    border: 1px solid #505050;
    border-radius: 5px;
    max-width: 450px;
    width: 100%;
    height: 35px;
}

input[type=password] {
    padding: 5px 8px;
    border: 1px solid #505050;
    border-radius: 5px;
    max-width: 450px;
    width: 100%;
    height: 35px;
}

input[type=number] {
    padding: 5px 8px;
    border: 1px solid #505050;
    border-radius: 5px;
    max-width: 450px;
    width: 100%;
    height: 35px;
}

input[type=date] {
    padding: 5px 8px;
    border: 1px solid #505050;
    border-radius: 5px;
    max-width: 450px;
    width: 100%;
    height: 35px;
}

textarea {
    height: 100px;
    padding: 3px;
    border: 1px solid #505050;
    border-radius: 5px;
}


.currency {
    width: 100px !important;
}

.number {
    width: 100px !important;
}


.upload {
    color: white;
}

.formtextsinglecharacter {
    width: 18px !important;
    padding: 0px;
    margin: 0px;
}

.formtextshort {
    width: 75px !important;
}

.formtextveryshort {
    width: 40px !important;
}

.formtextmedium {
    width: 150px !important;
}

.selectteam select {
    padding: 5px;
    border: 1px solid #505050;
    border-radius: 5px;
    width: 400px !important;
    display:block !important;
    margin: 0 auto;
    height: 35px;
}

select {
    padding: 5px;
    border: 1px solid #505050;
    border-radius: 5px;
    max-width: 375px;
    width: 100%;
    height: 35px;
}

.short select {
    width: 100px !important;
}

.filter-label {
    float: left;
    padding-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
}

.filters select {
    width: 100%;
    height: 35px;
}

.filters input {
    width: 100%;
    height: 35px;
}

    .filters input[type=number] {
        width: 60px !important;
        height: 25px;
    }


.pagetitle {
    font-weight: bold;
    font-size: 25px;
    padding: 9px 0;
    height: 55px;
    text-align: center;
    color: var(--primarycolor);
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 6px -1px, rgba(0, 0, 0, 0.08) 0px 0px 9px 0px;
    z-index: 1000;
}


.nosidenavpagetitle {
    font-weight: bold;
    font-size: 50px;
    padding-top: 70px;
    padding-bottom: 10px;
    text-align: left;
    text-align: center;
    color: #fff;
    background-color: var(--primarycolor);
}


/* Tables */
.tablestyle {
    background-color: #FFFFFF;
    font-size: 12px;
    text-align: left;
    width: 100%;
    /*margin-bottom: 20px;*/
}


    .tablestyle a {
        text-decoration: underline;
    }


th {
    background-color: var(--secondarycolor);
    color: #FFFFFF;
    padding: 10px;
    vertical-align: top;
}


.form-outline th {
    background-color: var(--primarycolor) !important;
    color: white !important;
    border: 1px solid black !important;
}

.tablestyle td {
    padding: 10px;
    vertical-align: top;
}


td {
    padding: 5px;
    vertical-align: top;
}

    td a {
        color: black;
        text-decoration: underline;
    }

        td a:hover {
            color: black;
            text-decoration: underline;
        }

.lesspadding td {
    padding: 2px !important;
}

.gridtr {
    border-bottom-color: grey;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.InlineEdit td {
    border: none !important;
    background-color: transparent !important;
}


/* Tabs */

.tabbar {
    /*background-color: #FFFFFF;*/
    text-align: left;
    margin-bottom: 10px;
    margin-top: 14px;
}

.activetab {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    color: var(--buttoncolor);
    border-bottom: solid 3px var(--buttoncolor);
    display: inline-block;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.inactivetab {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    color: black;
    border-bottom: solid 3px black;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.tabbar {
    margin-bottom: 2px;
    text-align: left;
}

    .tabbar a {
        margin-top: 0;
        margin-right: 0;
        font-size: 14px;
        border-bottom: none;
        border-radius: 0;
        padding: 5px 15px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

        .tabbar a.activetab {
            background: var(--buttoncolor);
            color: white;
        }

            .tabbar a.activetab:hover {
                color: white;
            }

        .tabbar a.inactivetab:hover {
            color: var(--primarycolor);
        }
/*Section Headers and Titles*/
.sectionheader {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    background-color: var(--primarycolor);
    color: white;
    border-bottom: solid 1px white;
    /*border-bottom: solid 1px white;*/
}

    .sectionheader a {
        color: white !important;
    }

.sectiontitle {
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* buttons */
.button {
    font-size: 13px;
    background: var(--buttoncolor);
    border-radius: 5px;
    position: relative;
    color: white;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    text-indent: 0px;
    margin: 10px 10px 10px 0;
    border: 1px solid var(--buttoncolor);
    transition: all 0.3s;
    padding: 8px 13px;
    text-align: center;
}

button:active {
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
    top: 1px;
}

.buttonlink {
    font-size: 12px;
    background: var(--buttoncolor);
    border-radius: 5px;
    position: relative;
    color: white;
    border: none;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    text-indent: 0px;
    cursor: pointer;
    padding: 5px 12px;
    margin: 0;
}

    .buttonlink:hover {
        color: #4460b4 !important;
        border-color: #4460b4 !important;
        background: #fff;
    }

    .buttonlink a {
        color: white !important;
        text-decoration: none;
        font-family: inherit;
        font-size: 12px;
    }

        .buttonlink a:hover {
            color: white;
            text-decoration: none;
        }


.buttonaslink {
    font-size: 12px;
    background: none;
    border: none;
    position: relative;
    border-bottom: none;
    color: black;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    text-indent: 0px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    padding: 0;
    box-shadow: none;
    text-decoration: underline;
}

    .buttonaslink a {
        color: black;
        text-decoration: underline;
    }

        .buttonaslink a:hover {
            color: black;
            text-decoration: underline;
        }


/* Alter Margins */

.nomargin {
    margin: 0px !important;
}

.notopmargin {
    margin-top: 0px !important;
}

.nobottommargin {
    margin-bottom: 0px !important;
}

.norightmargin {
    margin-top: 0px !important;
}

.noleftmargin {
    margin-top: 0px !important;
}

hr {
    border-top: 1px solid white !important;
    margin-top: 10px;
    margin-bottom: 10px;
}


.logininfo a {
    color: white !important;
    text-decoration: underline;
    font-size: 12px;
}

.logout a {
    color: white !important;
    text-decoration: underline !important;
    font-size: 12px;
}

.errormessage {
    padding-top: 10px;
    padding-bottom: 10px;
    color: lightcoral;
}


.validation {
    color: lightcoral;
}

.popup-background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #606060;
    z-index: 100;
    opacity: .5;
}

.right-content {
    display: flex;
    justify-content: right;
}

.left-content {
    display: flex;
    justify-content: left;
}

.center-content {
    display: flex;
    justify-content: center;
}

.content-space-between {
    display: flex;
    justify-content: space-between;
}
/*Prashant css start*/

.container-sec {
    padding: 30px 15px 0;
}

.white-bg {
    background: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 15px 25px, rgb(0 0 0 / 5%) 0px 5px 10px;
    padding-bottom: 1px;
    margin-bottom: 10px;
}

.button:hover {
    background: transparent !important;
    border: 1px solid var(--buttoncolor) !important;
    color: var(--buttoncolor) !important;
    transition: all 0.3s;
}

.purchased-btn:hover {
    background: #fff !important;
}

.centerform .user-form table tr {
    justify-content: center;
}

.user-form table {
    width: 100%;
}

    .user-form table .heading-tr {
        background-color: var(--secondarycolor);
        display: block;
    }

    .user-form table tr {
        display: flex;
    }

        .user-form table tr td {
            max-width: 500px;
            width: 100%;
            text-align: left;
        }

.user-form input[type=text] {
    width: 100%;
    height: 35px;
    max-width: 500px;
}

.user-form input[type=number] {
    width: 100%;
    height: 35px;
}

.user-form input[type=password] {
    width: 100%;
    height: 35px;
}

.user-form input[type="date"] {
    width: 100%;
    height: 35px;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #000;
    max-width: 500px;
}

.user-form textarea {
    width: 100%;
}

.user-form select {
    width: 100%;
}

.page-heading {
    padding: 10px 0;
}

.filters .row-sec {
    align-items: baseline;
}

.btn-groupOne {
    text-align: end;
}

.formRadioGroup {
    display: flex;
    gap: 5px;
}

.radioGroup {
    display: flex;
    gap: 15px;
}

.players-img {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-left: 30px;
    max-width: 390px;
    width: 100%;
    height: 100%;
}

    .players-img > img {
        width: 100%;
        height: 390px;
        object-fit: cover;
        border: 3px solid white;
        border-radius: 8px;
        background-color: #fff;
    }

.tablebutton {
    font-size: 13px;
    background: var(--buttoncolor);
    border-radius: 5px;
    position: relative;
    color: white;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    text-indent: 0px;
    border: 1px px solid var(--buttoncolor);
    transition: all 0.3s;
    padding: 3px 7px;
    text-align: center;
}

.user-form table tr .max-width100 {
    max-width: 100%;
}

.max-width100 {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .btn-groupOne {
        text-align: start;
    }

    .formRadioGroup {
        display: block;
    }
}


.success {
    color: green;
    text-align: center;
    font-weight: bold;
    font-size: 20px
}

.profile-section-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}

    .profile-section-bg > div {
        height: 100%;
    }

.profile-inner-sec {
    height: 100%;
}

@media (min-width: 1200px) {
    .player-img {
        justify-content: left;
        align-items: center;
        display: flex;
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .player-img {
        justify-content: center;
        align-items: center;
        display: flex;
        padding-top: 20px;
    }
}

.player-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 3px solid white;
    border-radius: 8px;
    background-color: #fff;
}



.profile-data p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

.profile-data .profile-detail {
    color: #500000;
    font-size: 18px;
}

.player-other-details ul {
    padding-left: 20px;
    margin-right: 25px;
}

    .player-other-details ul li {
        color: #fff;
    }

.player-other-details {
    display: flex;
    align-items: center;
}

.player-details-label {
    color: var(--primarycolor);
    font-size: 18px;
    font-weight: 600;
}

.justify-space-between-end {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mtt-5 {
    margin-top: 5px;
}

.mbb-5 {
    margin-bottom: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mbb-5 {
    margin-bottom: 5px;
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.ptt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pxy-4 {
    padding: 4px;
}

.ft-12 {
    font-size: 12px;
}

.mtb-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.px-10 {
    padding: 0 10px;
}

.mll-5 {
    margin-left: 5px;
}

.ptb-5 {
    padding: 5px 0;
}

.py-10 {
    padding: 10px 0;
}

.width300 {
    width: 300px !important;
}

.width200 {
    width: 200px !important;
}

.width250 {
    width: 250px !important;
}

.width350 {
    width: 350px !important;
}

.width225 {
    width: 225px !important;
}

.userform table tr {
    display: flex;
}

    .userform table tr td {
        width: 100%;
    }

        .userform table tr td > div {
            width: 100%;
        }


table tbody tr th button.buttonaslink {
    color: white;
}

    table tbody tr th button.buttonaslink:hover {
        text-decoration: underline;
    }

.userform table tr td > div input[type=text],
.userform table tr td > div input[type=password],
.userform table tr td > div input[type=date] {
    width: 100%;
}

.userform table tr td > div select {
    width: 100%;
}

.w-200 {
    width: 200px;
}

.inner-bg {
    background: #dedede;
}

    .inner-bg .tablestyle {
        background: transparent;
    }

.fwb {
    font-weight: 600;
}

.editp-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
}

.btn-small {
    background: var(--buttoncolor);
    border-radius: 5px;
    position: relative;
    color: white;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    text-indent: 0px;
    border: 1px solid var(--buttoncolor);
    transition: all 0.3s;
    padding: 8px 13px;
    text-align: center;
    padding: 2px 8px;
    font-size: 12px;
    min-width: 40px;
}

    .btn-small:hover {
        background: transparent !important;
        border: 1px solid var(--buttoncolor) !important;
        color: var(--buttoncolor) !important;
        transition: all 0.3s;
    }

.sidenav-icon {
    display: inline-block;
}

    .sidenav-icon > img {
        width: 20px;
    }

.sb-w select,
.sb-w input[type=number] {
    width: 100%;
}

.cur-div {
    position: relative;
}

    .cur-div > span {
        position: absolute;
        top: 8px;
        left: 0;
    }

    .cur-div input[type=text] {
        width: calc(100% - 13px) !important;
        margin-left: 13px;
    }

.table-parent {
    overflow-x: auto;
}

.tr {
    text-align: right;
}

.log-as {
    color: white;
    font-size: 12px;
}

.wrapper.collapseSideBar .log-as {
    display: none;
}

.c-red {
    color: red;
}

.f-12 {
    font-size: 12px;
}

.canvas-cls {
    width: 200px;
    padding-tp [: 10px;]
}

.up-msg {
    color: red;
    display: none;
    font-size: 12px;
}

.inv-msg {
    color: red;
    padding-top: 10px;
    padding-bottom: 10px
}

.profile-flex {
    display: flex;
}

.profile-info {
    padding: 20px 15px 5px 40px;
    text-align: center;
}

.pro-name {
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 10px;
}

.player-short-details {
    background-color: #500000;
    color: #fff;
    /*  background-color: #fff;
    color: #500000;*/
    padding: 0px 15px 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

    .player-short-details span {
        font-size: 18px;
        line-height: 20px;
    }

.profile-form-outline {
    background: white;
    color: var(--primarycolor);
}

.right2-pro-col ul li {
    list-style: disc;
    margin-bottom: 6px;
}

    .right2-pro-col ul li:first-child {
        list-style: none;
        margin-left: -15px;
        margin-bottom: 16px;
        font-weight: 600;
    }

.last-pro-col p {
    font-weight: 600;
}

.profile-info .formlabel {
    color: var(--secondarycolor);
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
}

.inf-det {
    font-size: 15px;
    font-weight: 500;
}

.player-social_link a {
    /* font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: var(--primarycolor);*/
    color: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #500000;
    width: 100px;
    border-radius: 10px;
}

    .player-social_link a:first-child {
        margin-right: 20px;
    }

.profile-link-sec {
    text-align: center;
    margin-top: 10px;
}

    .profile-link-sec p {
        font-size: 12px;
    }

        .profile-link-sec p a {
            color: #000;
        }

.player-social_link {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

    .player-social_link a .fa {
        font-size: 35px;
        margin-right: 5px;
        margin-top: -30px;
        background: #fff;
        color: #500000;
    }

.player-social_link-name {
    margin-bottom: 10px;
}

.profile-form-outline .tabbar {
    margin-top: 0;
}

    .profile-form-outline .tabbar a {
        margin-top: 0;
    }

.lightgreen {
    color: var(--light-greencolor);
}

.edit-profile-sec select {
    width: 100%;
    max-width: 100%;
}

.tableheader {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 5px 0;
    color: var(--secondarycolor);
    font-weight: bold;
}

.team-builder-page .team-filter .formlabel {
    white-space: nowrap;
}
/*Prashant css end*/
@media (min-width: 601px) {
    .form-outline {
        height: 90%;
    }

    /*textarea {
        width: 400px !important;
    }*/
}

@media (max-width:1440px) {
    .pro-name {
        font-size: 48px;
        line-height: 60px;
    }

    .profile-data p {
        font-size: 20px;
        line-height: 21px;
    }

    .player-other-details {
        padding-left: 50px;
    }

        .player-other-details ul li {
            font-size: 14px;
        }
}

@media (max-width:1366px) {
    .pro-name {
        font-size: 38px;
    }

    .player-other-details img {
        max-width: 130px;
        width: 100%;
    }

    .team-builder-page .team-filter .formlabel {
        font-size: 12px;
    }
}

@media (max-width:1200px) {
    .profile-section-bg {
        height: 100%;
        background: #fff;
        background-image: none !important;
    }

    .mobileportrait-mobilewide .profile-inner-sec {
        text-align: center;
        padding: 20px;
    }

    .player-img > img {
        height: 250px;
        max-width: 210px;
        border: 5px solid #500000;
        border-radius: 8px;
    }

    .pro-name {
        font-size: 30px;
        line-height: 30px;
        margin: 20px 0 10px;
    }

    .player-social_link {
        justify-content: center;
    }

        .player-social_link a .fa {
            font-size: 30px;
            margin-right: 5px;
            margin-top: -20px;
            padding: 6px;
        }

    .player-social_link-name {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .profile-data {
        margin-top: 30px !important;
    }

        .profile-data p {
            font-size: 16px;
            line-height: 20px;
        }

    .player-other-details {
        padding: 0;
        /*background-color: #500000;*/
        display: block;
        padding: 22px 10px;
    }

        .player-other-details ul {
            padding: 0;
        }

    .right2-pro-col ul li:first-child {
        margin: 0 0 20px 0;
    }

    .player-other-details ul li {
        list-style: none;
    }
}

@media (max-width:991px) {
    .team-builder-page select {
        max-width: 100%;
    }

    .team-builder-page .team-filter .formlabel {
        margin-top: 10px;
    }

    .team-builder-page input[type=text] {
        max-width: 100%;
    }
}

@media (max-width:1200px) {
    .pagetitle {
        margin-top: 55px;
    }
}

@media (max-width: 600px) {
    textarea {
        width: 250px;
    }

    .form-outline {
        border-radius: 0px;
        height: 100%;
    }

    .userform table tr {
        flex-direction: column;
    }

    .container-sec {
        padding: 20px 10px 0;
    }

    .user-form table tr td {
        padding: 5px;
    }
}

@media screen and (max-width: 560px) {
    .user-form table tr {
        flex-direction: column;
    }

        .user-form table tr td {
            padding: 5px;
        }
}

.paymentform {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.paymentform .formlabel {
   margin-bottom:0px;
   margin-left:5px;
   font-size:16px;
   font-weight:400;
}

.zipcode input {
    width:100px !important;
}

.paymentform td {
    padding:0px;
}

.paymentbackground {
    background-image: url("../../images/PaymentBackGround.png");
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    width:350px;
    padding-left:75px;
    padding-bottom:120px;
    padding-top:40px;
}