
body.gdpr-extensions-com-admin_page_gdprextensioncomyt-submenu {
    background-color: #fff;
}
#gdprextensioncomyt_managertab_toggle {
    transform: scale(1.5);
    margin-right: 5px;
}

#gdprextensioncomyt_managertab_toggle_label {
    display: block;
    margin-bottom: 10px;
}

#wpwrap {
    height: auto;
    min-height: 100%;
    width: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}
#uploaded_image {
    max-width: 500px;
    border: 1px solid #ccc;
    margin-top: 10px;
}
#wpfooter {
    position: inherit;
}
#submit_button_id {
    bottom: 200px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-style: solid;
    border-radius: 3px;
    box-sizing: border-box;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.form-table th:empty {
    display: none;
}


#maps-container {
    width: auto;
    margin-right: auto;
    margin-left: 0;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-top: 2em;
    transition: all 0.3s ease-in-out;
    animation: fadeIn 1s ease-in-out 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#maps-container:hover {
    transform: scale(1.02);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
        border: 1px solid #D1D1D1;
        border-color: #D1D1D1!important;
}

.submit-button {
    background: #2271B1;
    color: white;
    cursor: pointer;
    border: none;
    padding: 8px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.submit-button:hover {
    background: #105883;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.submit-button:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#marker-data-display table {
    width: 100%;
    border-collapse: collapse;
}

#marker-data-display th,
#marker-data-display td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
    transition: all 0.2s ease-in-out;
}

#marker-data-display th {
    background-color: #2271B1;
    color: white;
}

#marker-data-display tr:nth-child(even) {
    background-color: #f2f2f2;
}

#marker-data-display tr:hover {
    background-color: #ddd;
}


#add-new-marker {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
}

#api-key-field label {
    margin-right: 20px;
}

#google_api_key {
    width: 36%;
}

#maps-container div {
    margin: 20px 0;
}

#choose-tab-msg {
    background-color: #f8f9fa;
    border: None;
    color: #212529;
    padding: 20px 30px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin: 10px 5px;
    border-radius: 15px;
    box-shadow: 0 0.2em 1em 0 rgba(108, 118, 134, 0.1);
}

#gdprextensioncomyt_managertab_google_tag {
    width: 400px;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
}

#gdprextensioncomyt_managertab_checkbox {
    transform: scale(1.5);
    margin-right: 5px;
}

#gdprextensioncomyt_managertab_trackingCode {
    width: 500px;
    height: 200px; 
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
    overflow: auto;
}

#gdprextensioncomyt_managertab_matomoUrl {
    width: 500px;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
}

#gdprextensioncomyt_managertab_siteId {
    width: 500px;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
}

#gdprextensioncomyt_managertab_showCode {
    transform: scale(1.5);
    margin-right: 5px;
}

#success-message {
    position: fixed;
    top: 50px; 
    right: 20px;
    background-color: #2271b1; 
    color: #fff; 
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    z-index: 9999;
    max-width: 300px; 
}
/* v1.0.1 styling */
.pair{
    display: flex;
    gap: 10px;
}

/* General */
.yt__bold {
    font-weight: 600;
    font-size: 17px;
    margin: 18px 0;
}

.yt__semibold{
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.pt-0{
    padding-top: 0!important;
}

.pt-8{
    padding-top: 8px!important;
}

.pb-0{
    padding-bottom: 0!important;
}

.max-width-390 {
    max-width: 390px;
}

.max-width-72 {
    max-width: 72px;
}

.d-block {
    display: block !important;
}

.pt-48{
    padding-top: 48px!important;
}

.d-none {
    display: none !important;
}

.ptb-8{
    padding: 8px 0 !important;
}

.mainLogo{
    margin-top: 20px;
}
.extensionPromotions {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E6E6;
}

.extensionPromotions p {
    font-size: 16px;
    line-height: 8px;
}
.extensionBriefing .main-headline {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.bold {
    font-weight: 600;
    color: #000;
}

.light {
    font-size: 10px !important;
    font-weight: 400px;
    color: #626262;
}

.pair-center {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pair-end {
    display: flex;
    align-items: end;
    gap: 15px;
}
.btn-outline {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ee7202;
    color: #ee7202 !important;
}
.btn-outline {
    background-color: transparent;
    border: 1px solid #ee7202;
    color: #ee7202;
}

.gdprextension {
    background-image: url(../img/gdprextension.com.svg);
    background-repeat: no-repeat;
    height: 50px;
}
.arrow1{
    background-image: url(../img/arrow1.svg);
    background-repeat: no-repeat;
    width: 140px;
    height: 20px;
}
.logosgroup{
    background-image: url(../img/logosgroup.svg);
    background-repeat: no-repeat;
    width: 140px;
    height: 90px;
}
.sm-youtube{
    background-image: url(../img/smyoutube.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}


#popup_content {
    font-size: 14px;
    text-align: center;
}

#success-message .close_button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.nav-tab.active {
    background-color: #0073aa; 
    color: #fff; 
}
.nav-tab-wrapper {
    border-bottom: 0;
    margin-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E7E6E6;
}

.gdpr-text-editor-wrap {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    padding: 4px;
    margin-bottom: 12px;
    position: relative;
}
.gdpr-text-editor-container {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 8px;
    box-shadow: none;
}
.gdpr-text-editor-area {
    width: 100%;
    min-height: 200px;
    padding: 12px;
    line-height: 1.4;
    resize: vertical;
    border: none;
    font-size: 14px;
    border-radius: 4px;
}

#gdprextensioncomyt_managertab_popup_headline {
    width: 30%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
}


.gdpr-popuptext-editor-wrap {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    padding: 4px;
    margin-bottom: 12px;
    position: relative;
}
.gdpr-popuptext-editor-container {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 8px;
    box-shadow: none;
}
.gdpr-popuptext-editor-area {
    width: 100%;
    min-height: 200px;
    padding: 12px;
    line-height: 1.4;
    resize: vertical;
    border: none;
    font-size: 14px;
    border-radius: 4px;
}

#gdprextensioncomyt_managertab_trackingCode {
    width: 800px; 
    height: 300px; 
    padding: 8px; 
    margin-top: 5px;
    box-sizing: border-box; 
    resize: both; 
}
.popUpoverlay{
    backdrop-filter: blur(3px);
    background: rgba(52, 52, 52, .8);
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popUp{
    background-color: #fff;
    max-width: 900px;
    display: flex;
    align-items: center;
    padding: 40px;
}
.popUp--content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: #525252;
    padding: 40px;
    width: 500px;
    height: 200px;
}
.popUp--content .bold, .popUp--content .light{
    color: #fff!important;
}


