.register-clubs {
    z-index: 9;
    padding-right: 200px;
    padding-left: 200px;
}
.register-clubs form {
background-color: #fff;
}
.register-clubs .container{
	width: 200px;
	margin: 50px auto;
	font-family: sans-serif;
}

.register-clubs .container label{
	display: block;
	max-width: 200px;
    margin: 0 auto 15px;
	text-align: center;
    word-wrap: break-word;
	color: #1a4756;
}

.register-clubs .hidden, #uploadImg:not(.hidden) + .register-clubs .container label{
	display: none;
}

#file{
	display: none;
  	margin: 0 auto;
}

#upload{
	display: block;
	padding: 10px 25px;
	border: 0;
	margin: 0 auto;
	font-size: 15px;
	letter-spacing: 0.05em;
	cursor: pointer;
	background: #2b5876;
	color: #fff;
	outline: none;
	transition: .3s ease-in-out;
	&:hover, &:focus{
		background: #1AA39A;
	}
	&:active{
		background: #13D4C8;
		transition: .1s ease-in-out;
	}
}

.register-clubs img{
	display: block;
	margin: 0 auto 15px;
}
.register-clubs .jumbotron {
    padding-top: 0px;
	padding-bottom: 30px;
    background-color: unset;
	margin-bottom: unset;
}
.register-clubs  .btn-success {
    font-size: 18px;
    width: 150px;
}
  
.register-clubs .app-page-title {    
    margin: 0;     
}
.closed-sidebar .app-sidebar .app-sidebar__inner ul li a span {
    display: none;
}
.sidebar-shadow:hover .app-sidebar__inner ul li a span  {
display:inline-block; }
.closed-sidebar .app-sidebar .app-sidebar__inner ul li a i.fa {
    padding-left: 7px;
	padding-top: 12px;
    font-size: 18px;
}
.closed-sidebar .app-sidebar .app-sidebar__inner ul li a {
    text-indent: 0;
}
.closed-sidebar .app-sidebar:hover .app-sidebar__inner ul li a{
	padding: 0 1.5rem 0 15px;
}
.register-clubs  label {
    opacity: 0.8;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    margin-bottom: 1rem;
}

.social-menu ul{
    position: relative;
   
    padding: 0;
    margin: 0;
  
    display: flex;
}

.social-menu ul li{
    list-style: none;
    margin: 0 15px;
}

.social-menu ul li .fab{
    font-size: 30px;
    line-height: 60px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
	padding: 10px;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
	font-size: 21px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: rgba(0, 0, 0, 0.829);
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #000;
}
.modal-backdrop {
 
    z-index: -1;
}
.modal-dialog {
    max-width: 800px;
    box-shadow: unset;
   
}
#exampleModal {
    background: #000000e0;
    margin-top: 40px;
}
.modal.show .modal-dialog {
    margin-left: 32%;
 
}
.edit-club .row.jumbotron.box8 {
    padding-top: 0;
    padding-bottom: 0;
}
.modal-content {
      background-color: #e9ecef;
}

.edit-club  .container {
    text-align: center;
}
.edit-club .container img{
padding-bottom:10px ;
width: 80px;
} 
.error {
    padding: unset;
    padding-left: 14px;
    color: #dc3545;
}
.register-clubs label{
    margin-bottom: unset;
}
.clubdetails #uploadImg{
	display:none !important;
}
.container.clubdetails {
    margin-bottom: 50px;
}
  .modal{
background: #00000099;
overflow: auto !important;
}
.club-detail .modal-dialog {
    max-width: 550px  !important;
    box-shadow: unset;
    margin-left: 38% !important;
}
  .modal-dialog { 
    box-shadow: unset !important;;
    margin-left: 35% !important;
}

.club-detail .modal-content {
    background-color: #fff;
}
.club-detail form{
margin: unset; }

.login-admin form {
    padding-top: 10px !important;
}
.logo-web {
    margin-bottom: 30px;
}
.form_field{
    margin-bottom: 20px; 
}
.logo-web.invalid {
    margin-bottom: 0px;
}
.login-admin form {
    box-shadow: 5px 5px 0px 0px rgb(16 115 247);
    padding-top: 10px !important;
}
.progress {
    margin: 10px;
    width: 500px; 
  }
  .progress-bar[aria-valuenow="100"] {
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ) !important;
    background-size: 1rem 1rem !important;
    background: #4caf50;
}
 
#add-club-domain input#domain {
    width: 250px;
}
.card.addclub-domain {
    margin: auto; 
    width: 700px;
}
#add-club-domain .jumbotron{
    background-color: unset;
    padding-top: 20px;
}
#add-club-domain .alert-warning {
    width: 100%;
}
.domaininput {
    display: flex;
}
.domaininput span {
    margin-left: 0 !important; 
    margin: auto;
}
.addclub-domain .card-header{
    border-bottom: unset;
    padding: unset;
}
.page_not{
    margin: auto;
}
.alert {width: 100%; }