  
* { margin:0; padding:0; }

body {  font-family: "Inter", sans-serif;}

.inner_container {
    max-width: 750px;
    margin: auto;
    margin-top: 120px;
    padding: 15px;
    width: 100%;
}

/*header */

.menu_barRight {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    padding: 0px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #ff6100;
}
a.navbar-brand img {
    max-width: 60px;
}
.customNavbar li.nav-item a.custom_btn {
    display: inline-block;
    background-color: #ff6100;
    margin-left: 10px;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #ff6100;
}

.menu_barRight ul.dropdown-menu {
    padding: 10px;
}
.menu_barRight ul.dropdown-menu li a.custom_btn {
    margin: 0;
    margin-bottom: 12px;
    width: 100%;
}

::-webkit-scrollbar {
  width: 0px;
}

/*end header*/

.layoutPlay {
      overflow: auto;
    /* background: url(https://kabaddi.kreedabharati.org/public/frontend/images/play-kabaddi-play-bg.jpg); */
    /* background: url('{{ asset("frontend/images/play-kabaddi-play-bg.jpg") }}'); */
    background: url('../images/play-kabaddi-play-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.frontend_outer {
    /* background-image: url(https://kabaddi.kreedabharati.org/public/frontend/images/play-Group-bg.jpg); */
    /* background-image: url('{{ asset("frontend/images/play-Group-bg.jpg") }}'); */
    background-image: url('../images/play-Group-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 40px 0px 40px;
    border-radius: 30px;
    min-height: 766px;
}

.header-wrapper {
    padding-bottom: 50px;
}
.header-wrapper h2 {
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    text-align: center;
    width: 100%;
}

.header-wrapper h2 span {
    color: #FF6100;
}
.header-wrapper img {
    max-width: 120px;
}

.button-wrapper {
    display: flex;
    gap: 30px;
    max-width: 400px;
    flex-direction: column;
    margin: auto;
}
.btns {
    padding: 20px 20px;
    text-decoration: none;
    border-radius: 32px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.btns:hover,
.submitBtn:hover { color:#fff; }
.btns.blue{background:#0094DC}
.btns.orange{background:#ff6100}
.btns.green{background:#05A20F}
.btns.black{background:#000000}

.layoutPlay_frontend {
  background-color: #fff;
  padding: 50px 40px 50px 40px;
  border-radius: 30px;
}

.signUp_form {
    max-width: 400px;
    margin: auto;
}
.account_form .form-group {
    padding-bottom: 25px;
}
.account_form input,
.account_form select  {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding: 20px 20px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid#5C5C5C;
    outline: none;
}
.account_form input, .account_form select {color: #5C5C5C;}
.account_form .form-group span#email-error {
    padding-top: 10px;
    display: block;
}
.account_form input::placeholder,
.account_form input::-ms-input-placeholder {
  color: #848484;
}

label.account_hed {
    font-size: 16px;
    color: #5C5C5C;
    font-weight: 500;
       margin-bottom: 12px;
}
.submitBtn {
    background-color: #FF6100;
    color: #fff;
    border-radius: 10px;
    padding: 20px 0;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px;
}
.form_alt {
    padding-top: 30px;
}
.form_alt p {
    text-align: center;
    font-size: 16px;
    color: #686873;
    text-decoration: underline;
}
.form_alt p a {
    color: #212121;
    font-weight: 600;
}

.signUp_otp {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.signUp_otp input {
    max-width: 55px;
    min-height: 55px;
    border: 1px solid#5C5C5C;
    border-radius: 10px;
    font-size: 16px;
    color: #5C5C5C;
    text-align: center;
    outline: none;
}


.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.otp-input {
  -moz-appearance: textfield;
}

.resendOtp a {
    font-size: 16px;
    color: #5C5C5C;
    text-transform: capitalize;
    text-decoration: none;
}

.upload-box {
    border: 1px dashed #5C5C5C;
    border-radius: 15px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #5C5C5C;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}
.upload-box span {
    color: #5C5C5C;
    font-size: 16px;
    width: 50%;
    text-align: center;
    padding-top: 18px;
}

/*.members_scrol {
    overflow: auto;
}*/

.members_scrol .submitBtn { max-width:400px; }

.player_limit p {
    font-size: 14px;
    color: #FF6100;
    font-weight: 300;
}

.playerAdd_limit span {
    color: #5C5C5C;
    font-size: 16px;
      font-weight: 400;
}
.playerAdd_limit span svg {
    color: #FF6100;
    margin-right: 10px;
}

/*.player_removeRow .row:last-child {
    align-items: center;
}
.player_removeRow .row:last-child .col-md-6:nth-child(2) {
    width: 40%;
}*/

/*.player_removeRow {padding: 50px 60px 50px 60px; position: relative;}*/
.player-remove {
    max-width: 50px;
    top: -5px;
    position: absolute;
    right: 15px;
}
.player-remove .playersRemove-btn i.bi {
    color: #FF6100;
    margin-left: 10px;
    font-size: 24px;
}




/*member detail*/

.detail-sec {
    border: 1px solid #f97316;
    border-radius: 10px;
    margin-bottom: 30px;
}
.detailHed-row {
    padding: 15px 25px;
    border-bottom: 1px solid #f97316;
    position: relative;
    margin-bottom: 25px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #fff7ed;
}
.detailHed-row h2 {
    font-weight: bold;
    color: #5C5C5C;
    font-size: 18px;
    user-select: none;
}
.members-edit-icon {
    position: absolute;
    right: 1.5rem;
    top: 0.85rem;
    font-size: 18px;
    color: #FF6100;
    user-select: none;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    border-bottom: 2px solid#FF6100;
    padding-bottom: 2px;
}
.memberCard-sec {
    padding: 0px 25px 20px 25px;
}
.member-card {
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 0.05);
    user-select: none;
}
.member-card h3 {
    font-size: 16px;
    color: #848484;
    margin-bottom: 10px;
    font-weight: 500;
}
.member-card h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.token_container {max-width: 790px;}

/*.token_frontend {
    background-image: url(https://kabaddi.kreedabharati.org/public/frontend/images/Team-PassToken-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 540px;
}*/

.token_frontendBorder {background-color: #FFFFFF; padding: 20px;}

.token_frontend {
    /* background-image: url(https://kabaddi.kreedabharati.org/public/frontend/images/team-pass-token-bg.jpg); */
    /* background-image: url('{{ asset("frontend/images/team-pass-token-bg.jpg") }}'); */
    background-image: url('../images/team-pass-token-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    border: 1px solid #FFFFFF;
    padding: 20px 25px;
}
.token_frontend .header-wrapper {
    padding-bottom: 45px;
}
/*.token_frontend .header-wrapper img {
    max-width: 60px;
}*/
/*.token-subtextHed {
    padding-bottom: 24px;
    text-align: center;
}*/
.token-subtextHed {
    padding-bottom: 24px;
    text-align: center;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.token-subtextHed h2 {
    margin-top: 20px;
    letter-spacing: 3px;
    font-weight: 900;
}
.token-subtextHed h2,
.token-subtextHed h4 {
    font-size: 30px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}
.token-subtextHed .tokenNew {
    color: #ffffff;
    font-size: 24px;
    background-color: #ff6100;
    padding: 15px 40px;
    border-radius: 10px;
}
.token-banner {
    /* background-image: url(https://kabaddi.kreedabharati.org/public/frontend/images/token-border-new.png); */
    /* background-image: url('{{ asset("frontend/images/token-border-new.png") }}'); */
    background-image: url('../images/token-border-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 6px 40px;
    text-align: center;
    margin: 14px auto;
    margin-bottom: 50px;
}
/* .token-banner h3 {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
} */
.token-banner h3 {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    word-break: break-all;
}
.tokenBtn-save {    display: inline-block;
    background-color: #ff6100;
    margin-left: 10px;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #ff6100;}
.tokenBtn-save:hover{color: #fff;}
.tokenMember-card {
    text-align: center;
}
.tokenMember-card img {
    border-radius: 10px;
    padding-bottom: 12px;
}
.tokenMember-card h3 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    width: 80%;
    margin: auto;
    padding-bottom: 5px;
}
.tokenMember-card p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    width: 60%;
    margin: auto;
}

.forgot_pass {
    text-align: right;
}

.forgot_pass a {
    color: #686873;
    font-size: 16px;
    font-weight: 400;
}

.table_container {
     max-width: 1200px;
    margin-top: 120px !important; 
    margin: auto;
    padding: 15px;
    width: 100%;
}
/*29*/

.coach-detail {
    border: 1px solid#FFC5A2;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px #eeeeeb;
}
.coach-detail h5 {
    color: #000000;
    font-size: 14px;
}
.coach-detail h3 {
    color: #FF6100;
    font-size: 16px;
}
.coach-detail p {
    margin: 0;
    font-size: 16px;
    color: #575757;
}








/**/
.frontend_table {
    background-color: #fff;
    padding: 65px 90px 60px 90px;
    border-radius: 30px;
}

.table-responsive.table-teams {
    border: 1px solid#FFC5A2;
    border-radius: 10px;
    border-bottom: 0;
}

.teams_row {
    background-color: #fff3eb;
    border-bottom: 1px solid#FFC5A2;
}
.teams_row tr th {
    border: unset;
    font-size: 18px;
    color: #5C5C5C;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.teamsrow_two tr {
    border-bottom: 1px solid#ffc5a2;
    --bs-table-striped-bg: rgb(255 255 255);
}
.teamsrow_two tr td {
    color: #000000;
    font-size: 18px;
    padding: 18px;
    text-align: center;
}
.teamsrow_two tr td a,
.teamsrow_two tr td.action-icons i.bi {
    color: #FF6100;
    font-size: 20px;
    text-decoration: none;
}
.teamsrow_two tr td.action-icons i.bi {
    padding: 0 4px;
}
.pagination_list {
    padding-top: 60px;
}
.pagination_list ul li a {
    color: #FF8300;
    font-size: 14px;
    border: 1px solid #FF8300;
    margin: 0 10px;
    border-radius: 8px !important;
    padding: 10px 15px;
}
.pagination_list ul li a:hover {
    background-color: #FF8300;
    color: #fff;
}
.pagination_list ul li.pagination-active a { 
   background-color: #FF8300;
    color: #fff;
}



















