.btn-ea5d0b {
    color: #fff;
    background-color: #ea5d0b;
    /* border-color: #ea5d0b; */
    border-radius: 5px;
}

.btn-ea5d0b:hover, .btn-ea5d0b:focus {
    color: #FFFFFF !important;
    background-color: #5A5A5A !important;
    border-color: #dd5405;
}

.btn-39ceb0 {
    color: #fff;
    background-color: #39ceb0;
    border-color: #39ceb0;
    border-radius: 5px;
    width: 170px;
}

.btn-39ceb0:hover, .btn-39ceb0:focus {
    color: #FFFFFF;
    background-color: #5A5A5A;
    border-color: #dd5405;
}

.btn-b7b7b7 {
    color: #fff;
    background-color: #b7b7b7;
    border-color: #b7b7b7;
    border-radius: 5px;
}

.btn-b7b7b7:hover, .btn-b7b7b7:focus {
    color: #FFFFFF;
    background-color: #5A5A5A;
    border-color: #dd5405;
}

.btn-3bcdB0 {
    color: #fff;
    background-color: #3bcdB0;
    border-color: #3bcdB0;
    border-radius: 5px;
    width: 300px;
}

.btn-39ceb0:hover, .btn-39ceb0:focus {
    color: #FFFFFF;
    background-color: #5A5A5A;
    border-color: #dd5405;
}

.card-button-150px {
    width: 150px;
}

.members_groups_link:hover,  .members_groups_link:focus {
	color: #ea5d0b;
}

.django-ckeditor-widget {
    width: 100% !important;
  }

.tooltip-inner {
    background-color: #FFFFFF !important;
    color: #5A5A5A !important;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #FFFFFF !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: white !important;
}

.black-link, .black-link:link, .black-link:visited {
    color: black !important;
}

.black-link:hover, .black-link:active {
    color: #ea5d0b !important;
}

#custom-loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: flex;
    align-items: center;
    justify-content: center;
}

#onboarding-overlay {
    background:rgba(0,0,0,0.3);
    display:none;
    width:100%;
    height:100%;
    position:absolute; top:0; left:0; z-index:98;
}

.ui-datepicker-header {
    font-size: 15px;
}

.payment-status-container {
    width: 150px;
    height: 20px;
    border-radius: 5px;
    background-color: #1E1E1E1A;
    display: flex;
    align-items: center;
}

.status-paid {
    color: #3BCDB0;
}
.status-paid::before {
    content: "";
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #3BCDB0;
    display: inline-block;
    margin-left: 10px;
}

.status-new {
    color: black
}

.status-new::before {
    content: "";
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: black;
    display: inline-block;
    margin-left: 10px;
}

.status-overdue {
    color: #DE1C22;
}
.status-overdue::before {
    content: "";
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #DE1C22;
    display: inline-block;
    margin-left: 10px;
}

.form-overlay {
    position: absolute !important;
    width: 100%;
    min-height: 400px;
    top: 60px;
    left: 0;
    z-index: 1050;
    opacity: 0.95;
}

.invoice_data td {
    word-wrap: break-word;
    white-space: normal;
}

.text-ea5d0b {
    color: #ea5d0b !important;
}

.table.sms-table th {
    white-space: normal;
}

.table.sms-table td {
    white-space: normal;
}

#invoiceTable td {
        white-space: normal;
}

#information-list > .card > .row > div.col-lg-7 > p > img {
    max-height: 500px;
    max-width: 500px;
}

.agenda-list .col-lg-5 img {
    max-height: 500px;
    max-width: 500px;
}

.info-text strong {
    font-weight: bolder !important;
}

input[type="radio"] {
    accent-color: #ea5d0b;
}
.modal-backdrop {
    /* Override the z-index of the modal backdrop, po zmianie na bootstrap 5.3 --bs-backdrop-zindex: ustawia się na 1050 
		i blokuje modal do dodawania eventow*/
    z-index: 1040 !important;
  }
.close {
    cursor: pointer;
    float: right;
    border: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}
.close:not([disabled]):not(.disabled) {
    cursor: pointer
}
.form-check-inline {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}