﻿

@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900|Open+Sans:300,400,600,700,800&display=swap');


:root {
    --orange: #f68d2c;
}

.modal:not(#seasonSelectionPopup) {
    width: 100%;
}

.modal-body #select-organization-modal {
    max-height: calc(100vh - 210px);
    /*padding-top: 0;*/
    width: 548px;
    height: 370px;
    background: rgb(255, 255, 255);
    border-radius: 24px;
    left: 50%;
    top: 25%;
    bottom: 50%;
    padding-top: 10px;
}

.modal-body:not(#seasonSelectionPopup .modal-body) {
    max-height: calc(100vh - 210px);
    padding-top: 0;
    /*  overflow-y: auto;
        overflow-x: auto;*/
}

.modal-dialog:not(#seasonSelectionPopup .modal-dialog) {
    width: fit-content;
    height: 90% !important;
    /*  max-height: calc(100vh - 210px);
    overflow-y: auto;*/
}

.modal-header:not(#seasonSelectionPopup .modal-header) {
    border-bottom: none white;
    width: 100%;
}

#select-user-modal .modal-content {
    /*  width: 100%;*/
    width: 130%;
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    /*height: inherit;*/
    border-radius: 19px;
    background-color: white;
}

#purchase-subscription-fan-selection-text {
    position: absolute;
    height: 10%;
    top: 100%;
    margin-left: 47.69773%;
    width: 100%;
    /*max-height: 90%;*/
    padding: 0% 0% 0px 0px;
    /*  border-bottom: 2px #FFF;*/
    transform: translate(-50%, -50%);
    background-color: white;
    margin-top: -18px
}


#select-user-modal .modal-footer {
    position: absolute;
    width: 100%;
    left: 50.00%;
    align-items: center;
    margin-top: 2.5%;
    top: 100%;
    transform: translate(-50%, -50%);
    background: white;
    border-top: 0px solid #e9ecef;
    border-radius: 19px;
    /*padding-left: 40px*/
    padding-left: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
}

    #select-user-modal .modal-footer .btn {
        /* height: 65px;
        width: 283px;*/
        /*left: 313px;*/
        top: 0px;
        margin-right: 4%;
        margin-left: 4%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 283px;
        height: 65px;
        border-radius: 10px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
    }

#select-user-modal .modal-content {
    width: 735px;
    /* width: max-content;*/
    background-color: #FFF;
    color: #FFF;
    padding: 8px 0px;
    /*border-bottom: 2px #FFF;*/
    height: auto;
    padding-top: 0px;
}

.modal-footer .btn {
    /* margin-right: 23%;*/
    z-index: 9999;
    /* height: 65px;
    width: 283px;
    left: 313px;
    top: 0px;
    border-radius: 10px;
    padding: 16px 140px 16px 140px;*/
}

.modal-title:not(#seasonSelectionPopup .modal-title) {
    /* Select User Type */
    width: 100%;
    height: 33px;
    color: #19468D;
    /* Inside auto layout */
    left: 60%;
    right: 50%;
    /*margin-left: 35%;*/
    font-family: 'nunito sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    padding-top: 15px;
    /*display: flex;*/
    align-items: center;
    text-align: center;
}

.team-reg-title {
    font-family: 'nunito sans';
    color: #19468D;
}


label > i {
    font-size: 30px !important;
    /* margin-left: -30px;*/
    /*margin-right: 0px;*/
}

label div > i {
    font-size: 30px !important;
    /* margin-left: -30px;*/
    /*margin-right: 0px;*/
}

label .input_label {
    height: 100%;
    background: white;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}
/*Temp eye icon position start*/

/*Temp eye icon position end*/
.passwordEye {
    position: absolute;
    content: url('../images/password_eye.svg');
    /*top: 48px;*/
    top: 16px;
    right: 14px;
    cursor: pointer;
    font-size: 26px;
}

.passwordEyeOpen {
    position: absolute;
    content: url('../images/password_eye_open.svg');
    /*top: 48px;*/
    top: 16px;
    right: -21px;
    cursor: pointer;
}

.group-checkbox {
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 22px;
    padding: 18px;
    color: #000;
    width: 372px;
}

#grpTeamRegistration{
    width:744px;
}

#profileImgDiv {
    width: 480px;
}

.view-profile-image {
    /*margin-top: 20px;*/
    width: 374px;
    height: 100px;
    margin-left: 16px;
}

    .view-profile-image img {
        border-radius: 50%;
        width: 105px;
        height: 105px;
        object-fit: contain;
    }

    .view-profile-image p {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #BDBDBD;
        margin-top: 10px;
    }

.upload-logo-text {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    /*margin-top: 10px;*/
    margin-left: 10px;
}


.image-upload > input {
    display: none;
}

.image-upload img {
    background: #F2F2F2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 8px;
}

.add-sign {
    position: relative;
    bottom: 70px;
    left: 32px;
}

.update-sign {
    position: relative;
    bottom: 40px;
    left: 65px;
}

.btnPrev {
    /*background-color: #F5831F;*/
    /* width: 100px;*/
    /*height: 58px;*/
    border-radius: 10px;
}
.setTeamGroupBoxTextAlignment {
    text-indent:0.8em !important;
}
/*.pretty input[type='radio']::after {
    border: 0px;
}


.pretty .state label:after, .pretty .state label:before {
    border: 1px;
}*/
#dvSponserHide {
    display: none;
}

#SelectUserTypeDiv .row {
    display: flex;
    margin-right: -27px;
    margin-left: -36px;
    margin-top: -17px;
    justify-content: center;
}

.row > col-sm-4 {
    margin-right: -55px
}


/*.pretty input[type='radio'] ~ .state label {
    float: left;
    text-align: left;
    margin-top: -2px;
    word-break: break-word;
    white-space: normal;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #A6A6A6;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 0px;
    gap: 0px;
    width: 184px;
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #dddddd !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding-left: 15px;
    margin-right: -15px;
}*/

element.style {
    font-size: 24px;
}

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

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    /* font-family: "Font Awesome 5 Free";*/
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

*, ::after, ::before {
    box-sizing: border-box;
}

user agent stylesheet
i {
    font-style: italic;
}

/*.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 0em;*/ /*1.5em;*/
/*min-width: calc(1em + 2px);
}*/

user agent stylesheet
label {
    cursor: pointer;
}
/*
.pretty input[type=radio] ~ .state label .img, .cl_::after {
    color: #dddddd !important;
    fill: rgba(0, 0, 0, 1);
    
}

.pretty input[type=radio]:checked ~ .state label img {
    color: rgba(0, 0, 0, 1) !important;
    filter: sepia(34%) saturate(5737%) hue-rotate(319deg) brightness(94%) contrast(100%);
    fill: orange;
}

.pretty input[type=radio]:checked ~ .state label {
    fill: orange;
    border: 1px solid red;
}

.pretty.p-default .state label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.register-link.register .pretty {
    margin: 0;
}

.pretty .state label::after,
.pretty .state label::before {
    top: -2px;
}*/


/*.pretty input[type='radio']:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: rgba(1, 31, 142, 1) !important;
    top: -5px;
    left: 174.3px;
    border: 1px solid white !important;
}*/

input[type='radio']:checked {
    background-color: rgba(1, 31, 142, 1) !important
}


/* for moving the radio button circle top and right should be needed.. and border 0 required to hide unchecked circle start here */
/*.pretty input[type='radio']:checked {
   
    top: 5px;
    right: 5px;
    
}*/
/* end here */
/*-----end here-----*/

/*  checked mark for select user type start here*/

/*.pretty.p-round .state label:after, .pretty.p-round .state label:before {
    border-radius: 100%;
    left: 167px;
    height: 21px;
    width: 21px;
}

.pretty input:checked ~ .state label {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 1) !important;
    background: #F7F9FF;
    border: 2px solid #011F8E;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    border: 1px solid rgba(1, 31, 142, 1) !important;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: 15px;
}

.pretty input:checked ~ .state .svg {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 1) !important;
    background: #F7F9FF;
    border: 2px solid #011F8E;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    border: 1px solid rgba(1, 31, 142, 1) !important;
    padding-left: 15px;
    margin-right: -15px;*/
/*  margin-left: -5.5px;*/
/*}

.pretty input:checked ~ .state label {
    position: initial;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px;
    margin: 0;
    margin: 0 10px 0 7px;
    text-indent: 0em;
    min-width: calc(1em + 2px);
}

.pretty input ~ .state label {
    position: initial;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px;
    margin: 0;
    margin: 0 -15px 0 7px;
    text-indent: 0em;
    min-width: calc(1em + 2px);
}*/


/*blue*/
/*.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: rgba(1, 31, 142, 1) !important;
    
}*/
/* -----end here---------------- */
/*.register-link.register .pretty .state label::after,
.register-link.register .pretty .state label::before {
    width: calc(1em + 6px);
    height: calc(1em + 6px);
}*/

/*
.choose-plan-sub-type-selection .pretty .state label::before {
    top: -2px;
    left: auto;
    width: calc(1em);
    height: calc(1em);
}

.choose-plan-sub-type-selection .pretty .state label:after {
    left: auto;
    width: calc(1em);
    height: calc(1em);
}

.choose-plan-sub-type-selection .pretty .state label {
    font-size: 16px;
    margin-right: 5px;
    font-weight: 600;
}*/

/* register page css Registration page split to two start and register ------------ start here------------- */

