
.main-container {
    padding-bottom: 90px;
}
.jumbotron {
    background: #f67000;
    border-radius: 0;
}
.jumbotron h1, .jumbotron p {
    color: #fff !important;
}
.cookie_active_color_selector{
    width: 32px;
    height: 32px;
    margin-left: 5px;
    cursor: pointer;

}
.box_radius_button, .animation {
    border-radius: 20px;
    padding: 5px 20px;
    min-width: 100px;
    margin-right: 20px;
}
.cookie_law_style {
    border-radius: 4px;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border: none;
    -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
}
.cookie_position_style {
    border-radius: 4px;
    width: 80px;
    height: 60px;
    margin-right: 10px;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    position: relative;
    cursor: pointer;
}
.cookie_position_style.top span {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    height: 10px;
    border-radius: 3px;
    background: #f67000;
    display: block;
}
.cookie_position_style.bottom span {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    height: 10px;
    border-radius: 3px;
    background: #f67000;
    display: block;
}
.cookie_position_style.top_left span {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background: #f67000;
    display: block;
}
.cookie_position_style.top_right span {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background: #f67000;
    display: block;
}
.cookie_position_style.bottom_left span {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background: #f67000;
    display: block;
}
.cookie_position_style.bottom_right span {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background: #f67000;
    display: block;
}
.cookie_active_color_selector span, .cookie_active_color_selector span i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    border: 1px solid #000;
}
#cookie_icons_set .cookie_select_icons_set {
    background: #f67000;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    line-height: 0;
    cursor: pointer;
    border-radius: 4px;
}
#cookie_icons_set svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;

}
#cookie_icons_set svg * {
    fill: #fff;
}
#examples {
    margin-top: 80px;
}
textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
}
#box-radius-slider {
    width: 100%;
    background: #f67000;
}
#animation-delay-slider {
    width: 100%;
    background: #f67000;
}
#accept-radius-slider {
    width: 100%;
    background: #f67000;
}
#custom-handle, #delay-handle, #accept-radius-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}
#box-position {
    display: none;
}
.btn-shark {
    background: #f67000;
    color: white;
}

@media (max-width: 767px) {
    #document-link {
        display: none !important;
    }

}