.tn-main-wpr{
    width: 100%;
    float: left;
    min-height: calc(100vh - 100px);
}
.tn-main-wpr .tn-head{
    width: 100%;
    float: left;
    margin-bottom: 5px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tn-main-wpr .icon-fide{
    width: 60px;
    height: 39px;
    float: left;
    display: flex;
    justify-content: center;
    background-color: #1066bc;
    border-radius: 50%;
    padding: 2px 3px;
    align-items: center;
    background: linear-gradient(166deg, #7730c2 0%, #1a08f7 100%);
    margin-right: 10px;
}
.tn-main-wpr h2{
    color: #ffffff;
    width: 100%;
    float: left;
    font-size: 24px;
    text-align: left;
    text-shadow: 1px 1px 0px #000000;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
}
.tn-main-wpr .tn-body{
  width: 100%;
  float: left;
}
.tn-main-wpr .tn-body .img_blk img{
    border-radius: 5px;
    /*overflow: hidden;*/
}

.tn-main-wpr .tn-body .tn-image-blk{
    padding: 0 15px;
}
.tournament-images-slider .owl-dots{
    position: absolute;
    top: 0;
    left: -30px;
    float: left;
    width: 25px;
}
.tournament-images-slider .owl-dots .owl-dot {
    display: block;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tournament-images-slider .owl-dots .owl-dot span {
    /*border-radius: 0;*/
}

.tn-main-wpr .tn-register-blk{
      width: 100%;
      float: left;
      /* background-color: #061042; */
      border-radius: 12px;
      min-height: 50vh;
      /* background: rgb(8,36,61); */
      /* background: linear-gradient(165deg, #072235 0%, #01011b 100%); */
      padding: 15px;
}



.form-label-gp{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.form-label-gp .title{
    width: 100%;
    max-width: 90px;
    float: left;
    color: #a8a8a8;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}
.form-label-gp .label-value{
    width: 100%;
    float: left;
    color: #ffbf00;
    font-weight: 600;
    font-size: 14px;
}

.tournament-info-slider{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    display: flex;
    overflow: auto;
}
.tournament-info-slider .prize-blk{
    width: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* background-color: #6100ff; */
    background: linear-gradient(165deg, #0e2982 0%, #062a5e 100%);
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tournament-info-slider .icon{
    width: 75px;
    float: left;
    padding: 10px;
}
.tournament-info-slider .text-blk{
    width: 100%;
    float: left;
    max-width: 140px;
}
.tournament-info-slider .label{
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    text-wrap: nowrap;
    text-align: center;
}
.tournament-info-slider .value{
    width: 100%;
    float: left;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
}


.prize-count-blk{
    float: left;
    display: flex;
    /* background-color: #6100ff; */
    background: linear-gradient(165deg, #0e297f 0%, #0d2f7e 100%);
    border-radius: 6px;
    padding: 4px 2px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.prize-count-blk .col-prize{
    width: auto;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 100px;
    margin: 0 2px;
    background: rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 2px;
}
.prize-count-blk .icon{
    width: 100%;
    float: left;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prize-count-blk .icon img{
    width: 37px;
}
.prize-count-blk .label{
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: rgb(0 0 0 / 21%);
    border-radius: 15px;
}

.count_down_blk{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.count_down_blk::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: rgb(255 193 7 / 60%);
}
.register_btn_wpr .btn_register_1{
    font-weight: 600;
    font-size: 16px;
}


 .popup_tou_reg_main{
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;

     animation: animate_popup linear .2s;
    animation-iteration-count: 1
}


@keyframes animate_popup {
    0% {
        transform: translateY(-10px);
        opacity: 0
    }

    90% {
        transform: translateY(5px);
        opacity: 1
    }

    to {
        transform: translate(0)
    }
}


 .popup_tou_reg_main.active{
    display: flex;
 }


.popup_tou_reg_main .overlay{
    width: 100%;
    float: left;
    background: rgb(0 0 0 / 73%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    z-index: 999;
    height: 100vh;
}
.popup_tou_reg_main .popup_in_wpr{
    width: auto;
    margin: 15px;
    max-width: 800px;
    float: left;
    max-height: calc(100vh - 40px);
    background: #05142a;
    z-index: 9999;
    background: rgb(8 35 79);
    background: linear-gradient(90deg, rgb(16 40 57) 0%, rgb(3 19 51) 100%);
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 20px 4px rgb(0 0 0 / 55%);
    position: relative;
}
.popup_tou_reg_main .popup_in_wpr .close_popup{
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
    cursor: pointer;
}
.popup_tou_reg_main .pop_main_blk{
    width: auto;
    float: left;
}
.popup_tou_reg_main .popblk_setp{
    width: auto;
    float: left;
    padding: 15px;
    color: #fff;
    position: relative;
    overflow: auto;
    height: 100%;
    display: none;
    animation: animate_popup linear .2s;
    animation-iteration-count: 1;
    min-height: 100px;
    max-height: 80vh;
    margin-bottom: 15px;
}

.popup_tou_reg_main .popblk_setp.active{
    display: block;
}


.popup_tou_reg_main .popblk_setp h2{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #ffc20e;
}

.pform_wpr{
    width: 100%;
    float: left;
    display: flex;
}
.pform_wpr .col_label_check{
    width: 100%;
    float: left;
    max-width: 200px;
    max-height: calc(100vh - 110px);
    overflow: auto;
}

.profile_label_ul{
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}
.profile_label_ul li{
     width: 100%;
     float: left;
     /* background-color: #091c36; */
     margin-bottom: 3px;
     padding: 2px 10px;
     font-size: 14px;
     font-weight: 400;
     position: relative;
     padding-left: 20px;
     cursor: pointer;
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgb(255 255 255 / 11%); /* or add it to the track */
}

/* Add a thumb */
.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgb(255 255 255 / 51%);
}

.profile_label_ul li::before{
    content: "\f00d";
    position: absolute;
    left: 0;
    /* top: 6px; */
    color: #f00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
}
.profile_label_ul li.checked::before{
    content: "\f00c";
    position: absolute;
    left: 0;
    /* top: 6px; */
    color: #00af28;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
}

.pform_wpr .col_form{
    width: 100%;
    float: left;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 6%);
    border-radius: 7px;
}


.form_group_blk{
    width: 100%;
    float: left;
    /* max-width: 360px; */
    display: none;
         animation: animate_popup linear .2s;
    animation-iteration-count: 1
}
.form_group_blk.active{
    display: block;
}


.form_group_blk label{
    width: 100%;
    float: left;
    color: var(--yellow);
}
.form_group_blk .txt_input{
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.form_group_blk .txt_input.error{
    border: solid 2px #f00;
}
.form_group_blk .btn_wpr{
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.form_group_blk .btn-form-submit{
    width: 100%;
    float: left;
    width: auto;
    padding: 10px 35px;
    background-color: #f5ba0d;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
}



.tcatesel_wpr{
    width: 100%;
    float: left;
}
.tcatesel_wpr .catecol{
        width: 100%;
        float: left;
        /* max-width: 510px; */
        max-height: 70vh;
        overflow: auto;
        /* padding-right: 15px; */
        overflow-x: hidden;
}
.tcatesel_wpr .col_cate_blk{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: rgb(42 39 76 / 59%);
    /* margin-bottom: 5px; */
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.tcatesel_wpr .title{

width: 100%;

float: left;

font-size: 14px;

font-weight: 500;
}
.tcatesel_wpr .selblk{
    width: 35px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}


.tcatesel_wpr .selblk span{

width: 25px;

float: left;

height: 25px;

display: flex;

justify-content: center;

align-items: center;

background-color: rgb(18 95 255 / 13%);

border-radius: 50%;

color: transparent;

font-size: 14px;

border: solid 1px #0a9ead;
}
.tcatesel_wpr .col_cate_blk.selected .selblk span{
    color: #fff;
    background-color: #125fff;
}

.tcatesel_wpr .fee{
    width: auto;
    float: left;
    display: flex;
    text-wrap: nowrap;
}
.tcatesel_wpr .amount{
    width: 100%;
    float: left;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
}
.tcatesel_wpr .save{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #00e434;
    font-weight: 500;
}


.btn_category_wpr{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.btn_category_wpr .btn-form-submit{
    width: auto;
    min-width: 220px;
    float: left;
    padding: 10px 15px;
    background-color: #edb409;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    opacity: 0.5;
    display: flex;
    justify-content: space-around;
}
.btn_category_wpr .btn_back{
    width: auto;
    min-width: 85px;
    float: left;
    padding: 10px 15px;
    background-color: #062a50;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
}



.btn_category_wpr .btn-form-submit.active{
    opacity: 1;
    pointer-events: all;
}


.accommodation_package_wpr{
    width: 100%;
    float: left;
    overflow: auto;
    max-height: 70vh;
}
.accommodation_package_wpr .row_package_main{
    width: 100%;
    float: left;
    background-color: rgb(0 0 0 / 15%);
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.accommodation_package_wpr .row_package{
    width: 100%;
    float: left;
    /* padding: 15px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgb(0 0 0 / 15%); */
    border-radius: 5px;
    margin: 5px 0px;
}
.accommodation_package_wpr .col_title{
    width: 100%;
    float: left;
}
.accommodation_package_wpr .ptitle{
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 16px;
}
.accommodation_package_wpr .desc{
    width: 100%;
    float: left;
    font-size: 12px;
}
.accommodation_package_wpr .col_action{
    width: auto;
    float: left;
}.accommodation_package_wpr .col_amount{
        width: auto;
    float: left;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #ffc20e;
}
.accommodation_package_wpr .qty_control_wpr{
    width: auto;
    float: left;
}
.accommodation_package_wpr .qty_control_wpr .qty_control{
    width: auto;
    float: left;
    margin: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accommodation_package_wpr .qty_control_wpr .icon{
    min-width: 35px;
    float: left;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #051f4e;
    border-radius: 50%;
    cursor: pointer;
}
.accommodation_package_wpr .qty_control_wpr input{
    width: 80px;
    float: left;
    max-width: 80px;
    margin: 0 5px;
    text-align: center;
    padding: 5px;
    height: 35px;
}


.package_user_wpr{
       width: auto;
       float: left;
       margin: 2px;
       padding: 5px;
       border: solid 1px rgb(255 191 0 / 17%);
       background-color: rgb(0 0 0 / 16%);
       border-radius: 5px;
}
.package_user_wpr .package_q_title{
     width: auto;
     float: left;
     font-size: 14px;
     font-weight: 600;
     padding: 0 5px;
     display: block;
     background-color: #1477cd;
     border-radius: 50%;
     min-width: 22px;
     text-align: center;
}
.package_user_wpr .row_users{
    width: auto;
    float: left;
}
.package_user_wpr .col_name{
    width: auto;
    float: left;
    padding: 5px;
    /* background-color: rgb(0 0 0 / 15%); */
    margin: 2px;
}
.package_user_wpr label{
    width: 100%;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    color: #ffbc00;
}
.package_user_wpr input{
    width: 100%;
    float: left;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}
.package_user_wpr input.error{
    border: solid 1px #f00;
   animation: animate_input linear .2s;
    animation-iteration-count: 1
}


@keyframes animate_input {
    0% {
        transform: translateY(0px);
            background-color: #fff;
    }

    30% {
        transform: translateY(-5px);
            background-color: #ffd4d8;
    }
    60% {
        transform: translateY(5px);
            background-color: #fff;
    }
    100% {
        transform: translate(0)
    }
}




@media only screen and (max-width: 620px){



    .accommodation_package_wpr .row_package{
        flex-wrap: wrap;
    justify-content: space-between;
    }


.tn-main-wpr h2{
    font-size: 18px ;
}
.tn-main-wpr .icon-fide {
    width: 55px ;
    height: 29px ;
}
.tn-main-wpr .tn-register-blk{
        padding: 0px ;
        padding-top: 15px ;
}
.tournament-info-slider{
    display: block ;
}
.tournament-info-slider .prize-blk {
    width: 100% ;
    margin: 2px 0;
}
.prize-count-blk{
    width: 100%;
    margin: 2px 0;
}
.prize-count-blk .col-prize{
    width: 100% ;
}

.accommodation_package_wpr .ptitle{
    font-size: 14px;
}    
.accommodation_package_wpr .qty_control_wpr input{
    max-width: 50px;
    width: 50px;
}
.tournament_success_register {
    font-size: 12px;
}
.btn_view_all_tournament {
    font-size: 12px;
}


}