/* 
 Created on : 06 Apr 2021, 12:13:29 PM
 Author     : W5103002
*/
.cookie-bar {
    overflow: auto;
    position: fixed;
    bottom: 3%;
    width: 50%;
    right: 25%;
    transition: 1s ease;
}

/*        .modal-backdrop {
            display: none;
        }*/
.modal {
    bottom: initial !important;
    opacity: 0;
}

body.modal-open {
    overflow: visible;
}