/* Split the screen in half */
.split_div {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Control the left side */
.left {
    left: 0;
    /*box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);*/
    /*  background-color: #111;*/
}

/* Control the right side */
.right {
    right: 0;
    background-color: white;
}

.bg-image_splited_left {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../images/Images_Redesign/CommonImages/agl_bg_v5.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
    /*box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);*/
}

    .bg-image_splited_left img {
        height: auto;
        width: 100%;
    }

.centered_brand_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bg-image_splited_right {
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.splitControlToTwo {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}

#splited_div .split_div .bg-image_splited_right {
    max-width: auto;
    margin: 0 auto 25px;
    background-color: white;
}


#splited_div.split_div .card h1 {
    font-family: Nunito Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    width: 358px;
    height: 49px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0
}

#splited_div .split_div .card {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 25px 30px;
    margin-top: 35px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


#splited_div .split_div .card-wrapper .card .card-container {
    padding: 10px;
}

.required {
    color: #ff0000;
    font-size: 14px;
    line-height: normal;
    margin-top: 0px;
    /* position: absolute; .card {
    /* background-color: rgba(0, 0, 0, 0.3); */
    width: 100%;
    padding: 0% 0% 0% 0%;
    /* margin-top: 35px; */
    -moz-border-radius: 7px;
    /* -webkit-border-radius: 7px; */
    /* border-radius: 7px; */
}

#splited_div.card-wrapper {
    max-width: 100%;
    margin: 10px 50px 0px 0px;
    width: 100%;
    padding: 5px 25px 0px 25px;
}



.modal-body #SelectUserTypeDiv .row div .btn {
    padding: 32px;
    top: 0px;
    margin-right: 0.5%;
    margin-left: 2.5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 283px;
    height: 65px;
    border-radius: 10px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
}

.userTypeCancelButton {
    color: #828282;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 0px;
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    border: 1px solid #828282;
    /*height: 44px;*/
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 10px;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    margin: 0 2px 0 0px;
    width: 374px;
    height: 58px;
    /*  right:5*/
    /*  border-color: red;*/
}

.modal-body #SelectUserTypeDiv .row div #userTypeCancelButton {
    color: #828282;
    background: #FFFFFF;
    border: 1px solid #828282;
    border-radius: 10px;
}

/* for spacing between user select options user selection scren **/
.modal-body #SelectUserTypeDiv .row .col-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 15px;
}

#select-user-modal .modal-header .close {
    font-size: 38px;
    position: relative;
    font-weight: 400;
}

/* Register page css ---------------------------------  ENd Here-------------------------------------*/


/*html {
    position: relative;
    
    height: 100%;
}

body {
   
    font-family: 'Nunito Sans', sans-serif;
    
    height: 100%;
}

.fill-height {
    min-height: 100%;
    height: auto !important; 
    height: 100%; 
}
*/
/*
.card-wrapper {
    max-width: 417px;
    margin: 0 auto 25px;
}

    .card-wrapper .brand {
        text-align: center;
    }

        .card-wrapper .brand img {
            max-width: 100%;
        }

.card.card-container {
    padding: 0px 25px;
}

.card-wrapper .brand {
    text-align: center;
}

    .card-wrapper .brand svg {
        max-width: 100%;
    }*/







.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.forgot-password {
    color: rgb(104, 145, 162);
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }



.form-control.placeholder {
    color: #fff;
    opacity: 1
}


/*
.pretty.p-default input:checked ~ .state label::after {
    background-color: #ff8200 !important;
}


.pretty.p-default .state label::after {
    -webkit-transform: scale(.54);
    -ms-transform: scale(.34);
    transform: scale(.54);
}*/


.pretty * {
    box-sizing: border-box;
}

