﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,700&subset=latin-ext');
/*--------------------------*/
html {
    width: 100%;
}

html:lang(ar) {
    direction: rtl;
}

.lang-ar {
    direction: rtl;
}
html:lang(ar) body {
    font-family: zatca_font_bold, 'Roboto', sans-serif;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.54;
}

.main-search-container {
    position: relative;
    background: #fff;
    margin: 2em auto;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    border-radius: 8px;
    transform: translateY(30px);
    z-index: 1000;
}

.bg-header {
    /* background: url(../images/background/header-image-full.jpg) center 50% / cover;*/
    height: 250px;
    margin-bottom: 4em;
}

.main-search-container h2 {
    background: #D0E0E9;
    text-align: left;
    text-transform: none;
    color: #FFF;
    margin: 0;
    font-size: 1em;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    border-radius: 8px 8px 0px 0px;
}

    .main-search-container h2 img {
        width: 56px;
        height: 48px;
        left: 35px;
        top: 8px;
    }

    .main-search-container h2 span {
        width: 16px;
        height: 0px;
        left: 262px;
        top: 24px;
        /* Default_Colors/Dark_4 */
        gap: 10px;
        border: 1px solid #6A8099;
        transform: rotate(90deg);
    }


.main-search-container h2 label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    width: 74px;
    height: 40px;
    left: 278px;
    top: 12px;
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    /* Default_Colors/Dark_3 */
    background: #385577;
}

.main-search-container h2 span.flag {
    width: 16px;
    height: 11px;
    display: inline-block;
    transform: rotate(0deg);
    border: none;
}

.main-search-container .container {
    position: relative;
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 550px;
    z-index: 1;
}

    .main-search-container .container .search-box {
        text-align: center;
        width: 100%;
    }

        .main-search-container .container .search-box .title {
            font-family: Roboto;
            font-weight: 700;
            font-size: 36px;
            color: #FFFFFF;
            letter-spacing: -0.21px;
            line-height: 40px;
        }

        .main-search-container .container .search-box .sub-title {
            font-family: Roboto;
            font-weight: 500;
            font-size: 18px;
            color: #EFEFF4;
            margin: 15px auto 35px;
            max-width: 640px;
        }

        .main-search-container .container .search-box .search {
            min-height: 125px;
            padding: 30px 33px 10px;
            background: #FFFFFF;
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
        }

.search .search-input-group.ntlc-wrapper {
    margin-bottom: 15px;
}

.search .search-input-group {
    margin: 0 0 25px;
}

    .search .search-input-group label {
        top: 64px;
        /*display: flex;*/
        align-items: center;
        color: #385577;
    }


    .search .search-input-group .input.import:before {
        content: "";
        background: url(../images/icons/svg/import.svg) center no-repeat;
        height: 15px;
        width: 12px;
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }

    .search .search-input-group .input.export:before {
        content: "";
        background: url(../images/icons/svg/export.svg) center no-repeat;
        height: 15px;
        width: 12px;
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }
    /*.search .search-input-group .input.target-country:before {
        content: "";
        background: url(../images/icons/svg/dropdown_small.svg) center no-repeat;
        height: 15px;
        width: 12px;
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }
    .search .search-input-group .input.target-country {
        display: block;
        width: 100%;
        border: 0;
        background-color: transparent;
        line-height: 38px;
        height: 38px;
        position: relative;
        padding: 0;
        background: url(../images/icons/svg/dropdown_big.svg) right 5px center no-repeat;
    }*/
    .search .search-input-group label.error {
        text-transform: none;
        position: absolute;
        line-height: 25px;
        left: 0;
        bottom: -25px;
        color: #E41262;
    }

.pipe {
    font-weight: 800;
    font-size:18px;
    line-height:1.3em;
    color: #628E9D;
}
.selectedCountryLabel {
    font-weight: bold;
    /*   width: 180px;*/
    color: #25252C;
    background: none!important;
    transform: rotate(0deg) !important;
    width:auto!important;
}

    .search .search-input-group select {
        border: 0;
        background: url(../images/icons/svg/dropdown_big.svg) right 5px center no-repeat;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 8px 15px;
        border: 1px solid #ccc;
    }

/*.search .search-input-group .input {
        display: block;
        width: 100%;
        border: 0;
        background-color: transparent;
        position: relative;
        padding: 8px 15px;
        
    }
        .search .search-input-group .input {
    display: block;
    width: 100%;
    border: 0;
    background-color: transparent;
    line-height: 38px;
    height: 38px;
    position: relative;
    padding: 0;
    background: url(../images/icons/svg/dropdown_big.svg) right 5px center no-repeat;
}
*/
.chosen-container-single .chosen-single span {
    line-height: 28px;
    padding-left: 8px;
}

.search .search-input-group .input input {
    border: 0;
    background: transparent !important;
    height: 35px;
    line-height: 35px;
    width: 100%;
    outline: none;
    color: #041B35;
    text-overflow: ellipsis;
    padding: 0 23px 0 25px;
    vertical-align: top;
    border-bottom: 1px solid #041B35;
    font-weight: 500;
    background: url(../images/embeded-version/fji/icon-product.svg) left center no-repeat !important;
}

