
.tabs-style-fillup nav ul li a { padding-top: 1.1em !important; padding-bottom: 0.5em !important; }
.tabs-custom nav ul { /*margin: 0 2.3em!important;*/ max-width: 100% !important; }
.bootstrap-select .btn-light { border-color: #f0f2f9; background: #f0f2f9; color: #181828; border-bottom: 1px solid #B9C3CF !important; }
#country-grid { transition: top 0.5s; position: fixed; left: 0; height: calc(100vh - 132px); top: 132px; width: 160px; background-color: #ffffff; padding-left: 14px; padding-right: 14px; border-right: 1px solid #f0f2f9; z-index: 1; }
#trade-performance { margin-left: 160px; }
#countries-row { margin-left: 0; }
.country-item { height: 65px; }
.partners-div { background-color: #e1e1e1; }
.footer-container { width: calc(100% - 5rem); }
.selected-commodity-list { color: black; padding: 0; list-style: none; text-align: left; font-size: 15px; font-weight: initial; margin-bottom: 10px; }
    .selected-commodity-list > li { padding-bottom: 10px; padding-top: 10px; border-bottom: #6772e5 1px solid; line-height: 17px; }
        .selected-commodity-list > li:last-child { border-bottom: none; }

.tr-commodity { border-bottom: 1px solid lightgray; padding-top: 5px; padding-bottom: 5px; }

@media screen and (max-height:977px) {
    #country-grid { overflow-y: auto; }
}

#trade-negotions { padding-left: 50px; }
footer { margin-left: 7.8rem; }


#country-grid[data-scroll='1'] { top: 0; height: 100vh; transition: top 0.5s; }

@media screen and (max-width:768px) {
    #country-grid { top: 0; height: 100vh; transition: top 0.5s; }
}

.arab-region-item .img-fluid2 { width: 107px; height: 66px; }
