div#page {
    background: url('/wp-content/uploads/2020/09/page-bg-light.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 0;
}

div#page-inner {
    max-width: calc(100% - 100px);
    margin: auto;
}


/* PROGRESS BAR */
.my-progress-title {
    position: relative;
    display: flex;
    align-items: center;
}

.progress-container h2 {
    color: #00B8D3;
    font-size: 25px;
    font-family: 'KG Inimitable Original Regular';
    text-transform: uppercase;
    margin-bottom: 0;
}

.my-progress-title #bottomrightcontainer {
    position: initial;
    width: 50px;
    background-color: #E2B910;
    color: #5207a1;
    border-radius: 30px;
    text-align: center;
    margin-left: 15px;
}

.my-progress-title #bottomrightcontainer .collapse-anchor[aria-expanded="true"] .fa-plus:before {
    content: "\f068";
}

.my-progress {
    height: 250px;
    background: url('/wp-content/uploads/2020/09/progress-bar-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 30px 50px 50px 50px;
}

.progress-bar-wrapper {
    position: relative;
    height: 100%;
}

.progress-bar-wrapper::before {
	position: absolute;
    left: 10%;
    bottom: 15px;
    color: #fcce07;
    font-size: 20px;
    line-height: 1;
    font-family: 'KG Inimitable Original Regular';
    text-transform: uppercase;
}

.progress-bar-wrapper::after {
    position: absolute;
    right: -25px;
    bottom: 15px;
    color: #fcce07;
    font-size: 20px;
    line-height: 1;
    font-family: 'KG Inimitable Original Regular';
    text-transform: uppercase;
}

.progress-bar-icon img {
    height: 60px;
    object-fit: contain;
}

div#teacher-leaderboard {
    display: flex;
	height: 100%;
    flex-direction: column;
    background-color: #00B8D3;
    border-radius: 20px;
    padding: 30px 60px 30px 30px;
}

#points-progress-bar .col-md-8 {
    flex: 0 0 72%;
    max-width: 72%;
}

#points-progress-bar .col-md-4 {
    flex: 0 0 28%;
    max-width: 28%;
}

#teacher-leaderboard h2 {
    color: #fff;
    font-size: 25px;
    font-family: 'KG Inimitable Original Regular';
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

#teacher-leaderboard a.go-home-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    background-color: #F1553A;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    margin: auto 0 0;
    text-decoration: none!important;
    outline: none;
}

#teacher-leaderboard .dashboard-leaderboard-img {
    position: absolute;
    width: auto;
    height: 185px;
    bottom: 0;
    right: -50px;
}
/* /PROGRESS BAR */


/* PROGRESS DETAILS */
#collapsible-progress-bar > .container {
    padding: 0;
}

#last-month-score-compare {
    height: auto;
    padding: 18px 16px 8px;
    margin-bottom: 20px;
}

.skill-cols {
    text-align: center;
}

.skill_set_header {
	font-size: 1.2rem;
	text-align: center;
    margin-top: 30px;
}

#total_score {
	display: block;
    color: #fcce07;
    font-size: 30px;
    font-family: 'KG Inimitable Original Regular';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

div#skill_set_div {
    margin-bottom: 15px;
}

div#skill_set_div .row:first-child {
    margin-top: 10px;
}

div#skill_set_div .row:last-child {
    margin-bottom: 25px;
}

div#skill_set_div .col-12 {
    margin: 15px 0;
}

#dashboard-generate-report > strong,
#dashboard-generate-report > select,
#dashboard-generate-report > button {
    margin: 0 5px;
}

button#export-csv {
    background-color: #E2B910;
    color: #5207a1;
    border-radius: 30px;
    padding: 7px 15px;
    border: none;
}
/* /PROGRESS DETAILS */


/* SLIDER POSTS */
h2.ribbon2 {
    color: #5207a1;
    font-size: 25px;
    font-family: 'KG Inimitable Original Regular';
    text-transform: uppercase;
    padding: 0;
    margin: 50px 0 30px;
}

.post-img-thumbnail {
    width: 100%;
    height: 175px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #E8E8E8;
    border-radius: 20px;
}

span.numberCircle {
    position: absolute;
    top: 0;
    right: 30px;
    background-color: #51B048;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 7.5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 2px;
}

.video span.numberCircle {
    background-color: #E2B910;
}

.periodical span.numberCircle {
    background-color: #00B8D3;
}

.mixed_bag span.numberCircle {
    background-color: #F0553A;
}