.product-switch-section {
    display: flex;
    justify-content: space-between;
}

.search .search-input-group .input.product {
    border-bottom: 1px solid #D2DAE3;
    transition: border-bottom .3s ease;
    position: relative;
}

.search .search-input-group .input.ntlc-select {
    border: 0;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: calc(100% - 30px );
    border: 1px solid #ccc;
}

.search .search-input-group .input-radio {
    display: flex;
    justify-content: space-between;
    background: none;
}

    .search .search-input-group .input-radio input {
        white-space: nowrap;
        width: auto;
        margin: 0;
    }

    .search .search-input-group .input-radio .radio-item {
        display: flex;
        align-items: center;
        color: #041B35; 
        font-size: 17px;
        text-transform: none;
    }


#market-access-query-form .d-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#market-access-query-form .search-input-group:not(:first-child) {
    flex: 1 0 auto;
}

#market-access-query-form .search-input-group label {
    text-transform: uppercase;
    font-size: 13px;
}

#market-access-query-form .form-controls {
    flex: 1 0 auto;
    padding: 0;
    gap: 30px;
}

#market-access-query-form .btn-group {
    flex: 0 0 auto;
}

#market-access-query-form label,
#market-access-query-form button {
    font-weight: 500;
    color: #385577;
    box-shadow: none;
    border: 0;
}

#market-access-query-form button {
    background: #F3F4F6;
}

    #market-access-query-form button.active {
        background: rgba(56, 85, 119, 0.3);
    }

#market-access-query-form .form-content {
    padding: 30px 15px 15px;
    display: flex;
}

#market-access-query-form .form-controls {
    flex: 1 0 auto;
    display: flex;
}

#market-access-query-form .chosen-container {
    border-bottom-color: #041B35;
}

#market-access-query-form .destination-country + .chosen-container {
    background: url(../images/embeded-version/fji/icon-destination.svg) left center no-repeat !important;
}

#market-access-query-form .chosen-container div b {
    display: block;
    background: url(../images/embeded-version/fji/arrow-down.svg) no-repeat !important;
}

#market-access-query-form .form-controls .btn-group {
    display: block;
    margin-top: 5px;
}

#market-access-query-form .search-input-group.ntlc-wrapper {
    margin-bottom: 0;
    padding: 0 15px;
}

    #market-access-query-form .search-input-group.ntlc-wrapper select {
        border: 0;
        max-width: 98%;
        outline: 0;
    }

    #market-access-query-form .search-input-group.ntlc-wrapper label {
        max-width: calc(100% - 30px);
        text-align: left;
        margin: auto;
    }

#market-access-query-form .find-product {
    text-align: right;
    clear: both;
    margin-top: 10px;
}

.search .search-input-group .product-switch {
    color: #041B35;
    margin-right: 4px;
}

    .search .search-input-group .product-switch input[type="checkbox"] {
        position: absolute;
        left: -9999px;
    }

        .search .search-input-group .product-switch input[type="checkbox"] + i {
            position: relative;
            margin: 0 5px 0 5px;
            top: 3px;
            cursor: pointer;
            width: 24px;
            height: 15px;
            display: inline-block;
            background: url("../images/icons/png/hs6_checked.png") left center no-repeat;
        }

        .search .search-input-group .product-switch input[type="checkbox"]:checked + i {
            background: url("../images/icons/png/hs6_unchecked.png") left center no-repeat;
        }

    .search .search-input-group .product-switch span {
        opacity: .5;
        letter-spacing: -0.3px;
    }

.search .search-input-group .product-switch {
    transform: translateY(-1px);
}

.search-input-group .product-switch span.active {
    opacity: 1;
}

#market-access-query-form .search-submit-wrapper {
    display: flex-root;
    justify-content: flex-end;
    padding-left: 30px;
}

    #market-access-query-form .search-submit-wrapper button {
        background: #CC464F;
        border: 0;
        border-radius: 0;
        color: #fff;
        padding: 11px 50px;
        text-transform: uppercase;
        margin-top: 1em;
    }

/* Autocomplete sugesstion */
.ui-widget-content {
    background: #fff;
    border: 1px solid #a6c9e2;
}

.ui-menu .ui-menu-item {
    line-height: 17px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 10px;
    font-size: 13px;
}

.ui-menu-item:hover {
    background-color: #032B55;
    color: #fff;
    cursor: pointer;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background-color: #032B55;
    color: #fff;
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 16px;
    max-width: 550px;
    padding: 0;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 10;
    text-align: left;
}

.search-box .ui-widget.ui-widget-content {
    position: absolute;
    margin: 0;
    max-width: 100%;
}

