.gdpr-geopopup-curtain {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.0;
    z-index: 999999999;
    transition: opacity 0.5s;
}

.gdpr-geopopup-wrap {
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 630px;
    max-width: 100%;
    height: auto;
    z-index: 9999999999;
    background: #fff;
    padding: 30px;
    border-radius: 0px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    line-height: 24px;
    opacity: 0;
    transition: opacity 0.5s;
}

.gdpr-geopopup-wrap-inner {
    background: #fff;
    width: 100%;
    height: 100%;
    /*padding: 30px;*/
    border-radius: 5px;
    position: relative;
    color: #000;
}

.gdpr-geopopup-wrap h2 {
    text-align: center;
    font-weight: 900;
    margin:0px 0 20px 0;
    font-size: 48px;
}

.gdpr-geopopup-wrap input {
    background: #fff !important;
    border: 1px solid #c5c5c5 !important;
    border-radius: 5px !important;
    display: block !important;
    padding: 0.7em !important;
    width: 100% !important;
    line-height: 40px !important;
    font-size: 18px !important;
    height: 40px !important;
    margin: 0 0 10px !important;
    color: rgba(50, 50, 50, 0.89);
}

.gdpr-geopopup-wrap textarea {
    background: #fff !important;
    border: 1px solid !important;
    border-radius: 5px !important;
    display: block !important;
    padding: 0.7em !important;
    width: 100% !important;
    line-height: 27px !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.gdpr-geopopup-wrap a {
    text-decoration: underline;
}

.gdpr-geopopup-close-popup {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -20px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    background: #5f5f5f;
    border: 2px solid #fff;
    border-radius: 100%;
}

.gdpr-geopopup-wrap button {
    background-color: #222;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    line-height: 1;
    padding: 0.5em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 32px;
}

.gdpr-geopopup-checkboxwrap {
    display: block;
    float: left;
    margin-right: 20px;
}

.gdpr-geopopup-infotextwrap {
    float: left;
    width: calc(100% - 60px);
}

.gdprclearfix {
    clear: both;
}

.gdpr-geopopup-moreinfowrap {
    margin: 30px 0;
    font-size: 14px;
    line-height: 18px;
}

.gdpr-geopopup-checkboxwrap input {
    display: inline;
    width: auto;
    background: #fff;
    color: #3a3a3a;
}

.gdpr-geopopup-checkboxwrap input[type='checkbox'] {
    opacity: 0;
    z-index: -1;
    display: inline !important;
    height: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    padding: 0 !important;
}

.gdpr-geopopup-checkboxwrap input[type='checkbox'] + label {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    margin: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid #fff;
    cursor: pointer;
}

/*-------------------
  #gdpr-geopopup-checkbox-s style
  ------------------*/
.gdpr-geopopup-checkboxwrap input[type='checkbox']#gdpr-geopopup-checkbox-s + label {
    border: 1px solid #3a3a3a;
    border-radius: 3px;
    display: inline-block;
    vertical-align: sub;
    background: #fff;
}

.gdpr-geopopup-checkboxwrap input[type='checkbox']#gdpr-geopopup-checkbox-s + label:before {
    content: '';
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto;
    background: transparent;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

.gdpr-geopopup-checkboxwrap input[type='checkbox']#gdpr-geopopup-checkbox-s:checked + label:before {
    background: #0e9c10;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.gdpr-geopopup-tosformwrap {
    display: none;
}

.gdpr-geopopup-validation-errors {
    background: #fff;
}

.gdpr-geopopup-validation-errors p {
    color: #FF0000;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 0;
}

.gdpr-geopopup-validation-errors p:last-child {
    margin-bottom: 20px;
}

#gdpr-geopopup-logo {
    margin: 20px 0 0;
    text-align: center;
}

#gdpr-geopopup-logo img {
    max-width: 300px;
    max-height: 100px;
    display: inline-block;
}

.gdpr-geopopup-form-element {
    position: relative;
    margin-bottom: 10px;
}

.gdpr-geopopup-label-info {
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    width: 85px;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: inline;
    border-radius: 5px 0 0 5px;
}

.gdpr-geopopup-form-element input {
    padding: 0.7em 0.7em 0.7em 95px !important;
}

.gdpr-geopopup-exclamation {
    width: 64px;
    height: 64px;
    background: #0e9c10;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -32px;
    margin-left: -32px;
    border-radius: 100%;
    border: 5px solid #fff;
}

.gdpr-geopopup-exclamation img {
    max-width: 100%;
}

.gdpr-geopopup-wrap small {
    font-size: 11px;
    line-height: 15px;
    display: block;
    margin: 10px 0;
}