.pretty {
    line-height: 13px;
    margin: 15px 0;
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}

    .pretty input {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 1em;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .pretty .state label {
        font-size: 16px;
    }

    .pretty .state label {
        position: initial;
        display: inline-block;
        font-weight: 400;
        margin: 0;
        text-indent: 1.5em;
        min-width: calc(1em + 2px);
    }

    .pretty.p-default input:checked ~ .state label::before {
        /*border-color: #ff8200 !important;*/
        border-color: var(--orange,#f68d2c) !important;
    }

    .pretty.p-round .state label:after, .pretty.p-round .state label:before {
        border-radius: 100%;
    }

    .pretty .state label:before {
        border-color: #bdc3c7 !important;
    }

    .pretty .state label:after, .pretty .state label:before {
        content: '';
        width: calc(1em + 2px);
        height: calc(1em + 2px);
        display: block;
        box-sizing: border-box;
        border-radius: 0;
        border: 1px solid transparent;
        z-index: 0;
        position: absolute;
        left: 0;
        top: calc((0% -(100% - 1em)) - 8%);
        background-color: transparent;
    }

    .pretty.p-default input:checked ~ .state label::after {
        background-color: var(--orange,#f68d2c) !important;
    }

    .pretty.p-default .state label::after {
        -webkit-transform: scale(.54);
        -ms-transform: scale(.54);
        transform: scale(.54);
    }

    .pretty.p-round .state label:after, .pretty.p-round .state label:before {
        border-radius: 100%;
    }

    .pretty.p-default .state label:after {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }

    .pretty .state label:after, .pretty .state label:before {
        content: '';
        width: calc(1em + 2px);
        height: calc(1em + 2px);
        display: block;
        box-sizing: border-box;
        border-radius: 0;
        border: 1px solid transparent;
        z-index: 0;
        position: absolute;
        left: 0;
        top: calc((0% -(100% - 1em)) - 8%);
        background-color: transparent;
    }


.register-link.register {
    margin: 20px 0;
    font-size: 14px;
}



/*.register-link.register .pretty {
        margin: 0;
    }

.pretty .state label::after,
.pretty .state label::before {
    top: -2px;
}

.pretty.p-round.p-icon .state .icon::before {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    background-color: rgba(1, 31, 142, 1);
    left: 167px;
    top: -3.5px;
    content: '✔'*/ /*'✔'*/ /*" ✓ "*/ /*;
}


.pretty input:checked ~ .state.p-warning label::after {
    background-color: #ff8200 !important;
}

.register-link.register .pretty .state label::after,
.register-link.register .pretty .state label::before {
    width: calc(1em + 6px);
    height: calc(1em + 6px);
}*/

.btn-signin:focus,
.btn-signin:active {
    background-color: var(--orange,#f68d2c) !important;
    box-shadow: none !important;
}
/*
.pretty input {
    
    height: 0px;
    top: 0px;
}
*/




/*.required {
    color: #ff0000;
    font-size: 14px;
    line-height: normal;
    position: absolute;
    right: 0;
    top: -10px;
}
*/
.form-group {
    position: relative;
}

.validation {
    color: #ff0000;
    font-size: 12px;
}

/*styles for transparent selectpicker*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    background-color: transparent;
    font-size: 14px;
    color: #576791;
}


/*@media screen and (max-width: 575px) {
    .user-type .col-sm-6 {
        max-width: 100%;
    }
}



@media screen and (max-width: 380px) {
    .footer {
        font-size: 12px;
    }
}*/

/*user type select modal styles*/

/*.modal-title {
    color: #0033a0;
    font-size: 20px;
    font-weight: 500;
}
*/
.btn-dark {
    background-color: #525252;
    border-color: #525252;
    margin-right: 10px;
}

.modal-footer .btn-sm {
    padding: 3px 10px !important;
}

.btn-primary:not(.userTypeCancelButton) {
    background-color: var(--orange,#f68d2c);
    border-color: var(--orange,#f68d2c);
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #e25c03;
    border-color: #e25c03;
    box-shadow: none;
}

.userTypeCancelButton.focus, .userTypeCancelButton:focus, .userTypeCancelButton:hover, .userTypeCancelButton:active {
    color: #828282 !important;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.sm-btn-left-align_userTypeCancelButton.focus .sm-btn-left-align_userTypeCancelButton:focus, .sm-btn-left-align_userTypeCancelButton:hover, .sm-btn-left-align_userTypeCancelButton:active {
    color: #828282;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
}



.modal-footer .btn {
    padding: 8px 30px;
    border-radius: 10px; /*30px;*/
    min-width: 100px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #cf7c30;
    border-color: #cf7c30;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    /*user type select modal styles*/
}

.coach-register #PositionId, .coach-register #CollegeId {
    position: absolute !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

.coach-register .ui-autocomplete {
    max-height: 150px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

.text-agl-footer {
    color: white;
}

.input-contain {
    position: relative;
    /*margin-bottom:25px;*/
}

/*
.placeholder-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid transparent;
    
    background-color: #F7F9FF;
    display: flex;
    align-items: center;
    pointer-events: none;
}*/

/*.text {
    font-size: 15px;
    margin-left: 20px;
    background-color: transparent;
    color: white;
    transform: translate(0);
    transition: transform 0.25s ease-out, font-size 0.25s ease-out, background-color 0.25s ease-out, color 0.25s ease-out;
}*/

input, .placeholder-text {
    font-size: 15px;
    margin-bottom: 0px;
}

    input:focus {
        outline: none;
    }

        input:focus + .placeholder-text .text {
            background-color: #1d3660;
            font-size: 15px;
            color: white;
            transform: translate(0, -170%);
            margin-top: 16px;
            z-index: 1;
            line-height: normal;
        }

        input:focus + .placeholder-text .text, :not(input[value=""]) + .placeholder-text .text {
            background-color: #1d3660;
            font-size: 15px;
            color: white;
            transform: translate(0, -170%);
            margin-top: 16px;
            z-index: 1;
            line-height: normal;
        }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
    }

    input:-webkit-autofill {
        /*-webkit-text-fill-color: white !important;*/
        -webkit-text-fill-color: #000 !important;
    }
    /*
.emailText {
    font-size: 15px;
    padding-top: 4px;
    margin-left: 20px;
    background-color: transparent;
    color: black;
    transform: translate(0);
    transition: transform 0.25s ease-out, font-size 0.25s ease-out, background-color 0.25s ease-out, color 0.25s ease-out;
}*/

    input:focus + .placeholder-text .emailText {
        background-color: white;
        font-size: 15px;
        color: black;
        transform: translate(0, -170%);
        margin-top: 30px;
        z-index: 1;
        font-weight: 600;
        line-height: normal;
    }

    input:focus + .placeholder-text .emailText, :not(input[value=""]) + .placeholder-text .emailText {
        background-color: white;
        font-size: 15px;
        color: black;
        transform: translate(0, -170%);
        margin-top: 30px;
        z-index: 1;
        font-weight: 600;
        line-height: normal;
    }

.select2-search__field {
    height: auto;
    border-radius: 0px;
    border: none;
    font-size: inherit;
    /*  background: url('../images/magnifyingglass.svg') left top no-repeat;*/
}

.display-none {
    display: none;
}

.color-white {
    color: white;
}


.bg-image {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../images/Images_Redesign/CommonImages/agl_bg_v5.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
    /*box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);*/
}



.input_label {
    /*color: #333333;
    font-size: 12px;
    font-weight: 700;*/
    /* margin-left: 3em;*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.input_label_required {
    color: #DA1414;
    font-style: normal;
    font-weight: 600;
    font-size: 15.6px;
    line-height: 24px;
    position: absolute;
}

.input_textbox {
    background: #F7F9FF;
    /*width: 100%;*/
    /*width: 19rem;*/
    height: 2.7rem;
    /*margin: 0 2rem 0 2rem;*/
    border-radius: 10px;
    width: 374px;
    height: 50px;
}

.fan_team_textbox {
    background: #F7F9FF;
    height: 2.7rem;
    border-radius: 10px;
    width: 778px;
    height: 50px;
}

.password-icon-div {
    width: 374px;
}

.RegisterSetDiv {
    position: sticky;
}

.form-control[readonly] {
    /* background-color: #e9ecef;*/
    /*background-color: #F7F9FF;
    opacity: 1;*/
    background: #FFFFFF;
    border: 1.2px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

input[type="text"],
input[type="password"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control,
select {
    /* background-color: #e9ecef;*/
    background: #FFFFFF;
    border: 1.2px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    font-weight: 600;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .form-control:focus,
    select:focus {
        color: #495057;
        /* background-color: #F7F9FF;
    border: 2px solid #011F8E;
    outline: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);*/


        background: #F7F9FF;
        /*border: 2px solid #011F8E;*/
        border: 2px solid #000000;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
        border-radius: 8px;
    }
/*    input_textbox:focus,
    .input_textbox:active {
        border: 2px solid #011F8E !important;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07) !important;
        border-radius: 8px !important;
    }
*/

.season-select-popup-trigger select {
    height: 50px !important;
}
.input-select-picker {
    /* float: left;*/
    width: 100%;
    /*  margin-bottom: 30px;*/
    border-radius: 10px;
}

    .input-select-picker .dropdown-toggle::after {
        border: none !important;
        /*content: "\f107" !important;*/
        content: url('../images/dropdown_arrow.svg');
        font-size: 26px;
        color: rgba(130, 130, 130, 1);
        /*  color: #fff;*/
        position: absolute;
        right: 30px;
        top: 2px;
        /* width: 25px;*/
    }

    .input-select-picker .dropdown-toggle[aria-expanded="true"]::after {
        border: none !important;
        /*content: "\f107" !important;*/
        /* content: url('../images/checkbox_check_down.svg');*/
        content: url('../images/dropdown_arrow.svg');
        font-size: 26px;
        color: rgba(130, 130, 130, 1);
        transform: rotate(180deg);
        position: absolute;
        right: 13px;
        top: 47px;
        /*width: 25px;*/
    }



    .input-select-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        /*width: 100%;*/
        background: #F7F9FF;
        /*width: 19em;*/
        height: 3.1em;
        /*margin: 0 2em 0 2em;*/
        margin: 0 2px 0 65px;
        border-radius: 8px;
        width: 372px;
    }



.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    margin: 4px 0px 0px 0px;
    color:#000;
}

.input-select-picker .dropdown-toggle.btn {
    /*border-color: #525e7c;*/
    /*background-color: rgba(0, 0, 0, 0);*/
    /*border-radius: 22px;*/
    padding: .555rem 1.25rem;
    /* color: #000;*/
    /* border: 1.2px solid rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);*/
    border-radius: 8px;
    border: 1px solid #F2F4F7;
}

.input-select-picker .bootstrap-select > .dropdown-toggle.bs-placeholder {
    /*color: #000 !important;*/
}

.input-select-picker .bootstrap-select .dropdown-toggle {
    /*background-color: rgba(0, 0, 0, 0.25) !important;*/
    /*color: #000 !important;*/
    /*border-color: rgba(0, 0, 0, 0.3) !important;*/
    border: 1.2px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: #FFFFFF;
    width: 374px;
    height: 50px;
}

.dropdown-menu inner show {
    width: 374px;
}

.input-select-picker .dropdown-menu {
    background: #FFFFFF;
    /* Gray/100 */

    border: 1px solid #999;
    /* Shadow/lg */

    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 8px;
    /*padding: 0px;*/
    padding-left: 15px;
}

    .input-select-picker .dropdown-menu .dropdown-item {
        background: #FFFFFF;
        border: 0px;
    }

.input-select-picker .dropdown-item:focus,
.input-select-picker .dropdown-item:hover {
    /*//orange color on hover*/
    /*  background-color: #F5832A !important;*/
    color: #000 !important;
}

.input-select-picker .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.input-select-picker .bootstrap-select .btn-light.focus,
.input-select-picker .bootstrap-select .btn-light:focus {
    box-shadow: none !important;
}

.input-select-picker .dropdown-item.active,
.input-select-picker .dropdown-item:active {
    /* background: transparent;*/
    background: #F9FAFB;
}

    .input-select-picker .dropdown-item.active::after {
        position: absolute;
        left: 1;
        bottom: 0;
        top: 9px;
        right: 14.5px;
        /*content: '✓';*/
        content: url('../images/checkbox_check.svg');
    }


.dropdown-menu li a {
    background: #FFFFFF;
    /* Gray/100 */
    border: 1px solid #F2F4F7;
    /* Shadow/lg */
    /*box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);*/
    padding: 0.5rem 0rem;
}

    .dropdown-menu li a span {
        color: #000 !important;
    }


/*.btn.btn-back {*/
/*background-color: #4d90fe; */
/*background-color: #F5831F;
    padding: 0px;
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;*/
/*height: 44px;*/
/*-moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 10px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;*/
/*width: 18.80rem;*/
/*height: 2.9rem;*/
/*margin-left: 2.1rem;
    margin-top: 28px !important;*/
/*width: 68%;*/
/*margin: 0 2px 0 65px;
    width: 120px;
    height: 58px;
}*/


.input-select-picker-sponser {
    /* float: left;*/
    width: 100%;
    /*  margin-bottom: 30px;*/
    border-radius: 10px;
}

    .input-select-picker-sponser .dropdown-toggle::after {
        border: none !important;
        /*content: "\f107" !important;*/
        content: url('../images/dropdown_arrow.svg');
        font-size: 26px;
        color: rgba(130, 130, 130, 1);
        /*  color: #fff;*/
        position: absolute;
        right: 30px;
        top: 2px;
        /* width: 25px;*/
    }

    .input-select-picker-sponser .dropdown-toggle[aria-expanded="true"]::after {
        border: none !important;
        /*content: "\f107" !important;*/
        /* content: url('../images/checkbox_check_down.svg');*/
        content: url('../images/dropdown_arrow.svg');
        font-size: 26px;
        color: rgba(130, 130, 130, 1);
        transform: rotate(180deg);
        position: absolute;
        right: 13px;
        top: 47px;
        /*width: 25px;*/
    }



    .input-select-picker-sponser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        /*width: 100%;*/
        background: #F7F9FF;
        /*width: 19em;*/
        height: 3.1em;
        /*margin: 0 2em 0 2em;*/
        margin: 0 2px 0 65px;
        border-radius: 8px;
        width: 778px;
    }


    .input-select-picker-sponser .dropdown-toggle.btn {
        /*border-color: #525e7c;*/
        /*background-color: rgba(0, 0, 0, 0);*/
        /*border-radius: 22px;*/
        padding: .555rem 1.25rem;
        /* color: #000;*/
        /* border: 1.2px solid rgba(0, 0, 0, 0.3);*/
        /*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);*/
        border-radius: 8px;
        border: 1px solid #F2F4F7;
    }

    .input-select-picker-sponser .bootstrap-select > .dropdown-toggle.bs-placeholder {
        /*color: #000 !important;*/
    }

    .input-select-picker-sponser .bootstrap-select .dropdown-toggle {
        /*background-color: rgba(0, 0, 0, 0.25) !important;*/
        /*color: #000 !important;*/
        /*border-color: rgba(0, 0, 0, 0.3) !important;*/
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 778px;
        height: 50px;
    }

    .input-select-picker-sponser .dropdown-menu {
        background: #FFFFFF;
        /* Gray/100 */

        border: 1px solid #999;
        /* Shadow/lg */

        box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
        border-radius: 8px;
        /*padding: 0px;*/
        padding-left: 15px;
    }

        .input-select-picker-sponser .dropdown-menu .dropdown-item {
            background: #FFFFFF;
            border: 0px;
        }

    .input-select-picker-sponser .dropdown-item:focus,
    .input-select-picker-sponser .dropdown-item:hover {
        /*//orange color on hover*/
        /*  background-color: #F5832A !important;*/
        color: #000 !important;
    }

    .input-select-picker-sponser .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
    }

    .input-select-picker-sponser .bootstrap-select .btn-light.focus,
    .input-select-picker-sponser .bootstrap-select .btn-light:focus {
        box-shadow: none !important;
    }

    .input-select-picker-sponser .dropdown-item.active,
    .input-select-picker-sponser .dropdown-item:active {
        /* background: transparent;*/
        background: #F9FAFB;
    }

        .input-select-picker-sponser .dropdown-item.active::after {
            position: absolute;
            left: 1;
            bottom: 0;
            top: 9px;
            right: 14.5px;
            /*content: '✓';*/
            content: url('../images/checkbox_check.svg');
        }


#showTeamDetailList {
    width: 374px;
}

#TnCDiv {
    width: 728px;
}

#SMSOpt {
    width: 728px;
}

#DummyDiv {
    width: 374px;
}

#DummyDivSponser {
    width: 0px;
}

