:root {
  --hover-color: #acb828;
  --main-color: #CBDB2C;
}
body {
	background-color: #000!important;
	color: #fff!important;
}
.form-control{
	font-family: 'Plus Jakarta Sans';
	text-align: left;
}
.form-control.no-lefts {
	padding: 0.5rem 0!important;
}
.yepah-theme .container-login .wrapper-content-sign-in .container .form-signin1{

	padding: 25px;
	padding-bottom: 0px;
	padding-top: 0;
	margin-top: 0;
	
}

.form-signin1 .title{
	text-align: center;
}
.form-signin1 .title .txt{
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 20px;
}
.form-signin1 label{
	text-align: left !important;
	font-weight: 500;
    margin-bottom: 0.2rem;
}
.form-signin1 input{
	text-align: left;
}

.signup-txt{
	color: white;
	text-align: center;
}
.signup-txt a{
	color: var(--main-color);
	font-weight: bold;
	margin-bottom: 50px;

}

.yepah-theme .container-login .wrapper-content-sign-in .container .form-signin1 .sign::before{
	color: var(--main-color);
}
.yepah-theme .container-login .wrapper-content-sign-in .container .form-signin1 input{
    text-align: left;
    padding-left: 50px;	
    border:none;
	border-bottom: 1px solid #646464;
	background-color: transparent;
	color: #fff;
}
.yepah-theme .container-login .wrapper-content-sign-in .container .form-signin1 input:focus{
	border:none;
	color: #fff;
	background-color: #000!important;
	border-bottom: 1px solid var(--main-color);
}

.referrals-list,
.historial-list,
.category-list{
	padding: 20px 0px;
}

.p-20 {
	padding: 20px 10px;
}

.torneos-list,
.competition-list{
	padding: 20px 10px;
}

.no-jobs{
	width: 100%;
	margin-top: 40px;
}

header .navbar{
	height: 100px !important;
	padding: 20px;
}

.navbar-fixed.bottom-fixed .navbar .navbar-nav .nav-item a i{
	color: #ADAEAE;
}
.navbar-fixed.bottom-fixed .navbar .navbar-nav .nav-item.active a i,
.navbar-fixed.bottom-fixed .navbar .navbar-nav .nav-item.active a span{
	color: #fff;
}

.section-archive .ranking-list{
	padding: 28px 14px;
}

.competition-list .media-list.list .media.elem{
	margin-bottom: 25px;
	box-shadow: 0 3px 6px rgba(40, 40, 40, 0.1);
}

.media-list.list .media.elem h6{
	font-weight: 600;
}

.text-black {
	color: black!important;
}.blue-text{
	color:#2079EC!important;
}.text-main-color {
	color: var(--main-color)!important;
}.text-muted{
	color:#808797!important;
}.text-white{
	color: white!important;
 }

.fw-200 {
	font-weight: 200!important;
}

.fw-400{
	font-weight: 400!important;
}

.fw-500{
	font-weight: 500!important;
}

.fw-600{
	font-weight: 600!important;
}
.company-openjobs-list .media-list.list .media.elem,
.competition-event-list .media-list.list .media.elem,
.mycompetitions-list .media-list.list .media.elem,
.mycategories-list .media-list.list .media.elem,
#categories .media-list.list .media.elem,
#description .media-list.list .media.elem,
.groups-list .media-list.list .media.elem,
.competition-list .row .media-list .media.elem,
.row .media-list .media.elem {
	margin-bottom: 20px;
	background-color: #1e1e1e ;
	border-radius: 0.75rem;
	cursor: pointer;
}

.checked-total a,
.company-contact a {
	text-decoration: underline;
}

.navbar-fixed.company-sections {
	width: 100%;
	background-color: white;
	display: inline-block;
}

/* Progress Bar Styles*/

.progressbar {
	width: 200px;
	height: 200px;
  }

