
body * {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

div#mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0px 1px 0px 0px #1e40af;
}

.btn-download {
    padding: 10px 20px;
    font-size: 18px !important;
    background: #b65cf3;
    color: #ffffff;
    font-weight: 700;
}

p {
    font-weight: 400;
}

.slogan-text {
    margin-top: 5px;
}

.text-welcome {
    font-size: 16px;
    width: 750px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.colection-box {
    margin-top: 35px;
}

.title_header {
    font-size: 27px;
    font-weight: 700;
    /* width: fit-content; */
    /* border-bottom: 6px double #b65cf3; */
    text-align: center;
}

.features-group {
    margin-top: 15px;
}

.features-label {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.features-describe {
    text-align: center;
}

.iframe-video {
    width: 650px;
    max-width: 100%;
    aspect-ratio: 19/10;
    margin-top: 25px !important;
}

#carousel-screenshots img {
    max-width: 100%;
    height: auto;
}

#carousel-screenshots {
    max-width: 840px;
    margin: 0 auto;
}

#carousel-screenshots .f-carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel-reviews {
    max-width: 100%;
    margin: 0 auto;
}
#carousel-reviews .f-carousel__slide {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_manual_container {
    margin: auto;
    /* background: #fff; */
    text-align: left;
    color: #333333;
    padding: 20px;
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    overflow: auto;
    max-width: 750px;
}

.btn-see-more {
    background: #b65cf3;
    color: #fff;
    height: 39px;
    padding: 0px 10px;
    width: 150px;
    border-radius: 5px;
    font-weight: 600;
}

.user_manual_container h3 {
    font-weight: 900;
}

.user_manual_container ul {
    list-style: decimal-leading-zero;
    margin-left: 38px;
}

.user_manual_container ul > li {
    margin-bottom: 15px;
}

.user_manual_container h4 {
    font-weight: 600;
}

header.header-app {
    /* padding: 10px 0px; */
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    background: #f9fafb;
    z-index: 999;
    border-bottom: 1px solid #1e40af;
}

.user-name {
    font-weight: 500;
    color: #4a5568; /* Dark Gray for the user's name */
    margin-left: 0.5rem;
}

.user-container {
    display: flex;
    align-items: center;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0.5rem;
}
.menu-client{
    font-weight: 600;
}

.menu-client.active{
    color: #1e40af;
    /* border: 1px solid #1e40af; */
}

.desktop-menu a{
    font-weight: 700 !important; 
}

@media (prefers-color-scheme: dark) {
    /* .features-label {
        color: #ffffff;
    }
    .user_manual_container {
        color: #ffffff;
    } */
    input[type="date"]::-webkit-calendar-picker-indicator {
        filter: invert(100%);
    }
    header.header-app {
        /* background: #000000; */
    }    
}

@media (max-width: 1024px) {
    #carousel-reviews .f-carousel__slide {
        width: calc(100% / 2);
    }
}

@media (max-width: 768px) {
    #carousel-reviews .f-carousel__slide {
        width: calc(100% / 1);
    }
}


.pro-badge {
    font-weight: bold;
    color: rgba(255, 251, 0, 0.7);
    padding: 0.2rem 0.5rem;
    text-transform: uppercase;
    font-weight: bold !important;
    background: -webkit-linear-gradient(rgba(255, 51, 0, 0.7), #1e40af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  

@media (min-width: 640px) { 
    .desktop-menu{
        display: none;
    }
 }



