*{
	margin: 0;
	padding: 0;

}
a, a:hover, a:active{
	color: white  !important;
}
.container{
	max-width: 480px!important;
	width: 100%;
	margin: 0 auto;
}
.bg-image{
	width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
/*    align-items: center;*/
	padding-top: 100px;
}
.bg-image2{
	width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 10px;
	position: relative;
}
.bg-image form{
	margin-top: 60px;
}
.bg-image2 form{
	margin-top: 5px;
}
.form-div{
	display: flex;
    justify-content: center;
}
.form-div input:focus{
	color: white;
    background-color: #27283c;
    font-style: italic;
    
}
.form-div input{
	border-radius: 0;
    background-color: #27283c;
    border: 1px solid #5a545a;
	font-style: italic;
	width: 70%;
	color: white;
}
.form-div input::placeholder{
	color: white;
}
.form-div select:focus{
	color: white;
    background-color: #27283c;
    font-style: italic;  
}
.form-div select{
	border-radius: 0;
    background-color: #332d30;
    border: 1px solid #5a545a;
	font-style: italic;
	color: white;
	width: 70%;
}
.form-div select::placeholder{
	color: white;
}
.select2-container--default .select2-selection--single{
	background-color: #332d30!important;
    border: 0px solid #5a545a!important;
    border-radius: 0!important;
    height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: white!important;
}
.form-div .select2:focus{
	color: white;
    background-color: #27283c;
    font-style: italic;  
}
.form-div .select2{
	border-radius: 0;
    background-color: #332d30;
    border: 1px solid #5a545a;
	font-style: italic;
	color: white;
	width: 70%!important;
}
.form-div .select2::placeholder{
	color: white;
}
.bg-image .bttn{
	    border: none;
    background-color: #ff8702;
    padding: 7px 32px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}
.p_list{
	color: white;
	font-size: 21px;
	font-weight: 400;
	margin-top: 10px;
}
.player_list span{
	background-color: #27283c;
	border: 1px solid #5a545a;
	width: 30px;
	height: 30px;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-content: center;
	color: white;
	border-radius: 50%;
	line-height: 30px;
}
.player_list p{
	font-size: 14px;
    font-weight: 400;
    color: white;
    padding-left: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.player_list{
	display: flex;
	align-items: center;
}
.bttn{
	width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 2%;
}
.bttn button{
	border: none;
    background-color: #ff8702;
    padding: 4px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    /*position: absolute;
    bottom: 2%;
    left: 40%;
    right: 0;*/
    width: 100px;
}
.bttn2{
	border: none;
    background-color: #ff8702;
    padding: 4px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 2%;
    left: 40%;
    right: 0;
    width: 100px;
}
.voteDiv button,
.revealDiv button,
.hideDiv button{
	border: none;
    background-color: #ff8702;
    padding: 7px 34px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}
.flip-container {
    perspective: 1000px;
}

.flipper {
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
}

.front, .back {
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
}

/* Flip Effect */
.flipped {
    transform: rotateY(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: white!important;
}


.custom-modal {
    display: none;
    position: fixed;
    z-index: 999;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.modal-content {
    background: #fff;
    width: 30%!important;
    margin: 8% auto;
    border-radius: 8px;
    overflow: hidden;
}

/* Header */
.modal-header {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
    padding: 12px 16px!important;
    border-bottom: 1px solid #e5e5e5!important;
}

.modal-header h4 {
    margin: 0;
}

.closeModal {
    font-size: 22px;
    cursor: pointer;
}

/* Body */
.modal-body {
    padding: 16px;
}

.modal-body label {
    margin-bottom: 6px;
    display: block;
    font-weight: 600;
}

/* Footer */
.modal-footer {
    padding: 12px 16px!important;
    border-top: 1px solid #e5e5e5!important;
    display: flex!important;
    justify-content: flex-end!important;
    gap: 10px!important;
}

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

    .modal-content {
        width: 90% !important;
    }

}
