@charset "utf-8";
/* CSS Document */
.wrap{
	color: #8A8A8A;
	margin: 10px 20px;
	box-sizing: border-box;
	font-style: normal;
}

.key-block{
	display: flex;
	gap: 15px;
	/* background-image: url("../images/bg.png"); */
	background-size: cover;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
	border-radius: 8px;
	/* max-width: 1000px; */
	flex-direction: column;
	align-items: center;
	padding: 20px 20px 20px 20px;
	margin: 20px 20px 20px 0px;
}

.settings-block{
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	box-sizing: border-box;
	max-width: 1300px;
}

.main-block{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 25px;
	gap: 15px;
}

table.ui-datepicker-calendar td {
	font-size: .9em !important;
	line-height: normal !important;;
	padding: 0px !important;;
}

.entry-content {
	margin-bottom: 30px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0 !important;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 3px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 17px;
}

.slider.round:before {
	border-radius: 50%;
}
#timezone_place_switcher{
	line-height: 110%;
	margin-left: 10px;
}


