*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #FCFCFC;
}


.menu_header{
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
    padding: 10px;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 20px;
    position: relative;
    z-index: 10000;
}

.menu-logo{
    width: 200px;
    margin: 15px;
}

.menu_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
}

.menu_nav a{
    text-decoration: none;
    color: #FFF;
    font-size: 25px;
    padding: 10px 20px;
    background: #00009d;
    border-radius: 8px;
}

.controls-pdf{
    bottom: 20px !important;
    right: 20px !important;
    top: auto;
}

.v2_logo{
    width: 300px;
    margin: 15px 0;
    display: block;
}

.v2_wrapper{
    min-height: 100vh;
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center center fixed;
}

.btn-primary{
    background-color: #00aee5;
    border-color: #00aee5;
}

.menu_iframe{
    width: 100%;
    height: 100vh;
}

.back-button{
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10000;
}


.card{
    margin-bottom: 25px;
    position: relative;
}

.card-body{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    visibility: hidden;
    transition: all 0.5s ease;
}

.card:hover .card-body{
    visibility: visible;
}

.qr-main{
    width: 200px;
    display: block;
    margin: 10px auto 25px auto;
}

.qr-title{
    text-align: center;
}