
.custom-control-input {
    position: absolute;
    z-index: 999999;
    opacity: 0;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border: 1px solid #000;
}

.btn-primary {
    color: #000;
    background-color: #007bff;
    border-color: #007bff;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    z-index: 999999;
    margin-top: 0px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
	color: #fff !important;
}

.btn-outline-warning {
    color: #fff;
    background-color: #0000;
    background-image: none;
    border-color: #000;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #000;
    background-image: none;
    border-color: #fff;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 6px;
    margin-top: 6px;
	background: #073863;
    background: -moz-linear-gradient(top, #073863 0%, #0c4ea3 100%);
    background: -webkit-linear-gradient(top, #073863 0%, #0c4ea3 100%);
    background: linear-gradient(to bottom, #073863 0%, #0c4ea3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073863', endColorstr='#0c4ea3',GradientType=0 );
	color: #fff;
}

/* Infobox */
.ksd-gdpr-settings {
    display: none;
    position: fixed;
    /* max-width: calc(100vw - 2rem); */
    max-height: 60vh;
    overflow-y: scroll;
    /* margin-bottom: 1rem; */
    /* border-radius: 4px; */
    top: auto;
    bottom: 0;
    left: 0rem;
	z-index: 888;
    opacity: 1;
    padding: 3rem;
    background: #073863;
    background: -moz-linear-gradient(top, #073863 0%, #0c4ea3 100%);
    background: -webkit-linear-gradient(top, #073863 0%, #0c4ea3 100%);
    background: linear-gradient(to bottom, #073863 0%, #0c4ea3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073863', endColorstr='#0c4ea3',GradientType=0 );
    transition: all .3s ease;
    color: #fff;
}

.ksd-gdpr-settings a{
    font-weight: bold;
    color: #fff;
}

@media screen and (min-width: 768px){
    
.ksd-gdpr-settings {
    max-height: none;
    overflow: auto;

}
}

.modal-footer .btn + .btn {
    margin-bottom: 5px; 
    margin-left: 5px;
}



    .ksdCookieInfoText{
        margin-top: 20px;
    }

    #ksdCookieSettings .modal-header {
    background: #073863;
    background: -moz-linear-gradient(top, #073863 0%, #0c4ea3 100%);
    background: -webkit-linear-gradient(top, #073863 0%, #0c4ea3 100%);
    background: linear-gradient(to bottom, #073863 0%, #0c4ea3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073863', endColorstr='#0c4ea3',GradientType=0 );
    color: #fff;
    padding: 0.5rem 1rem;
}

    #ksdCookieSettings .modal-content{
        background: #eff1f3;
    }

    #ksdCookieSettings .modal-body{
        padding-bottom: 0px;
    }

    #ksdCookieSettings .modal-footer{
        padding-top: 0px;
        border-top: none;
    }

    #ksdCookieSettings .ksdInfoTextLink{
        color: black;
        font-weight: 500;
        width: 100%;
        display: flex;
    }

    #ksdCookieSettings .custom-control.custom-switch{
        text-align: right;
    }

    #ksdCookieSettings .modal-content{
        border: none;
    }

    #ksdCookieSettings .modal-footer .btn-primary{
        background-color: #fff304;
    }

    #ksdCookieSettings .modal-header .close{
        color: white;
        opacity: 0.9;
    }

    #ksdCookieSettings .multi-collapse{
        font-size: 12px;
    }


