*, *:before, *:after {
    box-sizing: border-box;
}

@font-face {
    font-family: PoppinExtra;
    src: url(font/Poppins/Poppins-ExtraBold.ttf);
}

@font-face {
    font-family: PoppinReguler;
    src: url(font/Poppins/Poppins-Reguler.ttf);
}

@font-face {
    font-family: PoppinSemiBold;
    src: url(font/Poppins/Poppins-SemiBold.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Poppins');

html, body {
    box-sizing: border-box;
    height: 100%;
    width: 100%; 
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
    height: inherit;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
}

main {
    margin: 0;
    padding: 0;
    width: 520px;
	height: 100%;
}

.nav {
    position: fixed;
    bottom: 0;
    width: inherit;
    height: 70px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
}

.navimage {
    width:30px;
    height: 30px;
}

.nav_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    cursor:pointer;
}

.nav_link:hover {
    background-color: #eeeeee;
}

.nav_text {
    font-size: 12px;
    padding-top: 5px;
}

.toeflcard {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 5px;
}

.toefLatihan {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
    margin: 5px;
}

.latBahas {
    background-color: #E8E8E8; 
    padding:15px; 
    border-top: 1px solid black;
    display: none;
}

.toeflPad {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.toeflcontainer{
	margin-bottom: -10px;
	margin-top: -10px;
	padding-top: 5px;
	max-width: 90%;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	min-height: 100vh;
	}

.pilihRadio {
	margin-top:-15px;
	margin-left:-10;
    padding: 5px;
	}

.wrappeRadio {
    display: flex;
    margin-left:-10px;
    margin-top:5px;
    }

label {
	font-size: 14px;
	font-family: 'Poppins';
	}

h2 {
	color: black;
	font-weight: bold;
	font-family: 'Poppins';
	font-size: 16px;
	}

p {
    color: black;
    font-family: PoppinExtra;
    font-size: 14px;
    }

.buttonUngu {
    text-align: center;
    background-color: #5F33D3; 
    color: white;
    font-size: 18px;
    padding: 10px;
    outline: none;
    width: 100%;
    font-family: 'Poppins';
    border-radius: 15px;
    cursor: pointer;
}    

.buttonOrange {
	text-align: center;
	background-color: #ff7700;
	color: white;
	font-size: 18px;
	padding: 10px;
	outline: none;
    width: 100%;
	font-family: 'Poppins';
	border-radius: 5px;
    cursor: pointer;
	}

.buttonYellow {
    text-align: center;
    background-color: #FFDE59; 
    color: black;
    font-size: 22px;
    padding: 10px;
    outline: none;
    font-weight: bold;
    width: 100%;
    font-family: 'Poppins';
    border-radius: 10px;
    cursor: pointer;
}

.buttonOrangeKu {
    text-align: center;
    background-color: #ff7700; 
    color: white;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    outline: none;
    font-family: 'Poppins';
    border-radius: 5px;
    cursor: pointer;
    }

.buttonBlueKu {
    text-align: center;
    background-color: #2D8A92; 
    color: white;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    outline: none;
    font-family: 'Poppins';
    border-radius: 5px;
    cursor: pointer;
    }
    
.buttonBlue {
    text-align: center;
	background-color: #2D8A92;; 
	color: white;
	font-size: 16px;
	padding: 10px;
	outline: none;
    width: 100%;
	font-family: 'Poppins';
	border-radius: 5px;
    cursor: pointer;
    }

.judulKelasListC {
    width: inherit;
    padding: 10px;
    height: 70px;
    position: fixed;
    margin: 0;
    text-align: center;
    background-color: #3CBAC5;
    }

.judulToeflListC {
    width: inherit;
    padding: 5px;
    position: fixed;
    margin: 0;
    text-align: center;
    background-color: white;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
    }

.judulKelas {
    width: inherit;
    height: 65px;
    padding: 10px;
    margin: 0;
    position: fixed;
    text-align: center;
    background-color: #3CBAC5;
    }

.judulListKelas {
    width: inherit;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #d9caff;
    margin-top: -5px;
    }

.ListKelasPick {
    width: inherit;
    margin: 0;
    }

.ListKelasPickItem {
    width: inherit;
    padding: 5px;
    margin: 0;
    background-color: white;
    border-bottom: 1.5px solid #ececec;
    cursor:pointer;
    }

.ListKelasPickItemKu {
    width: inherit;
    padding: 5px;
    margin: 0;
    background-color: white;
    border-bottom: 2px solid #ececec;
    cursor:pointer;
    }

.ListKelasPickItemKuNih {
    width: inherit;
    padding: 5px;
    margin: 0;
    background-color: white;
    border-bottom: 2px solid #ececec;
    }

.ListKelasPickItemGraduate {
    width: inherit;
    padding: 2px;
    margin: 0;
    background-color: white;
    border-bottom: 1.5px solid #ececec;
    cursor:pointer;
    }

.containerVideo{
    padding-top: 56.25%;
}

.videoKelas {
    width: 100%;
    aspect-ratio: 16 / 9;
    text-align: center;
    }

.pCenter{
    text-align: center;
    color: #0000009c;
    font-size: 15px;
    }

.pCenterList{
    color: black;
    font-size: 18px;
    font-weight: bold;
    }

.pCenterListKelas{
    text-align: center;
    color: white;
    font-size: 18px;
}

.cardPhoto {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	border-radius: 7px;
	margin-right: auto;
	margin-left: auto;
    cursor: pointer;
    background-color: white;
	}

.divScroll {
    width: inherit; 
    height: 310px; 
    background-color:#3CBAC5; 
    margin-top: 10px;
    }

.divScrollTop {
    width: inherit; 
    height: 330px; 
    background-color:#3CBAC5; 
    margin-top: 10px;
    }

.cardKelas {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
    cursor: pointer;
    width: 130px;
    height: 240px;
    background-color: white;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
    }
    
.cardKelas:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.containerlistkelas {
    padding: 10px;
    margin: 0;
    padding-bottom: 1px;
    }

.judulkelasonline {
    font-family: 'Poppins';
    font-size: 12px;
    margin-top: 0;
    }

.jeniskelas {
    font-family: 'Poppins';
    font-size: 12px;
    margin-top: -5px;
    color: grey;
    }

.hargakelas {
    font-family: 'Poppins';
    font-size: 14px;
    margin-top: -5px;
    font-weight: bold;
    }

.judulkelasonlineList {
    font-family: 'Poppins';
    font-size: 16px;
    margin-top: 0;
    }
    
.jeniskelasList {
    font-family: 'Poppins';
    font-size: 16px;
    margin-top: -5px;
    color: grey;
    }
    
.hargakelasList {
    font-family: 'Poppins';
    font-size: 18px;
    margin-top: -5px;
    font-weight: bold;
}

.photoRadius {
    width:100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    }

.cardPhoto:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.containerPhoto {
    padding: 2px 25px;
    }

.containerPilih {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
    }

.cardGridKelas {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    height: 350px;
    background-color: white;
    }

.cardGridKelas:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.cardGridGraduated {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    min-height: 350px;
    background-color: white;
    }
    
.cardGridGraduated:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.column {
    float: left;
    width: 50%;
    padding: 10px;
    }
  
.row:after {
    content: "";
    display: table;
    clear: both;
    padding: 10px;
    }

.paddingku {
    padding: 10px;
    }

.cardPhotoDetail {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-right: auto;
    margin-left: auto;
    width: inherit;
    background-color: white;
    margin-top: 70px;
    }

.cardListOppor {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    background-color: white;
    padding: 15px;
    margin-bottom: 15px;
    }

.cardListQues {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    background-color: white;
    padding: 15px;
    margin-bottom: 10px;
    }
    

.photoRadiusDetail {
    width:100%;
    aspect-ratio: 1.8 / 1;
    }

.photoRadiusDetailList {
    width:100%;
    aspect-ratio: 2 / 1;
    }

.penjelasan {
    font-family: 'Poppins';
    font-size: 14px;
    white-space: pre-wrap;
    }

.dashboardku {
    font-family: 'Poppins';
    font-size: 12px;
    white-space: pre-wrap;
    }

.penjelasanDream {
    font-family: 'Poppins';
    font-size: 14px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 2; 
    -webkit-box-orient: vertical;
    }    

.judulListOppor {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: bold;
    }

.judulListClub {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    }

.judulListGraduateDetail {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    color: grey;
    }

.List2GraduateDetail {
    font-family: 'Poppins';
    font-size: 14px;
    color: grey;
    }

.List3GraduateDetail {
    font-family: 'Poppins';
    font-size: 12px;
    color: grey;
    }

.cardButDetail {
    border: 2px solid #ececec;
    margin-right: auto;
    margin-left: auto;
    width: inherit;
    background-color: white;
    position: fixed;
    bottom: 0;
    padding: 15px;
    padding-top: 18px;
    }

.paddingPenjelasan {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    }

.selengkapnya {
    text-align: center;
    color: #2D8A92;
    font-size: 18px;
    padding: 10px;
    outline: none;
    width: 100%;
    font-family: 'Poppins';
    cursor: pointer;
    border-top: 2px solid #ececec;
    }

.ListArtikelKu {
    width: inherit;
    margin: 0;
    background-color: white;
    border-bottom: 2px solid #ececec;   
    }

.ListArtikelKuPadding {
    width: inherit;
    margin: 0;
    background-color: white;
    border-bottom: 2px solid #ececec;
    padding: 20px;
    }

.ListGraduateKuPadding {
    width: inherit;
    margin: 0;
    background-color: white;
    border-bottom: 2px solid #ececec;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
    }

.buttonOrangeKuNih {
    text-align: center;
    background-color: #ff7700; 
    color: white;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    outline: none;
    font-family: 'Poppins';
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	}

.navku {
    width: inherit;
    height: 70px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
    }
    
.nav_linkku {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 25%;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    cursor:pointer;
    margin: 0px;
    }
    
.nav_textku {
    font-size: 12px;
    padding-top: 5px;
    }

.cardPhotoDashboard {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: white;
    
    }
 
.cardPhotoDashboardNih {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-image: linear-gradient(360deg, white 52%, #3CBAC5 48%);   
}

.paddingdashboardku {
    padding-left: 12px;
    padding-right: 12px;
    }

.paddingdashboardtabel {
    padding-left: 8px;
    padding-right: 8px;
    }

.popup{
    background: rgba(0, 0, 0, 0.6);
    width: inherit;
    height: 100%;
    position: fixed !important;
    position: absolute ;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    }

.popup-content{
    width: 95%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    }    

textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f8f8f8;
    resize: none;
    font-family: 'Poppins';
    font-size: 14px;
    }

#image-preview{
    display:none;
    width : 60%;
    }

@media screen and (min-width: 520px) {


    }

@media screen and (max-width: 520px) {
    
    main {
        width: 100%; 
    }
  
    .buttonOrange {
	    font-size: 18px;
    }
        
    .buttonBlue {
	    font-size: 18px;
    }   
        
    .judulkelasonlineList {
        font-size: 14px;
        }
        
    .jeniskelasList {
        font-size: 14px;
        }
        
    .hargakelasList {
        font-size: 16px;
    }

    .row:after {
        padding: 5px;
      }
    
    .paddingku {
        padding: 5px;
      }

    .paddingdashboardku {
        padding-left: 10px;
        padding-right: 10px;
      }
    
    .column {
        padding: 5px;
      }

    .cardGridGraduated {
        min-height: 320px;
    }

    .penjelasan {
        font-size: 12px;
    }

    .dashboardku {
        font-size: 10px;
    }

    .penjelasanDream {
        font-size: 12px;
    }

    .judulListOppor {
        font-size: 18px;
    }

    .judulListClub {
        font-size: 14px;
    }

    .judulListGraduateDetail {
        font-size: 14px;
    }

    .List2GraduateDetail {
        font-size: 12px;
        }
    
    .List3GraduateDetail {
        font-size: 10px;
        }

    .paddingdashboardtabel {
        padding-left: 6px;
        padding-right: 6px;
    }

    textarea {
        font-size: 14px;
    }
    
    .cardGridKelas {
        height: 300px;
    }

    .nav_text {
        font-size: 10px;
        padding-top: 3px;
    }

    .navimage {
        width:25px;
        height: 25px;
    }

    .nav {
        height: 60px;
    }
}