/* .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
} */

.visible-scroll:hover {
    overflow-y: visible !important;
}
.visible-scroll:hover .nav {
    padding-bottom: 0.1rem;
}

td {
    text-transform: capitalize !important;
}

.form-text {
    text-transform: capitalize !important;
}

.accordion-button {
    text-transform: capitalize !important;
}

.nav-link {
    text-transform: capitalize !important;
}

.man-dem {
    position: static;
}

.scroll-left {
    position: absolute;
    left: 0;
    top: 0.7em;
    z-index: 1;
    font-size: 2.5em;
    color: #ffffff;
    cursor: pointer;
}

.big-button-gb-course {
    /* font-size: .4em !important;
    text-decoration:none;
    background: #1F3F95 !important;
    border-radius: 5px !important;
    color: #FDFDFD !important;
    border: none !important;
    padding: 0.4rem 0.4em !important;
    width: 9em !important; */

    font-size: 70% !important;
    text-decoration: none;
    color: #0d2158 !important;
}
.course_image {
    height: 5rem;
    object-fit: cover;
    /* width: 100%; */
    width: 6.5em;
    border-radius: 5px;
    border: none;
}

.text-white-header {
    font-style: normal;
    font-weight: 700;
    font-size: 2.1875rem;
    line-height: 42px;
    color: #ffffff;
    margin-top: 0.2rem;
}

.text-white-paragraph {
    margin-top: 1.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 172%;
    color: #ffffff;
}

.archware-text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.archware-content-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 172%;
    color: rgba(4, 8, 86, 0.7);
    padding-top: 0.5em;
}

.small-mobile-long-button {
    width: unset !important;
    padding: 0.9em 1.5em !important;
}

.text-label-large-screen {
    font-weight: 600;
    font-size: 30px;
    line-height: 72px;
    color: #0d2158;
    text-align: center;
}

.archware-button-default {
    background: #1f3f95;
    border-radius: 4px;
    border: none;
    width: 312px;
    color: #ffffff;
}

.move-left-wall {
    padding-left: initial !important;
}

.large-button-mobile {
    max-width: 220px;
    height: 137px;
    background: #040856;
    border: none;
    font-weight: 700;
    font-size: 39px;
    line-height: 38px;
    color: #ffffff;
    margin-left: auto;
    margin-right: 0;
}

.scroll-right {
    position: absolute;
    right: 0;
    top: 0.7em;
    z-index: 1;
    font-size: 2.5em;
    color: #ffffff;
    cursor: pointer;
}

.scroll-left-courses {
    position: absolute;
    left: 0;
    top: 0.35em;
    z-index: 1;
    font-size: 2.5em;
    color: #ffffff;
    cursor: pointer;
}

.scroll-right-courses {
    position: absolute;
    right: 0;
    top: 0.35em;
    z-index: 1;
    font-size: 2.5em;
    color: #ffffff;
    cursor: pointer;
}

#course-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-lesson-item-middle {
    top: 2em;
    bottom: auto;
    position: relative;
    font-size: 1em;
}

.big-btn-jo {
    font-size: small !important;
    background: #1f3f95 !important;
    border-radius: 5px !important;
    color: #fdfdfd !important;
    border: none !important;
    /* padding: 0.4rem 0.4em !important; */
    padding: 0.3rem 0.9em !important;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/***
Progress bar
*/
.progress-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.title-elipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course_img_search {
    height: 170px;
    object-fit: cover;
    width: 100%;
    text-align: center;
    color: #1f3f95;
    background: #1f3f9512;
}
.course_link_title {
    color: #0d2158;
    text-decoration: none;
}

.progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 20px;
    background-color: #cfcfcf;
    border-radius: 10px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background-color: #a6ce39;
    width: 0%;
    transition: width 0.5s ease-in-out;
}

.progress-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 20px;
    z-index: 2;
}


