#d5_gdpr {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: var(--100vh);
    z-index: 10000;
    overflow: hidden;
    background-color: var(--v3-color-dimmer);
    align-items: flex-end;
}

#d5_gdpr.hide {
    display: none;
}
#d5_gdpr .gdpr {
    background: #fff;
    box-shadow: 0px 0px 20px 0px #00000026;
    display: flex;
    gap: 24px;
    align-items: center;
    border-radius: 8px;
    max-width: 1288px;
    height: fit-content;
}

#d5_gdpr .gdpr .gdpr-text {
    text-align: start;
    padding: 13px 0;
    color: var(--color--text-grey);
}
#d5_gdpr .gdpr .gdpr-accept-btn {
    min-width: 120px;
}

#d5_gdpr .gdpr .gdpr-btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#d5_customize_gdpr .v3-c-modal {
    max-width: 474px;
}

#d5_customize_gdpr .customize_gdpr-container {
    text-align: start;
}

#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-consent {
    text-align: start;
    padding-right: 36px;
    color: #67676F;
}
#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-required-text {
    gap: 4px;    
}

#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-required-text .customize_gdpr-required-text-title {
    color: #4A4A54;
}

#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-required-text .customize_gdpr-required-text-descr {
    color: #67676F;
}

#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-required-text .customize_gdpr-required-text-title .customize_gdpr-required-text_active {
    color: #34A853;
}

#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes {
    margin-top: 16px;
    margin-bottom: 24px;
    
}
#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item {
    padding: 16px 0;
    border-top: 1px solid #E3E3E6;
    cursor: pointer;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item:last-child {
    border-bottom: 1px solid #E3E3E6;
}

#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item span {
    color: #4A4A54;
}

#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item .toggle-checkbox {
    position: absolute;
    visibility: hidden;
  }

#d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item .toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 36px;
    min-width: 36px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    transition: all 0.25s;
  }
  
  #d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item .toggle-switch:before, 
  #d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item .toggle-switch:after {
    content: "";
  }
  
  #d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item .toggle-switch:before {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.25s;
  }

  #d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item .toggle-checkbox:checked {
    width: 50px;
  }
  
  #d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item .toggle-checkbox:checked + .toggle-switch {
    background: #161616;
  }
  #d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item .toggle-checkbox:checked + .toggle-switch:before {
    left: 18px;
  }

  #d5_customize_gdpr .customize_gdpr-container .customize_gdpr-accept-btn {
    width: 100%;
  }
  

@media screen and (max-width: 1200) {
    #d5_customize_gdpr .v3-c-modal {
        max-width: 432px;
    }
}

@media screen and (max-width: 768px) {
    #d5_gdpr .gdpr {
        flex-direction: column;
        border-radius: 8px 8px 0 0;
        gap: 16px;
    }
    #d5_gdpr .gdpr .gdpr-text {
        padding: 0;
    }

    #d5_gdpr .gdpr-accept-btn {
        width: 100%;
    }
    #d5_gdpr .gdpr .gdpr-btns {
        width: 100%;
        flex-direction: column-reverse;
    }

    #d5_customize_gdpr .v3-c-modal {
        max-width: 343px;
    }

    #d5_customize_gdpr .customize_gdpr-container .customize_gdpr-required-text {
        margin-top: 16px;
    }
    #d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    #d5_customize_gdpr .customize_gdpr-container .customize_gdpr-checkboxes .customize_gdpr-checkbox-item {
        padding: 12px 0;
    }
}


#googleSignInButton-desktop {
    display: none;
}