/**
* Nadpisanie styli z semantic.css : START
 */
.ui.segment {
    border-radius: 0 0 .28571429rem .28571429rem !important; /* Zaokrąglenie ramki formularza na dole jeżeli jest podpowiedź do formularza */
}
*, :after, :before {
    box-sizing: border-box !important;
}

/*Przycisk X na modalach*/
.ui.modal>.close {
    position: unset;
    color: #000000;
}

.ui.modal {
    position: relative;
}

.ui.items>.item>.content {
    min-height: 0;
    padding-right: 2em;
}
.ui.relaxed.divided.items>.item {
    padding: 1.5em 1.5em;
}
.img-list-href {
    border-radius: .28571429rem;
    width: 150px !important;
    height: 125px !important;
    object-fit: cover;
}

/**
* Nadpisanie styli z semantic.css : STOP
 */

label {
    font-weight: 600;
    font-size: 13px;
}

/* Wymuszamy styl Bootstrapa dla .modal */
/*.modal.in {*/
/*    display: block !important;*/
/*    z-index: 99999 !important; !* lub inna duża wartość wyższa niż w Semantic UI *!*/
/*}*/
/*.modal-backdrop.in {*/
/*    z-index: 99998 !important;*/
/*}*/

/*!* Wyłączenie Modal Semantic UI *!*/
/*.ui.modal {*/
/*    display: none !important;*/
/*    visibility: hidden !important;*/
/*}*/
/*.modal.in, .modal.show {*/
/*    display: block !important;*/
/*    z-index: 1050 !important; !* Upewnij się, że wartość jest wystarczająco wysoka *!*/
/*}*/

/*!* Wyłączenie elementów dimmera Semantic UI *!*/
/*.ui.dimmer,*/
/*.dimmed,*/
/*.dimmable {*/
/*    display: none !important;*/
/*    visibility: hidden !important;*/
/*}*/

/**
* Nadpisanie styli z semantic.css : STOP
 */

