/* ----------------------- Window ----------------- */

.widget-agree {
    background: #262626;
    width: auto;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    top:0;
    left: 0;
    z-index: 9999;
    overflow: hidden;

}
@media (max-width: 639px) and (min-width: 0px) {
    .widget-agree{
        overflow-y: scroll;
    }
}
.widget-agree-wapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 10%;
}
.widget-agree-content {

    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding: 25px;
    border: 2px solid #b3c921;
}
.widget-agree-header {
    position: relative;
    height: auto;
    margin-bottom: 25px;
}
.widget-agree-logo {
    width: 90%;
    max-width: 317px;
    height: auto;

}
.widget-agree-logo img {
    min-width: inherit;
}
.widget-agree-user-buttons {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: auto;
}
@media (max-width: 639px) and (min-width: 0px) {
    .widget-agree-user-buttons {
        display: none;
    }
}
@media (max-width: 639px) and (min-width: 0px) {
    .widget-agree-logo {
        margin: 0 auto;
    }
}
@media (max-width: 777px) and (min-width: 0px) {
    .widget-agree-btn-login {
        display: none!important;
    }
    .widget-agree-wapper {
        top:2%;
    }
}

.widget-agree-user-buttons a {
    display: block;
    float: left;
    padding: 0 15px;
    margin: 0 4px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: 300;
    box-sizing: border-box;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-decoration: none;
    color: #ffffff!important;
    text-decoration: none!important;
}

.widget-agree-user-buttons .widget-agree-btn-login {
    background: rgba(255,255,255,0.1);
}
.widget-agree-user-buttons .widget-agree-btn-login:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.widget-agree-user-buttons .widget-agree-btn-join {
    color: #fff;
    font-weight: 500;
    background-color: #92b739;
    background-image: -webkit-linear-gradient(bottom, #8fb41e, #95ba55);
    background-image: -moz-linear-gradient(bottom, #8fb41e, #95ba55);
    background-image: -o-linear-gradient(bottom, #8fb41e, #95ba55);
    background-image: -ms-linear-gradient(bottom, #8fb41e, #95ba55);
    background-image: linear-gradient(to top, #8fb41e, #95ba55);
}
.widget-agree-user-buttons .widget-agree-btn-join:hover {
    color: #000!important;
    background-color: #aad738;
    background-image: -webkit-linear-gradient(bottom, #96c210, #b4e24c);
    background-image: -moz-linear-gradient(bottom, #96c210, #b4e24c);
    background-image: -o-linear-gradient(bottom, #96c210, #b4e24c);
    background-image: -ms-linear-gradient(bottom, #96c210, #b4e24c);
    background-image: linear-gradient(to top, #96c210, #b4e24c);
}

.widget-agree-declimer-wrap {
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.5);
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.widget-agree-declimer-content {
    padding: 20px;
}
.widget-agree-declimer-content p, .widget-agree-declimer-content li {
    font-size: 12px;
    line-height: 14px;
    color: #333;
}
.widget-agree-declimer-content  a {
    color: #000000;
}
.widget-agree-declimer-content  a:hover {
    color: #525252;
}
.widget-agree-declimer-content li {
    margin-bottom: 5px;
}

.widget-agree-btn-agree {
    display: block;
    width: 90%;
    max-width: 300px;
    font-size: 20px;
    text-decoration: none!important;
    color: #000!important;
    text-transform: uppercase;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: #fff;
    border: solid 3px #b3c921;
    background-image: -webkit-linear-gradient(bottom, #ccc, #fff);
    background-image: -moz-linear-gradient(bottom, #ccc, #fff);
    background-image: -o-linear-gradient(bottom, #ccc, #fff);
    background-image: -ms-linear-gradient(bottom, #ccc, #fff);
    background-image: linear-gradient(to top, #ccc, #fff);

}
.widget-agree-btn-agree:hover {
    background-color: #92b739;
    background-image: -webkit-linear-gradient(bottom, #8fb41e, #95ba55);
    background-image: -moz-linear-gradient(bottom, #8fb41e, #95ba55);
    background-image: -o-linear-gradient(bottom, #8fb41e, #95ba55);
    background-image: -ms-linear-gradient(bottom, #8fb41e, #95ba55);
    background-image: linear-gradient(to top, #8fb41e, #95ba55);

}
.widget-agree-btn-disagree {
    display: block;
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.1);
    color: #999!important;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none!important;

}
.widget-agree-btn-disagree:hover {
    background: rgba(255,255,255,0.2);
    color: #ccc!important;
}
.widget-agree-wapper {
    top: 5%;
}
@media screen and (max-width: 1400px) {
    .widget-agree-wapper {
        top: 5%;
    }
    #boxscroll {
        overflow-y: scroll;
        max-height: 280px;
    }
}