.round-card {
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    border-radius: 12px;
    border-color: #F1F1F1;
}

.card-header:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-color: #F1F1F1;
}

.card-header,
.card-footer {
    padding: 20px 20px;
    border-bottom: 1px solid #e9ecee;
    background-color: #FFFFFF;
}

.card hr {
    color: #e9ecee;
}

.form-select {
    height: 55px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    box-shadow: none;
    font-size: 14px;
}

.custom-sticky-footer {
    background-color: #f8f9fa;
    padding: 15px;
    width: 100%;
    position: sticky;
    bottom: 0;
}

.ud-btn-sm {
    border-radius: 6px;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
}

.title-header {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.body_images div {
    margin: 3px 3px 3px 0;
    padding-bottom: 1px;
    float: left;
    width: 200px;
    height: 200px;
    text-align: center;
}

.profile-box .tag-del {
    background-color: #ffffff;
    border-radius: 12px;
    color: var(--headings-color);
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    left: 10px;
    position: absolute;
    top: 10px;
    text-align: center;
    width: 30px;
}

.avatar .avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #69809a;
    font-weight: 600;
}

.rounded-circle {
    border-radius: 50% !important;
}

.avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}


/* Style for the availability toggle container */

.availability-toggle {
    display: inline-block;
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}


/* Style for the availability checkbox label when available */

.availability-label {
    display: block;
    width: 100%;
    height: 100%;
    background-color: green;
    /* Green color for available */
    cursor: pointer;
}


/* Style for the availability checkbox label when not available */

.availability-label input:checked+.form-check-input {
    background-color: red;
    /* Red color for not available */
}


/* Style for the hidden checkbox input */

.availability-label input {
    display: none;
    /* Hide the actual checkbox input */
}

.WorkingDayState {
    border: 2px solid #4E8059;
    background-color: #8ade8f;
}

.RestDayState {
    border: 2px solid #7a1c44;
    background-color: #de5962;
}

.colorBox {
    cursor: pointer;
    text-align: center;
    line-height: 70px;
    font-weight: 600;
}

.week {
    font-size: 16px;
    font-weight: 400;
    line-height: 70px;
}

.form-control:focus {
    border: 0px solid #ffffff;
}

.dropdown-toggle {
    cursor: pointer;
}

.btn-sm {
    padding: 8px 16px;
}

.form-control,
.form-select {
    height: 40px;
}

.block {
    display: inline-block;
    border: 1px solid #ccc;
    /* Light grey border */
    padding: 5px;
    margin: 10px;
    text-align: center;
    width: 20%;
    /* Adjust as needed */
    cursor: pointer;
    /* Add cursor pointer to indicate clickable */
}

.block input[type="radio"] {
    display: none;
    /* Hide the actual radio buttons */
}

.title {
    font-weight: bold;
}


/* Style for selected radio button */

.block input[type="radio"]:checked+.title {
    border: 1px solid orange;
    /* Change border color to orange for selected radio button */
}

.selected {
    border: 3px solid #44BF28;
    /* Change border color here */
}


/* Media query for responsiveness */

@media screen and (max-width: 768px) {
    .block {
        width: 45%;
        /* Adjust for smaller screens */
    }
}

@media screen and (max-width: 480px) {
    .block {
        width: 90%;
        /* Adjust for even smaller screens */
        margin: 5px auto;
    }
}

.small,
small {
    font-size: .80em;
}

.cursor-pointer {
    cursor: pointer;
}

.payment-box {
    padding: 10pox;
    border: 1px solid #d4d8dd;
}

.nav-link{
    color: #44BF28;
}