/*Navbar*/
ul#ui-id-1 {
  z-index: 9999;
  padding: 10px 0 0;
  border-radius: 10px;
  width: 100% !important;
  left: 0 !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 0;
  border: 0;
  border-radius: 0;
}
ul#ui-id-1 li.ui-menu-item {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
}
  ul#ui-id-1 li.ui-menu-item a.ui-menu-item-wrapper {
    background: transparent;
    background-color: transparent;
  }
  ul#ui-id-1 li.ui-menu-item:hover,
  ul#ui-id-1 li.ui-menu-item:active,
  ul#ui-id-1 li.ui-menu-item.active {
    background-color: rgba(237,119,47,0.1);
    background: rgba(237,119,47,0.1);
    color: #333;
    border: 0px;
  }
  ul#ui-id-1 li.ui-menu-item a.ui-menu-item-wrapper,
  ul#ui-id-1 li.ui-menu-item a.ui-menu-item-wrapper.ui-state-active,
  ul#ui-id-1 li.ui-menu-item a.ui-menu-item-wrapper:hover {
    background: transparent;
    background-color: transparent;
    border: 0px;
    color: #333;
    transition:all 0s ease-in-out;

  }
.ui-state-active {
  border: 0px solid #003eff;
  background: transparent;
  font-weight: normal;
  color: #333;
}
.navbar{
    padding-left: 40px;
    padding-right: 40px;
}
.navbar .user-dd {
    margin-left: 70px;
    margin-right: 40px;
}
.navbar .user-dd .dropdown-toggle{
    font-family: "Nunito Sans", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
}
.navbar .user-dd .dropdown-toggle::after {
    font-size: 24px;
    right: -34px;
}
.navbar .user-dd .dropdown-toggle:hover{
    color: #ED772F;
}
.navbar .user-dd .dropdown-toggle:hover,
.navbar .user-dd .dropdown-toggle:focus{
    text-decoration: none;
}
.navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.dashboard-header ul.navbar-nav {
    margin-right: 0;
}
.navbar .navbar-nav .nav-item {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}
.navbar .navbar-nav .nav-link{
    font-family: "Nunito Sans", serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}
.header-menu-text ul.navbar-nav a.nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: unset;
}
.navbar .navbar-nav .nav-link:hover{
    text-decoration: none;
    color: #ED772F;
}
.navbar.orange-bg .user-dd .dropdown-toggle:hover,
.navbar.orange-bg .navbar-nav .nav-link:hover {
    color: #01183d;
}

