/* Override base styles */
.cms-icon-logo:before, div.cms .cms-toolbar-item-logo a:before {
    display: none !important;
}

.cms-welcome .cms-welcome-logo, .cms-welcome .cms-welcome-logo:focus, .cms-welcome .cms-welcome-logo:hover {
    background-image: none;
    width: 300px;
}

div.cms .cms-toolbar-item-logo a {
    line-height: 38px;
}

/* Styles for google lang toolbar */
.skiptranslate iframe {
    width: 0;
    height: 0;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.goog-te-gadget-simple img {
    display: none;
}

.goog-te-menu-value {
    padding: 0 !important;
}

.goog-te-menu-value span {
    margin: 0 2px;
}


#easyweb4ucarousel_form .fieldBox {
    border-top: none !important;
}

/*.container-fluid {*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/

.opac-0 {
    opacity: 0;
}

.opac-1 {
    opacity: 1;
}

/* Fix style due to <script|style data-cms> injected */
script, style, link[rel="stylesheet"] {
    width: 0;
    height: 0;
}

/* Custom style */
.bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.inline-YTPlayer {
    width: 100% !important;
    max-width: 100% !important;
}

.navbar .navbar-brand {
    text-decoration: none;
}

.navbar .navbar-brand p {
    margin-bottom: 0;
}

[class^="bi-"]::before, [class*=" bi-"]::before {
    line-height: 1.2em;
}

.w4u-anim {
    visibility: hidden;
}

.no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.no-gutters .row {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters .col {
    padding-left: 0;
    padding-right: 0;
}

#w4uHeader, .navbar {
    z-index: 100;
}

#w4uContent {
    z-index: 98;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
}

/* Bootstrap added styles */
.w-5 { width: 5%!important; }
.w-10 { width: 10%!important; }
.w-15 { width: 15%!important; }
.w-20 { width: 20%!important; }
.w-30 { width: 30%!important; }
.w-35 { width: 35%!important; }
.w-40 { width: 40%!important; }
.w-45 { width: 45%!important; }
.w-55 { width: 55%!important; }
.w-60 { width: 60%!important; }
.w-65 { width: 65%!important; }
.w-70 { width: 70%!important; }
.w-80 { width: 80%!important; }
.w-85 { width: 85%!important; }
.w-90 { width: 90%!important; }
.w-95 { width: 95%!important; }

.navbar .dropdown-menu {
    border-radius: 0;
    background-color: inherit;
    margin-top: 0.5em;
    border: none;
}

.navbar .dropdown-menu a:hover {
    background-color: inherit;
}

.navbar li.active a {
    border-bottom: 2px solid;
}

.cms-dragitem-success {
    border: 2px solid #ff00ea!important
}
