
        .model-sidebar {
        border-right: 1px solid #ddd;
        background: #fff;
        height: 100%;
        }

        .model-sidebar h6 {
        font-weight: bold;
        margin-top: 1.5rem;
        }

        .model-link {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 0;
        border-bottom: 1px solid #eee;
        }

        .model-link img {
        height: 50px;
        margin-right: 0.5rem;
        }

        .model-content img {
        max-width: 100%;
        height: auto;
        }

        .btn-rounded {
        border-radius: 50px !important; 
        padding: 0.5rem 2rem;
        }
        .custom-btn-danger{
            background-color: #d50000 !important;
            border: none !important;
            color: #fff !important;
            margin-right: 0.5rem ;
        }
        .custom-btn-danger:hover{
            background-color: #ea1c1c !important;
        }
        .custom-btn-outline{
            color: #212529 !important;
            border-color: #212529 !important;
            background-color: transparent !important;
        }
        .custom-btn-outline:hover{
            color: #FFFFFF !important; 
            background-color: #212529 !important;
        }

        .model-link:hover {
            border-bottom: 1px solid #006583;
            color: #006583;
        }


        /* Active State */
        .model-link.active {
            border-bottom: 1px solid #006583;
            color: #006583;
        }

        .custom-btn-model {
            background-color: #006583 !important;
            border: none !important;
            color: #fff !important;
            margin-right: 0.5rem;
        }
        .custom-btn-model:hover {
            background-color: #007fa1 !important;
        }

        .custom-line{
            border-bottom: 1px solid #000;
            border-top: 1px solid #000;
        }

@media (max-width: 767px) {
    .custom-btn-outline{
        width: 100%;
       
    }
    .custom-btn-danger{
        width: 100%;
        margin-right: unset !important;
        margin-top: 20px !important;
    }

    .custom-btn-model{
        width: 100%;
        margin-right: unset !important;
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 992px) {
    .custom-subheader{
        font-size: 24px;
    }
}