/*!
Theme Name: Ip-style
Theme URI: https://redlab.bz/
Author: Ivan Petenok (REDLAB)
Author URI: https://www.instagram.com/john_kreik/
Description: Ip-style theme made in the company of <a href="https://redlab.bz/">https://redlab.bz/</a> by <a href="https://www.instagram.com/john_kreik/">Ivan Petenok</a>
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Ip-style
*/

.admin-bar header {
	margin-top: 32px;
}

.cky-notice-des a {
	color:#0B66D0;
	text-decoration: underline;
	font-size: 16px;
}

.cky-notice .cky-title {
	font-size: 20px !important;
}
.cky-notice-des p {
	font-size: 16px;
}
.cky-consent-container .cky-consent-bar {
	border-radius: 28px !important;
}
 .cky-notice-btn-wrapper button  {
	font-size: 15px;
	border-radius: 10px;
	justify-content: center;
}

.cky-modal.cky-modal-open{
	border-radius: 28px !important;
}
.cky-preference-center{
	border-radius: 28px !important;
}
.cky-prefrence-btn-wrapper button {
	font-size: 15px;
	border-radius: 10px;
	justify-content: center; 
}

.cky-switch input {
  padding-top: 0 !important;
}

.cky-preference-body-wrapper{
      &::-webkit-scrollbar {
        width: 4px;
      }

      &::-webkit-scrollbar-track {
        background: transparent;
      }

      &::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 24px;
      }
    }