span.numberCircle img {
    display: block;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

.single-title {
    width: 65%;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

span.post-cat {
    width: 35%;
    color: #51B048;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    padding-left: 10px;
    margin-top: 2px;
}

.video span.post-cat {
    color: #DB1D5D;
}

.periodical span.post-cat {
    color: #00B8D3;
}

.mixed_bag span.post-cat {
    color: #F0553A;
}

span.tick-icon {
    position: absolute;
    top: 15px;
    left: 25px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #51b048;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.video span.tick-icon {
    background-color: #E2B910;
}

.periodical span.tick-icon {
    background-color: #00B8D3;
}

.mixed_bag span.tick-icon {
    background-color: #F0553A;
}

span.tick-icon i {
    font-size: 10px;
}

.slick-slide {
    padding: 0 15px!important;
}

button.slick-arrow {
    position: absolute;
    top: calc((175px / 2) - 25px);
    background: none !important;
    outline: none !important;
    font-size: 0;
    z-index: 99999999;
}

button.slick-prev.slick-arrow {
    left: -25px;
}

button.slick-next.slick-arrow {
    right: -25px;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.slick-prev:before {
    background: url('/wp-content/uploads/2020/09/left-arrow.svg');
    background-position: left;
}

.slick-next:before {
    background: url('/wp-content/uploads/2020/09/right-arrow.svg');
    background-position: right;
}
/* /SLIDER POSTS */

h2.ribbon2.category-ribbon {
    text-align: center;
    margin-bottom: 40px;
}

.post-type-img {
    height: 150px;
    margin-bottom: 20px;
}

.posttype-title {
    color: #51B048;
    font-size: 25px;
    font-family: 'KG Inimitable Original Regular';
    text-transform: uppercase;
    margin: 15px 0 40px;
}

.cat-video .posttype-title {
    color: #E2B910;
}

.cat-periodical .posttype-title {
    color: #00B8D3;
}

.cat-bag .posttype-title {
    color: #F0553A;
}


@media (max-width: 1150px) and (min-width: 901px) {
    .my-progress {
        height: 200px;
    }

    .progress-bar-icon {
        top: 11.5px !important;
    }

    .progress-bar-wrapper::before {
        bottom: 0;
    }

    .progress-bar-wrapper::after {
        bottom: 0;
        right: -15px;
    }
}


/* IPAD PRO CSS */
@media (max-width: 1024px) and (min-width: 769px) {
    .post-meta {
        padding: 5px;
    }

    span.post-cat {
        font-size: 12px;
        padding-left: 5px;
    }

    .posttype-title {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
	#points-progress-bar .col-md-8,
    #points-progress-bar .col-md-4 {
	    max-width: 100%;
	    flex: 0 0 100%;
	}

    #points-progress-bar .col-md-8 {
        order: 1;
    }
    
    #points-progress-bar .col-md-4 {
        order: 2;
    }

    div#teacher-leaderboard {
        height: auto;
        padding-right: 100px;
        margin-top: 30px;
    }

    #teacher-leaderboard h2 {
        font-size: 20px;
    }

    #teacher-leaderboard a.go-home-btn {
        margin-top: 10px;
    }

    #teacher-leaderboard .dashboard-leaderboard-img {
        height: 150px;
        right: 0;
    }
}
/* /IPAD PRO CSS */


/* MOBILE CSS */
@media (max-width: 768px) {
    .post-meta {
        display: block;
    }

    .single-title {
        width: 100%;
    }

    span.post-cat {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 0;
    }

    .div-post-type {
	    max-width: 50%;
	}

    .posttype-title {
        font-size: 20px;
        margin-top: 0;
    }

    .progress-bar-wrapper::before,
    .progress-bar-wrapper::after {
        bottom: 25px;
    }
}

@media (max-width: 767px) {
	div#page-inner {
	    max-width: 100%;
	}

	.slick-prev:before,
	.slick-next:before {
		width: 15px;
		height: 15px;
	}

	button.slick-prev.slick-arrow {
		left: -5px;
	}

	button.slick-next.slick-arrow {
		right: -5px;
	}
    
    #collapsible-progress-bar {
        padding: 40px 30px !important;
    }
    
    div#skill_set_div .col-12 {
        margin: 0;
    }
    
    #last-month-score-compare {
        font-size: 13px;
    }
    
    #last-month-score-compare {
        font-size: 13px;
    }

    div#dashboard-generate-report {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    #dashboard-generate-report > strong {
        width: calc(100% - 10px);
        margin-bottom: 15px;
    }

    #dashboard-generate-report > select {
        width: calc(50% - 10px);
        margin-bottom: 25px;
    }

    #dashboard-generate-report > button {
        width: auto;
        padding: 7px 25px;
    }
}


@media (max-width: 600px) {
    .my-progress {
        height: calc(949/3036 * 100vw - 20px);
        padding: 0;
        margin-top: 40px;
    }

    .my-progress > h2 {
        position: absolute;
        top: 0;
        font-size: 20px;
    }

    .progress-bar-icon {
        top: 46px !important;
    }

    .progress-bar-icon img {
        height: 30px;
    }

    .progress-bar-wrapper::before {
        left: 15%;
        bottom: 15px;
        font-size: 10px;
    }

    .progress-bar-wrapper::after {
        right: 15px;
        bottom: 15px;
        font-size: 10px;
    }
}


@media (max-width: 479px) {
    .post-meta .single-title,
    .post-meta span.post-cat {
        text-align: center;
    }
}
/* /MOBILE CSS */

/*.slick-list, .slick-current, .slick-track{
   width: 100% !important;
}*/


.pad-top{
  display: flex;
  justify-content: space-between;
}