#PrevDummy {
    width: 374px;
    margin-left: 7.3vh;
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: var(--orange,#f68d2c);
    padding: 0px;
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    /*height: 44px;*/
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 10px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    /*width: 18.80rem;*/
    /*height: 2.9rem;*/
    /*margin-left: 2.1rem;
    margin-top: 28px !important;*/
    /*width: 68%;*/
    margin: 0 2px 0 65px;
    width: 374px;
    height: 58px;
}



    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        opacity: 0.8;
    }


/*/*login page changes end*/

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
}

.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Control the left side */
/*.left {
    left: 0;
   
}*/

/* Control the right side */
/*.right {
    right: 0;
   
}*/


.setRegistrationHeader {
    /*margin: 50px 0px 0px 95px;*/
    /*margin: auto;*/
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
    margin: 0px auto 10px auto;
}

.setRegistrationSubHeader {
    color: #000;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /*margin: 5px 0px 0px 95px;*/
    margin: 0px auto 20px auto;
}

.setRegistrationHeader_h4 {
    margin: 18px 0px 0px 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 49px;
    color: #000000;
}

.setPadding_Registration_Form {
    padding-left: 35px;
    padding-right: 25px;
}

.sponsorship-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    /*width: 100%;*/
    background: #F7F9FF;
    /*width: 19em;*/
    height: 3.1em;
    /*margin: 0 2em 0 2em;*/
    margin: 0 2px 0 0px;
    border-radius: 10px;
    width: 778px;
    position: relative;
}

.fan-team-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    background: #F7F9FF;
    height: 3.1em;
    margin: 0 2px 0 0px;
    border-radius: 10px;
    width: 778px;
    position: relative;
}

.fix-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    /*width: 100%;*/
    background: #F7F9FF;
    /*width: 19em;*/
    height: 3.1em;
    /*margin: 0 2em 0 2em;*/
    margin: 0 2px 0 0px;
    border-radius: 10px;
    width: 372px;
    position: relative;
}


.select2-register .select2-container {
    width: 100% !important;
    /* border-radius: 10px;*/
    position: relative;
}

    .select2-register .select2-container, .select2-register .select2-container .select2-selection, .select2-register .select2-container .select2-selection__rendered {
        display: block;
        z-index: 1;
        position: relative;
        /*height: 2.7rem;*/
        /* border-radius: 10px;*/
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        width: 374px;
        height: 50px;
        margin: 0px 0px 0px 0px
    }

        .select2-register .select2-container,
        .select2-register .select2-container .select2-selection,
        .select2-register .select2-container .select2-selection__rendered {
            display: block;
            z-index: 1;
            position: relative;
            width: 374px;
            height: 50px;
        }

            .select2-register .select2-container .select2-selection {
                padding: 7px 5.8px;
                /*height: 2.7rem;*/
                background: #FFFFFF;
                border-radius: 10px;
                color: #6e1616;
            }

            .select2-register .select2-container .select2-selection__rendered {
                padding: 0 !important;
                top: 3px;
            }

            .select2-register .select2-container .select2-selection__rendered,
            .select2-container--default .select2-results__option {
                color: black !important;
                border-radius: 10px;
                margin-left: 0px;
                height: 44px;
                font-size: 15px;
                padding-top: 12px;
            }

.select2-register .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.select2-container--open .select2-dropdown,
.select2-container--open .select2-dropdown input {
    background-color: white !important;
    color: black !important;
    border-radius: 10px;
}

    .select2-container--open .select2-dropdown input {
        color: black !important;
        padding-left: 0px;
        /*border-radius: 12px;*/
    }

    .select2-container--open .select2-dropdown ul li:hover {
        /*background-color: #F9FAFB !important;*/
        color: black !important;
        border-radius: 10px;
    }

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
    color: black;
    border-radius: 10px;
}

.select2-init .select2-hidden-accessible {
    /*    color: #999 !important;*/
    color: #999 !important;
    border-radius: 10px;
}

.fix-select2 .select2-register {
    margin: 0px 0px 0px 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px !important;
    right: 11px !important;
    /* width: 20px !important;*/
    width: 16px !important;
    /*content: url('../images/checkbox_check.svg');*/
    content: url('../images/dropdown_arrow.svg');
}

.fix-select2 .select2-container--open .select2-selection__arrow {
    transform: rotate(180deg) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /*background-color: #F9FAFB !important;*/
    background-color: #FFFFFF !important;
    color: black !important;
    font-weight: 600;
    /*content: '✓';*/
    /*content: url('../images/checkbox_check.svg');*/
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F9FAFB !important;
    background: url('../images/selected_checkmark_dropdown.svg') right top no-repeat;
    /* background-color: #FFFFFF !important;*/
    color: black !important;
    background-position: 98% 45%;
    border: 0px solid #aaa;
    background-size: 5% 65%;
}

.fix-select2 .select2-container--classic .select2-selection--multiple:focus {
    /*border: 1px solid #F9FAFB;
    background-color: #F9FAFB !important;*/
    /*border: 1px solid #F5832A;*/
    /* background-color: #F9FAFB !important;*/
    color: black !important;
}

.fix-select2 .select2-container--classic.select2-container--open .select2-selection--multiple {
    /*border: 1px solid #F9FAFB;
    background-color: #F9FAFB !important;*/
    /*border: 1px solid #F5832A;*/
    background-color: #F9FAFB !important;
    color: black !important;
}

.fix-select2 .select2-container--classic.select2-container--open .select2-dropdown {
    /*border-color: #F9FAFB;
    background-color: #F9FAFB !important;*/
    /*  border-color: #F5832A;*/
    background-color: #F9FAFB !important;
    color: black !important;
}

.fix-select2 .select2-container--classic .select2-selection--single:focus {
    /*border: 1px solid #F9FAFB;
    background-color: #F9FAFB !important;*/
    /* border: 1px solid #F5832A;*/
    background-color: #F9FAFB !important;
    color: black !important;
}

.fix-select2 .select2-container--classic.select2-container--open .select2-selection--single {
    /* border: 1px solid #F9FAFB;
    background-color: #F9FAFB !important;*/
    /*border: 1px solid #F5832A;*/
    background-color: #F9FAFB !important;
    color: black !important;
}

.select2-container--open .select2-dropdown ul li:hover {
    /*   border: 1px solid #F5832A;*/
    /*    background-color: #F9FAFB !important;*/
    color: black !important;
}

.fixSignInButton .btn-signin {
    margin: 0px 0px 0px 0px;
}

input[type="checkbox"] {
    accent-color: #19468D;
    border: 0.125px solid #19468D;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    position: relative;
    top: 2px;
}

.removeCardBorder {
    border: 0;
}

.setBottomMargin {
    margin-bottom: 15px;
}


/*@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {*/
/* For portrait layouts only */
/*}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {*/
/* For landscape layouts only */
/*}*/

/*instuctor registration page end*/


/*School Org registration and Coach start here */
.divRevenue {
    text-align: center;
    cursor: pointer;
    width: 374px;
    /* text-align: center; */
    /*cursor: pointer;
    margin-left: -6px;
    left: 0px;*/
}

#revenue {
    /* float: left;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #ff8200 !important;*/
    /* margin-top: 40px;*/
    width: 345px;
    /*float: left;*/
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: var(--orange,#f68d2c) !important;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Style the image inside the centered container, if needed */
/*.centered img {
        width: 406px !important;
        height: 102px !important;
    }*/

/*.fix-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {   
    background: #F7F9FF;   
    height: 1.1em;   
    margin: 0 2px 0 0px;
    border-radius: 8px;
    width: 372px !important;
}*/

/*#frmRegisterOrganization .input_label_required {
    color: #DA1414;
    font-style: normal;
    font-weight: 600;
    font-size: 15.6px;
    line-height: 60px;
    position: absolute;
}*/
/*.setTnC {
    
}*/

a:hover {
    color: var(--orange,#f68d2c);
    text-decoration: underline;
    font-weight: 600;
}

a {
    color: var(--orange,#f68d2c);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-weight: 600;
}

.font-size-16 {
    font-size: 16px;
    font-family: nunito sans;
    font-weight: 400;
}


.setTopMargin {
    width: initial;
    margin-top: 25px;
}
/*School Org registration End here */
/*coach register page css start here*/
.btn-left-align {
    /*background-color: #4d90fe; */
    background-color: var(--orange,#f68d2c);
    padding: 0px;
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    /*height: 44px;*/
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 10px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    width: 373px;
    height: 58px;
    margin: 0 0 0 0px;
}


    .btn-left-align:focus,
    .btn-left-align:active {
        background-color: var(--orange,#f68d2c) !important;
        box-shadow: none !important;
    }

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--orange,#f68d2c);
    border-color: #007bff;
}

#frmRegisterTeamDetail .RegisterSetDivTopMargin {
    position: sticky;
    margin-top: 13px;
}

#frmRegisterCoach .RegisterSetDivTopMargin {
    position: sticky;
    margin-top: 13px;
}

#frmRegisterTeamAdmin .RegisterSetDivTopMargin {
    position: sticky;
    margin-top: 13px;
}

#frmRegisterOrganization .RegisterSetDivTopMargin {
    position: sticky;
    margin-top: 13px;
}

