@font-face
{
    font-family:Montserrat;
    src:url(../css/fonts/Montserrat-Light.02afb26fe72fcc052988.ttf) format("truetype");
    font-weight:300
}

@font-face
{
    font-family:Montserrat;
    src:url(../css/fonts/Montserrat-Regular.3cd786652b8a2e9d41f2.ttf) format("truetype");
    font-weight:400
}

@font-face
{
    font-family:Montserrat;
    src:url(../css/fonts/Montserrat-Medium.e2d60bc49517598c0ce8.ttf) format("truetype");
    font-weight:500
}

@font-face
{
    font-family:Montserrat;
    src:url(../css/fonts/Montserrat-SemiBold.fa8441f345d83a0bc4ec.ttf) format("truetype");
    font-weight:700
}

@font-face {
    font-family: 'League Spartan';
    src: local('League Spartan'),
        url('../css/fonts/LeagueSpartan-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'League Spartan';
    src: local('League Spartan'),
        url('../css/fonts/LeagueSpartan-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

*, :after, :before {
    box-sizing: border-box;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

html
{
    margin:0px;
    padding:0px;
}

body
{
    margin:0px;
    padding:0px;
    font-family: 'Nunito';
    font-size:14px;
    font-weight:300;
    background-color:#ffffff;
    height:100%;
}

div.back
{
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width: auto;
    height:auto;
    z-index:1;
}

div.backimage
{
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width: auto;
    height:auto;
    z-index:0;
}

.bodybackgroundimage
{
	position:fixed; left:0px; top:0px; right:0px; bottom:0px; width:auto; height:auto; z-index:-2; 
	background-size:cover; background-repeat:no-repeat; background-position: center center;
}

.bodybackgroundcolor
{
	position:fixed; left:0px; top:0px; right:0px; bottom:0px; width:auto; height:auto; z-index:-1; 
	/*backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);*/
}

#banner_share_top
{
    background-color:rgba(255,255,255,0.9); 
    margin-left:0px; 
    margin-right:0px; 
    padding:10px 15px 18px 15px; 
    border:0px solid #eeeeee; 
    border-radius: 0px; 
    margin-bottom:0px;
	
	backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

#loading
{
    display:none;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:19;
    background-color:rgba(0,0,0,0.7);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    /*background-image:url(../img/loading.gif);*/
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.scroll_down
{
    width:35px;
    height:35px;
    position: fixed;
    z-index:2;
    right:20px;
    bottom:20px;
    display: none;
}

.blur
{
    filter: blur(4px);   
}

#panel
{
    display:block;
    position:fixed;
    top:150%;
    bottom:0px;
    left:50%;
    margin-left:-250px;
    right:auto;
    height:auto;
    width:500px;
    z-index:20;
    padding:15px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius: 30px 30px 0px 0px; 
    
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

    #panel_content
    {
        width:500px;
        height:auto;
        position:relative;
        left:50%;
        margin-left:-250px;
        top:0px;
        padding:35px 0px 45px 0px;
        line-height:24px;
        z-index:2;
        padding-bottom:130px;
        overflow-x: hidden;
    }

    .close_panel
    {
        width:auto;
        left:0px;
        right:0px;
        bottom:60px;
        height:auto;
        position:relative;
        text-align: center;
    }

.container
{
    width:500px;
    height:auto;
    position:relative;
    left:50%;
    margin-left:-250px;
    top:0px;
    padding:18px 0px 15px 0px;
    line-height:24px;
    z-index:2;
    padding-bottom:280px;
    overflow-x: hidden;
    color: #173753;
}

    .share
    {
        line-height:20px;
    }

    .header
    {
        display:none !important;
        position:fixed;
        height:60px;
        width:auto;
        left:0px;
        right:0px;
        top:0px;
        background:none;
        background-color: rgba(238,242,241,0.9);
        border-bottom:0px solid #e1e1e1;
        z-index:10;
        padding:5px 0px 5px 0px;     
        border-radius:0px 0px 30px 30px;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    .user
    {
        display:block;
        position:absolute;
        width:45px;
        height:45px;
        border-radius: 50%;
        background-image:url(../img/nouser.png);
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        left:50%;
        margin-left:190px;
        top:12px;
        cursor:pointer;
        
        width:35px;
        height:35px;
    }

        .user.known
        {
            background-image:url(../lib/avatar.php);
        }

    li .user
    {
        left:15px;
        margin-left:0px;
    }

    .avatar_profile
    {
        display:block;
        position:relative;
        width:70px;
        height:70px;
        border-radius: 50%;
        background-image:url(../lib/avatar.php);
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        left:50%;
        margin-left:-60px;
        cursor:pointer;
        margin-bottom:20px;
        z-index:3;
    }

    .registrant_avatar
    {
        display:block;
        position:relative;
        width:40px;
        height:40px;
        border-radius: 50%;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        cursor:pointer;
		border:1px solid #dddddd;
    }

    .avatar_profile_upload
    {
        display:block;
        position:absolute;
        width:70px;
        height:70px;
        border-radius: 50%;
        background-color:#ffffff;
        background-image:url(../img/uploadpicture.png);
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        left:50%;
        margin-left:-3px;
        cursor:pointer;
        margin-top:-90px;
        z-index:4;
    }

    .logo
    {
        width:35px;
        height:auto;
        position:relative;
        left:50%;
        margin-left:-250px;
        top:13px;
        cursor:pointer;
    }

    .splash
    {
        display:block;
        right: 50%;
        margin-right:-170px;
        text-align: right;
        font-size:14px;
        font-weight:bold;
        position:absolute;
        top:17px;
        color:#173753;
        font-family: "Nunito";
    }

    .alert
    {
        width:100%;
        padding:10px 20px 10px 20px;

        border-radius: 25px;
        border:0px solid #e1e1e1;

        color: #173753;
        background-color: #ffffff;
        font-size:14px;
        
        /*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);*/
    }

    .small-text-size
    {
        font-size:11px;
        line-height:15px;
    }

    .alert-normal 
    {
        color: #173753;
        background-color: #ffffff;
        border-color: #e1e1e1;
    }

    .alert-warning 
    {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }

    .alert-error 
    {
        color: #dd0000;
        background-color: #FFDCDD;
        border-color: #EA8183;
    }

    .alert-success
    {
        color: #000000;
        background-color: #edf3eb;
        border: 0px solid #dbe0d6;
    }

    .alert-default
    {
        color: #000000;
        background-color: #ffffff;
        border: 0px solid #eeeeee;
        text-align: left;
    }

    .alert-important
    {
        color: #ffffff;
        background-color: #173753;
        border: 0px solid #173753;
        text-align: left;
    }

    .shareblock
    {
        position: relative;
        margin-top:80px;
        margin-left:-5px;
        margin-right:-5px;
        margin-bottom:-20px;
        width:auto;
        padding:0px;
        z-index:2;
        min-height:140px;

        border-radius: 0px 0px 20px 20px;
        border:0px solid #e1e1e1;

        color: #000000;
        background-color: #ffffff;
        /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);*/
    }

        .shareblock .label
        {
            color: inherit;
        }

    .shareblock .banner_table
    {
        min-height:140px;
    }

    #banner_share_top
    {
        /* margin-left: -20px; */
        /* margin-right: -20px; */
        background-color: rgba(255,255,255,1);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        
        /*padding: 20px 20px 30px 20px;*/
        border: 0px solid #eeeeee;
        border-radius: 0px;
        /* padding-bottom: 30px; */
        margin-bottom: 0px;
        position: fixed;
        top: 00px;
        left: 0px;
        right: 0px;
        width: auto;
        z-index: 4;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
        
        border-radius: 0px 0px 0px 0px;
        
        position: fixed;
        z-index: 4;
        right: 0px;
        left: 0px;
        top: 0px;        
        padding: 10px 20px 18px 20px;
    }

    .registration_block
    {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin-left:-5px;
        margin-right:-5px;
        margin-bottom:0px;
        background-color:#ffffff; 
        border-radius: 0px;
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); 
    }

    /*.registration_block.left
    {
        margin-left:-20px;
        border-radius: 0px 20px 20px 0px;
    }

    .registration_block.right
    {
        margin-right:-20px;
        border-radius: 20px 0px 0px 20px;
    }*/

    .clickable
    {
        cursor:pointer;
    }

    .info
    {
        width:100%;
        padding:16px;

        border-radius: 10px;
        border-size:1px solid #ebf0f3;

        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }
    
    #response_message
    {
        display:none;
        width:100%;
    }

    .response_message
    {
        display:none;
        width:100%;
    }

    #response_message_avatar
    {
        display:none;
        width:100%;
    }

.bottom_bar
{
    display:block;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:auto;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.0);
    background-color: #ffffff;
    z-index:10;
    padding:20px;
    padding-top:10px;
}

    .bottom_bar #response_message
    {
        margin-bottom:10px;
    }

h1
{
    font-size:20px;  
    color:#173753;
    text-align: left;
    margin:0px;
    padding:0px;
    padding-bottom:6px;
    padding-left:0px;
    padding-right:0px;
    font-family: 'League Spartan';
}

h2
{
    font-size:16px;  
    color:#173753;
    text-align: left;
    margin:0px;
    padding:0px;
    padding-bottom:10px;
    padding-left:0px;
    padding-right:0px;
    font-family: 'League Spartan';
}

.gold
{
   position: relative;
   transform: translate(-50%,-50%);
   top: 50%;
   left: 50%;
   background-image: linear-gradient(
	to right,
	#462523 0,
    #cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
   color:transparent;
   -webkit-background-clip:text;
    font-family: Nunito;
    font-size:14px;
    font-weight:600;
}

a
{
    cursor:pointer;   
}

span.label
{
    color:#828990;
    display:inline-block;
    width:90px;
}

.spacer
{
    width:100%;
    height:30px;
    margin:0px;
    padding:0px;
}

.spacer.h5
{
    height:5px;
}

.spacer.h15
{
    height:15px;
}

.spacer.h50
{
    height:50px;
}

button.default
{
    border-radius:15px;
    width:100%;
    align:center;
    color:#ffffff;
    padding:14px;
    border:0px;

    font-family: Nunito;
    font-size:14px;
    font-weight:600;
    
    cursor:pointer;
    
    background-color:#0e9ebd;
    /*background: linear-gradient(119deg, rgba(23,55,83,1.00) 0%, rgba(23,55,83,1.00) 70%, rgba(23,55,83,0.80) 81%, rgba(23,55,83,1.00) 81%, rgba(23,55,83,1.00) 100%);*/
}

button.blue
{
    background-color:#0e9ebd;
    /*background: linear-gradient(119deg, rgba(216,174,14,1.00) 0%, rgba(216,174,14,1.00) 70%, rgba(216,174,14,0.80) 81%, rgba(216,174,14,1.00) 81%, rgba(216,174,14,1.00) 100%);*/
}

.sticky_frame_off
{
    margin-top:10px;   
}

.sticky_frame .sticky
{
    position: absolute;
    bottom:20px;
    left:50%;
    margin-left: -235px;
    right:auto;
    width:470px !important;
    z-index:20 !important;
}

    .sticky_frame {
        height: 80px;
        width: auto;
        bottom: 60px;
        right: 0px;
        left:0px;
        position: fixed;
        z-index:10 !important;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0.5);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        border-radius:0px 0px 0px 0px;
    }

    .sticky_frame.nouser
    {
        /*bottom: -4px;*/
    }

.form
{
    padding-left:0px;
    padding-right:20px;
    margin-left:0px;
    margin-right:0px;
    background-color:transparent;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);*/
    padding:20px;
    border-radius: 0px 0px 20px 20px;
}

form input
{
    display:block;
    border:1px solid rgba(150,150,150,0.2);
    padding:10px;
    /*padding-top:8px;*/
    padding-left:16px;
    padding-right:16px;
    border-radius:15px;
    background-color:rgba(255,255,255,1);
    font-family: Nunito;
    color:#173753;
    font-size:14px;
    font-weight:300;
    width:100%;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);*/
    margin-bottom:3px;
    margin-top:3px;
    outline: none;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

div.share input
{
    border-radius: 15px;
    text-align:left;
}

form.settings input
{
    border-radius: 15px;
    text-align:right;
}

form select
{
    display:block;
    border:1px solid rgba(150,150,150,0.2);
    padding:10px;
    padding-top:8px;
    padding-left:16px;
    padding-right:16px;
    border-radius:15px;
    background-color:rgba(255,255,255,1);
    font-family: Nunito;
    color:#173753;
    font-size:14px;
    font-weight:300;
    width:100%;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);*/
    margin-bottom:5px;
    margin-top:5px;
    outline: none;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    form.settings select
    {
        text-align:right;
    }

input[type="file"]
{
    height:80px;
    margin-top:-95px;
    z-index:5;
    position:absolute;
    width:100%;
    opacity:0;
    cursor:pointer;
}

input:-webkit-autofill::first-line,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #333333 !important;
    font-family: Nunito !important;
    font-size:14px !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.3);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.3);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.3);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.3);
}

