.poliitika {
	background-color: #fff;
	padding: 40px 20px;
}

.admin_edit_table {
	width: 100%;
	border: 1px solid #06A3DA;
}

.admin_edit_table th {
	background-color: #06A3DA;
	color: white;
	padding: 10px;
}

.admin_edit_table tr {
	border-bottom: 1px solid #06A3DA;
}

.admin_edit_table td {
	padding: 5px;
	vertical-align: top;
	transition: background-color 0.3s ease-in-out;
}

.admin_edit_table td.admin_edit:hover {
	background-color: #bfedfd;
}

.m_lang a{
	width: 53px;
}

.m_lang {
	display: none;
	position: absolute;
    bottom: 62px;
    right: 16px;
	/* width: 100%; */
}

.mobile_lang {
	display: block;
	float: right;
    background-color: #06A3DA;
    color: white;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-radius: 2px;
	width: 54px;
    text-align: center;
}

.sticky_vik h1 {
	color: white;
	font-size: 1.4em;
	margin-bottom: 0;
}

/* construction */
.construction {
	position: fixed;
	top: 50%;
	left: 50%;
	color: #06A3DA;
	font-size: 2em;
	font-weight: bold;
	text-align: -webkit-center;
	transform: translate(-50%, -50%); 
}

.construction_footer {
	position: fixed;
    bottom: 0;
}

.staysmart_footer {
	-webkit-text-fill-color: #421b9b;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: #fff;
}

.staysmart_footer:hover {
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
}
/* construction */

body::-webkit-scrollbar {
	display: none;
	padding-right: 0 !important;
}

#modal_main::-webkit-scrollbar {
	display: none;
	padding-right: 0 !important;
}

.form-control.is-invalid {
	padding-right: 0.75rem !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.clinical-carousel .owl-nav {
	position: absolute;
    top: 50%;
}

.clinical-carousel .owl-prev:hover, .clinical-carousel .owl-next:hover {
	background-color: rgb(255, 255, 255, .8);
}

.clinical-carousel .owl-prev, .clinical-carousel .owl-next {
    position: fixed;
    background-color: rgb(255, 255, 255, .5);
    color: black;
    padding: 20px 10px;
    font-size: 1.4em;
	transform: translate(0, -50%);
	transition: background-color 0.3s ease-in-out;
}

.clinical-carousel .owl-prev {
    left: 0;
}

.clinical-carousel .owl-next {
    right: 0;
}

.questions {
	display: none;
}

@media (min-width: 992px) {
	.menu_hide {
		display: none;
	}
	.mobile_lang {
		display: none;
	}
}

@media (max-width: 600px) {
	.modal_login {
		width: 90% !important;
	}
}

.swal2-title {
	padding-left: 10px !important;
}

#modal_main {
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1060;
    display: none;
    width: 380px;
	height: 590px;
    /* overflow: hidden; */
    overflow: auto;
    outline: 0;
	background-color: white;
	transform: translate(-50%, -50%);
	transition: width .3s ease-in-out, height .3s ease-in-out;
}

.modal_login {
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1060;
    display: none;
    width: 300px;
	height: 352px;
    overflow: hidden;
    outline: 0;
	background-color: white;
	transform: translate(-50%, -50%);
	transition: width .3s ease-in-out;
}

.modal_center {
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1060;
    display: none;
    width: 300px;
    height: 300px;
    overflow: hidden;
    outline: 0;
	background-color: white;
	transform: translate(-50%, -50%);
	transition: width .3s ease-in-out;
}

.vik_küsimus {
    padding: 50px 20px 20px;
    color: #06A3DA !important;
    font-weight: bold;
    font-size: larger;
}

.vik_vastused li:hover{
	background-color: #06A3DA;
	color: white;
	padding: 10px 10px 10px 20px;
}

.vik_vastused li{
	border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    border: #06A3DA 2px solid;
    color: darkblue;
    cursor: pointer;
	transition: background-color .3s ease-in-out, color .3s ease-in-out, padding .3s ease-in-out;
}

.vik_vastused {
	list-style: none;
	margin: 0 20px;
    padding: 0;
}

.vik_detailid ul{
	list-style: none;
	margin: 0 20px;
    padding: 0;
}

.plaani_detailid span {
	display: none;
}

.loe_edasi.hidden {
	display: none;
}

.kolleegile_2 {
	/* display: none; */
}

.hidden_scroll::-webkit-scrollbar {
	display: none;
	padding-right: 0 !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden_scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.cu_po {
	cursor: pointer !important;
}

.sticky-top_vik {
	position: sticky;
    top: 90px;
    z-index: 1020;
}

.pricelist {
	width: 100%;
}

.pricelist tr {
	background-color: #EEF9FF;
	border-bottom: 1px solid #06A3DA !important;
}

.pricelist td {
	padding: 5px 10px;
}

.dropdown-menu-right {
	right: 5px;
    top: 45px;
    box-shadow: 1px 3px 10px 1px;
}

.white_link a {
	color: #fff;
	transition: color .2s ease-in-out;
}

.white_link a:hover {
	color: #ddd;
}

.mt-6 {
	margin-top: 5rem !important;
}

.pt-6 {
	padding-top: 5rem !important;
}

.mt-7 {
	margin-top: 7rem !important;
}

.pt-7 {
	padding-top: 7rem !important;
}

@media (max-width: 600px) {
	.section-title h5::before, .section-title h5::after {
		display: none;
	}
}