/*
Theme Name: KVP
Theme URI:https://coderitsolution.com
Author: CoderTtTeam
Author URI: coderitteam@gmail.com
Version: 2.0
Description: Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi quaerat officiis adipisci ipsa nobis asperiores. Similique, blanditiis optio temporibus quas!
Tags: KVP Template
*/

#loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay-content {
	text-align: center;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
}

.vote-success {
	color: green;
}

.vote-error {
	color: red;
}

.show-filter {
	margin-bottom: 5%;
}

.reifegrad-date ul #submit-vote {
	background: transparent;
	border: 2px solid #5043f6;
	color: #5043f6;
	box-shadow: none;
}

.reifegrad-date ul #submit-vote span {
	background: #5043f6;
	padding: 1px 5px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #fff;
	margin-top: -4px;
}












/*notification settings*/
.notification-switch {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.notification-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.notification-slider {
    position: relative;
	width: 45px;
    height: 25px;;
    transition: background-color 0.2s;
    margin-right: 10px;
	border-radius: 2.5rem;
    color: #6b7381;
    background: #fff;
    border: 1px solid #E5E4FF;
    box-shadow: 0px 4px 4px #c8bebe;
}

.notification-slider::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: 1px;
    bottom: 0px;
    background-color: #5043F6;
    border-radius: 50%;
    transition: transform 0.2s;
}

.notification-switch input:checked + .notification-slider {
    background-color: #fff; /* Green background when checked */
}

.notification-switch input:checked + .notification-slider::before {
    transform: translateX(18px); /* Move the slider to the right */
}

.notification-switch input:checked + .notification-slider::before {
    background-color: #5043F6; /* Color of the slider knob when checked */
}