/**************** Results page***************/
.container .results-panel {
    display: none;
    padding-bottom: 100px;
    margin-top: 7em;
}

    .container .results-panel .tab-title {
        padding: 8px 0 30px;
    }

    .container .results-panel .input {
        display: block;
        width: 75%;
        border: 0;
        border-bottom: 1px solid #D2DAE3;
        line-height: 40px;
        position: relative;
        padding: 0 0 0 22px;
        background: url(../images/icons/svg/dropdown_big.svg) right center no-repeat;
        outline: none;
        color: #628e9d; 
        font-size: 1.0625em;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }

        .container .results-panel .input::before {
            background: url(../images/icons/svg/product.svg) 0 0 no-repeat;
        }

    .container .results-panel .heading {
        font-family: Roboto;
        font-size: 32px;
        color: #080808;
        letter-spacing: -0.19px;
        margin: 50px 0 30px;
    }

        .container .results-panel .heading i {
            font-size: 16px;
            display: inline-block;
            position: relative;
            padding: 5px 20px 5px 5px;
            top: -3px;
        }

            .container .results-panel .heading i:hover::after {
                content: attr(data-title);
                display: block;
                position: absolute;
                bottom: 5px;
                left: 35px;
                width: 500px;
                padding: 8px 10px;
                background: #628e9d;
                color: #fff;
                font-family: Roboto;
                font-size: 13px;
                line-height: 18px;
                border-radius: 2px;
                opacity: 0.7;
            }

/* for Arabic tooltip to fly out to the right instead */
.lang-ar .container .results-panel .heading i:hover::after {
    right: 35px;
}


        .container .results-panel .heading .sub-heading {
            font-size: 15px;
            color: #080808;
            font-weight: 400;
            letter-spacing: -0.19px;
            margin: 10px 0 0 0;
            width: 100%;
        }

            .container .results-panel .heading .sub-heading .txt-product strong,
            .container .results-panel .heading .sub-heading .txt-product em {
                font-style: normal;
            }

    .container .results-panel .results .product-label p {
        opacity: 0.85;
        font-family: Roboto;
        font-weight: 400;
        font-size: 28px;
        color: #080808;
        letter-spacing: -0.19px;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: none;
    }

        .container .results-panel .results .product-label p span {
            font-family: Roboto;
            font-weight: 400;
            font-size: 24px;
            display: inline;
        }

    .container .results-panel .results p {
        border: 1px solid #E3E3E3;
        margin-bottom: 25px;
        opacity: 0.3;
    }

    .container .results-panel .results .pre-heading {
        margin-bottom: 0;
        font-family: Roboto;
        font-weight: bold;
        font-size: 14px;
        line-height: 36px;
        color: #B5BBC7;
        letter-spacing: 0.7px;
        border: 0;
        text-transform: uppercase;
        opacity: 1;
    }

    .container .results-panel .results table thead {
        background: #ebeef2;
    }

        .container .results-panel .results table thead th {
            font-weight: bold;
            color: #FFF;
            background: #7E96A9;
            letter-spacing: 0.2px;
            line-height: 20px;
            vertical-align: top;
            opacity: 1;
            border: 0;
            font-size: 16px;
        }

            .container .results-panel .results table thead th:last-child {
                border-right: 0;
            }

            .container .results-panel .results table thead th .tooltip-content {
                text-transform: none;
            }

    .container .results-panel .results table tbody tr.even {
        background: #FAFAFA;
    }

    .container .results-panel .results table tbody tr td {
        line-height: 22px;
        vertical-align: top;
        position: relative;
        border: 0;
        font-size: 14px;
    }

        .container .results-panel .results table tbody tr td.bold {
            font-weight: 500;
        }

    .container .results-panel .results table tbody tr.expanded {
        font-weight: 500;
    }

    .container .results-panel .results table tbody tr.table-toggle-list {
        transition: background 0.2s ease-out, color 0.2s ease-out;
    }

        .container .results-panel .results table tbody tr.table-toggle-list.expanded {
            background: #002060;
            color: #FFF;
        }

            .container .results-panel .results table tbody tr.table-toggle-list.expanded .toggle,
            .container .results-panel .results table tbody tr.table-toggle-list.expanded a {
                color: #FFF;
                border-top-color: #FFF;
            }

                .container .results-panel .results table tbody tr.table-toggle-list.expanded a:hover {
                    color: #FFF !important;
                }

    .container .results-panel .results table tbody tr.trade-remedy-company td {
        padding-top: 0;
    }

    .container .results-panel .results table tbody tr td .ntm-title {
        font-weight: 500;
    }

    .container .results-panel .results table tbody tr td i {
        font-size: 16px;
        width: 20px;
        text-align: center;
        vertical-align: text-bottom;
    }

    .container .results-panel .results table tbody tr td .expand {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        width: auto;
        margin-left: 0;
        margin-right: 4px;
        margin-left: 10px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        cursor: pointer;
        transform: rotate(0deg);
        transition: all 0.2s ease-out;
        margin-top: 6px;
        margin-left: 10px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #002060;
    }

        .container .results-panel .results table tbody tr td .expand.expanded {
            transform: rotate(180deg);
        }

    .container .results-panel .results table tbody tr td .ntm-summary {
        margin-top: 8px;
    }


    .container .results-panel .results table tfoot td {
        font-family: Roboto;
        font-size: 15px;
        color: #929CA7;
        line-height: 20px;
        border: 0;
        border-top: 2px solid #dee4ea;
    }

        .container .results-panel .results table tfoot td.table-source {
            text-align: right
        }

    .container .results-panel .results table tbody tr.expand-content {
        display: none;
        font-size: 14px;
    }

        .container .results-panel .results table tbody tr.expand-content th {
            font-weight: 500;
            font-size: 13px;
            text-transform: none;
        }

        .container .results-panel .results table tbody tr.expand-content td {
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 13px;
            background: #f9f9f9;
        }

        .container .results-panel .results table tbody tr.expand-content > td {
            padding: 0;
            border-bottom: 2px solid #dee4ea;
            background: #fff;
        }


    .container .results-panel .results table.inside-table thead {
        background: transparent;
    }

