/* Public styles go here */

    form {
        margin: 20px auto;
        padding: 20px;

    }

    label {
        display: block;
        margin-top: 10px;
        font-weight: 400;
		font-size: 16px;
        color: #333;
		font-family: inherit;
    }

    input[type="text"],
    textarea,
    select {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #fff;
        font-size: 16px;
    }

    textarea {
        height: 230px;
    }

    input[type="file"] {
        margin-top: 5px;
    }

    #chapitreForm button {
	background: #005150;
    color: #ffffff;
    border: none;
	transition: all 0.7s ease-out;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 400;
    }

    button:hover {
        background: #005bb5;
    }
.post-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}
.custom-file-upload {
    background-color: #ffffff;
    color: #005150!important;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
	font-family: 'NeueFrutigerWorldThin'!important;
	font-size: 13px!important;
	font-weight:700!important;
    transition: 100ms ease-out;
}
.custom-file-upload:hover {
    background-color: #ffffff;
}
.post-gallery img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

#image-preview img {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0;
}
#fileSizeMessage{
	background: #00000063 !important;
    color: #ffffff !important;
    /* border-color: #000000 !important; */
	font-size: 13px;
    line-height: 1.5;
    margin: .5em 0;
    text-shadow: none;
	padding: 12px;
	display:none;
	border-left: #000000 solid 3px;
}
img#artiklecroppedImage{
	display:none;
}
#chapitre-form .cropper-container{
	height:500px!important;
}
#chapitre-form .cropper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures full coverage */
}
#chapitre-form .cropper-crop-box {
    transform: none !important;
}
.artikle_content #charCounter {
    top: 6px;
    right: 0;
}
.artikle_content {
    position: relative;
}
#loader { 
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

input#gallery_images::-webkit-file-upload-button,
input#artikleimageInput::-webkit-file-upload-button{
    font-size: 13px;
    font-family: 'NeueFrutigerWorldThin';
    position: absolute;
    padding: 10px 20px;
    background-color: white;
    border: none;
    color: #005150;
    font-style: normal!important;
    transition: 100ms ease-out;
    cursor: pointer;
	height:30px;
}

select.fea-uploads-sort.disabled {
    visibility: hidden;
}
select#kapital_status_post {
    margin-bottom: 20px;
}
#artikleimageInput {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
}
p#artiklefileSizeMessage {
    background: #000000;
    color: #ffffff;
    padding: 10px;
    margin: 10px 0;
    font-size: 12px;
	display: none;
}
img#artiklecroppedImage{
	display:none!important;
}
div#artiklecharCounter {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 12px;
}
#load {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000000d4;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.disabled-btn,
#submit-disabled{
background: #88a4a3 !important;
cursor:not-allowed!important;
}
.single-artikel .blog-post {
        width: 100% !important;
        padding-right: 0;
}
.single-artikel .credits {
    margin-bottom: 16px;
}