
/* CaptainBook custom styles */

* {
  --main-colour: #106396 !important;
}

.all-experiences{
    display: none;
}

.folder-name {
    font-size: 1.5rem;
}

.md:mb-12 {
    margin-bottom: 0;
}

.md:max-w-md {
    width: 10rem;
    max-width: none !important;
    max-height: none !important;
}

button.bg-turquoise {
    border: 1px solid #6B7280;
    background: none;
    color: #6B7280;
}

button svg, span, div {
    color: #6B7280;
}

button.bg-turquoise:hover {
    background-color: #106396;
    color: #FFFFFF;
}

button:hover svg, button:hover span, button:hover div {
    color: #FFFFFF;
}



form > div.relative.flex {
    display: none;
}

.swiper-folder .swiper-button-prev:after, .swiper-folder .swiper-button-next:after {
    background-color: #106396;
    border-color: #FFF;
    width: 50px;
    height: 50px;
}

/* Mobile */
@media only screen and (max-width: 800px) {
    div.flex-col{
        flex-direction: row;
    }
    .mx-auto {
        margin-left: 0;
    }
}