.results-message {
    display: inline-block;
    margin-left: 20px;
}

.tab-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    line-height: 22px;
    padding: 8px 20px 30px;
}

.styled-tooltip {
    display: inline-block;
    position: relative;
}

    .styled-tooltip .tooltip-content {
        position: absolute;
        display: flex;
        align-items: center;
        z-index: 1;
        background: #fff;
        border-radius: 2px;
        box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
        color: #333;
        font-weight: normal;
        padding: 10px 15px 10px;
        min-width: 250px;
        max-width: 500px;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease-out, transform 0.2s ease-out;
        transform: translateY(-5px);
    }

    .styled-tooltip:hover .tooltip-content {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .styled-tooltip .tooltip-note {
        background: #ccc;
        padding: 0 5px;
        border-radius: 2px;
        font-style: italic;
        cursor: pointer;
    }


.inner-table th {
    background: #628e9d;
}

.table .inner-table {
    counter-reset: rowNumber;
}

.inner-table tbody tr {
    counter-increment: rowNumber;
}

    .inner-table tbody tr td:first-child:before {
        content: counter(rowNumber) '. ';
        color: #002060;
        font-weight: bold;
        font-size: 15px;
    }

    .inner-table tbody tr:only-child td:before {
        content: '';
    }

#ntm-summary-results .tab-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    color: #FFF;
    margin: 0 0 5px;
    font-size: 16px;
}

    #ntm-summary-results .tab-title.collapsed .toggle {
        transform: rotate(180deg);
    }

    #ntm-summary-results .tab-title .toggle {
        transform: rotate(0deg);
        cursor: pointer;
        transition: transform 0.2s ease-out;
        line-height: 120%;
    }

        #ntm-summary-results .tab-title .toggle:before {
            content: "\f077";
        }

.container .results-panel .results table thead th {
    background: #628E9D;
}

.container .results-panel .results #custom-duties-results table thead th {
    background: #628E9D;
}

.container .results-panel .results #trade-remedy table thead th {
    background: #628E9D;
}

.container .results-panel .results #ntm-summary-results .tab-title {
    background: #628E9D;
}

.container .results-panel .inner-table {
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}

    .container .results-panel .inner-table thead th {
        border: 2px solid #FFF;
    }

    .container .results-panel .inner-table thead th {
        background: #628E9D;
    }

    .container .results-panel .inner-table tbody td {
        padding: 10px;
        background: #F9F9F9;
        border: 2px solid #FFF;
        font-size: 13px;
    }

    .container .results-panel .inner-table tbody tr:nth-child(2n) td {
        background: #FFF;
    }

/* ===== table with toggle list ===== */
.table-toggle-list .trigger-togger-wrapper {
    display: flex;
    align-items: center;
    padding: 0 5px 0 10px;
}

    .table-toggle-list .trigger-togger-wrapper .measure-summary-wrapper {
        display: flex;
        flex-grow: 1;
        font-weight: bold;
    }

        .table-toggle-list .trigger-togger-wrapper .measure-summary-wrapper > span {
            white-space: nowrap;
        }

.container .results-panel .results table tbody tr td .measure-summary-wrapper i {
    font-size: 12px;
    vertical-align: top;
    text-align: unset;
}

.table-toggle-list .trigger-togger .measure-summary {
    position: relative;
}

.table-toggle-list .measure-summary-wrapper .measure-extra-infor {
    position: absolute;
    z-index: 1;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
    color: #333;
    font-weight: normal;
    padding: 10px 30px 15px;
    width: 100%;
    max-width: 500px;
    top: 28px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-out;
    left: 150px;
}

.table-toggle-list .measure-summary:hover .measure-extra-infor {
    opacity: 1;
    visibility: visible;
}

    .table-toggle-list .measure-summary:hover .measure-extra-infor .action-bar {
        margin: auto;
        text-align: center;
    }

    .table-toggle-list .measure-summary:hover .measure-extra-infor .btn-learn-more {
        display: inline-block;
        margin: auto;
        background: #043c76;
        padding: 10px 25px 13px;
        color: #fff;
        margin: 15px auto 5px;
        border-radius: 2px;
        border: 1px solid #043c76;
        transition: background 0.2s ease-out, color 0.2s ease-out;
    }

        .table-toggle-list .measure-summary:hover .measure-extra-infor .btn-learn-more:hover {
            background: #fff;
            color: #043c76;
            text-decoration: none;
        }

