/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Apr 2021, 2:10:39 PM
    Author     : W5103002
*/

.cookie-bar {
    overflow: auto;
    position: fixed;
    bottom: 3%;
    width: 70%;
    right: 15%;
}

.modal-backdrop {
    display: none;
}

.modal {
    bottom: initial !important;
}

body.modal-open {
    overflow: visible;
}