/* Dashboard Overview page css */
.view_column {
	float: left;
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
}

/* Clear floats after the columns */
.view_row:after {
	content: "";
	display: table;
	clear: both;
}

.view_row{
	margin: 15px 0px;
}

/* Style the counter cards */
.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	background-color: #9ec1c0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	min-width: 220px;
}

.view_icon {font-size:50px;}

/* Dashboard Overview page css End */


/*  Consent page css */
label, input {
	padding: 5px;
	margin-right: 5px;
	font-size: 15px;
}

label{
	font-weight: 501;
}

.cookieadmin_bottom{
	bottom:20px;
}

.cookieadmin_top{
	top: 20px;
}

.cookieadmin_right{
	right: 15px;
}

.cookieadmin_left{
	left:15px;
}

.hide{
	display:none;
}

.title{
	text-align: center;
	color: black;
	font-weight: 600;
	font-size: 20px;
	margin: 2px;
}

/* Modal animations  */
@keyframes slideUp {
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideSide {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

/* Modal animations Ends */

.cookieadmin_consent-header{
	display: flex;
	background: #12625f4d;
	color: black;
	padding: 12px;
	box-sizing: border-box;
	margin: 4px;
	align-items: center;
	justify-content: space-between;
}

.cookieadmin_consent-contents {
	display: flex;
	background: #14afa717;
	margin: 0px 5px;
}


.cookieadmin-tabs{
	display:flex;
	flex-direction: column;
	background: #f0f0f1;
}

.tabs.selected {
	background-color: #ffffff;
    
}

.cookieadmin-tabs div {
	padding: 10px 5px;
	background: #f0f0f1;
	cursor: pointer;
	margin: 0px;
	font-size: 14px;
	box-shadow: 0 0 2px 0 #ccc;
}

.cookieadmin_consent_settings {
	/*display: flex;
	min-width: 93%;
	flex-direction: column;
	padding: 5px;*/
	background: #ffffff;
	/*margin-left: -3px;*/
}

.law {
	padding: 20px;
	background: aliceblue;
	margin: 10px;
	height: fit-content;
	font-size: 14px;
	font-family: sans-serif;
}

.cookieadmin-contents {
	margin: 5px;
}

.cookieadmin-setting {
	display: flex;
	margin: 10px 20px;
	background: aliceblue;
	padding: 6px 0px;
}

.cookieadmin-setting-head {
	width: 100%;
	padding: 5px;
	align-content: center;
}

.cookieadmin-setting-contents {
	align-items: baseline;
	padding: 5px;
	margin: 5px;
}

.cookieadmin-setting-results {
	align-items: baseline;
	padding: 5px;
	margin: 5px;
	width: 80%;
}

input[type="color"] {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.cookieadmin-color-holder{
	max-width: 110px;
}

.cookieadmin-title {
	font-size: 17px;
	font-weight: 501;
	padding: 10px;
	margin: 5px;
	min-width: 15%;
}

.cookieadmin-color-input{
	border: 1px solid;
	margin: 0px;
	margin-left: -8px;
	max-width: 75%;
}

.cookieadmin-vertical{
	display: flex;
	flex-direction: column;
	margin: 2px 40px;
}

.cookieadmin-horizontal{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cookieadmin-input{
	padding-right: 20px;
}

.cookieadmin-collapsible-notice{
	padding: 9px;
	display: none;
	background-color: #ffffc6;
	font-size: 14px;
	border-radius: 4px;
	max-width: fit-content;
	margin: auto;
}

.cookieadmin-collapsible-notice:before{
	content: "\1F6C8  ";
}

.cookieadmin-policy-gens{
	justify-content: space-evenly;
}

.cookieadmin-cookie-scan, .cookieadmin-consent-logs{
	justify-content: end;
}

.cookieadmin-setting-colors{
	justify-content: space-between;
}

.cookieadmin-buttons{
	flex: auto;
	justify-content: space-between;
	margin: 5px;
}

.cookieadmin-button{
	padding: 5px;
	row-gap: 10px;
}

.cookieadmin-button-color{
	justify-content: space-between;
	min-width: 34%;
}


/* Dashboard Consent page css End*/


/* Website consent box  */

.cookieadmin_law_container{
	position: fixed;
	width: 330px;
	box-sizing: border-box;
	z-index: 99999;
	display: none;
}

.cookieadmin_consent_btns{
	align-content: center;
	display: flex;
	justify-content: space-evenly;
}

.cookieadmin_box{
	/*position: fixed;*/
	width: 330px;
	box-sizing: border-box;
	display: none;
}

.cookieadmin_notice_group{
	display: flex;
}

.cookieadmin_popup{
	position: fixed;
	width: 330px;
	box-sizing: border-box;
	z-index: 9999999;
	display: none;
}

.cookieadmin_consent_inside{
	color: black;
	background-color: #FFFFFF;
	border-color: #f4f4f4;
	padding:15px;
	border-radius: 4px;
	box-shadow:1px 3px 10px rgba(0, 0, 0, 0.2);
}

#cookieadmin_notice_title{
	font-weight: 601;
	margin: 0px;
	padding-left: 5px;
}

.cookieadmin_notice_con{
	font-size: small;
	padding: 0px 6px;
	flex: 1;
}

.cookieadmin_cookie_modal{
	display: none;
	flex-direction: column;
	position: fixed;
	max-width: 55vw;
	max-height: 80vh;
	background-color: #FFFFFF;
	border: 1px solid #F4F4F4;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	z-index: 999999;
}

.cookieadmin_center{
	top: 10%;
	left: 22%;
}

.cookieadmin_side{
	flex-direction: column;
	position: fixed;
	width: 30vw;
	bottom: 0px;
	animation: 0.5s ease-out forwards slideSide;
	max-height: 100vh;
	left: 0px;
	top: 0px;
	border-radius: 0px;
}

.cookieadmin_down{
	position: fixed;
	max-width: 100%;
	width: 100%;
	max-height: 55vh;
	bottom: 0px;
	animation: 0.5s ease-out forwards slideUp;
}

.cookieadmin_modal_overlay{
	display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1000;
}

.cookieadmin_mod_head{
	display: flex;
	justify-content: space-between;
}

.cookieadmin_mod_head, .cookieadmin_wrapper{
	padding: 20px;
	border-bottom: 1px solid #F4F4F4;
}

.cookieadmin_close_pref{
	background: none;
	border: none;
	align-self: baseline;
	color: gray;
}

.cookieadmin_preference_title{
	font-size: 20px;
	font-weight: 801;
}

.preference_details{
	padding: 0px 10px;
}

.cookieadmin_preference{
	overflow: hidden;
	height: 68px;
	font-size: 15px;
}

.cookieadmin_showmore{
	background: none;
	border: none;
	color: #1863dc;
	padding: 0px;
}

.cookieadmin_details_wrapper{
	padding: 15px;
	height: calc(100% - 6%);
	overflow: auto;
}

.cookieadmin_types{
	padding: 10px 10px;
	border-top: 1px solid #000000;
}

.cookieadmin_header{
	display: flex;
	justify-content: space-between;
}

.cookieadmin_remark{
	display:none;
	justify-self:right;
}

.act{
	display: inline;
	color: #1863dc;
}

.cookieadmin-nece-cookies{
	display:none;
	padding:1px;
	border-radius: 10px;
	margin: 0px 20px;
	margin-right: 4rem;
	font-size: smaller;
	font-size: 1rem;
	text-align: center;
	background-color: aliceblue;
}

.cookieadmin_desc{
	padding:5px 20px;
	font-size: 15px;
	padding-right: 4rem;
}

.cookieadmin_footer{
	width: 100%;
	left: 0px;
	padding: 15px;
	flex-wrap: wrap;
}

.cookieadmin_btn{
	background-color: transparent;
	border: 1px solid #1863dc;
	color: #1863dc;
	padding: 0.4rem 0.9rem;
	border-radius: 4px;
	margin: 2px 5px;
	cursor: pointer;
}

.cookieadmin_btn:hover{
	opacity: 0.8;
}

.btn_accept{
	color: #ffffff;
	background-color: #1863dc;
	border-color: rgb(24, 99, 220);
}

.show_pref_cookies{
	cursor: pointer;
}

.pl0{
	padding-left:0px;
}

.cookieadmin_re_consent{
	display: none;
	position: fixed;
	bottom: 15px;
	left: 15px;
	background: linear-gradient(to left, rgb(0, 51, 204) 0%, rgb(102, 102, 255) 100%);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	cursor: pointer;
	border: 0px;
	z-index: 99999;
}

.cookieadmin-manager-cookie-scan, .cookieadmin-manager-consent-logs{
	flex-wrap: wrap;
}

.cookieadmin-manager-scan-result{
	padding: 10px;
	margin: 5px;
	width: 100%;
}

.cookieadmin-consent-logs-pagination{
	padding: 15px;
	margin: 5px;
	width: 100%;
}

.cookieadmin-logs-paginate{
	font-size: 2em;
	text-decoration:none;
}

.cookieadmin-cookie-scan-result{
	padding: 2px;
	font-size: 14px;
	text-align: left;
	width: 100%;
	border: 1px solid whitesmoke;
	table-layout: fixed;
	word-wrap: anywhere;
}

table.cookieadmin-cookie-scan-result th{
	background: #adc5b4;
	padding: 8px;
}

table.cookieadmin-cookie-scan-result td{
	background: white;
	padding: 8px;
}

.cookieadmin-consent-logs-result {
	padding: 2px;
	font-size: 14px;
	text-align: left;
	width: 100%;
	border: 1px solid whitesmoke;
	table-layout: fixed;
	word-wrap: anywhere;
}

table.cookieadmin-consent-logs-result th{
	background: #adc5b4;
	padding: 8px;
}

table.cookieadmin-consent-logs-result td{
	background: white;
	padding: 8px;
}


.cookieadmin-support{
	align-items: center;
}

.cookieadmin-icon{
	height: 60px;
	display: inline-block;
}

.cookieadmin-logo{
	width: 250px;
	display: inline-block;
}

.support-content{
	margin-left:2%;
	line-height: 3rem;
}

.cookieadmin-cookie-card {
	background: #f9f9f9;
	border-radius: 10px;
	padding: 16px;
	font-family: 'Segoe UI', sans-serif;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	margin: 10px auto;
	text-align: left;
}

.cookieadmin-cookie-header {
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	margin-bottom: 6px;
}

.cookieadmin-cookie-name {
  font-weight: bold;
  color: #333;
}

.cookieadmin-cookie-duration {
  color: #666;
  font-size: 0.85rem;
}

.cookieadmin-cookie-description {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 12px;
}

.cookieadmin-cookie-tags {
  display: flex;
  gap: 8px;
}

.cookieadmin-tag {
  background: #e0e0e0;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  color: #333;
}

.cookieadmin-tag.active {
  background: #000;
  color: #fff;
}

/* Website consent box End*/





/* Checkbox switch Start */

.cookieadmin_toggle {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 11px;
}

/* Hide the checkbox input */
.cookieadmin_toggle input {
	display: none;
}

/* Describe slider's look and position. */
.cookieadmin_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: gray;
	transition: .4s;
	border-radius: 34px;
}

/* Describe the white ball's location 
  and appearance in the slider. */
.cookieadmin_slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 3.2px;
	bottom: 3.2px;
	background-color: white;
	transition: .2s;
	border-radius: 50%;
}

/* Modify the slider's background color to 
  green once the checkbox has been selected. */
input:checked+.cookieadmin_slider {
	background-color: #3582c4;
}

/* When the checkbox is checked, shift the 
  white ball towards the right within the slider. */
input:checked+.cookieadmin_slider:before {
	transform: translateX(13px);
}

input:disabled+.cookieadmin_slider {
	background-color: #1c6088;
}
input:disabled+.cookieadmin_slider:before {
	transform: translateX(13px);
	background-color: #9c8e8e;
}

/* Checkbox switch End */