.trigger-togger-wrapper .measure-count,
.trigger-togger-wrapper .detail-link {
    align-self: flex-start;
    white-space: nowrap;
}

.container .results-panel .results #ntm-summary-results table tbody tr.even {
    background: #fff;
}

.table-toggle-list .toggle-trigger > td {
    font-weight: normal;
    transition: background 0.2s ease-out;
}

.table-toggle-list .toggle-trigger.expanded > td,
.table-toggle-list .toggle-trigger.expanded.even > td {
    background: #002060;
    color: #FFF;
}

#ntm-summary-results .table-toggle-list .toggle-trigger.expanded > td,
#ntm-summary-results .table-toggle-list .toggle-trigger.expanded.even > td {
    background: #628e9d;
    color: #FFF;
}


.table-toggle-list .toggle-trigger.expanded .toggle {
    border-top-color: #FFF;
}

.table-toggle-list .toggle-trigger:nth-child(2n) > td {
    color: #002060;
}

.table-toggle-list tbody tr {
    border-bottom: 3px solid #fff;
}

.table-toggle-list .toggle-trigger > td {
    color: #333;
    background: #FFF;
}

.table-toggle-list .toggle-trigger.even > td {
    background: #FAFAFA;
}

.table-toggle-list .inner-table td {
    color: #080808;
    width: 100%;
}

.table-toggle-list .toggle {
    position: relative;
    margin-top: 6px;
    margin-left: 10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #002060;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.2s ease-out;
}

    .table-toggle-list .toggle.less {
        transform: rotate(180deg);
    }

.table-toggle-list .inner-table tr {
    position: relative;
}

.table-toggle-list .inner-table ul {
    list-style-type: none;
    padding-left: 42px;
}

    .table-toggle-list .inner-table ul li {
        text-indent: -20px;
    }

.table-toggle-list .inner-table em {
    color: #002060;
    font-style: normal;
    font-weight: bold;
}

.table-toggle-list .inner-table .req-detail em {
    font-weight: normal;
    font-style: italic;
}

.table-toggle-list .inner-table .toggle-more {
    position: absolute;
    bottom: 15px;
    right: 5px;
    color: #002060;
    font-size: 15px;
    cursor: pointer;
}

    .table-toggle-list .inner-table .toggle-more:before {
        content: "\f055";
    }

.table-toggle-list .inner-table td.expanded .toggle-more:before {
    content: "\f056";
}

.table-toggle-list .inner-table .req-title {
    padding-right: 25px;
    font-size: 15px;
}

.table-toggle-list .ntm-summary-detail-result {
    padding: 0 5px;
}

    .table-toggle-list .ntm-summary-detail-result i {
        color: #002060;
    }



/* ===== table with toggle list ===== */
.table-toggle-list .trigger-togger-wrapper {
    display: flex;
    align-items: center;
    padding: 0 5px 0 10px;
}

    .table-toggle-list .trigger-togger-wrapper .measure-summary-wrapper {
        display: flex;
        flex-grow: 1;
        font-weight: bold;
    }

        .table-toggle-list .trigger-togger-wrapper .measure-summary-wrapper > span {
            white-space: nowrap;
        }

.container .results-panel .results table tbody tr td .measure-summary-wrapper i {
    font-size: 12px;
    vertical-align: top;
    text-align: unset;
}

.table-toggle-list .trigger-togger .measure-summary {
    position: relative;
}

.table-toggle-list .measure-summary-wrapper .measure-extra-infor {
    position: absolute;
    z-index: 1;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
    color: #333;
    font-weight: normal;
    padding: 10px 30px 15px;
    width: 100%;
    max-width: 500px;
    top: 28px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-out;
    left: 150px;
}

.table-toggle-list .measure-summary:hover .measure-extra-infor {
    opacity: 1;
    visibility: visible;
}

    .table-toggle-list .measure-summary:hover .measure-extra-infor .action-bar {
        margin: auto;
        text-align: center;
    }

    .table-toggle-list .measure-summary:hover .measure-extra-infor .btn-learn-more {
        display: inline-block;
        margin: auto;
        background: #043c76;
        padding: 10px 25px 13px;
        color: #fff;
        margin: 15px auto 5px;
        border-radius: 2px;
        border: 1px solid #043c76;
        transition: background 0.2s ease-out, color 0.2s ease-out;
    }

        .table-toggle-list .measure-summary:hover .measure-extra-infor .btn-learn-more:hover {
            background: #fff;
            color: #043c76;
            text-decoration: none;
        }

.trigger-togger-wrapper .measure-count,
.trigger-togger-wrapper .detail-link {
    align-self: flex-start;
    white-space: nowrap;
}

.container .results-panel .results #ntm-summary-results table tbody tr.even {
    background: #fff;
}

.table-toggle-list .toggle-trigger > td {
    font-weight: normal;
    transition: background 0.2s ease-out;
}

