.splash-screen,
.splash-screen .screen,
.splash-screen .screen-panel,
.splash-screen .screen-data{
    height: 100%; 
    min-height: auto;  
    padding: 0em;
    margin:0em;
}
.splash-screen .screen-data{
    background-color:transparent; 
    border-radius: 0em;
    padding: 0em;
}

.splash-screen .ost-panel{
    width: 560px;
    position: relative;
    color: #fff;
    margin: 30px 70px 0px;	
}
.splash-screen .logo-block{
    position: relative;
    width: 340px;
    margin: 100px 70px 0px;
}
.splash-screen .name-block{color: #fff; position: relative; margin: 70px 70px 0px; width: 500px;}
.splash-screen .course-name{font-size: 55px;}
.splash-screen .box-2{
    position: absolute;
    color: #fff;
    top: 970px;
    left: 970px;
    width: 590px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    font-size: 20px;
}
.splash-screen .box-2 .font-icon{font-size:50px;}

.splash-screen .dropdown-question .question{margin-top: 40px;}
.splash-screen .dropdown-question .drop-down-panel{margin-left: 0px;}
.splash-screen .dropdown-question .drop-down{width: 360px;}
.splash-screen .dropdown-question .bottom-btn-panel{
    position: absolute;
    top: 0px;
    left: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.splash-screen .dropdown-question .question .submit-panel{min-height: auto;}
.splash-screen .dropdown-question .question .submit-panel .btn{margin: 8px; height: 52px;}
.splash-screen .time-panel{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
    width: 200px;
    font-size: 20px;
}

.splash-screen .time-panel .font-icon{font-size: 40px;}

.splash-screen .dropdown-question .drop-down-panel .status{display: none !important;}
.splash-screen .dropdown-question .drop-down.nice-select .list{max-height: 250px; overflow: scroll;}
/* .splash-screen .screen-background{animation: aniBg linear forwards 5s;}
@-webkit-keyframes aniBg {
	0% {transform: scale(1);}

	100% {transform: scale(1.03);}
}

@keyframes aniBg {
	0% {transform: scale(1);}

	100% {transform: scale(1.03);}
} */