:root {
    --primary: #0391df;
    --secondary: #0e4d92;
    --accent: #fd6a02;
    --black: #3a3b3c;
    --white: #ffffff;
    --grey:  #4f4f4f;
}

/* Button */
.button-layout {
    background-color: #fd6a02;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    transition: all .3s ease;
}

.button-layout:hover {
    filter: brightness(.90);
    color: #ffffff !important;
}

.button-whatsapp {
    cursor: default;
}

.fab-container {
    z-index: 100;
    position: fixed;
    bottom: 16px;
    right: 24px;
}

.fab-container img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}
/* End Button */


/* Navbar */
.navbar-dropdown-item {
    transition: all 250ms ease;
    padding-top: 16px;
    padding-bottom: 16px;
}

.navbar-dropdown-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.navbar-dropdown-item:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.navbar-dropdown-item:hover {
    background: #c4c4c4;
}

.navbar-link {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 1rem;
    font-weight: 400 !important;
}

.navbar,
.navbar-marketing.bg-transparent.navbar-light {
    background-color: #0391df !important;
}

.navbar-btn-login {
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    transition: all 250ms ease;
}

.navbar-btn-login:hover {
    background-color: #fd6a02;
    border: 1px solid #fd6a02;
    color: #ffffff;
}

.navbar-ahlinyaweb.bg-transparent.navbar-light {
    background-color: #3576f6 !important;
    opacity: 1;
    transition: all 500ms;
    visibility: visible;
}

.navbar-ahlinyaweb.bg-transparent.navbar-light.navbar-scrolled {
    opacity: 0;
    transition: all 500ms;
    visibility: hidden;
}

.navbar-scrolled .nav-link {
    color: white !important;
}

.navbar-scrolled .navbar-brand {
    color: white !important;
}

.navbar-scrolled .navbar-toggler {
    color: white;
    border-color: white;
}

.navbar-ahlinyaweb.navbar-scrolled a.text-black:hover,
.navbar-ahlinyaweb.navbar-scrolled a.text-black:focus {
    color: white !important;
}
/* End Navbar */


/* Footer */
.footer-link {
    font: 16px 'Roboto', sans-serif;
    text-decoration-line: none;
}

.footer-link:hover {
    text-decoration: none;
}

.footer-social-container .footer-social-icon {
    font-size: 2rem;
    margin-right: 16px;
}
/* End Footer */


/* Modal Rating  */
.rate {
    float: left;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: "★ ";
}
.rate > input:checked ~ label {
    color: #0e4d92;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #1261b6;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #1575db;
}
/* End Modal Rating */


/* Videos Modal */
#videosModal iframe {
    height: 60vh;
    width: 80%;
}
/* End Videos Modal */


/* Assistance Modal */
#assistanceModal iframe {
    height: 65vh;
    width: 80%;
}

#assistanceIcon {
    width: 60px;
    height: 60px;
    background-color: white;
    transition: all 500ms;
    cursor: pointer;
}

#assistanceIcon i {
    color: #0e4d92;
    transition: all 500ms;
}

#assistanceIcon.assistance-icon-scrolled {
    background-color: #0e4d92;
    transition: all 500ms;
}

#assistanceIcon.assistance-icon-scrolled i {
    color: white;
    transition: all 500ms;
}
/* End Assistance Modal */


@media (max-width: 767.98px) {

    /* Navbar */
    .navbar-ahlinyaweb.bg-transparent.navbar-light.navbar-scrolled {
        opacity: 1;
        visibility: visible;
    }
    /* End Navbar */

    /* Button */
    .fab-container {
        right: 8px;
    }
    /* End Button */

    /* Assistance Modal */
    #assistanceModal iframe {
        height: 35vh;
        width: 100%;
    }

    #assistanceModal .modal-body button {
        width: 100%;
    }

    #assistanceModal .link-faq {
        width: 100% !important;
        display: block;
    }

    #assistanceIcon,
    .fab-container img {
        width: 50px;
        height: 50px;
    }

    #assistanceIcon i {
        font-size: 1.5rem;
    }
    /* End Assistance Modal */

    /* Videos Modal */
    #videosModal iframe {
        height: 35vh;
        width: 100%;
    }
    /* EndVideos Modal */
}

@media (max-width: 991.98px) {

    #layoutDefault,
    #layoutDefault_footer {
        overflow-x: hidden !important;
    }

}