.table-toggle-list .toggle-trigger.expanded > td,
.table-toggle-list .toggle-trigger.expanded.even > td {
    background: #002060;
    color: #FFF;
}

.table-toggle-list .toggle-trigger.expanded .toggle {
    border-top-color: #FFF;
}

.table-toggle-list .toggle-trigger:nth-child(2n) > td {
    color: #002060;
}

.table-toggle-list tbody tr {
    border-bottom: 3px solid #fff;
}

.table-toggle-list .toggle-trigger > td {
    color: #333;
    background: #FFF;
}

.table-toggle-list .toggle-trigger.even > td {
    background: #FAFAFA;
}

.table-toggle-list .inner-table td {
    color: #080808;
    width: 100%;
}

.table-toggle-list .toggle {
    position: relative;
    margin-left: 10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #002060;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.2s ease-out;
    display: inline-block;
}

    .table-toggle-list .toggle.less {
        transform: rotate(180deg);
    }

.table-toggle-list .inner-table tr {
    position: relative;
}

.table-toggle-list .inner-table ul {
    list-style-type: none;
    padding-left: 42px;
}

    .table-toggle-list .inner-table ul li {
        text-indent: -20px;
    }

.table-toggle-list .inner-table em {
    color: #002060;
    font-style: normal;
    font-weight: bold;
}

.table-toggle-list .inner-table .req-detail em {
    font-weight: normal;
    font-style: italic;
}

.table-toggle-list .inner-table .toggle-more {
    position: absolute;
    bottom: 15px;
    right: 5px;
    color: #002060;
    font-size: 15px;
    cursor: pointer;
}

    .table-toggle-list .inner-table .toggle-more:before {
        content: "\f055";
    }

.table-toggle-list .inner-table td.expanded .toggle-more:before {
    content: "\f056";
}

.table-toggle-list .inner-table .req-title {
    padding-right: 25px;
    font-size: 15px;
}

.table-toggle-list .ntm-summary-detail-result {
    padding: 0 5px;
}

    .table-toggle-list .ntm-summary-detail-result i {
        color: #002060;
    }



/*=====  tooltip  =====*/

.tariff-regime-detail + .tariff-regime-tooltip {
    background: #647D96;
    color: #fff;
    padding: 8px 15px 30px;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    max-height: 400px;
    overflow-y: scroll;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #647D96;
    min-width: 350px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.tariff-regime-detail.clicked + .tariff-regime-tooltip {
    visibility: visible;
    opacity: 1;
}

.tariff-regime-tooltip > div {
    font-weight: bold;
    font-size: 1.2em;
}

.tariff-regime-tooltip ul {
    padding-left: 20px;
    text-align: justify;
    column-count: 2;
    list-style-type: none;
}

    .tariff-regime-tooltip ul li {
        white-space: nowrap;
    }

/*===== Agreement detail =====*/

.agreement-detail {
    display: flex;
}

    .agreement-detail.loading {
        position: relative;
        height: 40px;
        overflow: hidden;
    }

        .agreement-detail.loading:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            background: #fff url("../images/common/itc-loading.gif") no-repeat;
            background-position: center center;
        }

    .agreement-detail .title {
        position: relative;
        margin: 0;
        padding: 5px 15px;
        background: #628e9d;
        color: #fff;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 500;
        border-bottom: 1px solid rgba(0, 55, 115, 0.6);
        cursor: pointer;
    }

    .agreement-detail .result {
        border-right: 2px solid #fff;
    }

        .agreement-detail .result:last-child {
            border-right: 0;
        }

    .agreement-detail .result-fta {
        width: 33.3%;
    }

    .agreement-detail > .result-roo {
        width: 66.6%;
    }

    .agreement-detail .result.result-roo > div {
        display: flex;
        height: 100%;
    }

    .agreement-detail .result.result-roo .result {
        width: 50%;
    }


    .agreement-detail .content {
        margin-bottom: 20px;
        padding: 0 10px;
    }



    .agreement-detail .content-row {
        padding: 10px 0 0;
    }

    .agreement-detail .find-more-wrapper {
        position: absolute;
        width: 1140px;
        bottom: 15px;
        left: 0;
    }

     .agreement-detail .lbl .fta {
    max-width: 300px;
    margin: auto;
}

  

.agreement-detail .lbl,
.agreement-detail .ctn {
    padding: 0 15px;
    font-size: 13px;
}

