.form.select2{
    background: rgba(var(--medium-light-rgb), 0.5);
    background-color: rgba(var(--medium-light-rgb), 0.5);
    border-bottom: 1px solid var(--dark);
    padding: 10px 0;
    margin-bottom: 20px;
}

.select2-container .select2-selection{
    background: none !important;
    border: none;
    border-radius: 0px;
    background: rgba(var(--medium-light-rgb), 0.5);
    background-color: rgba(var(--medium-light-rgb), 0.5);
}
.select-products .select2-container .select2-selection--single{
    font-size: 12px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:none;
}

.select2-results {
    font-size: 11px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    font-size: 12px !important;
}

.select2-container--open .select2-dropdown--below{
     border: none;
}
@media print, screen and (min-width: 1024px) {
    .home-top-after{
        margin-top: -300px;
    }
}

@media print, screen and (max-width: 645px) {
    .home-top-after{
        margin-top: 30px;
    }
}

@media print, screen and (min-width: 1300px) {
    .home-top-after{
        margin-top: -250px;
    }
}

.home-mid-text {
    margin-top: -16px !important;
    padding-top:6rem !important;
}

.home-main-content-section {
    height:100vh !important;
}

.b2b-meeting-request {
    margin: 36px 0px 36px 0px !important;
}

.b2b-parameters.form-info {
    margin-bottom: 36px !important;
}

.tabs-content.b2b-meetings {
    min-height: 100vh !important;
}

.tabs-content #main-tab {
    margin-top: 36px !important;
}

@media screen and (min-width: 960px) {
    .body.has-navigation.has-desktop-main-navigation {
        padding-top: 0px !important
    }
}

@media screen and (max-width: 540px) {
    #platform-social-media-icons,
    #footer-social-icons {
        display: flex !important;
        margin-top: 16px !important;
        margin-bottom: 24px !important;
        align-content: center;
        justify-content: center;
    }
}

.company-column-b2b-platform {
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
    align-content:flex-start;
    width:100%;
}

.c.navigation.tabs.as-sticky {
    z-index:99 !important;
}

.conferance-days-filter {
    justify-content:space-between;
}

.conference-tabs {
    width: 22.5% !important;
}

.conf-days-filters .item {
    width:16.25rem !important;
}
