.dark-layout .card{
    background-color: #000000 !important;
}

.card{
    margin-bottom: 0 !important;
    
}

#content-main {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
}
  
.welcome-bg{
    background-image:url('../../assets/bg/welcome-bg.png');
    background-size: 100% 100%;
    background-repeat:no-repeat;
    height: 1080px;
}

.planet-bg{
    background-image:url('../../assets/bg/planet-bg.png');
    background-size: 100% 100%;
    background-repeat:no-repeat;
    height: 1080px;
}

.top-section-header{
    position: absolute;
    top: 10%;
}

#button-position{
    position: absolute;
    bottom: 15%;
    width: 100%;
    left: 0;
}

.eventBtn{
    width: 60% !important;
}

.btn-outline-dark{
    border-radius: 50px !important;
    background-color: #444443 !important;
    border: 5px double #32322e !important;
    color: white !important;
    width: 40%;
    font-family:FutureBold;
    font-size: 20px;
    box-shadow: inset 0px -10px 12px 4px #000000b8 !important;
}

.icon{
    transition: all .2s ease-in-out;
}

table{
    width: 60vw !important;
}

.dark-layout .table:not(.table-dark):not(.table-light) thead:not(.table-dark) th, .dark-layout .table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th{
    background-color: #000000;
    color: #ffffff;
}

.dark-layout .table .thead tr:not([class*="table-"]) th, .dark-layout .table .thead tr:not([class*="table-"]) td, .dark-layout .table tbody tr:not([class*="table-"]) th, .dark-layout .table tbody tr:not([class*="table-"]) td{
    color: #ffffff;
}

.bordered {
	border-radius: 10px ;
	overflow: hidden;
	border: 1px solid #ffffff;
    
}

@media (hover: hover) and (pointer: fine) { 
    .icon:hover{
        transform: scale(1.5);
    }
    
    .btn-outline-dark:hover{
        box-shadow: inset 0px 10px 12px 4px #000000b8 !important
    }
}
