/* 
    Created on : 4. 11. 2024, 12:48:05
    Author     : ripas
*/
svg {
    max-width: 100%;
    height: auto;
}
.page-title {
    background-image: linear-gradient(to bottom, rgba(245, 247, 211, 1), rgba(204, 202, 141, 1));	
    background-position: top left;	
    background-size: 100%;	
    background-repeat: repeat;
}
#kategorie {
    background-image: linear-gradient(rgb(248, 248, 248), rgb(248, 248, 248)); 
    background-position: left top; 
    background-size: 100%; 
    background-repeat: repeat;
}
.dropdown-toggle::after {
    margin-top: 0.6em;
    position: absolute;
    right: 0.6em;
}
.dropdown-item {
    cursor: pointer;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.dropdown-item-selected {
   background-color: #ccc;
}
.message {
	margin-top: 10px;
	display: none;
	text-align:center;
	padding: 5px;
	border: 2px solid green;
	font-weight: 600;
        font-size: 15px;
        width: 100%;
        margin-bottom: 10px;
}
label.error {
    border: 1px solid red;
    margin-top: 10px;
    display: block;
    padding: 5px 8px;
    font-style: italic;
}
.message.error {
	display: block;
	border-color: red;
        
}
.message.success {
	border-color: green;
	display: block;
}
.message.processing  {
	border-color: yellow;
	display: block;
}
.uploadPreview {
	max-width: 200px;
	width: auto;
	height: auto;
        margin: 0 auto;
        display: block;
}
.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.125rem + 2px);
	margin-bottom: 0;
}
input[type="file"] {
	color: #71748d;
	background-color: #fff;
	border-color: #a7a7f0;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(214, 214, 255, .75);
}
.custom-file-input, .custom-file-input-gallery {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}

.profile-link.item-active {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf;
}
.col-kat {
    padding-bottom: 8px;
    padding-top: 8px;
}
.col-kat input[data-name="kategorie"] + .icon-check  {
    width: 25px;
    height: 25px;
    position:absolute;
    top:30%;
    left: 25%;
    display:block;
    display:none;
}
.col-kat input[data-name="kategorie"] + .icon-check img  {
    width: 100%;
    height: auto;
}
.col-kat input[data-name="kategorie"]:checked + .icon-check  {
    display:inline-block;
}
.col-kat label {
    cursor: pointer;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.profile-link:hover {
	color: #212529;
	background-color: #e5e5e5;
	border-color: #dfdfdf;
}
.toast-body h4 {
	color: #05f228;
}
.dark-bg {
	background: #252525;
	color: #fff;
}
.custom-file-label::after {
    display: none;
}
label a {
    color: #495057;
}

.uploadPreviewImage-image {
     height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50% !important;
}
.uploadPreviewImage-image img{
      object-fit: cover;
      border-radius: 0% !important;
      margin: 0 !important;
}