.av-alert-placeholder-div{
    height: 450px;
}

.av-alert-title{
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}

.av-alerts-form .ag-cell{
    line-height: 20px;
    padding: 10px;
    margin: 0;
}

.av-alert-grid-item-wide{
    width: 300px;
}

.av-alert-grid-item{
    /*width: 140px;*/
}

.av-alert-grid-title{
    font-size: 0.7rem !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #838383 !important;
    margin: 0;
}

.av-alert-grid-text{
    font-size: 1rem;
    margin: 0;
}

.av-alerts-form .accordion-button:not(.collapsed){
    background-color: inherit !important;
}

.av-alerts-form .accordion-button{
    background-color: inherit !important;
    box-shadow: none !important;
}

.av-alerts-form .accordion-body{
    overflow-y: auto;
    max-height: 270px;
}

.av-alert-locations-map{
    width: 100%;
    height: 270px;
}

.av-alerts-list-f3{
    height: 210px;
}

.av-alerts-list-f2{
    height: 250px;
}

.av-alerts-list-f1{
    height: 290px;
}

.av-alerts-list-f0{
    height: 330px;
}

.av-alerts-list-compact-f3{
    height: 365px;
}

.av-alerts-list-compact-f2{
    height: 405px;
}

.av-alerts-list-compact-f1{
    height: 445px;
}

.av-alerts-list-compact-f0{
    height: 485px;
}

.av-alerts-form-compact{
    position: relative;
}

.av-right-col{
    display: flex;
}

.av-right-col-compact{
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    padding: 0 12px;
}

.av-right-col-compact-hidden{
    /* This class is used to hide the right column in compact mode for small screens */
    display: none;
}

.av-right-col>.av-right-col-btn{
    display: none;
}

.av-right-col-compact>.av-right-col-btn{
    display: block;
}

@media (min-width: 768px){

    .av-right-col-btn{
        display: none !important;
    }

    .av-right-col-compact-hidden{
        /* This class is used to show the right column in compact mode for larger screens */
        display: flex !important;
    }

    .av-right-col-compact{
        position: relative !important;
        top: auto !important;
        left: auto !important;
        padding: 0 !important;
    }

    .av-alert-placeholder-div{
        height: 450px;
    }

    .av-alerts-form .accordion-body{
        max-height: 325px;
    }

    .av-alert-locations-map{
        height: 325px;
    }

    .av-alerts-list-f3{
        height: 353px !important;
    }

    .av-alerts-list-f2{
        height: 400px !important;
    }

    .av-alerts-list-f1{
        height: 445px !important;
    }

    .av-alerts-list-f0{
        height: 485px !important;
    }

    .av-alerts-list-compact-f3{
        height: 353px !important;
    }

    .av-alerts-list-compact-f2{
        height: 400px !important;
    }

    .av-alerts-list-compact-f1{
        height: 445px !important;
    }

    .av-alerts-list-compact-f0{
        height: 485px !important;
    }

}

div:has(> .av-alert-locations-map){
    margin: 0;
    padding: 0;
}

.av-alert-locations-map .maplibregl-canvas,
.av-alert-locations-map .main-svg,
.av-alert-locations-map .gl-container{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
