﻿/* css cookies */

.cookiespopup {
    /*width: 473px;*/
    /* float: right; */
    background: white;
    color: black;
    padding: 30px;
    /* margin-left: 20px; */
    /* border-radius: 10px; */
    position: fixed;
    /* top: 0; */
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    overflow: hidden;
    /* margin-bottom: 20px; */
    border: 1px solid;
}

.btncookies {
    width: 100%;
    border-radius: 5px;
    padding: 6px;
    color: #fff;
    background-color: #0a95ff;
    border-color: #0a95ff;
}

.btndefaultcookies {
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    color: white;
    /* background-color: white; */
    border-color: white;
    /* margin-top: 7px; */
    text-align: center;
}

.col-md-md2 {
    width: 12.666667% !important;
}

.btnwidth {
    min-width: 125px !important;
}

.pm{
    margin: 0px !important;
}