.cookies{
    display: flex;
}

.cookies-hide{
    display: none;
}

.cmp-cookies {
    width:30%;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--t-color-1);
    justify-content: space-between;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    z-index: 9000;
    position: fixed;
    left: 15px;
    bottom: 15px;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    padding: 20px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px
}

.cmp-center{
    max-width: 100%;
    padding:20px 5px;
}

.cmp-title{
    width: 100%;
    display: block;
    font-size:20px;
    margin-bottom:15px;
    font-weight: 500;
}

.cmp-description{
    width: 100%;
    display: block;
    font-size:16px;
    line-height: 26px;
}

.cmp-description-link{
    display: inline-block;
    color:var(--t-color-1)
}

.cmp-description-link:hover{
    text-decoration: underline!important;
}

section.cookies .center .switches {
    margin: 20px 0 0 -1.8rem;
    display: flex;
}

section.cookies .center .switches .form-switch .form-check-input {
    width: 2.9em;
}
section.cookies .center .switches .form-check-label {
    font-size: 13.5px;
}
section.cookies .center .switches .form-check input[type="checkbox"] {
    border-radius: 2em;
    height: 1.6em;
}
section.cookies .center .switches .form-check input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
section.cookies .center .switches .form-check input:focus {
    border-color: var(--t-color-1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check::after {
    display: block;
    clear: both;
    content: "";
}

.form-check input {
    width: 1rem;
    height: 1rem;
    padding: 0;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-check input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check input[type="checkbox"] {
    border-radius: 0.25em;
    margin: 0 5px 0 0;
    flex-shrink: 0;
    box-shadow: unset;
}

.form-check input[type="radio"] {
    border-radius: 3px;
    margin-right: 5px;
    flex-shrink: 0;
    box-shadow: unset;
    margin-top: 2px;
}

.form-check input:active {
    filter: brightness(90%);
}

.form-check input:focus {
    border-color: #86b7fe;
    outline: 0;
}

.form-check input:checked {
    background-color: var(--t-color-1);
    border-color: var(--t-color-1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
}

.form-check input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check input[type="checkbox"]:indeterminate {
    background-color: var(--t-color-1);
    border-color: var(--t-color-1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check input[disabled] ~ .form-check-label,
.form-check input:disabled ~ .form-check-label {
    opacity: 0.7;
}

.form-switch{
    padding-left: 2.5em;
}
.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input:checked{
    background-position: right center;
}

.cmp-more-options{
    font-size:16px;
    display: block;
    color:var(--t-color-1);
    font-weight: 500;
    cursor: pointer;
    border:none;
    background: none;
    margin-top:30px
}

.cmp-agree-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 15px;
    padding:0
}

.cmp-agree{
    display: flex;
    flex:auto;
}

.cmp-agree span {
	white-space: nowrap;
	width: 100%;
	font-size: 14px;
	border: 1px solid var(--t-color-1);
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-weight: 300;
	transition: 0.2s ease-out;
}

.cmp-agree:hover span {
	background-color: var(--t-color-1);
	color: #fff;
}

.cmp-modal-overlay{
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset:0;
    background: rgba(0, 0, 0, 0.25);
    z-index:9000
}

.cmp-modal {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 99999;
	background: #ffffff;
	max-width: 1000px;
	max-height: 650px;
	width: 80%;
	height: 70%;
	box-shadow: 20px 20px 50px grey;
    overflow: hidden;
}

.cmp-modal-content{
    width: 100%;
    flex:1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.cmp-modal-header{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.cmp-modal-logo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 0;
    border-bottom:1px solid #c1c1c1
}

.cmp-modal-menu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom:1px solid #c1c1c1
}

.cmp-menu-item{
    display: flex;
    width: 33.33%;
    align-items: center;
    justify-content: center;
    padding:15px;
    color:var(--t-color-1);
    font-size:18px;
    font-weight: 700;
    border:none;
    background: none;
    cursor: pointer;
    border-bottom:2px solid transparent;
    letter-spacing: .5px;
}

.cmp-menu-item.active{
    border-bottom-color:var(--t-color-1)
}

.cmp-modal-options{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex:1;
    overflow: hidden;
    overflow-y: auto;
}

.cmp-options-item{
    width: 100%;
    padding:15px;
    display: block;
}

.cmp-modal-footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:15px;
    gap:0 15px
}

section.more-options-modal
    .content
    .options
    .form-check
    input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
section.more-options-modal .content .options .form-check.form-switch {
    margin-top: 10px;
}
section.more-options-modal .content .options .form-switch .form-check-input {
    width: 2.9em;
}
section.more-options-modal .content .options .form-check-label {
    font-size: 13.5px;
}
section.more-options-modal
    .content
    .options
    .form-check
    input[type="checkbox"] {
    border-radius: 2em;
    height: 1.6em;
}
section.more-options-modal .content .options .form-switch {
    padding-left: 0;
}
section.more-options-modal .content .options .form-check {
    justify-content: space-between;
}
section.more-options-modal .content .options .form-check::after {
    content: none;
}
section.more-options-modal .content .options .options-consent {
    display: none;
}
section.more-options-modal .content .options .options-consent .title {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
section.more-options-modal .content .options .options-consent p {
    font-size: 14px;
    line-height: 24px;
}
section.more-options-modal .content .options .options-detail {
    display: none;
}
section.more-options-modal .content .options .options-detail .title {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
section.more-options-modal .content .options .options-detail p {
    font-size: 14px;
}
section.more-options-modal .content .options .options-detail .detail-row {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 5px;
}
section.more-options-modal .content .options .options-detail .detail-row p {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 21px;
    margin-bottom:1rem
}
section.more-options-modal
    .content
    .options
    .options-detail
    .detail-row
    .details-options {
    padding-left: 15px;
    font-size: 13px;
}
section.more-options-modal
    .content
    .options
    .options-detail
    .detail-row
    .details-options
    .title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
}
section.more-options-modal
    .content
    .options
    .options-detail
    .detail-row
    .details-options
    p {
    padding-left: 0;
    padding-right: 45px;
    font-size: 14px;
}
section.more-options-modal
    .content
    .options
    .options-detail
    .detail-row
    .details-options
    .form-check
    input[type="checkbox"] {
    height: 1.7em;
}
section.more-options-modal
    .content
    .options
    .options-detail
    .detail-row
    .details-options
    .form-switch
    .form-check-input {
    width: 2.9em;
}
section.more-options-modal .content .options .options-about {
    display: none;
}
section.more-options-modal .content .options .options-about .title {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
section.more-options-modal .content .options .options-about p {
    font-size: 14px;
    line-height: 24px;
}
section.more-options-modal .content .options .form-check input:focus {
    border-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.cookie-images-table{
    width: 100%;
    border-collapse: collapse;
    border-top:1px solid #e8e8e8;
    border-left:1px solid #e8e8e8;
    margin-bottom:15px
}

.cookie-images-table tr{
    width: 100%;
    border-bottom:1px solid #e8e8e8
}

.cookie-images-table tr td{
    padding:5px;
    border-right:1px solid #e8e8e8;
    
}

.cmp-youtube-layout{
    position: relative;
}

.cmp-youtube-wrapper{
    position: relative;
    width: 100%;
    height: 90vh;
    inset:0;
    background: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.cmp-youtube{
    width: 70%;
    display: flex;
    padding:30px;
    flex-direction: column;
    gap:30px 0
}

.cmp-youtube-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:15px 0;
    align-items: center;
    justify-content: center;
}

.cmp-youtube-desc{
    width: 100%;
    text-align: center;
}

.cmp-youtube-buttons{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:1560px){

    .cmp-cookies{
        width: 40%;
    }

}

@media (max-width:1280px){

    .cmp-cookies{
        width: 100%;
        left:0;
    }

    .cmp-title{
        font-size:18px
    }

    .cmp-description{
        font-size:14px;
        line-height: 21px;
    }

    .cmp-label-title{
        font-size:14px;
    }

}

@media (max-width:1024px){

    .cmp-cookies {
        flex-direction: column;
        height: auto;
    }

    .cmp-center{
        width: 100%;
        max-width: 100%;
    }

    .cmp-agree-wrapper {
        width: 100%;
        flex-direction: row-reverse;
        gap:0 10px
    }

    .cmp-agree{
        flex:auto;
        width: auto;
    }

}

@media (max-width:600px){

    .cmp-cookies {
        padding:15px
    }

    .cmp-center{
        padding:0 0 15px 0
    }

    .cmp-agree{
        flex:auto;
        width: 100%;
    }

    .cmp-agree-wrapper {
        width: 100%;
        flex-direction: column-reverse;
        gap:15px 0
    }

    .cmp-switches{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        margin:15px 0 15px 0;
    }

    .cmp-form-switch{
        margin:5px 0
    }

    .cookie-images-table tr {
        display: flex;
        flex-direction: column;
        padding:10px
    }

    .cookie-images-table tr td {
        padding: 0
    }

}