.yt__site-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.yt__site-list {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.yt__site-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F3F2F2;
    cursor: pointer;
    padding: 8px;
    transition: all 1s ease;
}

.yt__site-details::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("../img/arrow.svg");
    background-size: 100% 100%;
    transition: all 0.1s ease;
}

.yt__site-details.active::before {
    transform: rotate(90deg);
    transition: all 0.1s ease;
}

.yt__site-name {
    color: var(--Neutral-Black, #343434);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 32px;
}

.yt__tabs-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.yt__toggles {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 0 16px;
}

.yt__toggles .yt__schedular-title:first-child {
    margin-top: 0 !important;
}


.yt__radio {
    display: flex;
    gap: 16px;
    padding: 8px 0;
}

.yt__radio input[type="radio"]:checked+label {
    background-color: #2172B1;
    border-color: #2172B1;
    color: #fff;
}

.yt__file-upload {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
    position: relative;
    
}
#file--upload{
    background-image: url(../img/upload.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;  
}

.yt__file-upload #upload_imagefile {
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    width: 110px;
    height: 40px;
    bottom: -2px;
    top: 10px;
}
.yt__recommend {
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    text-align: left;

}

.yt__file-upload label {
    display: flex;
    gap:10px;
    align-items: center;
}

.yt__icon {
    padding: 10px;
    border: 1px solid #2172B1;
    border-radius: 6px;
}
.uploaded-image {
    padding: 6px;
    border: 1px solid #2172B1;
    border-radius: 6px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#uploaded_image_icon {
    background-image: var(--yt--bg-image);
    background-repeat: no-repeat;
    padding: 8px !important;
    width: 100%;
    height: 24px;
    padding-bottom: 0 !important;
    background-position: center;
}

.yt__file-choosen {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: right;
}

.yt__close {
    cursor: pointer;
    width: 12px;
    position: relative;
    right: 21px;
    bottom: 20px;
}
#yt_remove-icon {
    background-image: url(../img/cancel.svg);
    background-repeat: no-repeat;
    position: relative;
    right: 21px;
    bottom: 17px;
    width: 14px;
    height: 24px;
    font-size: 3px;
    background-size: contain;
}

/*Color*/
.yt__color {
    display: flex;
    gap: 32px;
    align-items: center;
}

.yt__color-wrap {
    display: flex;
    gap: 4px;
    align-items: center;
}

.yt__color-wrap input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    height: 30px;
    padding: 0;
    width: 30px;
}

.yt__color-wrap *:focus {
    border-radius: 6px;
    outline: none;
}

.yt__color-wrap ::-webkit-color-swatch-wrapper {
    padding: 0;
}

.yt__color-wrap ::-webkit-color-swatch {
    border: 0.5px solid;
    border-radius: 6px;
}

.yt__color-wrap ::-moz-color-swatch,
.yt__color-wrap ::-moz-focus-inner {
    border: 0.5px solid;
}

.yt__color-wrap ::-moz-focus-inner {
    padding: 0;
}
.d-flex{
    display: flex;
}
.i-flex{
    flex-direction: column;
}
.g-10{
    gap: 10px;
}
.g-20{
    gap: 20px;
}
select#button-shape, textarea, input[type="text"]{
    width: 250px!important;
}
/* input[type="text"]{
    padding: 0!important;
} */
 #success-message {
    position: fixed;
    top: 50px;
    right: 20px;
    background-color: #2271b1;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    max-width: 300px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round {
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 2.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round:before {
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #2172B1;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

