.border-img-home  {
    border-radius: 30px;
}

.card-feature {
    border: 1px solid rgb(235, 235, 235);
    padding: 12px;
    border-radius: 16px;
    min-height: 200px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.ms-2 {
    margin-left: 12px;
}

.box-icon i{
    font-size: 32px;
    color: #af4141;
}

.mb-auto {
    margin-bottom: auto;
}

.bg-gray-900\/70 {
    background-color: rgb(18 18 18 / 88%) !important;
}

.rounded-md {
    border-radius: 16px !important;
}

.icon-profile {
    height: 48px;
    width: 48px;
    border-radius: 24px;
    background-color: rgb(246 246 246);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-profile i {
    color: #af4141;
}

.pagination-testimonials {
    position: absolute !important;
    top: calc(50% - 22px);
    z-index: 10;
}

.btn-pagination {
    width: 26px !important;
    background-color: white;
}

.mb-3 {
    margin-bottom: 12px;
}

#success {
    display: none;
    border: 1px solid #1ab21a;
    background-color: #6dd96d38;
    padding: 10px 20px;
    border-radius: 16px;
    color: #1ab21a;
    margin-bottom: 20px;
    font-weight: 600;
}

#error {
    display: none;
    border: 1px solid #c00c0c;
    background-color: #d96d6d62;
    padding: 10px 20px;
    border-radius: 16px;
    color: #c00c0c;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

@media screen and (max-width: 1023px){
    #btn-number-header {
        margin-top: 15px;
        margin-left: 0 !important;
    }
}