/* #directory-container{
    max-width:1600px;
} */
.categoriesInfoHeader{
    border-top:5px solid lightgray;
}
#directory-container .exhibitorInfoHeader {
    position: initial;
    height: initial;
    padding: 10px 10px 10px 10px;
    margin: 15px 0 0;
}
.directory-content-wrapper .dir-enhancement{
    margin-left:auto;
    /* justify-content: flex-end; */
}
.dir-list-view .socialMediaDirectory{
    width: calc(25% + 6px) !important;
}
.clickableTags-title{
    padding-top:0;
    padding-bottom: 8px;
}
.dir-list-table-wrapper{
    padding-bottom: 2px;
    margin-bottom: 10px;
}
.exhibitorTagList{
    transition: all 0.3s;
    /* border: 2px solid #9c27b0; */
    border-top:none;
    border-left:none;
    border-right:none;
}
.directoryCard{
    border-radius: 2px;
}
.directoryCard:last-child{
    border-bottom:none;
}
.eventSettingSection {
    margin: 0 0 -1px 0;
    width: 100%;
}
.eventSettingSectionContent {
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 25px 15px;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}
.eventSettingSection h2 {
    margin: 0px !important; 
    padding-left: 0px !important;
    font-size: 18px !important;
    padding-bottom: 10px !important;
    padding-top: 13px;
    user-select: none;
}
.eventSettingSection > div:first-child {
    border-top-left-radius: 4px;    
    border: 1px solid #e0e0e0;
    padding-left: 45px;
    padding-right: 58px;
}
.eventSettingSection:last-child > div:first-child {
    border-bottom-left-radius: 4px;    
}
.eventSettingSection > div:first-child:hover {
    cursor: pointer;
    background-color: rgba(162, 162, 162, 0.1);
    transition: background-color 0.3s ease;
}
.eventSettingSection h2 span.toggleDiv {
    top:10%;
    left:5px;
}
section:has(.selectedEndingTag){
    /* z-index: 10; */
    position: relative;
}
.selectedEndingTag{
    transition: all 0.3s;
    border-color: #9c27b0 !important;
}
.selectedEndingTag, .eventSettingSection:last-child > .selectedEndingTag:first-child{
    z-index:10;
    border-color: #9c27b0  ;
    border-width: 2px !important;
    background: whitesmoke;
    border-top:none !important;
    border-right:none !important;
    border-left:none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.selectedEndingTag .toggleTag {
    color:#9c27b0;
}
#tagsSectionList{
    min-width: 250px;
    width:100%;
}
.endingTag{
    transition: all 0.3s;
}
.toggleTag{
    position: absolute;
    top:30%;
    left:5px;
    color:gray
}
.tagSection{
    background-color: white;
}
.tagSection:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tagSection:first-child{
    border-top:1px solid gainsboro;
}
.tagSection h2{
    font-size: 18px !important;
    font-weight: 800;
}
.tagSectionContent{
    padding: 0px 0px 20px 25px;
    background:whitesmoke;
    border:none !important;
    margin-bottom:0;
}
.eventSettingSection > div:first-child:not(.collapsed){
    border-bottom-left-radius: 4px ;
    overflow: hidden;
}
#selectedTagDiv{
    display: none;
    margin-bottom:-12px;
    margin-left:15px;
}
#selectedCatgeory{
    margin-left:10px;
}
#exhibitorDirectory{
    min-height:75vh;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.categoriesInfoHeader{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.inserted-table-section{
    background-color: whitesmoke;
    border-radius: 3px;
    padding:15px;
}
.tag-section-1 .inserted-table-section{
    margin-left:-25px;
}
.tag-section-2 .inserted-table-section{
    margin-left:-50px;
}
.tag-section-3 .inserted-table-section{
    margin-left:-75px;
}
.dir-list-view .dir-con{
    width:48%;
    min-width:360px;
    padding-left:25px;
}
.dir-list-view .dir-list-view-header{
    position: static;
}
.dir-list-view .dir-list-view-header{
    font-weight: 500;
}
.subTagDirectory{
}
.tagViewButton{
    width:100%;
    border: 2px solid gray;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.25s;
}
.tagViewButton:hover{
    border-color: darkgray;
    background-color: white;

}
.collapsed .tagToggle{
    transform: rotate(0deg)
}
.tagToggle, .selectedEndingTag .tagToggle{
    transform: rotate(90deg);
}
.no-company{
    color:gray;
    font-style: italic;
}
.exhibCountBadge{
    display:inline-block;
    border-radius:20px;
    background-color: darkgrey;
    color:white;
    font-size: 10px;
    aspect-ratio: 1;
    width:22px;
    height:22px;
    text-align: center;
    transform: translateY(-2px);
    margin-left:10px;
    padding-top: 6px;
    padding-right: 1px;
}
.categoriesInfoHeader, #tagsSectionList{
    border-left: 2px solid gainsboro;
    border-right: 2px solid gainsboro;
 }
 #tagsSectionList{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: white;
    border-bottom: 2px solid gainsboro !important;
 } 
 .hoverToolTip{
    z-index: 25;
 }
 /* CATEGORIES SPONSOSHIPS  */
 .category-sponsor-section{
    overflow-x: hidden;
    background-color: whitesmoke;
    height: 162px;
    margin-left: -15px;
    width: calc(100% + 30px);
    border-bottom: 2px solid gainsboro
 }
 .tagSectionContent > .category-sponsor-section{
    border-bottom: none;;
 }
 .category-sponsor-container{
    height: 160px;
    background-color: whitesmoke;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (1 * (var(--per-view) - 1))) / var(--per-view));
    grid-gap: 15px;
    position: relative;
    left: 0;
    transition: .3s;
 }
 .category-sponsor-container .category-sponsor-img{
    /* width:200px; */
    margin:auto;
    height:100%;
    max-height:160px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition:  all 0.2s;
 }
 .category-sponsor-container .category-sponsor-img[data-url]:hover,
 .category-sponsor-container .category-sponsor-img[data-zoom]:hover{
    cursor: pointer;
    /* outline: 1px solid #007bff; */
    opacity: 0.94;
 }
.category-sponsor-container > * {
    aspect-ratio: 8.05 / 3;
}