@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    width: 100%;
    padding: 15px 15px;
    padding-top: 25px;
    background: #faeffa;
}

.container .topsection{
    display: none;
}

.container .bottomsection{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container .leftbar{
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .leftbar .item{
    width: 100%;
    margin-top: 15px;
}

.container .leftbar #item1{
    box-shadow: 0 0 5px 1px black;
    border-radius: 4px;
    background: #ddd4f8;
    margin-top: 0;
}

.container .leftbar #item11{
    box-shadow: 0 0 5px 1px black;
    border-radius: 4px;
    background: #ddd4f8;
}

.container .leftbar #item11 .adBar2{
    padding: 20px;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .leftbar #item11 .adBar2 h2{
    margin-top: 0;
    margin-bottom: 10px;
}

.container .leftbar #item1 .item-title{
    width: 100%;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 9px 0;
    color: #fff;
    background-image: linear-gradient(to bottom right,#000428 ,#004e92);
    font-weight: 900;
}

.container .leftbar #item1 .univList{
    width: 100%;
    margin-bottom: 7px;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .leftbar #item1 .univList > div{
    text-align: center;
    margin-top: 6px;
    cursor: pointer;
    width: 90%;
    padding: 1px 0;
    background-color: #734C7C;
    border: inset #FA6C40;
    font-weight: 500;
    opacity: 0.8;
}

.container .leftbar #item1 .univList > div div{
    color: #fff;
    opacity: 0.8;
    transition: 0.2s;
    font-weight: 500;
}

.container .leftbar #item1 .univList > div div:hover, .container .leftbar #item1 .univList > div div.activelist{
    opacity: 1;
    font-weight: 900;
}

.container .leftbar #item2{
    box-shadow: 0 0 5px 1px black;
    border-radius: 4px;
    background: #ddd4f8;
}

.container .leftbar #item2 .item-title{
    width: 100%;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 9px 0;
    color: #fff;
    background-image: linear-gradient(to bottom right,#5b86e5 ,#36d1dc);
    font-weight: 600;
}

.container .leftbar #item2 .links{
    width: 100%;
    margin-bottom: 7px;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .leftbar #item2 .links div{
    text-align: center;
    margin-top: 6px;
    cursor: pointer;
    width: 90%;
    padding: 1px 0;
    background-color: #0b767e;
    border: inset #FA6C40;
    color: #fff;
    font-weight: 500;
}

.container .leftbar #item2 .links a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    opacity: 0.8;
    transition: 0.2s;
}

.container .leftbar #item2 .links a:hover{
    opacity: 1;
    font-weight: 900;
}

.container .leftbar #item3{
    box-shadow: 0 0 5px 1px black;
    border-radius: 4px;
    background: #ddd4f8;
    padding: 10px;
}

.container .leftbar #item3 div:first-child{
    text-align: center;
    font-weight: 900;
    font-size: 21px;
}
.container .leftbar #item3 div:nth-child(2){
    margin-top: 5px;
    text-align: center;
}

.container .mainbar{
    width: 80%;
    height: fit-content;
    min-height: 100vh;
    background: #F3F2CD;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #6b6801;
}

.container .mainbar .card-category{
    background: #ed4264;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.container .mainbar .card-category span{
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    opacity: 0.9;
}
.container .mainbar .card-category span:hover{
    opacity: 1;
}

.container .mainbar .notieSection{
}

.container .mainbar .notieSection .notice-title{
    width: 100%;
    background: #734C7C;
    text-align: center;
    font-size: 20px;
    color: white;
    padding: 3px 0;
}

.container .mainbar .notieSection .cardList{
    padding: 0 40px;
    padding-top: 10px;
}

.container .mainbar .notieSection .cardList .card{

}

.container .mainbar .notieSection .cardList .card > div{
    margin: 15px 0;
}

.container .mainbar .notieSection .cardList .card > div > a{
    text-decoration: none;
    line-height: 1.5;
    font-size: 15px;
    color: #22291a;
    font-family: 'Merriweather', serif;
}
.container .mainbar .notieSection .cardList .card > div > a:hover{
    color: #507e18;
}

.container .mainbar .notieSection .cardList .card > div > a > span:first-child{
    color: #7cb932;
}
.container .mainbar .notieSection .cardList .card > div > a > span:nth-child(2){
    background-color: #7cb932;
    color: #fff;
}

.container .mainbar .notieSection .cardList .datanotfound{
    font-size: 30px;
    color: red;
    text-align: center;
    margin-top: 20px;
}

.container .topsection .top-title{
    font-size: 19px;
    font-weight: 900;
}

.container .topsection .custom-select {
    position: relative;
    font-family: Arial;
    width: 70%;
    margin-top: 7px;
  }
  
.cardList .waitmessage {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 10px;
    display: none;
}

.cardList .waitmessage > div {
	width: 3vw;
	height: 3vw;
	border-radius: 100%;
	margin: 2vw;
	background-image: linear-gradient(145deg, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0) 100%);
}
.cardList .waitmessage .yellow {
	background-color: #feb60a;
    animation: bounce1 1.5s 0.5s linear infinite;
}

.cardList .waitmessage .red {
	background-color: #ff0062;
	animation-delay: 0.1s;
    animation: bounce2 1.5s 0.6s linear infinite;
}

.cardList .waitmessage .blue {
	background-color: #00dbf9;
	animation-delay: 0.2s;
    animation: bounce3 1.5s 0.7s linear infinite;
}

.cardList .waitmessage .violet {
	background-color: #da00f7;
	animation-delay: 0.3s;
    animation: bounce4 1.5s 0.8s linear infinite;
}

@keyframes bounce1 {
	0%, 50%, 100% {
		transform: scale(1);
		filter: blur(0px);
	}
	25% {
		transform: scale(0.8);
		filter: blur(1px);
	}
	75% {
		filter: blur(1px);
		transform: scale(1.2);
	}
}

@keyframes bounce2 {
	0%, 50%, 100% {
		transform: scale(1);
		filter: blur(0px);
	}
	25% {
		transform: scale(0.8);
		filter: blur(1px);
	}
	75% {
		filter: blur(1px);
		transform: scale(1.2);
	}
}

@keyframes bounce3 {
	0%, 50%, 100% {
		transform: scale(1);
		filter: blur(0px);
	}
	25% {
		transform: scale(0.8);
		filter: blur(1px);
	}
	75% {
		filter: blur(1px);
		transform: scale(1.2);
	}
}

@keyframes bounce4 {
	0%, 50%, 100% {
		transform: scale(1);
		filter: blur(0px);
	}
	25% {
		transform: scale(0.8);
		filter: blur(1px);
	}
	75% {
		filter: blur(1px);
		transform: scale(1.2);
	}
}

@media screen and (max-width: 700px) {

    .container{
        padding-top: 10px;
    }

    .container .bottomsection{
        display: flex;
        flex-direction: column-reverse;
    }

    .container .leftbar{
        width: 100%;
        margin-top: 20px;
    }

    .container .mainbar{
        width: 100%;
    }

    .container .mainbar .notieSection .cardList{
        padding: 0 10px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 499px) {
    .container .leftbar #item1{
        display: none;
    }
    .container .topsection{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        margin-bottom: 5px;
        width: 100%;
    }
    .adBar{
        display: flex;
    }
}