.background-circle {
	width: 190px;
	height: 190px;
	border: 10px solid rgba(178, 178, 178, 0.4);
	border-radius: 50%;
	/* To center it inside the container */
	margin: 5px;
	position: absolute;
  }
  
  .foreground-circle {
	width: 190px;
	height: 190px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	/* To start the svg circle from the top */
	transform: rotate(112deg);
  
	/* To center it inside the container */
	position: absolute;
	margin: 5px;
  }
  
  .foreground-circle svg circle {
	/* stroke-dasharray = 2 * (22/7) * svg's radius value (90px)*/
	stroke-dasharray: 566;
  }
  
  #number-inside-circle {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
  }
  
  .level-referrals {
	background-color: #31e8bde5;
	border: 1px solid transparent;
	padding: 0.2em 1.3em;
	border-radius: 0.4em;
	color: whitesmoke;
	cursor: pointer;
	margin: 10px 0px 10px 0px;;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1rem;
  }
  
  /* To prevent svg border being cut off */
  svg:not(:root) {
	overflow: visible;
  }

  .dashboard-stadistics {
	width: 100%;
	max-width: 100%;
	text-align: -moz-center;
	text-align: -webkit-center;
  }

  figure.enterprise-logo{
	margin: 0 0 0rem!important;
  }

  figure.enterprise-logo img{
	margin-right: 10px;
  }

  .filter-jobs {
	width: 90px;
	height: 40px;
	text-align: center;
	border: 1px solid var(--main-color);
	padding-top: 10px;
	margin-right: 10px;
	display: inline-block;
  }

  .filter-jobs.out-filter {
	color: #8d8d8d;
	border: 1px solid #9a9a9ae0;
	background-color: #c0c0c08e;
  }

  .profile-settings a {
	font-size: 16px;
  }

  .user-profile {
	width: 100%;
	text-align: center;
  }

   /* The Modal (background) */
.modal-level {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal-level Content/Box */
  .modal-level-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  } 

  .section-dashboard .table-levels-modal {
	font-size: 16px;
  }

  .section-dashboard .table-levels-modal td .level {
	padding: 5px 10px 5px 10px;
  }
  .section-dashboard .table-levels-modal td {
	padding: 0 8px 10px 0;
  }

  .section-dashboard .table-levels-modal .level {
	color: #fff;
	border-radius: 10px;
	padding: 2px 10px 2px 10px;
  }
  .level-referrals.color-uno,
  .section-dashboard .table-levels-modal .level.one {
	background-color: #31e8bde5;
  }
  .level-referrals.color-dos,
  .section-dashboard .table-levels-modal .level.two {
	background-color: #e5993be7;
  }
  .level-referrals.color-tres,
  .section-dashboard .table-levels-modal .level.three {
	background-color: #568eeee8;
  }
  .level-referrals.color-cuatro,
  .section-dashboard .table-levels-modal .level.four {
	background-color: #8d43d7e4;
  }
  .level-referrals.color-cinco,
  .section-dashboard .table-levels-modal .level.five {
	background-color: #da3fdfde;
  }
  .section-dashboard .extra-info-modal {
	background-color: #c5c5c51f;
  }

  @media screen and (max-width: 390px) {
	.section-dashboard .table-levels-modal {
		font-size: 14px;
	  }
  }
  @media (min-width: 391px) and (max-width: 767px){ 
	.section-dashboard .table-levels-modal {
		font-size: 16px;
	}
  }
@media screen and (max-width: 767px) {
	.wrapper-content-sign-in {
		padding: 0px 10px 40px 10px!important;
	  }
  .modal-level-content {
	margin: 35% auto;
  }
  .company-show .info-container .media.elem{
	display: inline-grid;
  }
  .media-list.list .media.elem.top-description{
		display: flex;
		align-items: center;
  }
}

.text-transparent {
	color: #c7c7c7f3!important;
}

.text-gray {
	color: #a2a2a2!important;
}
.text-green {
	color: #cbdb2c!important;
}
.text-red{
	color: #db2c2c!important;
}
.bg-green {
	background-color: #cbdb2c!important;
	border-radius: 6px 6px 0 0;
}
.level-applicants {
	width: fit-content;
}

.level-counter {
	width: fit-content;
	left: 15%;
	position: relative;
	bottom: 10%;
	font-size: 60px;
}
.competition-info {
	display: flex;
	flex-direction: column;
  }
@media screen and (min-width: 767px) {
	.yepah-theme .list .media .media-body.competition-info {
		margin-top: 15px;
		margin-left: 20px;
	}
	.competition-info-form .application-top-text,
	.account-details .profile-top-text,
	.personal-info .profile-top-text, 
	.work-experience .profile-top-text  {
		margin: 5% auto 0px 27%!important;
	}
}
.company-show .company-contact p,
.detail-show .checked-total p{
	display: inline-block;
}
.company-show .company-contact .media-body i,
.detail-show .checked-total .media-body i{
	margin-right: 10px;
}