.agreement-detail .lbl {
    padding: 0 15px;
    font-size: .875em;
    color: #628e9d;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}

.agreement-detail .ctn {
    word-wrap: break-word;
}

.agreement-detail .result {
    display: inline-block;
    vertical-align: top;
}

.agreement-detail .lbl a {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: normal;
}

.agreement-detail .find-more-wrapper .lbl .button {
    transition: background 0.2s ease-out, color 0.2s ease-out;
}

.agreement-detail .lbl a.button {
    display: block;
    text-align: center;
    line-height: 40px;
    background-color: #628e9d;
    color: #fff;
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 500;
    text-decoration: none !important;
    transition: background-color .3s ease-out;
    border: 1px solid #628e9d;
    padding-top: 2px;
    transition: background 0.2s ease-out, color 0.2s ease-out;
}

.inner-result-list {
    max-width: 1180px;
    padding: 5px;
    list-style-type: none;
}

    .inner-result-list > li {
        padding: 0;
    }

        .inner-result-list > li:nth-child(odd) {
            background: #FAFAFA;
        }

    .inner-result-list ul {
        list-style-type: none;
    }

    .inner-result-list > li {
        position: relative;
    }

        .inner-result-list > li .toggle-more {
            position: absolute;
            bottom: 10px;
            right: 10px;
            cursor: pointer;
            color: #628e9d;
        }

            .inner-result-list > li .toggle-more:before {
                content: "\f055";
            }

        .inner-result-list > li.expanded .toggle-more:before {
            content: "\f056";
        }

    .inner-result-list .txt-truncatable {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: calc(1180px - 280px);
        vertical-align: top;
    }

        .inner-result-list .txt-truncatable.full-view {
            white-space: unset;
        }

        .inner-result-list .txt-truncatable + .toggle-truncation {
            padding-left: 15px;
            cursor: pointer;
            font-weight: bold;
            color: #628e9d;
            transition: text-shadow 0.2s ease-out;
        }

            .inner-result-list .txt-truncatable + .toggle-truncation:hover {
                text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
            }

            .inner-result-list .txt-truncatable + .toggle-truncation:before {
                content: '[ + ]';
            }

        .inner-result-list .txt-truncatable.full-view + .toggle-truncation:before {
            content: '[ - ]';
        }

    .inner-result-list .item-result {
        width: calc(100% - 5px);
    }

    .inner-result-list .item-result-title {
        padding: 4px 8px;
        color: #002060;
        font-style: normal;
        font-weight: bold;
        min-height: 30px;
        transition: color 0.2s ease-out, background 0.2s ease-out;
    }

    .inner-result-list .expanded .item-result-title {
        color: #002060;
    }

    .inner-result-list .item-result-detail {
        font-size: 13px;
        padding-left: 20px;
    }

        .inner-result-list .item-result-detail em {
            color: #002060;
            font-style: italic;
        }

        .inner-result-list .item-result-detail i {
            font-size: 16px;
            width: 20px;
            text-align: center;
            vertical-align: text-bottom;
            color: #002060;
        }

.tariff-regime-detail-wrapper {
    display: block;
}

.tooltip-wrapper {
    display: inline-block;
}

    .tooltip-wrapper:hover .tariff-regime-tooltip {
        visibility: visible;
        opacity: 1;
    }

#ctry-list h3 {
    margin-top: 2em;
    font-size: 1.5em;
    text-align: center;
    color: #628e9d;
}

#ctry-list .ctry div {
    display: inline-grid;
}

    #ctry-list .ctry div img {
        align-content: center;
    }

#ctry-box-list {
    display: flex;
    margin: 0 -30px;
    justify-content: space-between;
}

#prd-box-list {
    display: flex;
    margin: 0 -30px;
    justify-content: space-between;
}

.item-box {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    border-radius: 8px;
    min-height: 120px;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

#prd-box-list .item-box span {
    background: rgba(0, 115, 164, 0.1);
    border-radius: 3px;
    color: #0073A4;
    padding: 2px 10px;
}

.ellipsis {
    display: block;
    transition: all .2s linear;
    color: rgba(6, 43, 85, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}


.item-box > span {
    color: rgba(6, 43, 85, 0.8);
    font-weight: bold;
    display: block;
    margin: 10px auto;
    text-align: center;
}

.search-result h3 {
    margin-top: 2em;
    font-size: 1.5em;
    text-align: center;
    color: #628e9d;
}

#ctry-list-type {
    background: rgba(0, 115, 164, 0.1);
    align-items: center;
    padding: 10px;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

    #ctry-list-type:before {
        content: "";
        background: url(../images/embeded-version/fji/icon-destination.svg) center no-repeat;
        height: 18px;
        width: 15px;
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }

#prd-list-type {
    background: rgba(0, 115, 164, 0.1);
    align-items: center;
    padding: 10px;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

    #prd-list-type:before {
        content: "";
        background: url(../images/embeded-version/fji/icon-product.svg) center no-repeat;
        height: 18px;
        width: 15px;
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }

.lst-type {
    display: flex;
    justify-content: center;
}

#exporting_country_chosen {
    max-width: 250px;
}

.oic-search-panel {
    display: flex;
    gap: 10px;
    height: 0px;
    flex: none;
    order: 1;
    flex-grow: 0;
    align-items: center;
}

.oic-lbl-intro {
    position: absolute;
    width: 297px;
    height: 27px;
    left: 0px;
    top: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #25252D;
}

.oic-input-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    gap: 12px;
    width: 420px;
    height: 40px;
    left: 732px;
    top: 0px;
    background: #F3F4F6;
    border-radius: 8px;
    border: 0;
}

.oic-lbl-count {
    width: 60px;
    height: 24px;
    left: 1168px;
    top: 8px;
    font-family: 'Poppins', Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    text-align: right;
    /* Default_Colors/Dark_3 */

    color: #385577;
}


