.card {
    border-radius: 20px;
    box-shadow: 0 0.3px 0 #240042;
    margin-bottom: 20px;
}

.section-title {
    font-weight: bold;
    font-size: 20px;
    color: #240042;
}

.section-secondary-title {
    font-weight: 700;
    font-size: 16px;
    color: #240042;
}

.section-tertiary-title {
    font-weight: 700;
    font-size: 14px;
    color: #24004280;
}

.section-divider {
    color: #BABFD1;
    margin: 0.5rem 0 1rem 0;
}

.form-control[readonly] {
    background-color: #f1f1f1;
}

.btn-purple {
    background-color: #240042;
    color: white;
    border-radius: 30px;
    padding: 4px 30px;
}

.btn-purple:hover {
    background-color: #240042;
    color: white;
    opacity: 0.8;
}

.btn-orange {
    background-color: #FEA11D;
    color: white;
    border-radius: 30px;
    padding: 4px 30px;
}

.btn-orange:hover {
    background-color: #FEA11D;
    color: white;
    opacity: 0.8;
}

.btn-red {
    background-color: #EF512F;
    color: white;
    border-radius: 30px;
    padding: 4px 30px;
    border: none;
}

.btn-red:hover {
    background-color: #EF512F;
    color: white;
    opacity: 0.8;
}

.btn-black {
    background-color: #240042;
    color: white;
    border-radius: 30px;
    padding: 4px 30px;
}

.btn-black:hover {
    background-color: #240042;
    color: white;
    opacity: 0.8;
}

.btn-outline-purple {
    border: 1px #240042 solid;
    color: #240042;
    border-radius: 30px;
    padding: 4px 30px;
}

.btn-outline-purple:hover {
    border: 1px #240042 solid;
    color: #240042;
    opacity: 0.8;
}

.btn-status {
    background-color: #28A745;
    color: white;
    border-radius: 30px;
    padding: 4px 30px;
}

.default-address {
    color: #2ecc71;
    font-weight: 500;
    float: right;
    font-size: 14px;
}

.default-address-checkbox {
    font-weight: 500;
    float: right;
    font-size: 14px;
}

.d-flex .address-label {
    color: #24004280;
}

.form-label {
    font-size: 0.8rem;
    color: #888;
}

.address-box {
    border: 1px solid #BABFD1;
    border-radius: 20px;
    padding: 20px;
    font-size: 14px;
    position: relative;
    background-color: #BABFD11A;
}

.action-icons {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.icon-btn {
    background: none;
    border: none;
    color: #240042;
}

.form-check-label {
    font-size: 14px;
    color: #240042;
}

.modal-footer {
    justify-content: center !important
}

.tl-announcement-card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tl-announcement-card-title {
    font-size: 14px;
}

.tl-announcement-img-top {
    object-fit: cover;
    height: 180px;
    object-position: center center;
    width: 100%;
}

.tl-announcement-text {
    font-size: 14px;
    padding: 4px;
}

.tl-announcement-published-date {
    font-size: 0.8rem;
    color: #BABFD1;
}

.tl-announcement-footer {
    justify-content: space-between;
}

.toggle-password {
    position: absolute;
    right: 6px;
    cursor: pointer;
    color: #999;
}

.star-rating i {
    color: #ccc;
    font-size: 1.5rem;
    cursor: pointer;
}

.star-rating i.active {
    color: #f39c12
}

@media (max-width: 767px) {

    .section-title {
        font-size: 16px;
    }

    .section-secondary-title {
        font-size: 14px;
    }

    .default-address {
        float: none;
    }

    .default-address-checkbox {
        float: none;
    }

    .action-icons {
        position: static;
        float: right;
    }

    .address-box {
        font-size: 12px;
        padding: 15px
    }

    .btn-status {
        padding: 1px 18px;
        font-size: 10px;
    }

}