.navbar .search-form{
    margin-right: 0px;
}
.navbar .search-form .input-group-text {
    background-color: transparent;
    border-color: #fff;
    border: 0;
}
.navbar .search-form .input-group-text i {
	color: #fff;
	font-size: 24px;
}
.navbar .search-form .form-control {
    border-color: #fff;
    background-color: transparent;
    color: #000;
    border-radius: 4px;
    padding: 0px 12px;
    height: 44px;
    font-family: "Nunito Sans", serif;
    font-weight: 300;
    font-size: 24px;
    width: 265px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
a.input-group-prepend {
    text-decoration: unset;
}
.navbar .search-form .input-group{
    margin-right: 20px;
}
header .navbar form.search-form {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 9999;
    transform: translate(0px, -120%);
    transition: all .15s ease-in-out;
    overflow: hidden;
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .navbar.active-header-search form.search-form {
    transform: translate(0px, 0%);
    opacity: 1;
}
header .navbar form.search-form .input-group-text i {
    color: #01183d;
}
header .navbar form.search-form .input-group {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    transform: translate(0px, 60%);
    opacity: 0;
    transition: all .2s ease-in-out;
    transition-delay: .1s;
}
header .navbar.active-header-search form.search-form .input-group {
    transform: translate(0px, 0%);
    opacity: 1;
}
.navbar .search-form .form-control::placeholder {
    color: #000;
    opacity: .7;
}
.navbar.primary-bg .btn-primary:hover,
.navbar.primary-bg .search-form:focus{
color: #fff;
opacity: 1;
}
.navbar.orange-bg .btn-primary:hover,
.navbar.orange-bg .search-form:focus{
color: #fff;
opacity: 1;
}
/*header nav.navbar .navbar-brand img {
    min-height: 46px;
}
*/
/*Navbar*/

/*Dropdown*/
.dropdown-toggle::after {
	font-family: 'icomoon' !important;
	content: "\e902";
	border: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -25px;
}
.dropdown-menu{
    background-color: #FFFFFF;
box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.07);
    border: 0;
    border-radius: 4px;
    padding: 0;
}
.navbar .dropdown-menu{
position: absolute !important;
float: left !important;
}
.dropdown-menu .dropdown-item{
    padding: 8px 12px;
     font-family: "Nunito Sans", serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active{
    background-color: rgba(35, 106, 214, 0.1);
    color: #333;
}
.dropdown-menu .dropdown-item:hover {
    background-color: rgba(35, 106, 214, 0.4);
}
.dropdown-menu .dropdown-item:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.dropdown-menu .dropdown-item:last-child{
    border-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*Dropdown*/



/*Footer*/


.footer{
        padding: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .footer-logo{
    margin-bottom: 40px;
}
.footer h5{
 margin-bottom: 20px;   
}
.footer .social-icons a{
    transition: 0.3s;
    margin-right: 5px;
    color: #333;
}
.footer .social-icons a:last-child{
    margin-right: 0;
}
.footer .bottom-footer{
    border-top: 1px solid rgba(51,51,51,0.3);
    padding-top: 38px;
    margin-top: 38px;
}
.footer .bottom-footer .copyright-text{
    font-size: 12px;
}

.footer .social-icons a:hover{
     color: #ED772F;
    text-decoration: none;
}
.footer .social-icons a > i {
	font-size: 25px;
	line-height: normal;
}
.footer .footer-links{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer .footer-links li{
    margin-bottom: 12px;
}
.footer .footer-links li:last-child{
    margin-bottom:0;
}
.footer .footer-links li a{
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.footer .footer-links li a:hover{
     color: #ED772F;
    text-decoration: none;
}
.footer .footer-text{
    margin-bottom: 20px;
}
.footer .subscribe-form .form-control{
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    width: 60%;
    height: 44px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #333;
padding-left: 15px;
    color: #333;
}
.footer .subscribe-form .form-control::placeholder{
    color: #333;
    font-weight: 400;
}
.form-control:-moz-focusring {
	text-shadow: none;
}
.footer .subscribe-form .btn{
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    width: 40%;
     border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*Footer*/



/*CTA Section*/

.cta-section{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}


.hero-section{
    background-color: rgba(51,51,51,0.08);
}
.hero-section .hero-slider{
    max-width: 550px;
    margin: 0 auto;
}
.hero-section .hero-slider .carousel-cell{
    margin: 0;
    padding: 0;
}
.hero-section .hero-slider .carousel-cell > img{
     max-width: 100%;
    width: 100%;
    height: 550px;
    max-height: 550px;
    object-fit: cover;
    object-position: top center;
    border-radius: 4px;
}
.hero-section .hero-slider .flickity-button{
    display: none;
}
.hero-section .slider-section.shape-section::before{
    left: -30px;
}
.hero-section .slider-section.shape-section::after{
    right: -30px;
}
.hero-section .hero-caption h1{
    margin-bottom: 16px;
}
.hero-section .hero-caption p{
    margin-bottom: 40px;
}
.testimonial-slider.shape-section::after {
    left: 50%;
    right: inherit;
    transform: translate(-71%, 0px);
    bottom: -5px;
}

.features-section{
    padding-top: 90px;
}
.features-section .card-deck{
     margin-left: -8px;
    margin-right: -8px;
}
.features-section .card-deck > .card{
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.3s ease-out;
}
.features-section .card-deck > .card:hover {
    transform: translate(0px , -10px);
}
.downloadapp-section h2{
    margin-bottom: 20px;
}
.downloadapp-section p{
    margin-bottom: 36px;
}
.downloadapp-section .download-btn a:first-child{margin-right: 40px;}

.download-btn a:hover{
   /*transform: translate(0px , -10px); */
}

.testimonial-slider .right-content-col .swiper-slide{
    opacity: 0 !important;
}
.testimonial-slider .right-content-col .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}
.testimonial-slider .swiper-slide .user-img > img{
   max-width: 100%;
    width: 100%;
    height: 550px;
    max-height: 550px;
    object-fit: cover;
    object-position: top center;
    border-radius: 4px;
}
.testimonial-slider .slider-content{
    padding-left: 90px;
    padding-right: 70px;
}
.testimonial-slider .slider-content .testimonial-content{
    position: relative;
}
.testimonial-slider .slider-content .testimonial-content::before{
    content: url("../images/icons/quote-arrow-left.svg");
    position: absolute;
   left: -30px;
top: -10px;
}
.testimonial-slider .slider-content .testimonial-content::after{
    content: url("../images/icons/quote-arrow-right.svg");
    position: absolute;
    right: -30px;
bottom: 10px;
}
.testimonial-slider .slider-content h2{
    margin-bottom: 20px;
}
.testimonial-slider .slider-content p{
    margin-bottom: 10px;
}
.testimonial-slider .swiper-pagination {
	bottom: 20px;
	left: 22%;
}


/*signup*/
    /*professional-signup*/
.authentication-step {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.authentication-step-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    transition: all .3s ease-in-out;
    transform: translate(0px, 0px);
}
.authentication-step-wrapper.goToStep2 {
    transform: translate(-100%, 0px);
}
.authentication-step-wrapper.goToStep3 {
    transform: translate(-200%, 0px);
}
.authentication-step-wrapper.goToStep4 {
    transform: translate(-300%, 0px);
}
.authentication-form.sign-up-plans {
    max-width: 550px;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.authentication-step-wrapper .step-slide {
    height: 100%;
    min-width: 100%;    
    overflow-y: auto;
    padding-right: 15px;
}
.professional-plans.plans {
    margin-top: auto;
    margin-bottom: auto;
}
.payment-details-alert {
    padding: 8px 12px;
    border: 1px solid #ed772f;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.payment-details-alert p {
    margin: 0;
    line-height: 24px;
}
.payment-details-alert .icon-info {
    min-width: 24px;
    margin-right: 12px;
}
.card-details .custom-control.custom-radio {
    margin-bottom: 22px;
}
.form-group.card-number-icon .form-control {
    padding-right: 50px;
}
.form-group.card-number-icon img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-10px, -25px);
}
    /*professional-signup*/
/*signup*/

/*professional-my-account start*/
.profile-box {
    padding: 30px;
    margin-bottom: 20px;
}
.my-profile-details .professional-directory-card {
    margin-top: 0;
    max-width: 200px;
    padding: 0;
    display: inline-block;
    min-width: 180px;
}
.popup-detail-info .my-profile-details .professional-directory-card {
  margin-top: 0;
  max-width: 100%;
  padding: 0;
  display: inline-block;
  min-width: 100%;
}
.my-profile-details .professional-directory-card .directory-card-header img {
    transform: translate(0px, 0px);
    width: 120px;
    height: 120px;
}
.my-profile-details .professional-directory-card .directory-card-header {
    margin: auto;
}
.my-profile-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.my-profile-details .braker-horizontal {
    height: 250px;
    background: #979797;
    opacity: .20;
    margin: 0 50px;
}
.my-profile-details h6.fw-bold {
    word-break: break-all;
    margin-bottom:20px;
}
.skills-performance-box .braker-horizontal {
    height: 100%;
    background: #979797;
    opacity: .20;
    margin: auto;
}

/*professional-my-account*/



/*my-projects-details*/
.project-details h6.label-title {
    font-family: "Nunito Sans", serif;
    color: rgb(51, 51, 51);
    margin-bottom: 2px;
}
.project-details h6.label-ans {
    font-weight: 600;
}
.project-details {
    padding-left: 30px;
    margin-bottom: 20px;
}
.project-details p.project-details-content {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 0;
}


/*my-projects-details*/

.sold-player-team-slider .swiper-slide {
    padding: 0 15px;
    margin-bottom: 0px;
}
.sold-player-team-slider span.swiper-pagination-bullet {
    background: rgb(229, 229, 229);
    height: 10px;
    width: 10px;
    opacity: 1;
}
.sold-player-team-slider .swiper-pagination {
    bottom: 0 !important;
}
.sold-player-team-slider {
    padding-bottom: 48px !important;
}
.sold-player-team-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(165, 165, 165);
}

/*professionals-directory */

/*professional-profile*/
.bildsy-modal.professional-profile .modal-header {
    padding-left: 30px;
}
.bildsy-modal.professional-profile .my-profile-details {
    text-align: center;
    padding: 40px 0 60px;
}
.professional-profile .sidebar-sticky {
    height: auto;
}
.professional-profile .tab-content {
    padding: 30px;
}
.professional-profile .tab-content div#DirectoryInfo .row {
    padding: 30px 0;
}
span.title-lable-skills {
    min-width: 130px;
    display: inline-block;
}
.ratings.ratings-display .reviews-count {
    margin-top: -10px;
    padding-left: 40px;
}
.reviews-card .profile-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.reviews-card .profile-div .avtar-sm {
    margin-right: 10px;
}
.bildsy-modal.professional-profile .my-profile-details i{
    font-size: 13px;
}
.professional-profile .tab-content .static-rating-star i {
    margin: 0 2px;
    font-size: 11px;
}
.professional-profile .tab-content .static-rating-star i:last-child {
    margin-right: 0px;
}
.professional-profile .tab-content .static-rating-star i:first-child {
    margin-left: 0px;
}
.reviews-card {
    margin-top: 25px;
    width: 100%;
}
.reviews-card p {
    margin: 10px 0 0;
}
/*professional-profile*/

/*Activity Timeline*/


.activity-timeline .activity-timeline-list{
margin-top: 16px;
margin-bottom: 50px;
}
.activity-timeline .activity-timeline-list li{
padding-left: 45px;
margin-bottom: 20px;
position: relative;
}
.activity-timeline .activity-timeline-list li::before{
content: "";
position: absolute;
left: 0;
top: 5px;
background-color: #333333;
height: 15px;
width: 15px;
border-radius: 50%;
z-index: 2;
}
.activity-timeline .activity-timeline-list li::after{
content: "";
position: absolute;
left: 6px;
top: 5px;
background-color: rgba(130,130,130,0.1);
height: calc(100% + 20px);
width: 3px;
border-radius: 50%;
z-index: 1;
}
.activity-timeline .activity-timeline-list li:last-child::after{
display: none;
}
.activity-timeline .activity-timeline-list li.list-item-orange::before{
background-color: #ED772F;
}
.activity-timeline .activity-timeline-list li.list-item-orange::after{
background-color: rgba(237,119,47,0.1);
}
.activity-timeline .activity-timeline-list li.list-item-orange-grey::before{
background-color: #ED772F;
}
.activity-timeline .activity-timeline-list li.list-item-orange-grey::after{
background-color: rgba(130,130,130,0.1);
}
.activity-timeline .activity-timeline-list li:last-child{
margin-bottom: 20px;
}
.activity-timeline .activity-timeline-list li .activity-desc-box{
padding: 20px 18px;
margin-bottom: 20px;
}
.activity-timeline .activity-timeline-list li .activity-desc-box:last-child{
margin-bottom: 0;
}
.activity-timeline .activity-title{
margin-bottom: 20px;
margin-left: -10px;
}
.activity-timeline .activity-title span{
margin-right: 10px;
}

.activity-timeline .activity-desc-box .activity-desc{
margin-bottom: 8px;
}
.activity-timeline .activity-desc-box .small-text{
color: #828282;
}

/*Activity Timeline*/
/*Dispute*/

.dispute-area .left-col-header{
padding: 20px;
}
.dispute-area.chat-area .inbox-box ul{
border-radius: 0;
}
.dispute-area.chat-area .inbox-box .inbox-nav-item .inbox-nav-link{
border-radius: 0;
}
.dispute-area.chat-area .dispute-detail-area{
margin-top: 0;
padding-left: 30px;
padding-right: 30px;
}
.dispute-area.chat-area .dispute-detail-area .dispute-info{
border-bottom: 1px solid rgb(130, 130, 130);
margin-bottom: 20px;
}
.dispute-area.chat-area .dispute-detail-area .dispute-info .project-details {
padding-left: 0;
}
.dispute-area.chat-area .dispute-detail-area .dispute-desc .dispute-desc-block{
margin-bottom: 20px;
}
.dispute-area.chat-area .dispute-detail-area .dispute-desc .dispute-desc-block:last-child{
margin-bottom: 0;
}
.dispute-area.chat-area .dispute-detail-area .dispute-desc > h6{
margin-bottom: 12px;
}
.dispute-area.chat-area .dispute-detail-area .dispute-desc .dispute-desc-block h6{
margin-bottom: 8px;
}
.dispute-area.chat-area .dispute-detail-area .dispute-desc .dispute-desc-block.attachment h6{
margin-bottom: 14px;
}

/*Dispute*/

/*projects-details order*/
.order-box {
    position: relative;
    width: 100%;
}
.order-box a {
    text-decoration: none;
}
.ordering-product{
    padding: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(51, 51, 51);
}
.ordering-product-details{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.order-detail-box {
    background: rgba(51, 51, 51, 0.08);
    border-radius: 0px 0px 4px 4px;
    padding: 12px 30px;
    margin-top: 16px;
    margin-bottom: 6px;
}
.ordering-product-details .product-thumb {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgba(130, 130, 130, 0.06);
    padding: 6px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    min-width: 80px;
}
.ordering-product-details .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ordering-product-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.ordering-product-details .product-details-ratings {
    padding-left: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ordering-product-price {
    padding: 12px;
    min-width: 50px;
}
.order-box a.cancel-order {
    position: absolute;
    right: 18px;
    top: 18px;
}
.order-box a.cancel-order {
    position: absolute;
    right: 18px;
    top: 18px;
    color: #000;
    font-size: 24px;
    padding: 0 12px;
    background: #fff;
}
.order-box a.cancel-order:hover {
    color: #ed7730;
}

/*projects-details order*/










.datepicker.datepicker-dropdown::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    background: #000;
    z-index: -1;
    background-color: #C8E5F7;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #cecece;
  cursor: not-allowed;
  opacity: 0.65;
}
.tournament-logo img{
    max-height: 80px;
}
.field-validation-error{
    display: block;
    text-align: left;
    font-size: 14px;
    color: #e4434b;
    margin-top: 5px;
}
.dataTables_empty{
    text-align: center;
}
.common-step-height {
  height: calc(100vh - 430px);
}
.blog-list-body a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px !important;
    color: #828282;
}
.blog-list-body a svg {
    margin-right: 6px;
}
.blog-list-body a svg path {
    fill: #828282;
}
.blog-list-body a:hover,
.blog-list-body a:hover svg path{
    color: #236AD6;
    fill: #236AD6;
}
.action-btns{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.action-btns a {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
}
.action-btns a i{
    font-size: 18px;
}
.action-btns .table-content .dropdown-menu.bottom-right{
    transform: translate(0%, 20px) !important;
}
.blog-list-header p {
    display: flex;
    align-items: center;
}
.blog-list-header p a {
    display: flex;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none !important;
}
.blog-list-header p a.more-items span{
    width: 32px;
    height: 32px;
    background: #236AD6;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.project-details img {
    max-height: 100px;
}
#Existing-organizer-data thead tr th{
    min-width: 50px;
}
#Existing-organizer-data tr td{
    white-space: nowrap;
}
#Existing-organizer-data tr td a{
    color: #212529;
}
#Existing-organizer-data tr td a:hover{
    color: #236AD6;
}
.custom-radio .custom-control-label{
    cursor: pointer;
}
.add-successfully {
    text-align: center;
    height: calc(100vh - 220px);
}
.add-successfully img{
    margin-bottom: 30px;
}
.add-successfully h6{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px !important;
}
.add-successfully p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0 !important;
}
.select-existing-team-btn{
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0;
}
.heighwith-btn{
    height: calc(100vh - 134px) !important;
}