/**
* Max media query
*/
@media (max-width: 1198px) {
    .block-display-tab {
        display: block !important;
    }
    .image-width-tab {
        width: 100%;
    }

    .experience-body-mobile {
        background: #1f3f95 !important;
        padding: 0.5rem !important;
    }
    .experience-body-with-pix-mobile {
        background: none !important;
        border-radius: unset !important;
    }
    .image-padding-buttom {
        padding: unset !important;
    }
}

@media (max-width: 990px) {
    .section-top {
        display: flex !important;
        flex-direction: column-reverse !important;
        padding: 1em;
    }
    .section-top > .archware-text-justify {
        margin-right: auto;
    }

    .small-mobile-long-button {
        width: unset !important;
        padding: 1em 1.5em !important;
        height: fit-content !important;
        font-size: medium !important;
    }
    .experience-body-mobile {
        background: #08090a !important;
        padding: 0.5rem !important;
    }
    .experience-body-with-pix-mobile {
        background: none !important;
        border-radius: unset !important;
    }
    .image-padding-buttom {
        padding: unset !important;
    }
}

@media (max-width: 900px) {
    .unset-padding-900 {
        padding: unset;
    }
}

@media (max-width: 769px) {
    .mobile-padding {
        padding: 0.15rem !important;
    }
    .inner-padding {
        padding: 0.25rem !important;
    }

    .card-height-mobile {
        height: 34em !important;
    }

    .image-min-height-mobile {
        height: 14em;
    }
}

@media (max-width: 576px) {
    .text-title-mobile {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .text-body-mobile {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .text-label-mobile {
        font-size: 1.2em !important;
        line-height: 38px !important;
    }
    .experience-body-mobile {
        background: #1f3f95 !important;
        padding: 0.5rem !important;
    }
    .experience-body-with-pix-mobile {
        background: none !important;
        border-radius: unset !important;
    }
    .image-padding-buttom {
        padding: unset !important;
    }

    .text-white-header {
        font-size: 1.37rem !important;
    }
    .text-white-paragraph {
        margin-top: 0.2em !important;
    }

    .archware-card-padding-left {
        padding-left: 0.2rem !important;
        justify-content: left !important;
    }
    .archware-card-paragraph-padding {
        padding: 0.3em !important;
        text-align: left !important;
    }
    .archware-card-title {
        padding: 0.1em !important;
        text-align: left !important;
    }
    .remove-shadow-mobile {
        box-shadow: none !important;
        transition: none !important;
        scale: unset !important ;
    }
    .lettalk-mobile {
        display: table-cell !important;
        padding: 0.5em;
    }
    .large-button-mobile {
        background: #040856 !important;
        border-radius: 4px !important;
        font-weight: unset !important;
        font-size: unset !important;
        line-height: unset !important;
        height: unset !important;
        color: #ffffff;
        margin-left: unset !important;
        margin-right: unset !important;
        width: unset !important;
        padding: 0.4em !important;
    }

    .course_image {
        max-height: 10rem !important;
        height: fit-content !important;
        object-fit: cover !important;
        /* width: 100%; */
        width: 100% !important;
        border-radius: 5px !important;
        border: none !important;
    }
}

@media (max-width: 414px) {
    .btn-is-published {
        padding: 0.2em;
        bottom: -0.5em;
        position: relative;
        margin: 0.2em;
    }
}


/**
* Min media query
*/
@media (min-width: 1400px) {
    .scroll-right {
        display: none;
    }
    .scroll-left {
        display: none;
    }
}

@media (min-width: 1198px) {
    .block-display-tab {
        display: flex !important;
    }

    .archwarejo-width-bottom-head {
        width: 43%;
    }

    .archwarejo-width-top-head {
        width: 57%;
    }

    .archwarejo-width-top {
        width: 41%;
    }
    .archwarejo-width-bottom {
        width: 59%;
    }

    .archwarejo-image-fully-bottom {
        margin-bottom: -48px;
    }

    .middle-content-padding-right {
        padding-right: 7em;
    }

    .padding-left-desktop {
        padding-left: 2em !important;
    }
}