.col-6-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


/*team register  non-common start  here  */
.modal-footer .btn .btn-default #alertDialog {
    /* margin-right: 23%; */
    z-index: 9999;
}

.smallPreviousButton {
    width: 145px;
    height: 58px;
    border-radius: 10px;
}

.btnRightSide {
    margin: 0px 0px 0px 207px;
}

.sm-btn-left-align {
    background-color: var(--orange,#f68d2c);
    padding: 0px;
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 10px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    width: 286.5px;
    height: 58px;
    margin: 0 0 0 0px;
}

.sm-btn-left-align_userTypeCancelButton {
    color: #828282;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 0px;
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    border: 1px solid #828282;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 10px;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    width: 286.5px;
    height: 58px;
    margin: 0 0 0 0px;
}

/*team register non-common end here */


/*Select2 dropdown changes*/
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0px solid #aaa;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: url('../images/magnifyingglass.svg') left top no-repeat, url('../images/pipelinesign.svg') left top no-repeat;
    background-position: 2% 45%, 8.5% 45%;
    content: url('../images/pipelinesign.svg');
    border: 0px solid #aaa;
    padding-left: 38px;
    background-size: 5% 65%, 2% 58.5%;
}

.select2-search--dropdown .select2-search__field {
    border: none;
    /* border-block: none; */
    padding: 4px;
    width: 100%;
    /* box-sizing: border-box; */
    border: 0px gray !important;
}

/*setting fix width of error span in Org school clg register page */
#frmRegisterOrganization .text-danger span {
    float: left;
    padding-top: 2px;
    padding-bottom: 15px;
    width: 374px;
    min-width: auto;
}

/*#frmRegisterTeamAdmin .text-danger span {
    float: left;
    padding-top: 2px;
    padding-bottom: 15px;    
    width: 374px;
    min-width: auto;
}*/

.dropdown .dropdown-toggle.btn {
    color: #6c757d;
    font-size: 16px;
}

.fixed-width-374-px {
    width: 374px !important;
}
/*@font-face {
    font-family: 'magnifyingglass';
    src: url('../images/magnifyingglass.svg') format('svg');
}*/

#frmRegisterOrganization .dropdown-menu li a span {
    padding-right: 45px;
    color: #000 !important;
}

.select2-results__option {
    height: 44px;
    padding: 6px;
    padding-left: 15px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-register .select2-container .select2-selection {
    padding-left: 15px;
}

.select2-selection__rendered {
    padding-left: 15px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-wrapper {
    border-radius: 10px;
}

.fixed-width-390-px {
    width: 390px !important;
    padding-left: 20px;
    margin-top: -24px;
}

.setTopMargin-button {
    margin-top: 11px;
}

/*.select2-container--open .select2-dropdown--above {*/
/* border-bottom: none; */
/*border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }*/

.select2-container--open .select2-dropdown--below {
    max-height: 320px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.select2-container--open .select2-dropdown--above {
    max-height: 320px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 265px;
    overflow-y: auto;
}

/* Works on Firefox */
/** {
    scrollbar-width: thin;
}*/

/* Works on Chrome, Edge, and Safari */
/**::-webkit-scrollbar {
        width: 16px;
    }

    *::-webkit-scrollbar-track {
        border-radius: 16px;
        background-color: whitesmoke;
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 16px;
        background-color: lightgrey;
    }*/





/*
#select-sponsorship-modal {
    width: 548px;
     height: auto;
    background-color: #ffffff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    z-index: 1080;
  
}

*/


.modal-header .close:not(#seasonSelectionPopup .close) {
    font-size: 38px;
    position: relative;
    font-weight: 400;
}

.light-grey-area {
    background: #F9F9F9;
    border-radius: 16px;
    padding: 30px;
    margin: 10px;
}

.search-live-id {
    padding: 10px 0;
}

    .search-live-id .input-group-append {
        margin-left: -40px;
        margin-top: 2px;
    }

    .search-live-id .input-group .form-control {
        border-radius: 30px !important;
        padding-right: 40px;
        border: 1px solid #dedede;
        background: #fff;
        color: #333;
        font-size: 14px;
        padding: 0.575rem 0.95rem;
    }

    .search-live-id .input-group-append .btn {
        border-radius: 50% !important;
        width: 37px !important;
        height: 37px !important;
        padding: 0;
        background: #ff8200;
        color: #fff;
        line-height: 37px;
        text-align: center;
        z-index: 99;
    }

.table.table-strip {
    font-size: 14px;
    font-weight: 400;
    border: 0px !important;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table.table-strip td, .table.table-strip th {
    background-color: #fff;
    color: #000;
    vertical-align: middle;
    white-space: nowrap;
    border: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.table.table-strip tbody tr td {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08);
}

    .table.table-strip tbody tr td:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .table.table-strip tbody tr td:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

#SelectTeamForPitchKountModal select.bs-select-hidden, #SelectTeamForPitchKountModal .bootstrap-select > select.bs-select-hidden, #SelectTeamForPitchKountModal select.selectpicker {
	display: inline-block !important;
}

#SelectTeamForPitchKountModal select {
    padding: 5px;
    font-size: 14px;
    width: 100%;
}

#SelectTeamForPitchKountModal.modal.show .modal-dialog {
    max-width: fit-content;
}

/*@media only screen and (device-width:1920px) {
    .setRegistrationHeader {
        margin: 0px 0px 0px 18px;
    }

    .right {
        right: 0;
        
        padding-top: clamp(30px, calc(30px + (100 - 40) * ((100vw - 1000px) / (1920 - 1000))), 100px);
        padding-left: clamp(0px,calc(0px + (100-0) * ((100vw - 1000px)/(1920-1000))),100px) !important;
        
    }
}*/
.ml-4-tnc {
    margin-left: 4rem;
}

.agl_logo_login {
    display: none;
}

.password-info {
    display: flex;
    width: 374px;
}

.coach-register #CollegeId,
.coach-register #PositionId {
    position: absolute !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}


