﻿
.failMessage {
    background: rgba(0,60,136,.3);
    color: #eee;
    font-size: 10px;
    text-align: center;
    width: 350px;
    height: 100px;
    border-radius: 10px;
    padding-top: 10px
}

/*.popover-body {
    min-width: 276px;
}*/

.ol-aemetPopup {
    display: none;
    position: absolute;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    border-radius: 15px;
    bottom: 12px;
    left: -50px;
    min-width: auto;
    height: auto;
    z-index: 100;
}

.ol-aemetPopup-closer {
    text-decoration: none;
    position: absolute;
    right: 8px;
}


.ol-aemetPopup-closer-firefox {
    text-decoration: none;
    position: absolute;
    right: -14px;
}

/*.ol-aemetPopup-closer-firefox:after {
      content: "✖";
      color: red;
}

.ol-aemetPopup-closer:after {
    content: "✖";
    color: red;
}*/
#aemetPopup-closer:after {
    content: "✖";
    color: red;
    top: 1px;
}


.AEMet {
    width: 120px;
    height: 45px;
    background: #ffffff;
    border-radius: 15px;
    position: fixed;
    bottom: 35px;
    right: 20px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
    padding: 5px;
    outline: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}

.activateAEMet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6eb005;
    padding: 1px;
}

.paddingAEMet {
    background-color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid rgb(184, 207, 216);
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 5px;
    margin-left: 2px;
}

.btnAvisosAemet {
    width: 87px;
    height: 45px;
}

.avisoAEMet {
    position: fixed;
    display: flex;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #0065ad;
    padding: 1.5px;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
}

.iconRSSAemet {
    width: 17px;
    height: 17px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
}

.avisoAEMetText {
    text-align: center;
}

#infoAemet {
    position: absolute;
    z-index: 100;
    transform: translateX(3%);
    visibility: hidden;
    pointer-events: none;
    background-color: white;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    width: 300px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.alert-card {
    margin-top: 5px;
}

.regionAEMet {    
    color: #0073e6;
    margin: 0 0 12px;
}

.alertAEMet {
    display: flex;
    align-items: flex-start;
}

.iconAEMet img {
    width: 15px;
    height: 15px;
    margin-right: 12px;    
    border-radius: 4px;
    padding: 4px;
    background-color: white;    
}

.alertInfoAEMet {
    flex: 1;
}

.alertTypeAEMet {
    font-size: 16px;
    color: #444;
    margin: 0;
}

.riskAEMet {
    font-size: 14px;    
    margin: 4px 0;
}

.dateAEMet, .detailsAEMet {
    font-size: 12px;
    color: #666;
    margin: 2px 0;
}