.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.btn-text {
    font-size: 18px;
}


/*button after expand*/
/*.btn[aria-expanded="true"] {
    background-color: #aa54c2;
    color: #fff;
    font-size: 18px;
}*/


/*create a little triangle under the button*/
/*@media only screen and (min-width: 991px) {
    .btn[aria-expanded="true"]::after {
        content: '';
        position: absolute;
        right: calc( 50% - 25px);
        margin-top: 70px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #000;
        border-color: #aa54c2 transparent transparent transparent;
    }
}*/




/*    .container_diseases_link {
        padding-left: 30px;
        transition: background-color 0.3s, color 0.3s;
        font-size: 30px;
    }

        .container_diseases_link a:hover {
            background-color: #aa54c2;
            color: white;
        }

        .container_diseases_link a {
            display: block;
            width: 100%;
            text-align: left;
        }
*/

    .container__background {
        background-color: #f5f5f5;
    }

    .tab__bar {
        margin-bottom: 20px;
    }

    #conditions-by-category-tab {
        display: block;
    }

    #conditions-AZ-tab {
        display: block;
    }

    #search-result-tab {
        display: block;
    }


    /*create conditions A-Z circle symbol*/
    .symbol_container {
        height: 40px;
        width: 40px;
        background-color: #F0F0F0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 30px !important;
        margin-bottom: 10px;
    }

    .search_result_item {
        display: block;
    }


    /*change button color and after hover*/

    /*.btn {
        background-color: white;
        color: #aa54c2;
        font-weight: bold;
    }

        .btn:hover {
            background-color: #aa54c2;
            color: white;
        }*/


    /*change conditions by category link color*/
    /*.container_diseases_link a {
        color: #aa54c2;
    }*/

    /*change conditions A-Z link color*/
    /*.search_result_link a {
        color: #aa54c2;
    }

        .search_result_link a:hover {
            background-color: #aa54c2;
            color: white;
        }*/


    .condition__session {
        padding-bottom: 30px;
    }

    .condition_serach_box {
        display: flex;
        align-items: center;
        padding-bottom: 15px;
    }

        .condition_serach_box input {
            flex: 1;
            margin-right: -25px; /* Adjust the margin as needed */
        }

    .condtion_category_btn {
        display: flex;
        align-items: center;
        padding: 0;
    }

        .condtion_category_btn .icon-img {
            width: 18.5%;
            height: auto;
            object-fit: cover;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            margin: -1px;
        }

        .condtion_category_btn .btn-text {
            margin-left: 30px;
            font-size: 18px;
        }


    .disclaimer {
        font-size: 13px;
        line-height: 16px;
    }

    .card-body.expanded1n {
        width: 208%;
        z-index: 1;
    }

    .card-body.expanded2n {
        width: 208%;
        margin-left: -108%; /* Adjust the value as needed */
        z-index: 1
    }

    .card-body.expanded1n,
    .card-body.expanded2n {
        position: relative; /* Add this line */
    }

    @media only screen and (max-width: 991px) {
        .card-body.expanded1n {
            width: 100%;
            z-index: 1;
        }

        .card-body.expanded2n {
            width: 100%;
            margin-left: 0%;
            z-index: 1
        }
    }

.row-with-spacing {
    line-height: 1.1;
    padding-bottom: 5px;
}