.loading-overlay {
    background-color: rgb(102, 102, 102);
    height: 100%;
    margin: 0;
    opacity: 0.8;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

.loading-img {
    background: #fff;
    border-radius: 5px;
    display: none;
    color: #fff;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 1;
    position: fixed;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 60px;
    z-index: 10001;
}

    .loading-img img {
        padding-top: 12px;
        width: 60%;
    }

.form-center {
    margin: 0;
    padding: 0;
    display: grid;
    place-content: center;
    min-height: 100vh;
}

@media (min-width: 4320px) {
    [class*="col-"]:not(#seasonSelectionPopup [class*="col-"]) {
        width: 100%;
    }

    .form-center {
        /*margin: 42% auto;*/
        margin: 0;
        padding: 0;
        display: grid;
        place-content: center;
        min-height: 100vh;
    }
}

/*@media (min-width: 2560px) and (max-width:4319px) {*/
@media (min-width: 1979.99px) and (max-width:4319.98px) {
    [class*="col-"]:not(#seasonSelectionPopup [class*="col-"]) {
        width: 100%;
    }

    .form-center {
        /*margin: 28% auto;*/
        margin: 0;
        padding: 0;
        display: grid;
        place-content: center;
        min-height: 100vh;
    }
    /*.setRegistrationHeader{

    }
    .setRegistrationSubHeader{

    }*/
}

/*@media (min-width: 962px) and (max-width:1980px) {*/
@media screen and (min-width: 1599.98px) and (max-width:1980px) {
    [class*="col-"]:not(#seasonSelectionPopup [class*="col-"]) {
        width: 100%;
    }

    .form-center {
        /*margin: 10% auto;*/
        margin: 0;
        padding: 0;
        display: grid;
        place-content: center;
        min-height: 100vh;
    }

    /*#dvSponserHide {
        display: block;
    }
    .fan_team_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 374px;
        height: 50px;
    }
    .input-select-picker-sponser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;        
        border-radius: 8px;
        width: 374px;
    }

    .input-select-picker-sponser .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 374px;
        height: 50px;
    }
    .fan-team-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 374px;
        height: 50px;
    }
    #DummyDivSponser {
        width: 374px;
    }*/

    #btnRegister .btn.btn-signin {
        margin-left: 0;
    }

    .card text {
        height: 36px;
        padding-left: 20px;
    }


    .password-info {
        width: 350px;
    }

    .group-checkbox {
        width: 350px;
    }

    #dvSponserHide {
        display: none;
    }

    .input_textbox {        
        width: 350px;        
    }

    .fan_team_textbox {        
        width: 730px;
    }

    .password-icon-div {
        width: 350px;
    }

    .input-select-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {       
        width: 350px;
    }

    .input-select-picker .bootstrap-select .dropdown-toggle {        
        width: 350px;
    }

    .input-select-picker-sponser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {       
        width: 730px;
    }

    .input-select-picker-sponser .bootstrap-select .dropdown-toggle {        
        width: 730px;
    }

    .select2-register .select2-container, .select2-register .select2-container .select2-selection, .select2-register .select2-container .select2-selection__rendered {
        width: 350px;
    }

    .fix-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 350px;
    }

    .fan-team-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 730px;
    }

    .sponsorship-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 730px;
    }
    #grpTeamRegistration {
        width: 730px;
    }
    #TnCDiv {
        width: 696px;
    }
    #SMSOpt {
        width: 696px;
    }

    #DummyDiv {
        width: 350px;
    }

    #DummyDivSponser {
        width: 0px;
    }

    #PrevDummy {
        width: 350px;
        margin-left: 9.3vh;
    }

    .upload-logo-text {
        margin-left: 25px;
    }
    .view-profile-image {
        width: 350px;
        margin-left: 46px;
    }
        
    .userTypeCancelButton {
        width: 350px;
        height: 58px;
    }
    .btn.btn-signin {
        width: 350px;
    }
    #profileImgDiv {
        width: 480px;
    }
    #btnFanRegistrationPaymentSubmit{
        width:350px;
    }

    .divRevenue {
        width: 350px;
    }
    #frmRegisterOrganization .text-danger span{
        width:350px;
    }
    .input-select-picker .dropdown-menu .dropdown-item {
        width: 350px;
    }
    .input-select-picker-sponser .dropdown-menu .dropdown-item {
        width: 350px;
    }
    /*

    .input-select-picker-sponser .dropdown-menu .dropdown-item {
        width: 250px;
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem*2));
    }*/
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    [class*="col-"]:not(#seasonSelectionPopup [class*="col-"]) {
        width: 100%;
        padding: inherit;
    }

    /*.card {
        min-width: 800px;
    }*/
    .form-center {
        /*margin: 10% auto;*/
        margin: 0;
        padding: 0;
        display: grid;
        place-content: center;
        min-height: 100vh;
    }

    .split {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        /*overflow-x: hidden;*/
    }

    #btnRegister .btn.btn-signin {
        margin-left: 0;
    }

    .card text {
        height: 36px;
        padding-left: 20px;
    }

    .right {
        display: flex;
        /* justify-content: space-between;
        align-content: center;*/
        /*height: auto;*/
        /* left: calc(100% / 5);*/
        /*top: 10%;*/
        /*bottom: -50%;*/
        /*margin: 0px 20px 0px 20px;*/
        /*border-radius: 25px;*/
        overflow-y: scroll;
        overflow-x: scroll;
        /*position: relative;*/
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        /*   border-radius: 12px;*/
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .centered {
        /*position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;*/
        /*display: none;*/
        position: absolute;
        left: 24%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .centered img {
            /* width:265px;*/
        }

    /* Style the image inside the centered container, if needed */
    /*.centered img {
            width: 406px !important;
            height: 102px !important;
        }*/
    .password-info {
        width: 250px;
    }

    .group-checkbox {
        width: 250px;
    }

    #dvSponserHide {
        display: none;
    }

    .input_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 250px;
        height: 50px;
    }

    .fan_team_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 528px;
        height: 50px;
    }

    .password-icon-div {
        width: 250px;
    }

    .input-select-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        width: 250px;
    }

    .input-select-picker .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 250px;
        height: 50px;
    }

    .input-select-picker-sponser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        width: 528px;
    }

    .input-select-picker-sponser .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 528px;
        height: 50px;
    }

    .select2-register .select2-container, .select2-register .select2-container .select2-selection, .select2-register .select2-container .select2-selection__rendered {
        width: 250px;
        height: 50px;
    }

    .fix-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 250px;
        height: 50px;
    }

    .fan-team-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 528px;
        height: 50px;
    }
    #grpTeamRegistration {
        width: 528px;
    }

    .sponsorship-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 528px;
        height: 50px;
    }

    .btn.btn-signin {
        background-color: var(--orange,#f68d2c);
        /*padding: 0px;*/
        font-size: 18px;
        /*font-family: 'Nunito Sans';*/
        font-style: normal;
        font-weight: 700;
        /* height: 44px; */
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 10px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
        /*margin: 0 2px 0 65px;*/
        width: 250px;
        height: 58px;
        /*min-width: 284px;*/
    }

    /*#showTeamDetailList {
        width: 250px;
    }*/

    #TnCDiv {
        width: 528px;
    }
    #SMSOpt {
        width: 528px;
    }
    #DummyDiv {
        width: 138px;
    }

    #DummyDivSponser {
        width: 0px;
    }

    #PrevDummy {
        width: 250px;
    }

    .upload-logo-text {
        margin-left: 25px;
    }

    .userTypeCancelButton {
        width: 250px;
        height: 58px;
    }

    #profileImgDiv {
        width: 235px;
    }

    .setRegistrationHeader {
        /*margin: 0px 0px 0px 72px;*/
        margin: auto;
        font-size: 32px;
    }

    .setRegistrationSubHeader {
        /*margin: 0px 0px 0px 72px;*/
        margin: auto;
        font-size: 12px;
    }

    .footer {
        font-size: 10px;
        width: 220px;
    }

    /*.agl_logo_login {
        width: 200px;
        display: block;
        margin: 30px auto;
    }*/

    .ml-3 {
        margin-left: 0.25rem !important;
    }

    .ml-4-tnc {
        margin-left: 0.5rem;
    }

    .setLoginText {
        font-size: 18px;
    }

    .setPadding_Registration_Form {
        padding-left: 18px;
    }

    .divRevenue {
        width: 372px;
    }

    #frmRegisterOrganization .text-danger span {
        width: 250px;
    }

    .input-select-picker .dropdown-menu .dropdown-item {
        width: 250px;
    }

    .input-select-picker-sponser .dropdown-menu .dropdown-item {
        width: 250px;
    }

    .modal-dialog:not(#seasonSelectionPopup .modal-dialog) {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered:not(#seasonSelectionPopup) {
        min-height: calc(100% - (1.75rem*2));
    }
    /* .passwordEye, .passwordEyeOpen {
        right:52%;
    }*/
}

/*@media screen and (min-width: 768px) and (max-width:961px) {*/
@media screen and (min-width: 992px) and (max-width:1199.98px) {
    [class*="col-"]:not(#seasonSelectionPopup [class*="col-"]) {
        width: 100%;
        padding: inherit;
    }

    .card {
        max-width: 768px;
    }

    .split {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        /*overflow-x: hidden;*/
    }

    #dvSponserHide {
        display: block;
    }

    #btnRegister .btn.btn-signin {
        margin-left: 0;
    }

    .card text {
        height: 36px;
        padding-left: 20px;
    }

    .right {
        display: flex;
        /* justify-content: space-between;
        align-content: center;*/
        /*height: auto;*/
        /* left: calc(100% / 5);*/
        /*top: 10%;*/
        /*bottom: -50%;*/
        /*margin: 0px 20px 0px 20px;*/
        border-radius: 25px;
        overflow-y: scroll;
        overflow-x: scroll;
        /*position: relative;*/
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 650px;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 12px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .centered {
        /*position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;*/
        display: none;
    }

    /* Style the image inside the centered container, if needed */
    /*.centered img {
            width: 406px !important;
            height: 102px !important;
        }*/
    .password-info {
        width: 285px;
    }

    .group-checkbox {
        width: 285px;
    }

    .password-icon-div {
        width: 285px;
    }

    .input_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 285px;
        height: 50px;
    }

    .fan_team_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 285px;
        height: 50px;
    }

    .input-select-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        width: 285px;
    }

    .input-select-picker .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 285px;
        height: 50px;
    }

    .input-select-picker-sponser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        width: 285px;
    }

    .input-select-picker-sponser .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 285px;
        height: 50px;
    }

    .select2-register .select2-container, .select2-register .select2-container .select2-selection, .select2-register .select2-container .select2-selection__rendered {
        width: 285px;
        height: 50px;
    }

    .fix-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 285px;
        height: 50px;
    }

    .fan-team-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 285px;
        height: 50px;
    }
    #grpTeamRegistration {
        width: 285px;
    }

    .sponsorship-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 285px;
        height: 50px;
    }

    .btn.btn-signin {
        background-color: var(--orange,#f68d2c);
        /*padding: 0px;*/
        font-size: 18px;
        /*font-family: 'Nunito Sans';*/
        font-style: normal;
        font-weight: 700;
        /* height: 44px; */
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 10px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
        /*margin: 0 2px 0 65px;*/
        width: 285px;
        height: 58px;
        /*min-width: 284px;*/
    }

    /*  #showTeamDetailList {
        width: 285px;
    }*/

    #TnCDiv {
        width: 428px;
    }
    #SMSOpt {
        width: 428px;
    }
    #DummyDiv {
        width: 285px;
    }

    #DummyDivSponser {
        width: 285px;
    }

    #PrevDummy {
        width: 285px;
    }

    .userTypeCancelButton {
        width: 285px;
        height: 58px;
    }

    .setRegistrationHeader {
        /*margin: 0px 0px 0px 72px;*/
        margin: auto;
        font-size: 32px;
    }

    .setRegistrationSubHeader {
        /*margin: 0px 0px 0px 72px;*/
        margin: auto;
        font-size: 12px;
    }

    .footer {
        font-size: 10px;
        width: 220px;
    }

    .agl_logo_login {
        width: 200px;
        display: block;
        margin: 30px auto;
    }

    .ml-3 {
        margin-left: 0.25rem !important;
    }

    .ml-4-tnc {
        margin-left: 0.5rem;
    }

    .setLoginText {
        font-size: 18px;
    }

    .setPadding_Registration_Form {
        padding-left: 18px;
    }

    .divRevenue {
        width: 285px;
    }

    #frmRegisterOrganization .text-danger span {
        width: 285px;
    }

    .input-select-picker .dropdown-menu .dropdown-item {
        width: 285px;
    }

    .input-select-picker-sponser .dropdown-menu .dropdown-item {
        width: 285px;
    }

    .modal-dialog:not(#seasonSelectionPopup .modal-dialog) {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered:not(#seasonSelectionPopup) {
        min-height: calc(100% - (1.75rem*2));
    }

    /*.passwordEye,
    .passwordEyeOpen {        
        right: 54%;
    }*/
}

