@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
            font-size: 18px !important;
              font-family: "Roboto", sans-serif !important;

        }
.custom-pills {
    margin: 10px;
    border-radius: 20px;
    background: repeating-linear-gradient(45deg, #257ea8, transparent 100px);
    color: black;
}
        .welcome-banner {
    background: url(/wp-content/themes/lyfpro-child/assets/img/bg.png);
    padding: 150px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
img.welcome-post {
    border-radius: 15px;
    box-shadow: 1px 1px 8px 1px;
    margin: 20px;
}
.user-navlink {
    font-size: 20px;
    font-weight: 700;
}
.wrapper {
    margin-top: -100px;
    padding-bottom: 100px;
}
.btn-custom {
    background: #257ea8;
    color: white;
    margin:15px;
    border-radius:10px !important;
}
.custom-pills {
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
    background: repeating-linear-gradient(15deg, #4361ee, #425eea 96px);
    color: black;
}
.custom-pills.active {
    box-shadow: 1px 1px 10px 4px #00000082;
    color:white;
}
.custom-pills:hover{
        box-shadow: 1px 1px 5px 1px #00000082;
    color:white;

}
.user-menu {
    margin-top: -100px;
}
.custom-pills.disabled {
    background: #035881;
    color: white !important;
}
button[disabled] {
    cursor: default;
    background: #1786be;
    color: #832323;
}

