
.tabs-style-fillup nav ul li a { padding-top: 1.1em !important; padding-bottom: 0.5em !important; border-right: 0 !important; border-left: 1px solid #000; }
.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; right: 0; height: calc(100vh - 132px); top: 132px; width: 174px; background-color: #ffffff; padding-right: 14px; padding-Left: 14px; border-Left: 1px solid #f0f2f9; z-index: 1; }
#trade-performance { margin-right: 174px; }
#countries-row { margin-right: 0; }
.country-item { height: 65px; margin-top: 2px; }
.partners-div { background-color: #e1e1e1; }
.footer-container { width: calc(100% - 5rem); }
footer { margin-right: 7rem; }
.selected-commodity-list { color: black; padding: 0; list-style: none; text-align: right; 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; }
}

.bootstrap-select .dropdown-toggle .filter-option { text-align: right; }
.dropdown-menu.inner { text-align: right; }

#trade-negotions { padding-right: 50px; }


#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: 121px; height: 66px; margin: 0; }
.rtl { direction: rtl; }