/* CSS Document */

/* COLORS:
green: #cae40f
dark grey: #5f6c96
grey 1: #cededf
grey 2: #e6e8e8
grey 3: #fdffe4
grey 4: #f8f2e8
white: #ffffff
*/

body {
    font-family: 'IBM Plex Sans', sans-serif;
}

h1 {
    font-size: 36px;
    color: #5f6c96;
    font-weight: 600;
}
h2 {
    font-size: 28px;
    color: #5f6c96;
    font-weight: 600;
}
h3 {
    font-size: 20px;
    color: #5f6c96;
    font-weight: 600;
}
h4{
    font-size: 18px;
    color: #707170;
    font-weight: 700;
}
h5 {
    font-size: 16px;
    color: #707170;
    font-weight: 700;
}

p, .text {
    font-size: 16px;
    color: #707070;
}

a {
    text-decoration: auto !important;
}
a:hover{
    color: #414966 !important;
    transition: 0.3s;
}

.pr-0 {
    padding-right: 0!important;
}
.pl-0 {
    padding-left: 0!important;
}

/*
HEADER
*/
.bg-dark-grey {
    background-color: #5f6c96 !important;
    color: white !important;
}
.bg-dark-grey .nav-link {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
}
.text-dark-grey {
    color: #5f6c96 !important;
}
.btn-dark-grey i {
    color: #5f6c96 !important;
    font-size: 24px;

}

.bg-white {
    background-color: white !important;
    color: #5f6c96 !important;
}
.bg-white .nav-link {
    color: #5f6c96 !important;
    text-transform: uppercase;
    font-weight: 600;
}
.text-white {
    color: white !important;
}
.btn-white i {
    color: white !important;
    font-size: 24px;

}

.nav-link:hover, .nav-link.active {
    color: #cae40f !important;
    transition: 0.2s;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}
/*
FOOTER
*/
footer {
    min-height: 150px;
}

.footer-text {
    color: #5f6c96;
    font-size: 14px;
    padding-top: 8px;
}
.footer-tabs a {
    color: #5f6c96;
    font-size: 16px;
    font-weight: 600;
}

.bg-light {
    background-color: #cededf !important;
}

/*
HOMEPAGE
*/
.homepage-bg {
    background-image: url("../images/homepage-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.homepage-layer {
    background-color: #5f6c9670;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title {
    color: #cae40f !important;
    font-weight: 700;
}

.btn-light {
    color: #5f6c96 !important;
    background-color: #cededf !important;
    border-color: #cededf !important;
    padding: 15px;
    text-decoration: auto;
    font-size: 18px;
    font-weight: 600;
    float: right;
    min-width: 230px;
}
.btn-light.btn-sm {
	padding: 0.25rem 0.5rem !important;
    font-size: .875rem !important;
}
a.btn-light:hover, a.btn-light:focus,
button.btn-light:hover, button.btn-light:focus,
.btn-light.active {
    color: #414966 !important;
    background-color: #cae40f !important;
    transition: 0.4s !important;
}

.homepage-container {
    background-color: #5f6c96dc;
    border: #5e5e5eb0 1.5px solid;
}

.search-container {
    background-color: #5f6c96;
    margin: 300px auto 110px auto;
}

.bg-light-grey {
    background-color: #e6e8e8 !important;
    color: black !important;
}
.content-box {
    background-color: #e6e8e8 !important;
    color: black !important;
    height: 250px;
}
.content-box h3 {
    color: black !important;
}
#dashboard .content-box {
    min-height: 128px;
}
.content-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: 25% 25%; 
}

.info-box {
    text-align: center;
}
.info-box h3 {
    text-transform: uppercase;
}
.info-box i {
    color: #cae40f !important;
    font-size: 60px;
    height: auto;
    width: 120px;
    padding: 25px;
    /*border: 2px solid #cae40f;*/
    border-radius: 160px;
}
.info-box img {
    height: 120px;
    width: 120px;
    margin-bottom: 25px;
}

