HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: /home/honghock/public_html/wp-content/plugins/be-gdpr/admin/css/be-gdpr-admin.css
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */


 /****** Switch Styles *********/
 .gdpr-settings .switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 21px;
  }
  
  .gdpr-settings  .switch input {display:none;}
  
  .gdpr-settings  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .gdpr-settings  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .gdpr-settings input:checked + .slider {
    background-color: #1985ba;
  }
  
  .gdpr-settings  input:focus + .slider {
    box-shadow: 0 0 1px #1985ba;
  }
  
  .gdpr-settings  input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
  }

  .be-settings-page-option{
    display: flex;
      align-items: center;
      padding: 10px 0;
  }
  
  .be-settings-page-option-label{
    width:320px;
    display: inline-block;
  }
  
  .be-settings-page-option-checkbox{
    margin-right: 20px;
  }


.be-gdpr-disclaimer {
    font-size: 12px;
}