.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: 610px;
    position: relative;
    color: #fff;
    margin: 30px 80px 0px;
}
.splash-screen .logo-block{
    position: relative;
    width: 280px;
    margin: 50px 50px 0px;
}
.splash-screen .name-block{color: #fff; position: relative; margin: 100px 80px 0px;  width: 530px;}
.splash-screen .course-name{font-size: 70px;}
.splash-screen .box-2{
    position: absolute;
    color: #fff;
    top: 990px;
    left: 80px;
    width: 700px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.splash-screen .box-2 .font-icon{font-size:50px;}
.splash-screen .display-flex{
    display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: flex-start;
  align-items: center;
}
.splash-screen .start-btn{width: 140px;}

.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);}
} */