a:focus, button:focus {
    outline: none !important;
}

input:disabled {
    color: #cccccc !important;
    border:1px solid #dddddd !important;
    opacity: 1;
}

span.missing-error,
input.missing-error,
select.missing-error{
     background-color:#f5e2e2;
     border:1px solid #dd0000;
    
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


div.required
{
    position:absolute;           
    width:70px;
    right:35px;
    margin-top:16px;
    display:block;
    text-align:right;
    border:0px;
    padding:0px;
    border-radius:10px;
    background-color:transparent;
    color:#0da8c4;
    font-size:12px;
    font-weight:normal;
}

div.optional
{
    position:absolute;           
    width:70px;
    right:25px;
    margin-top:16px;
    display:block;
    text-align:center;
    border:0px;
    padding:0px;
    border-radius:10px;
    background-color:#eeeeee;
    color:#555555;
    font-size:12px;
    font-weight:normal;
}

form span.label
{
    display:block;
    color:#0da8c4; 
    font-size:11px; 
    font-weight:bold;
    padding-left:0px;
    margin:0px;
    width:100%;

    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

form span.sublabel
{
    font-size:16px; 
    color:#173753;
    margin-top:0px;
    display:block;
    padding-bottom:5px;
    padding-left:0px;
    width:100%;
    text-align: center;
    font-weight:normal;
    font-family: 'League Spartan';
}

    form span.sublabel a
    {
        color:#6DAEDB;
    }

    div.share span.label
    {
        display: block;
        right:40px;
        position:absolute;
        margin-top:-39px;
        width:auto;
        font-weight:normal;
        z-index:1;
        font-size:14px;
    }

    div.share tr.unchecked span.label
    {
        color:#dddddd;
    }

    div.share tr.unchecked input
    {
        color: #dddddd;
    } 

    form.profile span.label
    {
        display: block;
        right:50px;
        position:absolute;
        margin-top:15px;
        width:auto;
        font-weight:normal;
        z-index:1;
    }

    form.profile tr.unchecked span.label
    {
        color:#dddddd;
    }

    form.profile tr.unchecked input
    {
        color: #dddddd;
    } 

    form.settings span.label
    {
        display: block;
        left:30px;
        position:absolute;
        margin-top:15px;
        width:auto;
        font-weight:normal;
        z-index:1;
    }

.menu
{
    width:100%;
    text-align:center;
}

.menu table
{
    width:100%;
    list-style: none;
    margin:0px;
    padding:2px;
    font-size:14px;
    height:auto;
    border-radius:10px;
    background-color:#ebf0f3;
}
    .menu td
    {
        width:25%;
    }
     
    .menu td a
    {
        border-radius:10px;
        background-color:#ebf0f3;
        cursor:pointer;
        text-decoration:none;
        color:#173753;
        padding:6px;
        text-align:center;
        width:100%;
        display:inline-block;
        
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .menu td.active a
    {
        background-color:#ffffff;
        color:#0da8c4;
    }

    .menu td a:hover
    {
        background-color:#ffffff;
    }

    .menu a:hover
    {
        text-decoration: none;
        color:#0da8c4;
    }

.footer_menu
{
    display:block;
    position:fixed;
    bottom:-100px;
    left:0px;
    right:0px;
    height:65px;
    width:auto;
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
    border-top:1px solid #e1e1e1;
    z-index:10;
    padding:15px 0px 15px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
    
    .footer_menu ul
    {
        position:absolute;
        left:50%;
        width:500px;   
        display:table;
        margin:0px;
        padding:0px;
        margin-left:-250px;
    }

        .footer_menu ul li
        {
            width:20%;
            display:table-cell;
            text-align: center;
            color:#173753;
            border-left:0px;
            padding-top:10px;
            padding-bottom:10px;
            cursor:pointer;
            
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -kthtml-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .footer_menu ul li.dummy
        {
            display:none;    
        }

        .footer_menu ul li:first-child
        {
            border:0px;
        }

        .footer_menu ul li.active
        {
            /* color:#0da8c4; */
            background-color: rgba(255,255,255,0.2);
            border-radius: 20px;
        }

.footer
{
    width:100%;
    text-align:center;
    opacity: 0;
}

.footer ul
{
    width:100%;
    list-style: none;
    margin:0px;
    padding:0px;
    font-size:11px;
    height:0px;
}

     .footer ul li
    {
        display:inline-block;
        padding-left:7px;
        padding-right:7px;
        text-align:center;
        color:#828990;
    }

        .footer ul li a
        {
            text-decoration:none;
            color:#828990;
        }

        .footer ul li a:hover
        {
            text-decoration: underline;
            color:#0da8c4;
        }

    .round {
        position: relative;
        margin-top:-19px;
        margin-right:10px;
    }

    .round label {
        background-color: #fff;
        border: 1px solid #dddddd;
        border-radius: 10px 0px 0px 10px;
        cursor: pointer;
        height: 45px;
        left: 0;
        position: absolute;
        top: 0px;
        width: 52px;

        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .round label:after {
        border: 4px solid #333333;
        border-top: none;
        border-right: none;
        content: "";
        height: 10px;
        left: 16px;
        opacity: 0.2;
        position: absolute;
        top: 13px;
        transform: rotate(-45deg);
        width: 18px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

    .round input[type="checkbox"]:checked + label {
        background-color: #ffffff;
        /*border-color: #0da8c4;*/
    }

    .round input[type="checkbox"]:checked + label:after {
        opacity: 1;
        border: 4px solid #0da8c4;
        border-top: none;
        border-right: none;
    }

    .round.ok input[type="checkbox"]:checked + label:after {
        opacity: 1;
        border: 4px solid #c4fb64;
        border-top: none;
        border-right: none;
    }

    tr.required td .round input[type="checkbox"]:checked + label:after {
        /*opacity: 0.3;*/
    }

    tr.required td .round input[type="checkbox"].notfilledin + label:after
    {
        opacity: 0.2;
    }

    .checkbox
    {
        width:30px;
        height:30px;
        border-radius:50px;
    }

    .checkbox_text
    {
        color: #173753;
        padding-left:17px;
        margin-top:10px;
    }

    label.toggle
    {
        color: transparent !important;
    }

body.app
{
    background-color:#ffffff;
}

body.app .footer_menu
{
    padding-bottom:10px;
    border-radius:30px 30px 30px 30px;
    z-index:6;
    box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.03);
    border:0px;
}

body.app .footer_menu ul li.dummy
{
    display:table-cell;
}

body.app .sticky_frame .sticky
{
    bottom:42px;
    
}

body.app .sticky_frame
{
    background-color: rgba(255,255,255,0.5);
    bottom:35px;   
    height:100px;
}

body.app .iphone_bottom_bar
{
    position: fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:50px;
    z-index:5;
    background-color: #ffffff;
    border-radius:0px;
}

body.app .iphone_bar
{
    display:block;
    position:fixed;
    bottom:30px;
    right:0px;
    left:0px;
    top:0px;
    background-color:#ffffff;
    height:auto;
    z-index:2;
}

body.app .container
{
    bottom:0px !important;
    position: absolute !important;
    z-index:4;
}

body.app .iphone_bar_top
{
    display:block;
    position:fixed;
    top:-100px;
    right:0px;
    left:0px;
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    height:100px;
    z-index:20;
}

.help
{
    width:320px;
    height:auto;
    text-align:right;
    padding:10px;
    font-size:14px;
    line-height:20px;
    color:#777777;
    font-family: 'Indie Flower', cursive;
    padding-left:100px;
    position: absolute;
    transform: rotate(3deg);
}


/* Not logged in */
body.notloggedin .footer_menu
{
    display:none;
}

body.notloggedin .sticky_frame
{
    bottom:0px;
    left:0px;
    right:0px;
}

body.notloggedin .sticky_frame .sticky
{
    bottom:20px;
}

body.notloggedin .shareblock
{
    /*position: relative;
    margin-top:75px;
    border-radius: 0px;*/
}

body.notloggedin.app .sticky_frame
{
     bottom:50px;
}

body.notloggedin .form
{
    /*margin-left:-5px;
    margin-right:-5px;
    border-radius:0px;*/
    background-color:transparent;
    box-shadow: none;
    padding:20px;
    padding-top:25px;
    margin-top:-20px;
    border-radius: 20px 20px 20px 20px;
	position: relative;
	z-index:2;
}

.shareblock.small
{
    min-height:40px; 
    height:40px;
}



.sticky_new_frame {
    height: auto;
    width: 500px;
    bottom: -300px;
    right: auto;
    left:50%;
    margin-left:-250px;
    padding:20px;
    padding-top:20px;
    position: fixed;
    z-index:12 !important;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    border:1px solid #ffffff;
    
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius:10px 10px 0px 0px;
}

.sticky_new_frame .form
{
    background: none;
    padding:0px !important;
    margin:0px;
    background-color:transparent;
}

.sticky_new_frame h2
{
    margin-right:-20px !important;
}

.sticky_new_frame_thank_you {
    height: auto;
    width: 500px;
    bottom: -300px;
    right: auto;
    left:50%;
    margin-left:-250px;
    padding:20px;
    padding-top:10px;
    position: fixed;
    z-index:12 !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius:10px 10px 0px 0px;
}

    .sticky_new_frame_thank_you h2
    {
        margin-right:-20px !important;
    }

.hide
{
    display:none;   
}

#confetti-canvas
{
    top:0px;
    position: fixed;
}

.qr_image
{
    width:100%;
    border-radius: 20px;
    border:2px solid #eeeeee;
}

#success_message img,
#success_message div img
{
    width:100% !important;
    height:auto !important;
}

#success_message h1
{
	margin-bottom:10px;	
}

@media only screen and (max-width: 3700px) 
{
    body
    {
        background-color:#ffffff;
    }
    
    .sticky_new_frame 
    {
        height: auto;
        width: auto;
        bottom: -300px;
        right: 0px;
        left:0px;
        margin-left:0px;
    }
    
    .sticky_new_frame h2
    {
        margin-right:-25px !important;
    }
    
    .sticky_new_frame_thank_you 
    {
        height: auto;
        width: auto;
        bottom: -300px;
        right: 0px;
        left:0px;
        margin-left:0px;
    }
    
    .sticky_new_frame_thank_you h2
    {
        margin-right:-25px !important;
    }
    
    .container
    {
        width:100%;
        height:auto;
        /*min-height:1000px;*/
        position:relative;
        left:auto;
        right:auto;
        margin-left:auto;
    }
  
    #panel
    {
        display:block;
        position:fixed;
        top:150%;
        bottom:0px;
        left:0px;
        right:0px;
        height:auto;
        width:auto;
        margin:0px;
        z-index:20;
        padding:15px 5px 5px 5px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        border-radius: 30px 30px 0px 0px;  
    }
    
    #panel_content
    {
        width:100%;
        height:auto;
        position:relative;
        left:auto;
        right:auto;
        margin-left:auto;
    }
    
    .header
    {
        right:0px;
        left:0px;
        width:auto;
        /*top:5px;*/
        top:0px;
        margin:0px;
        border-radius: 0px;
        box-shadow: none;
        
        display:none !important;   
    }
    
    .header.admin
    {
        display: block !important;   
    }
    
    .container
    {
        padding-top:20px;
    }
    
    .splash
    {
        right: 65px;
        text-align: right;
        margin-right:0px;
    }
    
    .user
    {
        right:20px;
        margin: 0px;
        left:auto;
        margin-left:0px;
        top:12px;
        width:35px;
        height:35px;
    }
    
    .logo
    {
        left:15px;   
        top:12px;
        margin-left:0px;
    }
    
    .footer_menu
    {
        display:block;
        position:fixed;
        height:auto;
        width:auto;
        padding:15px 0px 15px 0px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        border-radius: 0px;
        border:0px;
        left:0px;
        right:0px;
        margin:0px;
        z-index:10;
        transform: translateZ(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        -webkit-transform: translateZ(0);
        -webkit-font-smoothing: antialiased;
        
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -kthtml-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }
    
        .footer_menu ul
        {
            width:100%;
            position:relative;
            left:auto;
            right:auto;
            margin:0px;
        }
    
    .footer_menu.offset
    {
        /*padding-bottom:30px;*/
    }
    
    .shareblock
    {
        width:auto;
        border: 0px;
        margin-left:-5px;
        margin-right:-5px;
        border-radius: 0px;
        /*box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);*/
        padding:0px;
        margin-top:100px;
        margin-bottom:0px;
    }
    
    .content.share
    {
        /* margin-top:120px; */
    }
    
    .sticky_frame .sticky
    {
        position: absolute;
        bottom:20px;
        left:20px;
        right:20px;
        margin:0px;
        width:auto !important;
        z-index:20 !important;
    }
    
    /* Not logged in */
    body.notloggedin .footer_menu
    {
        display:none;
    }

    body.notloggedin .sticky_frame
    {
        bottom:0px;
    }
    
    body.notloggedin .sticky_frame .sticky
    {
        bottom:20px;
    }
    
    body.notloggedin .shareblock
    {
        position: relative;
        border-radius: 0px 0px 10px 10px;
        margin-bottom: -20px;
        margin-left:0px;
        margin-right:0px;
        min-height:140px;
    }
    
    body.notloggedin .shareblock.small
    {
        min-height:40px;
        height:40px;
    }
    
    body.notloggedin .iphone_bottom_bar
    {
        display:none;
    }

    /*.back
    {
        border-radius: 30px 30px 30px 30px;
    }*/
    
    #image_block
    {
        max-height:260px;
        display:block;   
        overflow:hidden;
    }
}




/* NEW */

.container
{
	position:absolute;
	left:0px;
	right:0px;
	width:auto;
}

#banner_share_top
{
	border-radius:0px 0px 0px 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	left:0px;
	right:0px;
	top:0px;
	padding: 13px 20px 10px;
	position: fixed;
	z-index:40;
	
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-kthtml-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

	/*
	body.scrolled #banner_share_top
	{
		position: fixed;
		left:0px;
		right:0px;
		top:0px;
		border-radius:0px 0px 0px 0px;
	}
	*/

#banner_share
{
	margin-left: 0px;
    margin-right: 0px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}

.shareblock
{
	margin-top:109px;
	border-radius: 0px 0px 0px 0px !important;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.0);
	margin-bottom: 0px!important;
}

.content.share
{
	border-radius: 20px 20px 20px 20px !important;
	margin-top:-20px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	margin-right: 0px;
    margin-left: 0px;
}

.form_share
{
	border-radius: 20px !important;
	padding-top:25px;
}

.sticky_new_frame
{
	left:0px;
	right:0px;
	bottom:0px !important;
	border-radius:20px 20px 0px 0px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	padding: 15px;
    padding-top:10px;
}

div.share span.label
{
	display:none;	
}

div.validated
{
	background-color:#55b421;
	background-image:url(../img/check_white.png);
	background-size:100%;
	display: inline-block;
	width:12px;
	height:12px;
	border-radius: 40px;
	margin-bottom:-1px;
	margin-left:5px;
}

div.footer_optin_text
{
	font-size:11px;
	text-align: center;
	margin-top:20px;
	line-height: 15px;
	padding-left:20px;
	padding-right:20px;
}

div.footer_forward_whatsapp_text
{
	font-size:11px;
	text-align: center;
	margin-top:20px;
	line-height: 15px;
	padding-left:20px;
	padding-right:20px;
}

/* NEW */





/* ENRICHMENT */

.enrichment_content 
{
    position: fixed;
    margin-left: 0px;
    margin-right: 0px;
    bottom: 60px;
    width: auto;
    left: 0px;
	right:0px;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    margin-top: 0px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px -5px 5px -4px rgba(0,0,0,0.2);
    border-top: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 40px;
	z-index: 3;
    display: none;
	background-color:#ffffff;
	max-height:70%;
	overflow-y: auto;
	overflow-x: hidden;
	
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

.enrichment_content h1
{
	text-align: center;
	margin-bottom:10px;
}

.enrichment_content p
{
	text-align: center;
	margin-bottom:15px;
	margin-top:-15px;
}

.proceed_frame
{
	position: fixed;
	bottom:0px;
	left:0px;
	right:0px;
	margin:0px;
	width:auto !important;
	z-index:20 !important;	
	background-color: #ffffff;
	padding:20px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-radius: 20px 20px 0px 0px;
	height:80px;	
	
	display:none;
}

.proceed_frame_menu ul
{
	list-style: none;
	margin:0px;
	padding:0px;
	margin-top:9px;
	margin-left:0px;
}

.proceed_frame_menu ul li.proceed_frame_circle,
.proceed_frame_menu ul li.close_frame_circle
{
	width:20px;
	height:20px;
	border-radius: 50px;
	background-color:#dddddd;
	display: inline-block;
	margin-right:-2px;
	cursor: pointer;
	
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-kthtml-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.proceed_frame_menu ul li.proceed_frame_line.active
{
	background-color:#55b421;
}

.proceed_frame_menu ul li.proceed_frame_circle.active,
.proceed_frame_menu ul li.close_frame_circle.active
{
	background-color:#999999;
}

.proceed_frame_menu ul li.proceed_frame_circle.done
{
	background-color:#55b421;
	background-image:url(../img/check_white.png);
	background-size:100%;
}

.proceed_frame_menu ul li.close_frame_circle.done
{
	background-color:#55b421;
	background-image:url(../img/back_white.png);
	background-size:100%;
}

.proceed_frame_menu ul li.proceed_frame_line
{
	width:15px;
	height:1px;
	background-color:#dddddd;
	display: inline-block;
	margin-bottom:10px;
	margin-right:-2px;
	
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-kthtml-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.nextQuestionButton
{
	cursor:pointer; 
	position:absolute; 
	bottom:20px; 
	right:20px; 
	width:40px; 
	height:40px; 
	background-color:#0da8c4; 
	background-image:url(../img/arrow_white.png); 
	background-size:100%; 
	border-radius:100px;
}

.enrichment_content_panel
{
	display: none;	
}

.enrichment_content_panel select
{
	border:1px solid #dddddd;
	padding:10px;
	border-radius: 15px;
	width:100%;
}

.enrichment_content_panel input[type='checkbox'],
.enrichment_content_panel input[type='radio']
{
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
	
	cursor: pointer;
	transition-duration: 0.3s;
	outline: none;
	border: 1px solid #dddddd;
    border-radius: 40px;
	width:20px;
	height:20px;
	padding:0px;
	display: inline-block;
	margin-bottom:-5px;
	margin-right:10px;
}

.enrichment_content_panel input[type='checkbox']
{
	border-radius: 4px;
}

.enrichment_content_panel input[type='checkbox']:checked,
.enrichment_content_panel input[type='radio']:checked
{
	background-image:url(../img/ok_icon.png);
	background-size: 100%;
	border: 0px;
	width:20px;
	height:20px;
}

.enrichment_content_panel input[type='checkbox']:checked
{
	background-image:url(../img/ok_icon_check.png);
	border-radius: 4px;
}

.enrichment_content_panel textarea
{
	width:100%;
	height:200px;
	
	display: block;
    border: 0px;
    padding: 16px;
    border-radius: 20px;

	border-bottom: 1px solid #eeeeee;
    background-color: #f1f1f1;
	
    font-family: Nunito;
    color: #173753;
    font-size: 14px;
    font-weight: 300;
	box-sizing: border-box;

    outline: none;
	resize: none;
	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.enrichment_content_panel label
{
	display: inline-block;
	width:calc(100% - 50px);
	height:100%;
	cursor:pointer;
}

.enrichment_content_panel .answer_div
{
	margin-bottom:10px;	
	padding-bottom:9px;	
	padding-top:8px;	
	padding-left:10px;
	border-bottom:0px solid #eeeeee;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	background-color:#ffffff;
	border-radius: 20px;
}




.validation_circle
{
	width:20px;
	height:20px;
	border-radius: 50px;
	background-color:transparent;
	display: inline-block;
	margin-right:-2px;
	cursor: pointer;

	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-kthtml-transition: all 0.4s linear;
	transition: all 0.4s linear;
	
	position: absolute;
	right:28px;
	margin-top:-33px;
}

.validation_circle.valid
{
	background-color:#55b421;
	background-image:url(../img/check_white.png);
	background-size:100%;
}

.validation_circle.invalid
{
	background-color:#dd0000;
	background-image:url(../img/cross_white.png);
	background-size:100%;
}


@media only screen and (max-height: 650px) and (-webkit-min-device-pixel-ratio: 1)
{
    .header
    {
        display:none !important;   
    }
    
    .header.admin
    {
        display:block !important;   
    }
    
    .container
    {
        padding-top:20px;
        padding-bottom: 0px;
    }
    
    .sticky_new_frame {
        left: 0px !important;
        right: 0px !important;
        height: auto !important;
        position: relative !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        margin-top:0px !important;
        border-radius: 20px !important;
        bottom: -20px !important;
    }
    
    .scroll_down
    {
        display: block;
    }
}




body.smallheight .header
{
	display:none !important;   
}

body.smallheight .header.admin
{
	display:block !important;   
}

body.smallheight .container
{
	padding-top:20px;
	padding-bottom: 0px;
}

body.smallheight .sticky_new_frame {
	left: 0px !important;
	right: 0px !important;
	height: auto !important;
	position: relative !important;
	margin-left: -20px !important;
	margin-right: -20px !important;
	margin-top:10px !important;
	border-radius: 20px !important;
	bottom: -20px !important;
}

body.smallheight .scroll_down
{
	display: block;
}



/* SCRATCH & WIN */

.scratch_container {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
}
.scratch_viewport {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 0;
}
.scratch_picture-under {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  display: block;
  z-index: -1;
}
.scratch_container canvas {
  position: relative;
  width: auto;
  margin-left:0px;
  height: auto;
  z-index: 1;
  left:0px;
  right:0px;
  margin-top:00px;
  margin-bottom:-10px;
  border:0px solid #777777;
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
  border-radius:5px;
}
#feedback_scratch
{
	font-style: italic;
	margin-bottom:10px;
	margin-top:15px;
	font-size:11px;
}



@media only screen and (min-width: 800px) 
{
	.container
	{
		padding-top: 20px;
		padding-bottom: 200px;
		top: 50px;
		left: 50%;
		margin-left: -250px;
		width: 500px;
		height: auto;
		bottom: 50px;
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
		border-radius: 20px;
		position: absolute;
	}
	
	.shareblock
	{
		margin-top: 109px;
	}
	
	#banner_share_top
	{
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -250px;
		width: 500px;
		border-radius: 20px 20px 0px 0px;
		z-index:100;
	}
	
	.sticky_new_frame
	{
		position: fixed;
		left: 50%;
		margin-left: -250px;
		width: 500px;
		bottom:0px;
		margin-bottom:40px;
		border-radius: 20px 20px 20px 20px;
	}
	
	.enrichment_content 
	{
		position: fixed;
		margin-left: -250px;
		margin-right: 0px;
		bottom: 130px;
		width: 500px;
		left: 50%;
		padding-left: 10px;
		padding-top: 20px;
		padding-right: 10px;
		margin-top: 0px;
		border-radius: 20px 20px 0px 0px;
		box-shadow: 0px -5px 5px -4px rgba(0,0,0,0.2);
		border-top: 1px solid rgba(255,255,255,0.4);
		padding-bottom: 20px;
		display: none;
		
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
	}
	
	.proceed_frame
	{
		position: fixed;
		bottom:50px;
		left:50%;
		margin:0px;
		width:500px !important;
		right:auto;
		margin-left: -250px;
		z-index:20;	
		background-color: #ffffff;
		padding:20px;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		border-radius: 0px 0px 20px 20px;
	}
	
	.bodybackgroundimage
	{
		top: 50px;
		left: 50%;
		margin-left: -250px;
		width: 500px;
		height: auto;
		bottom: 50px;
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
		border-radius: 20px;
		position: fixed;
	}

	.bodybackgroundcolor
	{
		top: 50px;
		left: 50%;
		margin-left: -250px;
		width: 500px;
		height: auto;
		bottom: 50px;
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
		border-radius: 20px;
		position: absolute;		
	}
	
	.backimage
	{
		background-size: cover;
    	background-position: center center;
	}
	
	.back
	{
		background-color:#00000045 !important;	
		backdrop-filter: blur(10px);
    	-webkit-backdrop-filter: blur(10px);
	}
	
	
	/* SCRATCH & WIN */

	.scratch_container {
	  position: relative;
	  margin: 0 auto;
	  width: 460px;
	}
	.scratch_viewport {
	  position: relative;
	  width: 100%;
	  height: auto;
	  margin: 0 auto;
	  z-index: 0;
	}
	.scratch_picture-under {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width:100%;
	  display: block;
	  z-index: -1;
	}
	.scratch_container canvas {
	  position: relative;
	  width: 470px;
	  margin-left:-5px;
	  height: 70px;
	  z-index: 1;
	  left:0px;
	  right:0px;
	  margin-top:00px;
	  margin-bottom:-10px;
	  border:0px solid #777777;
	  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
	  border-radius:5px;
	}
	#feedback_scratch
	{
		font-style: italic;
		margin-bottom:10px;
		margin-top:15px;
		font-size:11px;
	}
	
	/* SLIDER */
	.slide:before,#slide:before {
	  bottom: 45px !important;
	}
	.slide:after,#slide:after {
	  bottom: 45px !important;
	}
	.val,#val {
	  bottom: 43px !important;
	}
}

@media only screen and (max-height: 650px) and (-webkit-min-device-pixel-ratio: 1) and (min-width: 800px) 
{
	.sticky_new_frame {
        left: 0px !important;
        right: 0px !important;
        height: auto !important;
        position: relative !important;
        margin-left: -30px !important;
        margin-right: 20px !important;
        margin-top:0px !important;
        border-radius: 20px !important;
        bottom: -40px !important;
    }
	
	/* SLIDER */
	.slide:before,#slide:before {
	  bottom: 45px !important;
	}
	.slide:after,#slide:after {
	  bottom: 45px !important;
	}
	.val,#val {
	  bottom: 43px !important;
	}
}

/*
@media (prefers-color-scheme: dark) 
{
    #banner_share_top
    {
        background-color: rgba(54,55,57,1) !important;   
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
		color:#ffffff !important;
		border-radius: 0px 0px 15px 15px;
    }
}
*/