#navbar-company .navbar-nav {
	flex-direction: row;
}

.company-show .company-sections .nav-item.active-item {
	border-bottom: 2px solid;
}

.openjobs-list {
	width: 100%;
}

.company-show .company-openjobs-list .list {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }

.competition-info-form .form-control,
.account-details .form-control,
.personal-info .form-control, 
.work-experience .form-control  {
	border-radius: 0;
	border: 0;
	padding: 15px 0px 15px 10px;
	background-color: #e3e3e359;
}

.profile-name {
	margin: 4px 0;
  }

  .dashboard-btn {
	color: #000;
  }
  .dashboard-btn:hover {
	color: #fff;
  }

  .birth-date,
  .genre, .name,
  .last-name,
  .two-fields .category, .category-extra,
  .ranking, .ranking-extra {
	width: 47%;
	display: inline-block;
  }

  .birth-date, .name,
  .two-fields .category, .category-extra {
	margin-right: 5%;
  }

  .detail-show .media-list.list .media.elem,
  .company-show .about-company .media-list.list .media.elem,
  .company-show .info-container.media-list.list .media.elem {
	border: none;
  }

  #number-inside-circle .applicants {
	margin-left: -30%;
	padding-top: 6%;
  }

  .empty-state,
  .empty-state-explorar {
	width: 100%;
	text-align: center;
	padding: 8% 0 8% 0;
  }

  .empty-state {
	border: dashed 1px #c7c7c7f3;
  }

  .icon-empty-state{
	font-size: 20px;
	margin-bottom: 10px;
  }

  .fs-12{
	font-size: 12px!important;
  }.fs-50{
	font-size: 50px!important;
  }.fs-20{
	font-size: 20px!important;
  }.fs-14{
	font-size: 14px!important;
  }

  .btn-empty-state {
	background-color: #c7c7c724;
  }

  #profile-genre-input {
	height: auto;
  }
  .dark-bg {
	margin: 0;
	padding: 0;
	background-color: #141414!important;
  }
  .gray-bg{
	margin: 0;
	padding: 0;
	background-color: #353535 !important;
	border-radius: 20px 20px 0 0;
  }
  .dashboard-img{
	width: 20%;
	height: auto;
	z-index: 1000000;
	position: relative;
	overflow: hidden;
	
  }
  .menu-back{
	left: 0px;
	position: relative;
  }
  @media screen and (max-width: 650px) {
	.dashboard-img{width: 80%!important;}
  }
  @media screen and (min-width: 576px) and (max-width: 768px){
	.player-img {
		width: 12%!important;
	}
  }
  @media screen and (max-width: 575.9px){
	.player-img {
		width: 16%!important;
	}
  }
  .competition-event-list .ongoing-list .media.elem:hover,
  #categories .media-list.list .media.elem:hover,
  #description .media-list.list .media.elem:hover,
  .groups-list .media-list.list .media.elem:hover,
  .competition-event-list-announcement .announcement-list .media.elem:hover,
  .competition-list .row .media-list .media.elem:hover,
  .mycompetitions-list .row .media-list .media.elem:hover,
  .row .media-list .media.elem:hover {
	background: #4e4e4e!important;
  }
  .competition-description h7 {
	border-bottom: 1px solid #3e3e3e;
	padding: 5px 0;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
  }
  .w-50 {
	width: 47%!important;
  }
  .w-80 {
	width: 80%!important;
  }
  .border-bottom{
	border-bottom: 1px solid #3e3e3e;
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
  }
  .float-left{
	float:left;
  }.float-right{
	float: right;
  }
  .player-img {
	width: 6%;
  }
  .btn-basic,
  .div-sign-action .btn-login,
  .div-sign-action .btn-sign-up{
	height: 50px;
	background-color: #CBDB2C;
	line-height: 50px;
	padding: 0;
	width: 100%;
	margin-top: 5%;
	border-radius: 25px;
  }
  .div-sign-action .btn-sign-up.btn-transparent{
	background-color: transparent;
	color: #fff;
	border: 2px solid #CBDB2C;
  }
  @media screen and (max-width: 430px) {
	.btn-basic{
		margin-top: 15%!important;
	}
	.btn-basic.no-margin{
		margin-top: 0!important;
	}
	.container-welcome .container .title img{
		width: 350;
	}
  }
  .div-welcome,
  .div-sign-action {
	position: fixed;
	bottom: 50px;
	width: 90%;
	right: 5%;
  }
  .p-relative {
	position: relative!important;
  }
  .container-welcome .container .title img{
	width: 300px;
  }
  .container-welcome .container .title{
	top: 35%;
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .mt-15{
	margin-top: 15px;
  }.mt-20{
	margin-top: 20px;
  }.mt-2p{
	margin-top: 2%!important;
  }.pl-15{
	padding-left: 15px;
  }
  .inline-block{
	display: inline-block!important;
  }
  .inline-flex{
	display: inline-flex!important;
  }
  .div-border{
	border: 1px solid #777;
	border-radius: 12px;
	padding-top: 8px;
  }.profile-select{
	background-color: transparent;
	color: #fff;
	border: 1px solid transparent;
	padding: 14px 25% 14px 0;
	border-radius: 10px;
  }.container-profile-creation footer {
	position: fixed;
  	bottom: 20px;
  }
  .w-100 {
	width: 100%!important;
  }.team-info{
	width: 60%;
  }
  .team-member, 
  .void-team-member {
	padding: 15px;
	border: 1px solid #262626d4;
	border-radius: 12px;
	background-color: #262626d4;
  }.team-member:hover, 
  .void-team-member:hover {
	border: 1px solid #404040d4;
	background-color: #404040d4;
  }
  	.modal-content{
		background-color: #1B1B20 !important;
		color: #6a6a6a;
		border-radius: 16px!important;
	}
	.modal-title {
		color: #fff !important;;
	}
	.modal-header{
		border-bottom: none!important;
	}
	.modal-footer{
		border-top: none!important;
	}
	.modal {
		display: none; /* Hide the modal by default */
		position: fixed;
		z-index: 2000;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	}
	.modal-m-footer{
		margin: 1rem;
		justify-content: flex-end;
  		display: flex;
	}
	.btn-green:hover {
		background-color: var(--hover-color)!important;
		border-color: var(--hover-color)!important;
	}
	#modal-message .modal-body {
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#modal-message {
		z-index: 10000!important;
	}

	 /* Styles for the passcode input */
	 .passcode-input-container {
		display: flex;
		gap: 10px;
		justify-content: center;
		margin-top: 20px;
	}
	  
	.passcode-input {
		width: 50px;
		height: 50px;
		text-align: center;
		font-size: 24px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	.partido-info{
		border: 1px #cbdb2c solid;
  		border-radius: 10px;
	}
	.partido-info .content{
		padding-bottom: 15px;
	}
	.title-container {
		text-align: left;
		flex: 1;
		display: inline-block;
	}
	/* Image styling */
	.title-container .message_userpic img {
		display: block; /* Ensures proper alignment */
		margin: 0 auto; /* Centers the image horizontally */
		width: 35px!important;
		max-width: 100px; /* Adjust size as needed */
	}
	.mt-3r{
		margin-top: 2.7rem;
	}
	.d-flex{
		display: flex;
		align-items: center;
	}
	.player-games,
	.player-prox-games,
	.player-games .media-body,
	.player-prox-games .media-body{
		display: inline-block;
	}
	.t1-n1,
	.t1-n2,
	.t2-n1,
	.t2-n2,
	.p1, .p2,
	.mycompetitions-list .location,
	.profile-name,
	.txt-cap{
		text-transform: capitalize!important;
	}
	.groups-show .title.p1,
	.groups-show .title.p2{
		display: inline-block;
		width: 45%;
	}
	.ranking-list .title.name{
		display: inline-block;
		width: 65%;
		text-transform: capitalize;
		margin-right: 0;
	}
	.ranking-list .title.ranking-p{
		display: inline-block;
		width: 20%;
	}
	.groups-show .title.p2,
	.ranking-list .title.ranking-p{
		text-align: right;
	}
	.groups-show .title.p1,
	.groups-show .title.counter,
	.ranking-list .title.name,
	.ranking-list .title.counter{
		text-align: left;
	}
	.groups-show .title.counter{
		display: inline-block;
		width: 20px;
	}
	.ranking-list .title.counter{
		display: inline-block;
		width: 30px;
	}
	.groups-show .team-1,
	.groups-show .team-2,
	.groups-show .team-3{
		display: inline-block;
		border-bottom: 1px #ffffff73 solid;
		width: 100%;
	}