﻿
@media (max-width: 991px) { .modal.in .modal-dialog {    top: 0%;    transform: none !important;   } } 

a h3:hover, a h5:hover {
  color: #009999 !important;
}

.mfp-figure:after {
    box-shadow: none;
    background: transparent;
}

.mfp-close-btn-in .mfp-close {
    color: #fdfffc;
    width: 40px !important;
    height: 40px !important;
    background: red;
    line-height: 40px;
    text-align: center !important;
    padding-right: 0 !important;
    border-radius: 50%;
}

.mfp-arrow.mfp-arrow-left {
    left: 10%;
}
.mfp-arrow.mfp-arrow-right {
    right: 10%;
}

.mfp-arrow.mfp-arrow-left:after {
  border-right: 17px solid yellow;
}

.mfp-arrow.mfp-arrow-right:after {
  border-left: 17px solid yellow;
}

.text-verde {
    color: #009999;
}

.contur {
    border:1px solid red;
}

img .contur {
    padding: 10px;
}

.display-5 {
    font-size: 24px;
    font-weight: 200;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.card-rounded {
    border-radius:10px;
}

.text-rosu {
    color: #a91628;
}

.text-albastru {
    color: #303f9f;
}

.li-raport {
    line-height: 1.1;
}

.li-hand:hover {
    cursor: pointer;
}


.color-verde {
    color: #009999;
}

.color-galben{
    color: yellow;
}
.color-portocaliu {
    color: #cc6633;
}
.font-playfair {
    font-family: 'Playfair Display';
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #cc6633;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.ratingStar {
    font-size: 0pt;
    width: 32px;
    height: 32px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}

.ratingStarSmall {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStarSmall {
    background-image: url(../images/FilledStarSmall.png);
}

.emptyRatingStarSmall {
    background-image: url(../images/EmptyStarSmall.png);
}

.savedRatingStarSmall {
    background-image: url(../images/SavedStarSmall.png);
}

.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
}

.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Alegreya Sans";
    font-size: 1rem;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

    .cookie-consent-button:hover {
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    }

    .cookie-consent-button:active {
        opacity: .5;
    }

    .cookie-consent-button.btn-success {
        background-color: #34a853;
        color: white;
    }

    .cookie-consent-button.btn-grayscale {
        background-color: #dfe1e5;
        color: black;
    }

    .cookie-consent-button.btn-outline {
        background-color: #e6f4ea;
        color: #34a853;
    }

.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .cookie-consent-options label {
        margin: 0 10px;
        font-size: 14px;
    }

    .cookie-consent-options input {
        margin-right: 5px;
    }