#integrations-section{
    margin-top: var(--header-height);
    margin-bottom: 90px;
    /*overflow-x: hidden;*/
}
#sidebar-integrations {
    width: 100%;
}
#countries-dropdown .select2-container {
    /*width: calc(100% - 30px) !important;*/
    width: calc(100% - 7px) !important;
    height: 3rem !important;
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #f28806;
    background-color: #ece8e4;
    background-clip: padding-box;
    border: 1px solid #f28806;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
}
.list-group.c-ul {
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 8px;
    background: #ffffff;
}
.navigation-card {
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 8px;
    border: none;
}
#countries-dropdown .select2-container:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(/dist/images/arrow-down.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    top:0;
    bottom: 0;
    right: 10px;
    margin: auto;
    pointer-events: none;
}
#countries-dropdown .select2-container--default .select2-selection--single {
    border:none;
}
#countries-dropdown  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f28806;
}
#countries-dropdown .selection {
    width: 100%;
}
#countries-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.countries-section.sticky-top {
    top: 110px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #f28806 !important;
}
.left-menu.sticky-top {
    top: 110px;
    z-index: 1;
}
.Line {
    width: 73.7px;
    height: 8px;
    background-color: #f28806;
    margin: 22px auto;
}

.menu{
    background-color: #ffffff;
    height: 100px;
}

.integrations-title{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 62px;
    text-align: center;
    color: var(--text-color);
}

.subtitle{
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #242323;
    margin: auto;
}

#Main-section{
    margin-top: 35px;
}

.card{
    /*margin: 0px 15px 30px 15px;*/
    margin-bottom: 30px;
    height: fit-content;
}

.last-element{
    margin-right: auto;
    margin-left: 1.8vw;
}
.navigation-card .card-body {
    padding: 1rem 0.5rem;
}
.integration-types{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: var(--text-color);
    cursor: pointer;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    position: relative;
    z-index: 0;
}

.integration-types.active{
    font-weight: 700;
    color: var(--color);
}
.integration-types.active:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    background: var(--color);
    opacity: 0.1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: 1;
}
.bgi-color
{
    background-color: #ffffff;
}
.total_integrations {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    color: var(--text-color);
}
.total_integrations span {
    color: var(--color);
}

#integrations-dropdown .dropdown-toggle {
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 8px;
    height: 50px;
    width: 100% !important;
    text-align: left;
    padding-left: 18px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#integrations-dropdown .dropdown-toggle .c-arrow {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
#integrations-dropdown .dropdown-toggle:after {
    display: none;
}

#dropbtn-title {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: var(--color);
}

.form-control2
{
    height: 3rem !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #f28806;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #f28806;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-orange
{
    color: #f28806;
}

.form-select2
 {
    background-image: url(/dist/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}

#integrations-dropdown.dropdown {
    padding: 0px;
    margin-bottom: 52px;
}

#integrations-dropdown .dropdown-menu.show {
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 8px;
    min-width: 160px;
    z-index: 1;
    border: none;
    width: 100%;
    padding: 0.75rem;
}
#integrations-dropdown .dropdown-menu .dropdown-item {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: var(--text-color);
    padding: 0.5rem;
    border-radius: 8px;
    margin: 0.2rem 0;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
#integrations-dropdown .dropdown-menu .dropdown-item:hover,
#integrations-dropdown .dropdown-menu .dropdown-item:active,
#integrations-dropdown .dropdown-menu .dropdown-item:focus,
#integrations-dropdown .dropdown-menu .dropdown-item.active {
    font-weight: 700;
    color: var(--color);
    background: rgba(249, 151, 7, 0.1);
}
.integration-card{
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 16px;
    border: none;
}

.integration-card > img{
    margin: auto;
    max-width: 50%;
    max-height: 500px;
}
.integration-card.show:not(.filtered) {
    display: none;
}
.integration-card.show.filtered {
    display: flex !important;
}
.dropbtn > img{
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 16px;
    top: 0;
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.partner-img{
    position: absolute;
    margin: auto;
    bottom: 15px;
    right: 0;
    left: 0;
    max-width: 128px;
}

.c-ul
{
    height: 250px;
    overflow-y: auto;
}

.c-a
{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5;
    color: #464646;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    text-decoration: none!important;
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 8px;
}

.c-a:active,
.c-a:focus {
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
}

.c-all-countries
{
    text-decoration: none !important;
    padding-left: 17px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: var(--text-color);
}

.c-li
{
    border: none;
    text-align: -webkit-left;
    color: #444;
}

.c-h
{
    text-decoration: none!important;
}

.c-li:hover
{
    color: var(--color);
    background: rgba(249, 151, 7, 0.1);
    font-weight: 700;
}

.list-group-item
{
    cursor:pointer;
}

.ups
{
    margin: auto;
    max-width: 280px;
    max-height: 200px;
}

.c-arrow
{
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(/dist/images/arrow-down.svg);
    opacity: 1 !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}

#right-menu{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    margin-top: -73px;
}

@media (max-width: 1200px) {

    #right-menu {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 970px) {

    #countries-dropdown .select2-container {
        width: 100%!important;
    }
    #countries-dropdown .select2-container:before {
        right: 30px;
    }

    #countries-dropdown:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: -20px;
        background: #ffffff;
    }

    .countries-section.sticky-top {
        top: 90px;
        padding-top: 20px;
        background-color: #ece8e4;
    }

    #integrations-dropdown.dropdown {
        margin-bottom: 20px;
    }

    .last-element{
        margin-left: 0px;
    }

    #right-menu{
        margin-top: 0;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 749px) {
    #right-menu{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    #right-menu{
        grid-template-columns: 1fr;
    }
}