
hr {
    border-top: 3px solid #795548;
    margin: 0rem 0 1.5rem 0;
}

.fv-plugins-message-container.invalid-feedback div {
    box-shadow: 0px 0px 0px 3px rgb(254 231 231);
    background-color: rgb(254 231 231);
    color: rgb(242 13 13);
    border-radius: 1px;
}

.dropzone .dz-preview .dz-image img {
    width: 105px;
    height: 130px;
    object-fit: cover;
    margin: 4px 10px 0px 11px;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

button.btn.dz-remove-btn {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999999;
    display: block;
    margin: 0;
    padding: 0 !important;
}

.btn.dz-remove-btn .fa-times {
    color: #fff;
    font-size: 12pt;
    background-color: #607d8b;
    border-radius: 5px;
    padding: 4px 6px;
    cursor: pointer;
}

.tab-content-hr {
    border-color: #e0e0e0;
    margin: 15px 0;
}

.belge-card-header {
    background-color: var(--vkv-green-bright) !important;
    padding: 20px 25px !important;
    min-height: 40px !important;
}

.belge-nav-tabs {
    border-bottom-color: var(--vkv-green-bright);
    margin-top: 12px;
}

.belge-tab-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    border-top: 1px solid #e0e0e0;
}

.dropzone-icon {
    color: #818968;
}

#BursiyerTipSecenek .d-flex.flex-wrap > .flex-grow-1 {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    min-width: 0;
    margin-bottom: 0.75rem;
}

    #BursiyerTipSecenek .d-flex.flex-wrap > .flex-grow-1 .fs-4 {
        white-space: nowrap;
    }

@media (max-width: 500px) {
    #BursiyerTipSecenek .d-flex.flex-wrap > .flex-grow-1 {
        flex: 0 0 calc(100% - 1rem);
        max-width: calc(100% - 1rem);
    }
}

.form-check-input:checked {
    background-color: #8bc34a;
    border-color: #8bc34a;
}

.btn.btn-outline.btn-outline-dashed:hover:not(.btn-active) {
    border-color: #8bc34a;
}

label.w-100.btn.btn-outline.btn-outline-dashed.btn-active-light-primary.d-flex.text-start.p-3:hover {
    background-color: #eeffbd3d !important;
}

a {
    color: #607D8B;
    text-decoration: underline;
}
