body {
height: 1076px;
width: 1912px;
}

.bd-aside .btn::before {
    content: none !important;
}

.bd-aside .btn {
    color: #fff !important;
}

.btn-primary:hover {
    color: #0d6efd !important;
}

.show {
    max-height: 1100px;
    transition: max-height 1s ease-out;
    -webkit-transition: max-height 1s ease-out;
    -moz-transition: max-height 1s ease-out;
    overflow: hidden;
}

.hide {
    transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    max-height: 0;
    overflow: hidden;
}

.result {
    background-color: #5dc52d;
    border-color: #5dc52d;;
}

.event-title {
    color: #993042 !important;
}

header {
    background-color: #fff !important;
}
.sticky-xl-top {
    top: 60px;
}

.switch_snodi {
    position: absolute;
    bottom: 10px;
}

.bg-pink {
    /* border-top: 6px solid #7a2636; */
    /* border-bottom: 6px solid #7a2636; */
    background-image: url('/images/bg_choose_senza_bordo.jpg')
}