.custm-form {
    border: none;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.07);
    border-radius: 1rem;
    padding: 1.5rem;
    max-width: 588px;
    margin: auto;
}

.custom-header {
    max-width: 768px;
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
    color: #01194c;
}

.custom-header h1 {
    font-weight: 600;
    font-size: 2rem;
}
.custom-header h2 {
    font-weight: 600;
}

#contentScroll > div {
    overflow-x: hidden;
}
/* LABEL A INPUT STYL */
.card-body label {
    color: #333;
    margin-bottom: 4px;
    display: block;
}

.card-body .form-control {
    padding: 12px 10px;
    color: #2c2c2c;
    transition: border-color .2s, box-shadow .2s;
    border-color: rgb(86, 100, 123);
    border-width: 1px;
    border-radius: 8px;
}

.card-body .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 3px rgba(0,123,255,0.25);
}

/* TEXTAREA */
.card-body textarea.form-control {
    min-height: 80px;
    resize: vertical;
}

/* SELECT */
.card-body select.form-control {
    background-color: #fff;
}

/* FORM GROUP / ROW PAD */
.card-body .form-group {
    margin-bottom: 16px;
}

/* LEGEND */
.card-body legend {
    border-bottom: 2px solid rgb(1, 25, 76);
    padding-bottom: 4px;
    margin-bottom: 14px;
    color: rgb(1, 25, 76);
}

/* VALIDATION ALERT */
.alert.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    padding: 12px 16px;
    border-radius: 4px;
}

/* FORM FOOTER BUTTONS */
.card-footer {
    border-top: 1px solid #e9ecef;
    background: #fff;
    padding: 12px 20px;
}

.btn.btn-primary {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    text-transform: uppercase;
}

.btn.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn.btn-outline-secondary {
    background-color: transparent;
    border: 1px solid #6c757d;
    color: #6c757d;
    padding: 8px 16px;
    border-radius: 4px;
}

.btn.btn-outline-secondary:hover {
    background: #6c757d;
    color: #fff;
}

/* INPUT-GROUP ICON COLOR */
.input-group-text {
    background: #e9ecef;
    border: 1px solid #ced4da;
}

/* DATEPICKER ICON */
.input-group-text i {
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .card-body .row {
        margin-bottom: 10px;
    }
}
.card-footer:has(a[data-action="save"]) {
  margin: auto;
  width: fit-content;
}

input[type='text'].form-control,
.input-group-append,
.input-group-text {
  height: 2.5rem;
}

select:not([size]):not([multiple]).form-control {
    height: 3rem;
}

body {
  background-color: #fafcff;
}

#contentScroll > div {
    padding: 0;
}

#mainForm > div:nth-child(1) {
    display: none;
}

.uvod-text {
    text-align: left;
}


.banner  {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    background-color: #f0f5ff;
    border-color: #d7e4ff;
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 1px;
    border-width: 1pxpx;
    margin-bottom: 3.5rem;
    margin-top: 1.5rem;
    max-width: 588px;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.icon-content {
    background-color: #fff;
    border: 1px solid #d7e4ff;
    border-radius: 1.5rem;
    display: inline-flex;
    height: 3rem;
    padding: .75rem;
    width: 3rem;
}

@media (min-width: 768px) {
    .banner {
        flex-direction: row;
        text-align: left;
    }
}