﻿
div#clock {
    color: beige;
    padding: 3px 3px 2px 4px;
    font-size: 16px;
    /* font-family: 'Roboto'; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#PopUpContent {
    overflow: auto;
    max-height: 300px !important;
}

a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important
}

.img-fluid {
    height: 170px;
}

.goog-logo-link {
    display: none !important;
}

#header .logo img {
    max-height: 40px !important;
}

.goog-te-gadget {
    color: transparent !important;
}

    .goog-te-gadget .goog-te-combo {
        color: blue !important;
    }

.goog-te-banner-frame {
    display: none !important;
}

select.goog-te-combo {
    border: navajowhite;
    background: #3fbbc0;
    color: #fff !important;
    padding: 8px 7px 5px 11px;
    float: right !important;
    position: absolute;
    right: 8px;
    top: 16px;
    width: 140px !important;
}

    select.goog-te-combo option {
        color: #fff !important;
    }

.goog-te-gadget .goog-te-combo {
    color: #fff !important;
}

.ui-dialog-titlebar-close {
    background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -95px -126px rgba(0, 0, 0, 0);
    border: medium none;
}

    .ui-dialog-titlebar-close:hover {
        background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -95px -126px rgba(0, 0, 0, 0);
    }

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
    z-index: 999 !important;
}

.container.d-flex.align-items-center img {
    max-height: 80px;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    color: #FFF !important;
    background: #009688 !important;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#heroCarousel:hover .carousel-control-prev,
#heroCarousel:hover .carousel-control-next {
    opacity: 1;
    transform: scale(1.1); /* Slight scaling to highlight */
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Darken the arrow background */
    border-radius: 50%;
    padding: 10px;
    transition: background-color 0.3s ease;
}

#heroCarousel:hover .carousel-control-prev-icon,
#heroCarousel:hover .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.8); /* Highlighted background */
}