/*new added*/
@media screen and (min-width: 768px) and (max-width:991.98px) {
    [class*="col-"]:not(#seasonSelectionPopup [class*="col-"]) {
        width: 100%;
        padding: inherit;
    }

    .card {
        max-width: 768px;
    }

    .split {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        /*overflow-x: hidden;*/
    }

    #dvSponserHide {
        display: block;
    }

    #btnRegister .btn.btn-signin {
        margin-left: 0;
    }

    .card text {
        height: 36px;
        padding-left: 20px;
    }

    .right {
        display: flex;
        /* justify-content: space-between;
        align-content: center;*/
        /*height: auto;*/
        /* left: calc(100% / 5);*/
        /*top: 10%;*/
        /*bottom: -50%;*/
        /*margin: 0px 20px 0px 20px;*/
        border-radius: 25px;
        overflow-y: scroll;
        overflow-x: scroll;
        /*position: relative;*/
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 650px;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 12px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .centered {
        /*position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;*/
        display: none;
    }

    /* Style the image inside the centered container, if needed */
    /*.centered img {
            width: 406px !important;
            height: 102px !important;
        }*/
    .password-info {
        width: 285px;
    }

    .group-checkbox {
        width: 285px;
    }

    .password-icon-div {
        width: 285px;
    }

    .input_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 285px;
        height: 50px;
    }

    .fan_team_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 285px;
        height: 50px;
    }

    .input-select-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        width: 285px;
    }

    .input-select-picker .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 285px;
        height: 50px;
    }

    .input-select-picker-sponser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        width: 285px;
    }

    .input-select-picker-sponser .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 285px;
        height: 50px;
    }

    .select2-register .select2-container, .select2-register .select2-container .select2-selection, .select2-register .select2-container .select2-selection__rendered {
        width: 285px;
        height: 50px;
    }

    .fix-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 285px;
        height: 50px;
    }
    .fan-team-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 285px;
        height: 50px;
    }
    #grpTeamRegistration {
        width: 285px;
    }
    .sponsorship-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 285px;
        height: 50px;
    }

    .btn.btn-signin {
        background-color: var(--orange,#f68d2c);
        /*padding: 0px;*/
        font-size: 18px;
        /*font-family: 'Nunito Sans';*/
        font-style: normal;
        font-weight: 700;
        /* height: 44px; */
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 10px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
        /*margin: 0 2px 0 65px;*/
        width: 285px;
        height: 58px;
        /*min-width: 284px;*/
    }

    /*  #showTeamDetailList {
        width: 285px;
    }*/

    #TnCDiv {
        width: 428px;
    }
    #SMSOpt {
        width: 428px;
    }
    #DummyDiv {
        width: 285px;
    }

    #DummyDivSponser {
        width: 285px;
    }

    #PrevDummy {
        width: 285px;
    }

    .userTypeCancelButton {
        width: 285px;
        height: 58px;
    }

    .setRegistrationHeader {
        /*margin: 0px 0px 0px 72px;*/
        margin: auto;
        font-size: 32px;
    }

    .setRegistrationSubHeader {
        /*margin: 0px 0px 0px 72px;*/
        margin: auto;
        font-size: 12px;
    }

    .footer {
        font-size: 10px;
        width: 220px;
    }

    .agl_logo_login {
        width: 200px;
        display: block;
        margin: 30px auto;
    }

    .ml-3 {
        margin-left: 0.25rem !important;
    }

    .ml-4-tnc {
        margin-left: 0.5rem;
    }

    .setLoginText {
        font-size: 18px;
    }

    .setPadding_Registration_Form {
        padding-left: 18px;
    }

    .divRevenue {
        width: 285px;
    }

    #frmRegisterOrganization .text-danger span {
        width: 285px;
    }

    .input-select-picker .dropdown-menu .dropdown-item {
        width: 285px;
    }

    .input-select-picker-sponser .dropdown-menu .dropdown-item {
        width: 285px;
    }

    .modal-dialog:not(#seasonSelectionPopup .modal-dialog) {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered:not(#seasonSelectionPopup) {
        min-height: calc(100% - (1.75rem*2));
    }

    /*.passwordEye,
    .passwordEyeOpen {        
        right: 54%;
    }*/
}

/*new added*/
@media screen and (min-width: 576px) and (max-width:767.98px) {
    [class*="col-"]:not(#seasonSelectionPopup [class*="col-"]) {
        width: 100%;
        padding: inherit;
    }

    .card {
        max-width: 768px;
    }

    .split {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        /*overflow-x: hidden;*/
    }

    #dvSponserHide {
        display: block;
    }

    #btnRegister .btn.btn-signin {
        margin-left: 0;
    }

    .card text {
        height: 36px;
        padding-left: 20px;
    }

    .right {
        display: flex;
        /* justify-content: space-between;
        align-content: center;*/
        /*height: auto;*/
        /* left: calc(100% / 5);*/
        /*top: 10%;*/
        /*bottom: -50%;*/
        /*margin: 0px 20px 0px 20px;*/
        border-radius: 25px;
        overflow-y: scroll;
        overflow-x: scroll;
        /*position: relative;*/
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 650px;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 12px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .centered {
        /*position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;*/
        display: none;
    }

    /* Style the image inside the centered container, if needed */
    /*.centered img {
            width: 406px !important;
            height: 102px !important;
        }*/
    .password-info {
        width: 285px;
    }

    .group-checkbox {
        width: 285px;
    }

    .password-icon-div {
        width: 285px;
    }

    .input_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 285px;
        height: 50px;
    }

    .fan_team_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 285px;
        height: 50px;
    }

    .input-select-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        width: 285px;
    }

    .input-select-picker .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 285px;
        height: 50px;
    }

    .input-select-picker-sponser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        width: 285px;
    }

    .input-select-picker-sponser .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 285px;
        height: 50px;
    }

    .select2-register .select2-container, .select2-register .select2-container .select2-selection, .select2-register .select2-container .select2-selection__rendered {
        width: 285px;
        height: 50px;
    }

    .fix-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 285px;
        height: 50px;
    }
    .fan-team-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 285px;
        height: 50px;
    }
    #grpTeamRegistration {
        width: 285px;
    }
    .sponsorship-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 285px;
        height: 50px;
    }

    .btn.btn-signin {
        background-color: var(--orange,#f68d2c);
        /*padding: 0px;*/
        font-size: 18px;
        /*font-family: 'Nunito Sans';*/
        font-style: normal;
        font-weight: 700;
        /* height: 44px; */
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 10px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
        /*margin: 0 2px 0 65px;*/
        width: 285px;
        height: 58px;
        /*min-width: 284px;*/
    }

    /*  #showTeamDetailList {
        width: 285px;
    }*/

    #TnCDiv {
        width: 428px;
    }
    #SMSOpt {
        width: 428px;
    }
    #DummyDiv {
        width: 285px;
    }

    #DummyDivSponser {
        width: 285px;
    }

    #PrevDummy {
        width: 285px;
    }

    .userTypeCancelButton {
        width: 285px;
        height: 58px;
    }

    .setRegistrationHeader {
        /*margin: 0px 0px 0px 72px;*/
        margin: auto;
        font-size: 32px;
    }

    .setRegistrationSubHeader {
        /*margin: 0px 0px 0px 72px;*/
        margin: auto;
        font-size: 12px;
    }

    .footer {
        font-size: 10px;
        width: 220px;
    }

    .agl_logo_login {
        width: 200px;
        display: block;
        margin: 30px auto;
    }

    .ml-3 {
        margin-left: 0.25rem !important;
    }

    .ml-4-tnc {
        margin-left: 0.5rem;
    }

    .setLoginText {
        font-size: 18px;
    }

    .setPadding_Registration_Form {
        padding-left: 18px;
    }

    .divRevenue {
        width: 285px;
    }

    #frmRegisterOrganization .text-danger span {
        width: 285px;
    }

    .input-select-picker .dropdown-menu .dropdown-item {
        width: 285px;
    }

    .input-select-picker-sponser .dropdown-menu .dropdown-item {
        width: 285px;
    }

    .modal-dialog:not(#seasonSelectionPopup .modal-dialog) {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered:not(#seasonSelectionPopup) {
        min-height: calc(100% - (1.75rem*2));
    }
    /*
    .passwordEye,
    .passwordEyeOpen {        
        right: 54%;
    }*/
}

