/*--------------
    Following (Menu)
---------------*/

#example.index.pushed .following.bar {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#example.index .light.following.bar {
    position: fixed;
    top: 0px;
    z-index: 900;
    left: 0%;
    width: 100%;
    padding: 0em 1em;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
}

#example.index .following.bar .menu .item {
    display: block;
}

#example.index.pushed .following.bar .menu .item {
    transition: none;
}

#example.index .following.bar .network.menu .item {
    font-weight: bold;
}

#following_logo {
    max-height: 43px !important;
}

@media only screen and (min-width: 768px) {
    .mobile_item {
        display: none !important;
    }

}

@media only screen and (max-width: 768px) {
    .pc_item {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    #sticky_padding_div {
        height: 200px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
    #sticky_padding_div {
        height: 170px;
    }
}

@media only screen and (max-width: 991px){
    #sticky_padding_div {
        height: 148px;
    }
}

/*--------------
    Clear sticky
---------------*/

#clear_sticky {
    margin-top: 15px;
    height: 0;
}

.ui.sticky {
    margin-bottom: 40px;
}

/*--------------
    Breadcrumb
---------------*/

.header_breadcrumb {
    background-image: url('/static/website/images/breadcrumb_bg1.svg'), url('/static/website/images/breadcrumb_bg2.svg'), linear-gradient(to right, #495aff, #0acffe);
    background-size: contain, contain, cover;
    background-position: bottom left, bottom right, bottom;
    background-repeat: no-repeat, no-repeat, repeat;
    margin-top: 67px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.header_breadcrumb .twelve.wide.column a,
.header_breadcrumb .twelve.wide.column p,
.header_breadcrumb .sixteen.wide.column p,
.header_breadcrumb .twelve.wide.column h1 {
    color: #ffffff !important;
    text-align: justify;
}

.ui.breadcrumb a {
    color: #ffffff !important;
}

#course_header {
    /*height: 220px;*/
}

.extra-mini {
    width: 20px !important;
    height: auto !important;
}

/*--------------
    All courses
---------------*/

#all_courses {
    padding: 40px 1em 40px;
    min-height: calc(100vh - 290px);
}

#all_courses h1 {
    margin-bottom: 30px;
}

#all_courses .price-installments {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 0.4rem;
    margin: 0 0 0.6rem 0;
}

#all_courses .promotional {
    color: red;
    font-size: 12px;
    line-height: inherit;
}

#all_courses span.to-prefix {
    font-weight: 400;
}

#all_courses a div.price-box {
    padding-bottom: 1.3rem;
    border-top: 0 !important;
    padding-top: 0;
}


/*--------------
    Course details
---------------*/
#context,
#bio {
    text-align: justify;
}

#course_details {
    padding-bottom: 40px;
    padding-top: 40px;
}

#course_details h1 {
    margin-bottom: 20px;
}

.syllabus-box {
    max-height: 400px;
    position: relative;
    overflow: hidden;
}

.syllabus-box .gradient {
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, transparent, #F4F4F4);
}

.syllabus-box .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*--------------
    Contact
---------------*/

#contact{
    padding: 40px 1em 40px;
}

/*--------------
    Terms
---------------*/

#terms{
    text-align: justify;
    padding: 40px 1em 40px;
}

html,
body {
    height: 100%;
}

.course_rating_stats {
    padding-left: 10px;
    vertical-align: top;
}

.card {
    text-align: left!important;
}
#bundle-course-header {
    margin-top: 0!important;
}

#sticky-segment {
    text-align: left;
}

.ui.info.message.centered{
    text-align: center;
    width: 100%;
}

#cashback_value{
    padding-top: 5px;
    display: inline-block;
}

#cashback_icon{
    margin: auto;
    padding-top: 3px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

/*--------------
    UTILS
---------------*/


.fake-disabled {
    cursor: default !important;
    opacity: .45;
}

.fake-disabled:active {
    pointer-events: none;
}