/* footer design css */

.footer-design {
    margin-top: 1rem;
    width: 100%;
    /* max-width: 400px; */
}

.status-label {
    display: flex;
    align-items: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: white;
    padding: 10px;
    /* width: 100%; */
    /* max-width: 400px; */
    height: 88px;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 28px;
    opacity: 1;
}

.status-label span {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: -50px;
}

.status-value {
    position: relative;
    padding: 10px;
    top: -55px;
    z-index: 1;
    height: 103px;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border-radius: 28px;
    opacity: 1;
}

.status-value span {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 1px;
}

.manage-access {
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 2;
    text-decoration: none;
    color: #007bff;
}

.manage-access:hover {
    text-decoration: underline;
}


.card-custom-container {
    max-width: 270px !important;
    width: 100%;
    text-align: center;
    gap: 20px !important;
}

.card-custom-document {
    border-radius: 16px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

/* Additional custom styles if needed */
@media (max-width: 576px) {
    .small {
        font-size: 0.75rem;
    }

    .btn-sm {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .icon-space {
        width: 20px;
        height: 20px;
    }

}


/* Custom responsive text size classes */
.text-xs {
    font-size: 0.75rem;
    /* Extra small text size */
}

.text-sm {
    font-size: 0.875rem;
    /* Small text size */
}

.text-md {
    font-size: 1rem;
    /* Medium text size */
}

.text-lg {
    font-size: 1.25rem;
    /* Large text size */
}

/* Base font style */
.text-custom {
    font: normal normal 600 24px/29px Montserrat;
}

/* Responsive adjustments for font */
.text-responsive {
    font: normal normal 600 24px/29px Montserrat !important;
    /* Apply base font style */
}

@media (max-width: 576px) {
    .text-responsive {
        font: normal normal 600 18px/23px Montserrat !important;
        /* Adjust font size */
    }

    .responsive-img {
        max-width: 50px;
        /* Adjust image size */
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .text-responsive {
        font: normal normal 600 20px/25px Montserrat !important;
        /* Adjust font size */
    }

    .responsive-img {
        max-width: 75px;
        /* Adjust image size */
    }
}

@media (min-width: 769px) {
    .text-responsive {
        font: normal normal 600 22px/29px Montserrat !important;
    }

    .responsive-img {
        max-width: 100px;
    }
}

@media (min-width: 1024px) {
    .text-responsive {
        font: normal normal 600 12px/29px Montserrat !important;
    }

    .responsive-img {
        max-width: 100px;
    }
}

@media (min-width: 1280px) {
    .text-responsive {
        font: normal normal 600 15px/29px Montserrat !important;
    }

    .responsive-img {
        max-width: 100px;
    }
}

@media (min-width: 1440px) {
    .text-responsive {
        font: normal normal 600 20px/29px Montserrat !important;
    }

    .responsive-img {
        max-width: 100px;
    }
}