.footer-news{
    position: absolute;
    bottom: 5px;
    max-width: 300px;
    max-height: 60px;
    right: 0;
}



.modal .modal-content{
    background: #191c24;
}

.modal .modal-content .modal-header .modal-close-btn{
    background: transparent;
    border: none;
    color: red;
    font-size: 2rem;
    padding: 0;
    padding-right: 10px;
}

.form-group .form-label{
    color: #fff;
}

.expand-card{
    display: none;
}

.expand .expand-card{
    display: block;
}

.bg-secondary_v2{
   background-color: #17181c !important;
}

.dropzone {
    border: 0.2rem dashed #6583fe;
    padding: 2rem;
    border-radius: 0.25rem;
    background-color: #fff;
    text-align: center;
    font-size: 1.5rem;
    transition: 0.25s background-color ease-in-out;
    cursor: pointer;
    width: 25%;
}
.dropzone-dragging, .dropzone:hover {
    background-color: #f3f5ff;
}
.dropzone-icon {
    max-width: 75px;
    display: block;
    margin: 0 auto 1.5rem;
}
.dropzone-input {
    display: none;
}

.footer-news{
    position: fixed;
    bottom: 5px;
    max-width: 250px;
    max-height: 60px;
    left: 0;
    z-index: 999;
    right: unset;
}

.content{
    margin-bottom: 100px;
}

.back-to-top{
    right: 43%;
}



@media (min-width: 768.01px) {
    .event_img{
        width: 8vw;
    }
    .event_img_container{
        height: 100%;
        min-height: 200px;
        border-right: 3px solid #000;
    }
    .logo_img{
        width: 9vw;
    }
}

@media (max-width: 768px) {
    .event_img{
        width: 30vw;
    }
    .event_img_container{
        height: 100%;
        min-height: 200px;

    }
    .logo_img{
        width: 30vw;
    }
}

.range_span{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 0.8rem;
}

.new_event{
    position: absolute;
    right: 0px;
    top: -7px;
}
@media (min-width: 768.01px) {
.content-export{
    width: 80vw;
    margin-left: 10vw
}
}
@media (max-width: 768px) {
    .content-export{
        width: 94vw;
        margin-left: 3vw
    }
}

.form-floating>label{
    color: #fff;
}

.form-floating>.form-control, .form-floating>.form-select{
    color: #fff;
}