/*@media screen and (min-width: 421px) and (max-width:767px) {*/
@media screen and (min-width: 421px) and (max-width:575.98px) {
    [class*="col-"]:not(#seasonSelectionPopup [class*="col-"]) {
        width: 100%;
        padding: inherit;
    }
    /*.card{
        max-width:421px;
    }*/
    .split {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        /*overflow-x: hidden;*/
    }

    #dvSponserHide {
        display: block;
    }

    #btnRegister .btn.btn-signin {
        margin-left: 0;
    }

    .card text {
        height: 36px;
        padding-left: 20px;
    }

    .right {
        display: flex;
        /* justify-content: space-between;
        align-content: center;*/
        /*height: auto;*/
        /* left: calc(100% / 5);*/
        /*top: 10%;*/
        /*bottom: -50%;*/
        /*margin: 0px 20px 0px 20px;*/
        border-radius: 25px;
        overflow-y: scroll;
        overflow-x: scroll;
        /*position: relative;*/
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 360px;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 12px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .centered {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        display: none; /*no need to show when screen small*/
    }

    /* Style the image inside the centered container, if needed */
    /*.centered img {
            width: 406px !important;
            height: 102px !important;
        }*/
    .password-info {
        width: 320px;
    }

    .group-checkbox {
        width: 320px;
    }

    .password-icon-div {
        width: 320px;
    }

    .input_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 320px;
        height: 50px;
    }

    .fan_team_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 320px;
        height: 50px;
    }

    .input-select-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        width: 320px;
    }

    .input-select-picker .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 320px;
        height: 50px;
    }

    .input-select-picker-sponser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        width: 320px;
    }

    .input-select-picker-sponser .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 320px;
        height: 50px;
    }

    .select2-register .select2-container, .select2-register .select2-container .select2-selection, .select2-register .select2-container .select2-selection__rendered {
        width: 320px;
        height: 50px;
    }

    .fix-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 320px;
        height: 50px;
    }
    .fan-team-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 320px;
        height: 50px;
    }
    #grpTeamRegistration{
        width:320px;
    }
    .sponsorship-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 320px;
        height: 50px;
    }

    .btn.btn-signin {
        background-color: var(--orange,#f68d2c);
        /*padding: 0px;*/
        font-size: 18px;
        /*font-family: 'Nunito Sans';*/
        font-style: normal;
        font-weight: 700;
        /* height: 44px; */
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 10px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
        /*margin: 0 2px 0 65px;*/
        width: 320px;
        height: 58px;
        /*min-width: 284px;*/
    }

    /*#showTeamDetailList {
        width: 320px;
    }*/

    #TnCDiv {
        width: 528px;
    }
    #SMSOpt {
        width: 528px;
    }
    #DummyDiv {
        width: 320px;
    }

    #DummyDivSponser {
        width: 80px;
    }

    #PrevDummy {
        width: 320px;
    }

    .upload-logo-text {
        margin-left: 55px;
    }

    .view-profile-image {
        margin-left: 0px;
    }

    .userTypeCancelButton {
        width: 320px;
        height: 58px;
    }

    .setRegistrationHeader {
        /*margin: 0px 0px 0px 72px;*/
        margin: auto;
        font-size: 32px;
    }

    .setRegistrationSubHeader {
        /*margin: 0px 0px 0px 75px;*/
        margin: auto;
        font-size: 12px;
    }

    .footer {
        font-size: 10px;
        width: 220px;
    }

    .agl_logo_login {
        width: 220px;
        display: block;
        margin: 30px auto;
    }

    .ml-3 {
        margin-left: 0.25rem !important;
    }

    .ml-4-tnc {
        margin-left: 0.5rem;
    }

    .setLoginText {
        font-size: 18px;
    }

    .setPadding_Registration_Form {
        padding-left: 18px;
    }

    .divRevenue {
        width: 320px;
    }

    #frmRegisterOrganization .text-danger span {
        width: 320px;
    }

    .input-select-picker .dropdown-menu .dropdown-item {
        width: 320px;
    }

    .input-select-picker-sponser .dropdown-menu .dropdown-item {
        width: 320px;
    }

    .modal-dialog:not(#seasonSelectionPopup .modal-dialog) {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered:not(#seasonSelectionPopup) {
        min-height: calc(100% - (1.75rem*2));
    }

    /*.passwordEye,
    .passwordEyeOpen {        
        right: 12%;
    }*/
}

@media screen and (min-width: 320px) and (max-width: 420.98px) {
    /*@media screen and (min-width: 320px) and (max-width: 420px) {*/
    [class*="col-"]:not(#seasonSelectionPopup [class*="col-"]) {
        width: 100%;
        padding: inherit;
    }
    /*.card{
        max-width:320px;
    }*/
    /*.form-center{
        margin:15px;
    }*/
    .split {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        /*overflow-x: hidden;*/
    }

    #btnRegister .btn.btn-signin {
        margin-left: 0;
    }

    #dvSponserHide {
        display: block;
    }

    .card text {
        height: 36px;
        padding-left: 20px;
    }

    .right {
        display: flex;
        /* justify-content: space-between;
        align-content: center;*/
        /*height: auto;*/
        /* left: calc(100% / 5);*/
        /*top: 10%;*/
        /*bottom: -50%;*/
        /*margin: 0px 20px 0px 20px;*/
        border-radius: 25px;
        overflow-y: scroll;
        overflow-x: scroll;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 320px;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 12px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .centered {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        display: none;
    }

    .password-info {
        width: 282px;
    }
    /* Style the image inside the centered container, if needed */
    /*.centered img {
            width: 406px !important;
            height: 102px !important;
        }*/
    .password-icon-div {
        width: 282px;
    }

    .input_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 282px;
        height: 50px;
    }

    .fan_team_textbox {
        background: #F7F9FF;
        height: 2.7rem;
        border-radius: 12px;
        width: 282px;
        height: 50px;
    }

    .group-checkbox {
        width: 282px;
    }

    .input-select-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        /*width: auto;*/
        width: 282px;
    }

    .input-select-picker .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 282px;
        height: 50px;
    }

    .input-select-picker-sponser .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        height: 3.1em;
        /*margin: 0 2px 0 65px;*/
        border-radius: 8px;
        /*width: auto;*/
        width: 282px;
    }

    .input-select-picker-sponser .bootstrap-select .dropdown-toggle {
        border: 1.2px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #FFFFFF;
        width: 282px;
        height: 50px;
    }

    .select2-register .select2-container, .select2-register .select2-container .select2-selection, .select2-register .select2-container .select2-selection__rendered {
        width: 282px;
        height: 50px;
    }

    .fix-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 282px;
        height: 50px;
    }
    .fan-team-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 282px;
        height: 50px;
    }
    #grpTeamRegistration{
        width:282px;
    }
    .sponsorship-input-picker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 282px;
        height: 50px;
    }

    .btn.btn-signin {
        background-color: var(--orange,#f68d2c);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 10px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
        /*margin: 0 2px 0 65px;*/
        width: 282px;
        height: 58px;
    }

    /*#showTeamDetailList {
        width: 282px;
    }*/

    #TnCDiv {
        width: 528px;
    }
    #SMSOpt {
        width: 528px;
    }
    #DummyDiv {
        width: 282px;
    }

    #DummyDivSponser {
        width: 88px;
    }

    #PrevDummy {
        width: 282px;
    }

    .userTypeCancelButton {
        width: 282px;
        height: 58px;
    }

    .setRegistrationHeader {
        /*margin: 0px 0px 0px 72px;*/
        margin: auto;
        font-size: 24px;
    }

    .setRegistrationSubHeader {
        /*margin: 0px 0px 0px 75px;*/
        margin: auto;
        font-size: 12px;
    }

    .footer {
        font-size: 10px;
        width: 220px;
    }

    .agl_logo_login {
        width: 200px;
        display: block;
        margin: 30px auto;
    }

    .ml-3 {
        margin-left: 0.25rem !important;
    }

    .ml-4-tnc {
        margin-left: 0.5rem;
    }

    .setPadding_Registration_Form {
        padding-left: 18px;
    }

    .divRevenue {
        width: 282px;
    }

    #frmRegisterOrganization .text-danger span {
        width: 282px;
    }

    .input-select-picker .dropdown-menu .dropdown-item {
        width: 282px;
    }

    .input-select-picker-sponser .dropdown-menu .dropdown-item {
        width: 282px;
    }

    .setLoginText {
        font-size: 18px;
    }

    .modal-dialog:not(#seasonSelectionPopup .modal-dialog) {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered:not(#seasonSelectionPopup) {
        min-height: calc(100% - (1.75rem*2));
    }

    /*.passwordEye,
    .passwordEyeOpen {        
        right: 12%; 
    }*/
}




@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .split {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        /*overflow-x: hidden;*/
    }

    #btnRegister .btn.btn-signin {
        margin-left: 0px;
    }

    .card text {
        height: 36px;
        padding-left: 20px;
    }

    #dvSponserHide {
        display: block;
    }

    .right {
        display: flex;
        /* justify-content: space-between;
        align-content: center;*/
        height: 88%;
        width: 85%;
        /* left: 0.5%; */
        left: calc(100% / 12.9);
        /* width: 90%;*/
        /* left: 0.5%;*/
        /*   left: calc(100% / 20);*/
        /*  right: calc(-8px + (-1.5625vw));*/

        top: 11%;
        bottom: -50%;
        margin: 0px 0px 0px 0px;
        border-radius: 25px;
        overflow-y: scroll;
        overflow-x: scroll;
    }

    .centered {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        /* Style the image inside the centered container, if needed */
        .centered img {
            width: 406px !important;
            height: 102px !important;
        }
}
