
.alert-danger {
    padding: 4px !important;
    border: none !important;
    background: transparent !important;
    color: #f00 !important;
}

.errorMessage {
    padding: 4px;
    border: none;
    background: transparent;
    color: #f00;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* objava */
#post-form {
    /*max-width: 400px;*/
    width: 100% !important;
    background-color: #ffffff;
    /*margin: 40px auto;*/ /*overlap sa main menu na manjim rez. fixed*/
    padding: 40px;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 12px;
}

#post-form .form-header {
    gap: 5px;
    text-align: center;
    font-size: .9em;
}

#post-form .form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
}

#post-form .form-header .stepIndicator.active {
    font-weight: 600;
}

#post-form .form-header .stepIndicator.finish {
    font-weight: 600;
    color: #247BA0;
}

#post-form .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #add8eb;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}

#post-form .form-header .stepIndicator.active::before {
    background-color: #add8eb;
    border: 3px solid #d5f9f6;
}

#post-form .form-header .stepIndicator.finish::before {
    background-color: #247BA0;
    border: 3px solid #b7e1dd;
}

#post-form .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}

#post-form .form-header .stepIndicator.active::after {
    background-color: #add8eb;
}

#post-form .form-header .stepIndicator.finish::after {
    background-color: #247BA0;
}

#post-form .form-header .stepIndicator:last-child:after {
    display: none;
}

#post-form input {
    /*padding: 15px 20px;*/
    /*width: 100%;*/
    font-size: 1em;
    border: 1px solid #e3e3e3;
    /* border-radius: 5px;*/
}

#post-form input:focus {
    border: 1px solid #009688;
    outline: 0;
}

#post-form input.invalid {
    border: 1px solid #ffaba5;
}

#post-form .form-footer {
    overflow: auto;
    gap: 20px;
}

.form-footer button, .form-footer input {
    background-color: #247BA0;
    border: 1px solid #247BA0 !important;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
}
.form-footer button:disabled {
	background-color: rgba(36, 123, 160, 0.4);
    pointer-events: none;
	border-color: rgba(36, 123, 160, 0.4) !important;
}

#post-form .form-footer button:hover {
    opacity: 0.8;
}

#post-form .form-footer #prevBtn {
    background-color: #fff;
    color: #247BA0;
}
.ex-img-form-upload {
    padding: 15px 20px !important;
}

.message-box {
    position: relative;
    top: 1rem;
    background-color: var(--e-white);
    box-shadow: 0px 2px 6px #DCE8EA;
    border-radius: 20px;
    font-weight: var(--e-font-semi-bold);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 380px; */

}

.form-file::before {
    content: "Fotografija";
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #eee;
    width: 100px;
}

.red, .error {
    color: #f00;
}

.ex-candle, .ex-comments, .ex-photos, .ex-share, .ex-msg {
    cursor:pointer;
}

photos {
    width:100%;
    display:block;
}

.ex-msg-box {
    padding:10px;
}

@media (max-width: 576px) {
    #post-form {
        max-width: 400px;
		padding: 40px 10px;
    }
}

.list-view-loading {
    background-position: center top;


}

.cr-boundary {
    min-height: 320px;
}

.btn-rotate {
    border-radius:50%;
    background: #d5f9f6;
}

.btn-crop {

    background: #a7ede8;
}

.croppie-container .cr-slider-wrap {
    width:240px !important;
}
/*
.ex-img-preview {
    min-width:240px !important;
    min-height: 320px !important;
}
*/
#Post_allow_photos.custome-switch {
    position:relative;
    left:50%;
}

.published {
    background:#d6e0df;
}

.text-bg-grey {
    color: #000;
    background-color: #e9ecef;
}