.partner-logo {
    max-width: 100%;
    /*max-height: ;*/
    padding: 15px;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

.carousel-control-prev, .carousel-control-next {
    background-color: #e6e8e8;
    width: 20px;
    opacity: 1;
    color: black !important;
}
.carousel-control-next {
    right: -10px;
}
.carousel-control-prev {
    left: -10px;
}


ul.profile-list {
    list-style-type: none;
    padding-left: 0px;
}

ul.profile-list li {
    padding: 8px 0px;
}

.profile-list i {
    color: #cae40f !important;
    font-size: 24px;
    width: 36px;
}

.secondary-container {
    background: #cee0e0;
}

.profile-categories ul{
    list-style-type: none;
    padding-left: 0px;
}

.profile-image {
    margin-top: 15px;
    margin-bottom: 30px;
}

.bg-grey {
    background-color: #e7eaea;
}

.result-content i
, .result-content b {
    color: #5f6c96 !important;
}

.result-content {
    line-height: 1;
    font-size: 14px;
}

a.result-link {
    color: black !important;
}

.image-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vex-content {
    border-top: 0px !important;
}

/*tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 350px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 100%;
    left: 50%;
    margin-left: -175px; /* Use half of the width (350/2 = 175), to center the tooltip */
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tutorial-container, .tutorials-box {
	display: flex;
	align-items: stretch;
}

.tutorial-content-box h3 {
    color: #5f6c96 !important;
}
.tutorial-content-box {
	padding: 3rem 4rem;
    text-align: center;
    background-color: #e6e8e8 !important;
    color: black !important;
    overflow: hidden;
}
.tutorial-content-text p {
    color: black !important;
}

.tutorials-box {
    height: 115px;
}
.tutorials-box div a {
	display: block;
	height: 100%;
}
.tutorials-box div a img {
	display: block;
	height: 100%;
}

.tutorials-content-box h3 {
    color: black !important;
    font-size: 15px;
}
.tutorials-content-box {
    background-color: #e6e8e8 !important;
    color: black !important;
    /*height: 150px;*/
}
.tutorials-content-text p, .tutorials-content-text h2{
    font-size: 13px !important;
}
.tutorials-content-box {
	padding: 0.5rem;
    text-align: center;
    background-color: #e6e8e8 !important;
    color: black !important;
    overflow: hidden;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #cae40f;
    z-index: 1;
}

.hovertext {
    position: absolute !important;
    background-color: #CEE0E0 !important;
    color: black !important;    
    padding: 10px 15px;
    max-width: 20%;
    display: none;
}

a .content-box:hover {
    background-color: #d1d1d1 !important;
    transition: 0.3s;
}

svg a:visited {
    fill: inherit !important;
}

.internship-icons {
    padding: 20px 0px;
}
.internship-icons img {
    width: 40%;
}

.bg-blue {
    background-color: #616D96;
    color: white !important;
}

.text-light-blue {
    color: #CEE0E0;
}
.text-lime {
    color: #cae40f;
}
.text-dark, .text-dark p {
    color: black!important;
}


#internship-details ul{
    background-color: #FBFBE4;
}
#internship-details .nav-tabs {
    border-top: 15px solid white;
    border-bottom: 2px solid white;
}
#internship-details .nav-item {
    margin-left: 0px;
}
#internship-details .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-right: 40px;
    color: black;
}

#internship-details .nav-link:hover
, #internship-details .nav-link.active {
    color: black !important;
    transition: 0.6s;
}
#internship-details .nav-link.active {
    font-weight: 600; 
}

#internship-details .nav-tabs .nav-item.show .nav-link
, #internship-details .nav-tabs .nav-link.active 
, #internship-details .nav-tabs .nav-link:hover {
    color: #495057;
    background: #f4f4f4;
}

.row.bg-grey {
    overflow: hidden;
}

.datepicker {
	margin-top: 100px;
}

@media (min-width: 1400px) {
    .container.search-container {
        max-width: 1000px;
    }
}
@media (min-width: 1200px) {
    .container.search-container {
        max-width: 900px;
    }
}
@media (min-width: 992px) {
    .container.search-container {
        max-width: 850px;
    }
}

@media (max-width: 425px) {
    #header-logo {
        margin-right: 0.25rem!important;
        margin-left: 0.25rem!important;
    }
    .tutorial-content-box {
        padding: 1rem 2rem;
    }
}


.box-search {
    max-height: fit-content;
    min-height: 150px;
}