.circle {
    --_w: 930px;
    --_r: calc((var(--_w) - var(--_sz)) / 2);
    --_sz: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    list-style-type: none;
    inline-size: var(--_w);
    padding: unset;
    position: relative;
}

li.match {
    opacity: 1;
}

li.nomatch {
    opacity: 0.5;
}



#countryList li {
    --_x: calc(var(--_r) + (var(--_r) * cos(var(--_d))));
    --_y: calc(var(--_r) + (var(--_r) * sin(var(--_d))));
    border-radius: 50%;
    display: grid;
    height: var(--_sz);
    left: var(--_x);
    place-content: center;
    position: absolute;
    top: var(--_y);
    transition: transform .2s ease-in;
    width: var(--_sz);
    text-align: center;
}

.circle {
    position: relative;
    margin: 0px auto;
}


.logo {
    position: absolute;
    left: 48%; /*50%;*/
    top: 47%; /*50%;*/
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 40px rgba(98, 142, 157, 0.2); /*0px 0px 170px #eee, inset 0px 0px 110px #ccc;*/
}

#countryList li {
    display: flex;
    width: auto;/* 16px;*/
    gap: 2px;
    white-space: nowrap;
    align-content: center;
    justify-content: space-evenly;
}

#countryList a {
    white-space: nowrap;
    /*letter-spacing: -1px;*/
    color: #062B55;
    font-family: "Popins", "Roboto", sans-serif;
    font-size: 14px;  /*13px*/
    font-weight: 500;
}

#countryList span {
    min-width: 16px;
    order: -1;
}

#countryList a {
    position: absolute;
    left: 20px;
    overflow: hidden;
    width: fit-content; /*60px;*/
    text-overflow: ellipsis;
    line-height: 1;
}

 /* cazhere */
/* #countryList li:nth-child(n+32):nth-child(-n+53) a {*/
#countryList li:nth-child(n+32):nth-child(-n+53) a {
 
    left: -85px; /* -70px*/
    text-align: right;
    display: block;
}


#countryList li:nth-child(53) a,
#countryList li:nth-child(54) a {
    transform: translateY(1px);
}
#countryList li:nth-child(55) a,
#countryList li:nth-child(56) a {
    transform: translate(35px, -15px);
}

#countryList li:nth-child(n+35):nth-child(-n+53) span {
    order: unset;
}

#countryList li:nth-child(n+27):nth-child(-n+31) a {
    transform: translate(10px,16px);
    left: auto !important;
}


#countryList li:nth-child(31) a {
    right: 8px;
}

#countryList li:nth-child(31) a {
    right: 4px;
}

#countryList li:nth-child(-n+4) a,
#countryList li:nth-child(n+57):nth-child(-n+65) a {
    transform: translateY(-15px); /* translateY(-20px);*/
    left: auto !important;
}

#countryList li:nth-child(n+57):nth-child(n+58) a {
   top:30px;
}

#countryList li:nth-child(1) a {
    transform: translateY(-24px); /* translateY(-30px);*/
}

#countryList li:nth-child(29) a {
    padding-top: 10px;
}

#countryList li:nth-child(3) a,
#countryList li:nth-child(4) a {
    transform: translate(50%, -10px);
}

/*
#countryList li:nth-child(53) a,
#countryList li:nth-child(54) a {
    right: 10px;
    transform: translateY(-10px);
}*/

#countryList li.oic-ML {
    transform: translateY(10px);
}
    
.oic-header {
    margin: 0;
}

    .oic-header > .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #EAEAEA;
    }


.oic-heading {
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex: 1 0 auto;
}

    .oic-heading h3 {
        margin: 0;
    }

.oic-back-btn {
    background: url(../images/icons/svg/back.svg) left no-repeat;
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 20px;
    gap: 5px;
    position: absolute;
    width: 233px !important;
    height: 40px !important;
    left: 902px !important;
    top: 12px !important;
    /* Default_Colors/Dark_2 */

    border: 1px solid #062B55;
    border-radius: 3px;
    transform: rotate(0deg) !important;
    color: #062B55;
    cursor: pointer;
}


.lang-ar .oic-back-btn {
    right: 902px !important;
}


.home-about {
    background: #F9F9F9;
}

    .home-about .container {
        padding: 80px 15px 110px;
    }

        .home-about .container h3 {
            color: #043c76;
            font-size: 20px;
            font-weight: 800;
        }

    .home-about .txt-introduction p {
        font-size: 14px;
        color: #043c76;
    }

.benificiaries-of-macmap {
    display: flex;
    flex-direction: row;
    padding: 0 15px;
    /*   border: 1px solid red;*/
    justify-content: space-between;
    width: 85%;
    margin: auto;
    flex-wrap: wrap;
    gap: 1em;
}

.txt-introduction{
    margin: 2em 0;
}

.beneficiary {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-about-summary {
    background-color: #f3f4f6; /* light grey*/
    padding: 2em;
}

.beneficiary-text {
    width: 180px;
    color: #043c76;
    font-weight:600;
}