.team-card-main_wrapper {
    position: relative;
}
.team-card-main_wrapper input,
.player-detail-form .form-check input[type="checkbox"]{
    background-color: #f3f5f8 !important;
    border-radius: 12px;
    border: 1px solid rgba(25, 62, 115, .1);
    padding: 24px 30px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #3a4547;
    opacity: 0;
    width: 0;
    margin: 0;
    display: inline !important;
    position: absolute;
}
.team-card-main_wrapper label,
.player-detail-form .form-check label,
.form-check .custom-control.custom-radio label{
    border: 1px solid rgba(25, 62, 115, .1);
    border-radius: 8px;
    display: block;
    background: #f3f5f8;
    cursor: pointer;
}
.team-card-main_wrapper input:checked ~ label ,
.player-detail-form .form-check input[type="radio"]:checked ~ label ,
.player-detail-form .form-check input[type="checkbox"]:checked ~ label {
    border: 1px solid #236AD6;
    background: #fff;
}
.team-card_inner {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 9;
  position: relative;
}
.team-card-logo {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  background-color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-content: center;
  justify-content: center;
}
  .team-card-logo img {
    max-height: 90px;
    object-fit: contain;
  }
.team-card-name {
    width: calc(100% - 100px);
}
.team-card-name h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.team-card-main_wrapper label.team-card_color_1{
    background-color: #2D6AB1;
}
.team-card-main_wrapper label.team-card_color_2{
    background-color: #FFCB05;
}
.team-card-main_wrapper label.team-card_color_3{
    background-color: #77C7F2;
}
.team-card-main_wrapper label.team-card_color_4{
    background-color: #b9251c;
}
.team-card-main_wrapper label.team-card_color_5{
    background-color: #F26522;
}
.team-card-main_wrapper input:checked ~ label.team-card_color_1,
.team-card-main_wrapper input:checked ~ label.team-card_color_2,
.team-card-main_wrapper input:checked ~ label.team-card_color_3,
.team-card-main_wrapper input:checked ~ label.team-card_color_4,
.team-card-main_wrapper input:checked ~ label.team-card_color_5{
    background-color: #455A64;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}

.team-card_checkbox {
    border: 2px solid #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    opacity: 1;
    transition: transform var(--transition), opacity calc(var(--transition)* 1.2) linear;
    transform: scale(var(--check-scale, 0));
}
.team-card-main_wrapper input:checked ~ label .team-card_checkbox,
.player-detail-form .form-check input[type="checkbox"]:checked ~ label .team-card_checkbox,
.form-check .custom-control.custom-radio input:checked ~ label .team-card_checkbox {
    --check-scale: 1;
    --check-opacity: 1;
}
.team-card_checkbox svg {
    width: 13px;
    height: 11px;
    display: inline-block;
    vertical-align: top;
    fill: none;
    margin: 7px 0 0 5px;
    stroke:#fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: (0, 16px);
    transition: stroke-dashoffset 0.4s ease var(--transition);
}
.team-card.team-list-card > a{
    border-radius: 8px;
    display: block;
    text-decoration: none;
}
.team-card.team-list-card .team-list-card_color_1{
    background-color: #2D6AB1;
}
.team-card.team-list-card .team-list-card_color_2{
    background-color: #FFCB05;
}
.team-card.team-list-card .team-list-card_color_3{
    background-color: #77C7F2;
}
.team-card.team-list-card .team-list-card_color_4{
    background-color: #b9251c;
}
.team-card.team-list-card .team-list-card_color_5{
    background-color: #F26522;
}
.team-card.team-list-card > a:hover{
    background-color: #455A64;
}
.add-existing-number {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    border-radius: 4px;
}
.existing-avtar {
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}
.existing-player-name {
    width: calc(100% - 50px);
    display: inline-block;
    position: relative;
    padding-right: 80px;
}
.add-existing-player {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.existing-player-name h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.add-existing-player button.btn.btn-primary ,
.add-existing-player button.btn.btn-outline-primary {
    font-size: 14px;
    padding: 8px 16px;
}
.player-type-bg {
    background-color: rgba(35, 106, 214, 0.1);
    padding: 10px;
    border-radius: 5px;
}
.player-detail-form .form-check {
    width: 100%;
    display: inline-block;
}
.player-detail-form .form-check label,
.form-check .custom-control.custom-radio label {
    padding: 20px;
    color: #000;
    text-align: center;
    background: rgba(35, 106, 214, 0.1);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.player-detail-form .form-check label .team-card_checkbox,
.form-check .custom-control.custom-radio label .team-card_checkbox{
    right: 8px;
    top: 8px;
    border-color: #236AD6;
    width: 20px;
    height: 20px;
}
.player-detail-form .form-check label .team-card_checkbox svg,
.form-check .custom-control.custom-radio label .team-card_checkbox svg{
    width: 10px;
    height: 8px;
    stroke: #236AD6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0 0 3px
}
.player-list-banner{
    width: 100%;
    position: relative;
    border-radius: 10px;
    background-color: #455A64;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.player-list-banner::before{
    content: '';
    position: absolute;
    background-image: url("../images/player_banner_shape.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.player-list-banner .team-card_inner {
    padding: 0;
    display: block;
    text-align: center;
}
.player-list-banner .team-card.team-list-card {
    padding: 20px;
    position: relative;
    z-index: 1;
    background: transparent !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.player-list-banner .team-card-logo img{
    margin: 0 0 10px;
    max-height: 200px;
}
.player-list-banner .team-card-name{
    width: 100%;
}
.player-list-banner .team-card-name h4{
    font-size: 30px;
    margin-bottom: 10px;
}
.player-list-banner .team-card-name p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.player-list-banner .team-card-name p span{
    color: #C8E5F7;
}
.season-ribbon{
    position: absolute;
    top: -6.1px;
    right: 10px;
}
.season-ribbon span{
    position: relative;
    display: block;
    text-align: center;
    background: #C8E5F7;
    color: #236AD6;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 120px;
    text-transform: uppercase;
}
.season-ribbon span::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #C8E5F7;
}
.season-ribbon span::after {
    content: "";
    position: absolute;
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #acc4d3;
}
.season-ribbon:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 10px solid #C8E5F7;
}
.players-info h6 {
    font-size: 26px;
    color: #000;
}
.player-info_box{
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
    border: 3px solid transparent;
    transition: all 0.3s;
    margin-bottom: 20px;
}
.player-info_box:hover {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-color: #236AD6;
}
.player-info_box a{
    text-decoration: none;
}
.player-img img {
    margin-bottom: 20px;
    transition: all 0.3s;
    max-height: 200px;
}
.player-name h4,
.player-full-details h4{
    font-size: 18px;
    font-weight: 600;
    color: #236AD6;
    line-height: 1.5;
    margin-bottom: 5px;
}
.player-name span{
    font-size: 14px;
    font-weight: 600;
    color: #455A64;
}
.players-staff-tab{
    max-width: 400px;
    margin: 0 auto;
    justify-content: center;
}
.player_list_box {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    color: #000;
    border: 1px solid transparent;
}
.player-team img {
  height: 55px !important;
}
.player_list_box-number {
    width: 30px;
    margin-right: 5px;
    display: inline-block;
}
.player_list_box-data {
    width: calc(100% - 110px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px;
}
.player_list_box-data img {
    height: 50px;
    margin-right: 10px;
}
.player_list_box-data h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
  text-transform: capitalize;
}
.player-team {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C8E5F7;
  border-radius: 5px;
  position: relative;
  border: 1px solid #eee;
  padding: 2px;
}
.player-role img,
.player-team img {
  height: 40px;
  object-fit: contain;
}
.player-info .player-role {
  margin-left: 10px;
  margin-top: 5px;
  width: auto !important;
  height: auto !important;
}
.player-info .player-role img {
  height: 25px;
  object-fit: contain;
  margin-right: 0;
}
.player-team{
    margin-right: 0;
}
.player_team_role {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.auction_manager_detail_box {
    padding-top: 15px;
}
.auction_manager_detail_box .existing-avtar {
    width: 90px;
    margin-right: 10px;
}
.auction_manager_detail_box .existing-player-name {
    width: calc(100% - 100px);
    padding-right: 60px;
}
.existing-player-name p {
    font-size: 15px;
    margin: 0;
}
.btn-primary.change-phonenumber-btn{
    font-size: 14px;
    padding: 8px 16px;
    position: absolute;
    top: 22px;
    right: 8px;
    background: red;
}
.custom-control.custom-radio {
    padding-left: 0;
}
/* .form-check .custom-control.custom-radio label{
    padding: 20px;
    color: #000;
    text-align: center;
    background: rgba(35, 106, 214, 0.1);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
    border-radius: 10px;
} */
.form-check .custom-control.custom-radio input:checked ~ label{
    border-color: #236AD6;
}
.custom-control-label::before,
.custom-control-label::after{
    display: none;
}
.auction-box_main_wrapper{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none !important;
}
.auction-box_main_wrapper::before {
    height: 190px;
    width: calc(100% + 100px);
    content: "";
    position: absolute;
    background-image: linear-gradient(to top, #236AD6 0%, #b2c1cb 100%);
    border-radius: 4px 4px 100% 100%;
    transition: all 0.4s ease-out;
    top: 0;
}
.auction-box_main_wrapper:hover::before {
    height: 100%;
    border-radius: 4px;
}
.auction-box_info {
    position: relative;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.auction-box_info h2 {
    color: white;
    margin: 0;
    padding: 40px 20px 10px 20px;
    font-weight: 500;
    font-size: 24px;
}
.auction-box_info .title {
    color: white;
    padding: 0px 20px 0;
    transition: all 0.4s ease;
    font-size: 16px;
    font-weight: 500;
}
.auction-box_info .pic {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auction-box_info p {
    font-weight: 400;
    color: #777;
    transition: all 0.4s ease;
}
.auction-box_main_wrapper:hover .auction-info p{
    color: #fff;
}
.auction-info p span.label {
    display: block;
    font-weight: 600;
    color: #000;
}
.auction-box_main_wrapper:hover .auction-info p span.label {
    color: white;
}
.hidden-field {
    display: none;
}
.price-data-bg{
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.ui-table-2.price-data-bg{
    padding: 0;
}
.ui-table-2.price-data-bg table.dataTable td{
    vertical-align: middle;
}
.add-more-price-data {
    padding: 12px;
    text-align: right;
}
.add-more-price-data a{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: underline;
}
.add-more-price-data a:hover{
    color: #236AD6;
}
.auction-banner .team-card_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.auction-banner .team-card_inner .team-card-logo {
  margin-right: 20px;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.auction-banner .team-card_inner .team-card-logo img {
  margin: 0;
  max-height: 180px;
  max-width: 180px;
  height: 180px;
}
.auction-banner .team-card_inner .team-card-name{
    width: auto;
    text-align: left;
}
.auction-banner .team-card_inner .team-card-name p {
    margin-bottom: 10px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.auction-banner .team-card_inner .team-card-name p span{
    margin-right: 8px;
}
.auction-banner .team-card_inner .team-card-name p span.fill-none svg path{
    fill: none;
}
.auction-banner .team-card_inner .team-card-name p svg path{
    fill: #fff;
}
.reserve-player_list .player_list_box-data {
    width: calc(100% - 40px);
}
.auction-player-price-title h3 {
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}
.auction-player-price-title p {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.auction-player-price-title p.base-price {
    font-weight: 600;
    background: #236AD6;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    margin-left: 12px;
}
.player-card {
    width: 100%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    padding: 20px;
    text-align: center;
    margin: 40px auto;
}
.player-card h2 {
    background: #C8E5F7;
    color: #000;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}
.player-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
    padding: 15px;
    width: 100%;
    text-align: center;
    border: 1px solid #236AD6;
}
.team-logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}
.player-name {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: normal;
    margin-bottom: 10px;
}
.player-price {
    font-size: 24px;
    color: #0071e3;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}
.player-stats {
    margin-top: 20px;
    padding: 15px;
    background: #C8E5F7;
    border-radius: 8px;
    color: white;
}
.stat-item {
    text-align: center;
}
.stat-value {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    line-height: normal;
    display: inline-block;
    width: 100%;
}
.stat-item h3 {
  font-size: 20px;
  color: #555;
  margin: 0;
  line-height: normal;
}
.auction-result-tabs {
    width: 100%;
    display: inline-block;
}
.auction-result-tabs ul.tab-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.auction-result-tabs ul li {
    margin: 0;
    float: left;
    list-style: none;
}
.auction-result-tabs  .ui-table-2 {
    border-radius: 10px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
    background: #fff;
    padding: 15px;
}
.auction-result-tabs table tbody tr td{
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.auction-result-tabs table tbody tr:last-child td{
    border-bottom: 0;
}
table tbody tr td.auction_team-logo img{
    height: 60px;
    width: 60px;
    object-fit: contain;
    border: 1px solid #236AD6;
    border-radius: 50%;
}
.sold-player-team-slider .swiper-slide {
    padding: 0 15px;
    margin-bottom: 0px;
}
.sold-player-team-box {
  width: 150px;
  height: 150px;
  background: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #ccc;
  padding: 5px;
}
.sold-player-team-box img {
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  max-width: 150px;
  object-fit: contain;
}
.sold-player-team_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.sold-player-team_detail .team-logo {
    margin-right: 15px;
}
.sold-player-team_detail .team-logo img {
    width: auto;
    object-fit: unset;
    margin: 0;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    max-width: 120px;
    object-fit: contain;
}
.sold-player-team_detail .team-name h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #555;
}
.player-detail-banner {
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    background-color: #455A64;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
}
.player-detail-banner::before {
    content: '';
    position: absolute;
    background-image: url(../images/player_banner_shape.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.player-full-details h4 {
    color: #fff;
}
.player-full-details p {
    margin-bottom: 5px;
    color: #ccc;
}
.player-full-details p:last-child {
    margin-bottom: 0;
}
.player-career-stats ul.tabs{
    margin-bottom: 0;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.player-career-stats ul.tabs li{
    color: #333;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background: #C8E5F7;
    border-radius: 5px;
    margin-bottom: 5px;
}
.player-career-stats ul.tabs li.current{
    background: #236AD6;
    color: #fff;
}
.player-career-stats-data .tab-content{
    display: none;
}
.player-career-stats-data .tab-content.current{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
}
.player-career-stats-info label {
    background: #f4f4f4;
    padding: 12px 15px;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 250px;
    cursor: pointer;
    margin: 0;
}
.player-career-stats-info [type=radio] {
    display: none;   
}
.player-career-stats-content {
    position: absolute;
    top: 0;
    left: 250px;
    background: white;
    right: 0;
    padding: 20px;
    border: 1px solid #ccc;
    display: none;
}
.player-career-stats-content span {
    animation: 0.5s ease-out 0s 1 slideInFromTop; 
}
.player-career-stats-info [type=radio]:checked ~ label {
    background: #C8E5F7;
    border-bottom: 2px solid #236AD6;
    z-index: 2;
}
.player-career-stats-info [type=radio]:checked ~ label ~ .player-career-stats-content {
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
}
.player-career-box {
    background: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
    border: 3px solid transparent;
    transition: all 0.3s;
}
.player-career-box h4 {
    font-size: 22px;
    font-weight: 600;
}
.player-career-box p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.player-no-stats {
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
}
.player-no-stats p{
    margin: 0;
}


.file-upload {
    width: 100%;
    padding: 20px;
}
.file-upload .image-upload-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-upload .file-upload-image {
    max-height: 200px;
    margin: auto;
    margin-bottom: 20px;
}  
.file-upload .drag-text {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.file-upload .btns-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.file-upload .btns-group button{
    border: none;
    padding: 10px;
    transition: all .2s ease;
    font-weight: 600;
    margin-right: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}
.file-upload .remove-image {
    color: #fff;
    background-color: red;
}
.file-upload .remove-image:hover {
    background-color: #dd4a4a;
}
.file-upload .change-image {
    color: #fff;
    background-color: #236AD6;
}
.file-upload .change-image:hover {
    background-color: #455A64;
}
.file-upload-content {
    display: none;
    text-align: center;
}
.file-upload .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.file-upload-again{
    position: relative;
}
.player-role_mobile_view .player-role {
    width: auto;
    height: auto;
    background: transparent;
}
.player-role_mobile_view img {
    height: 20px !important;
    margin-right: 5px;
}
.player-role_mobile_view {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.btn.btn-outline-primary:focus span{
    color: #fff;
}
.team-list-card a.team-list-card_color_1:before {
  content: '';
  background: url(../images/shape.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 350px;
  opacity: 0.2;
  overflow: hidden;
}
.tournamnet-section-info {
  width: 100%;
  justify-content: space-between;
  border-radius: 5px;
  /* display: flex; */
  /* align-items: center; */
  /* border: 1px solid #ddd; */
  /* height: 52px; */
  /* margin: 0 10px; */
  /* padding: 0 15px; */
}
.search-tournamnet-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.filter-options-section {
 /* display: flex;
  justify-content: space-between;*/
  border: 1px solid #ddd;
  padding: 15px;
  align-items: center;
  border-radius: 5px;
}
.search-tournamnet-section button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.search-tournamnet-section input {
    max-width: 100%;
    width: 100%;
    background: #fff;
    z-index: 0 !important;
}
.tournamnet-section-info .form-check {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 8px;
}
.search-tournamnet-section label {
  /*margin: 0;
  padding-right: 10px;*/
  font-weight: 700;
  color: #000;
}
.tournamnet-section-info .form-check input {
  /*  width: 18px;
  height: 18px;
  margin-right: 5px;*/
  display: none;
}
.tournamnet-section-info .form-check label {
  width: 100%;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 4px;
  min-height: 45px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tournamnet-section-info .form-check input:checked + label {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.availability-section input[type="radio"] {
  background-color: #f3f5f8 !important;
  border-radius: 12px;
  border: 1px solid rgba(25, 62, 115, .1);
  padding: 24px 30px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3a4547;
  opacity: 0;
  width: 0;
  margin: 0;
  display: inline !important;
  position: absolute;
}
.availability-section input[type="radio"]:checked ~ label .team-card_checkbox {
  --check-scale: 1;
  --check-opacity: 1;
}
.availability-section-available {
  width: 100%;
}
.action_btn_section {
  text-align: center;
}
  .action_btn_section button {
    padding: 15px 50px;
  }
.password-recovery-box {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 30px;
  text-align: center;
}
.password-recovery-box .ch-otp .verification-code--inputs {
  justify-content: center;
}
.password-recovery-box .resend-otp-timer {
  margin-bottom: 8px;
}
.password-recovery-page .page-title h1 {
  text-transform: capitalize;
}
.password-recovery-page .page-title h1 {
  text-transform: uppercase;
}
.all-auction-left-sidebar{
  position: sticky;
  top: 10px;
}
.tournamnet-section-info .balltype-checkbox-group .form-check {
  margin: 0;
}
.tournamnet-section-info .balltype-checkbox-group label.custom-box {
  border: 0;
  padding: 0;
}
.tournamnet-section-info .balltype-checkbox-group label.custom-box span{
  width: 100%;
}
.cropme-side-bar .cropme-rotation-slider {
  margin-top: 15px;
}