﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,700&subset=latin-ext');
/*--------------------------*/


html {
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.54;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.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;*/
    width: 55em;
    padding-right: 0;
    padding-left: 0;
}

.bg-header {

    background: url('../images/embeded-version/efta/cranes-background-1.png') center 100% / cover ;
    height: 250px;
    margin-bottom: 4em;
}

.wizard-steps {
    background-color: #fff;
}
.wizard-step.active,
.search-result.container.active {
    display: block;
}

.wizard-step,
.search-result.container{
    padding: 1em 1em;
    margin-bottom: 2em;
    display: none;
}
.wizard-options {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: 1em;
    width:625px;
}
.wizard-option-area {
    border: 1px solid #CDD5DD;
    display: flex;
    justify-content: space-between;
    padding: 0.6em;
    align-content: center;
    align-items: center;
    transform: translateX(20px); /* position the buttons a bit more in the centre*/
}
    .wizard-option-area.hoverable:hover {
        background-color: #d0cece;
        color: #171717;
        font-weight: 600;
        cursor: pointer;
    }

    .wizard-country-button,
    .wizard-importing-exporting-button {
        display: flex;
        padding: 0.45em;
        gap: 0.6em;
        align-items: center;
    }

.wizard-country-button {
    border: 1px solid #bebdbd; /*black; */
    background-color: #f7f4f4; /* lightgrey; */
}

    .wizard-country-button:hover {
        background-color: #d0cece;
        color: #171717;
        font-weight: 600;
        cursor: pointer;
    }

.wizard-nav-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.2em;
    padding: 0em 1em;
}

.wizard-nav-info.no-padding{
    padding:0;
}

.country-flag {
    width: 25px;
}
.coountry-name {
    color: #385577;
    font-weight:500;
    font-size:1em;
}

.wizard-text,
.step-number,
.previous-button {
    /* Default_Colors/Dark_2 */
    color: #0b3f72;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

    .previous-button.hoverable:hover {
        background-color: #babec2;
        font-weight: 500;
        cursor: pointer;
    }

.wizard-nav-previous-results-buttons {
    display: flex;
    gap: 1em;
}

.show-results-button,
.next-button{
    background-color: #CC464F;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    border: 1px solid #ca3e48;
    padding: 0.6em 1.4em;
    color: #FFFFFF;
}

    .show-results-button.hoverable:hover, .next-button.hoverable:hover {
        background-color: #f04f5a;
        font-weight: 500;
        cursor: pointer;
    }




.step-number,
.previous-button,
.show-results-button, .next-button {
    font-size: 15px;
    line-height: 100%;
}

.previous-button  {
    background-color: #E6EAEE;
    border: 1px solid #cbcdcf;
    padding: 0.6em 1.4em
}

.main-search-container h2 {
    background: #0b3f72;
    text-align: left;
    text-transform: none;
    color: #FFF;
    margin: 0;
    font-size: 1em;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 8px 8px 0px 0px;
}


.main-search-container.results-page  h2 {
    justify-content: space-between;
}
    .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 .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;
            }

            body > div.bg-header > div.main-search-container.container > div.search-box.search,
            .main-search-container .container .search-box .search {
                /* min-height: 125px;*/
                padding: 0px 20px; /*  30px 33px 10px; */
                height: 500px; /* 275px;*/
                box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
                /*  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.4); */
            }

.wizard-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding:1em;
    gap:2em;
}


.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;
   
}

    .search .search-input-group .input.export:before {
        background: url(../images/icons/svg/export.svg) 0 0 no-repeat;
    }
    .search .search-input-group .input:before {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 7px);
        left: 0;
        width: 20px;
        height: 14px;
    }

   .search .search-input-group label.error {
        text-transform: none;
        position: absolute;
        line-height: 25px;
        left: 0;
        bottom: -25px;
        color: #E41262;
    }



    .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 label {
        font-size: .875em;
        margin: 0;
        color: #6A8099;
        letter-spacing: -0.3px;
        text-transform: uppercase;
        white-space: nowrap;
        font-weight: 500;
        display: block;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
    }


    .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/png/down-arrow-sml.png) 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: #0b3f72;
    text-overflow: ellipsis;
    padding: 0 23px 0 25px;
    vertical-align: top;
    /*  border-bottom: 1px solid #0b3f72;*/
    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: #0b3f72 ;
            font-size: 17px;
            text-transform: none;
        }


#market-access-query-form .search-input-group:not(:first-child) {
    flex: 1 0 auto;
}
#market-access-query-form .search-input-group label {
 
    font-size: .875em;
    margin: 0;
    color: #6A8099;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
    display: block;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;

}

#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 .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: #0b3f72 ;
    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;
}

    .search .search-button:hover, .search .search-button:focus, #market-access-query-form .search-submit-wrapper button:focus,
    #market-access-query-form .search-submit-wrapper button:hover {
        background-color: #194d83;
        cursor: pointer;
    }

    .search .search-button,
    #market-access-query-form .search-submit-wrapper button {
        margin-top: 3px;
        text-transform: uppercase;
        display: block;
        width: 100%;
        line-height: 57px;
        border: 0;
        text-align: center;
        background: #CC464F;
        border-radius: 2px;
        color: #fff;
        letter-spacing: 1px;
        transition: background-color 0.3s ease-out;
        cursor: pointer;
        border-radius: 5px;
    }



/* Autocomplete sugesstion */
.ui-widget-content {
    background: #fff;
    border: 1px solid #0b3f72 ;
}

.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: #0b3f72 ;
    color: #fff;
    cursor: pointer;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background-color: #0b3f72 ;
    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: 3em;
}

    .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: #0b3f72 ;
        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-size: 2.4rem; /*         font-size: 32px;*/
        color: #080808;
        letter-spacing: -0.19px;
        margin: 50px 0 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }


        .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: #0b3f72 ;
                color: #fff;
                font-family: Roboto;
                font-size: 13px;
                line-height: 18px;
                border-radius: 2px;
                opacity: 0.7;
            }

        .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: #0b3f72 ;
}

.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: #0b3f72 ;
}

.container .results-panel .results #custom-duties-results table thead th {
    background: #0b3f72 ;
}

.container .results-panel .results #trade-remedy table thead th {
    background: #0b3f72 ;
}

.container .results-panel .results #ntm-summary-results .tab-title {
    background: #0b3f72 ;
}

    .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: #0b3f72 ;
    }

    .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: #0b3f72 ;
    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: #0b3f72 ;
        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: #0b3f72;
        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: #0b3f72 ;
            color: #fff;
            text-transform: uppercase;
            font-size: .875em;
            font-weight: 500;
            text-decoration: none !important;
            transition: background-color .3s ease-out;
            border: 1px solid #0b3f72 ;
            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: #0b3f72 ;
        }

            .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: #0b3f72 ;
            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: #0b3f72;
}


#ctry-list h4 {
    margin-top: 1.4em;
    font-size: 1.1em;
    text-align: center;
    color: #0b3f72;
}

#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;
}

.search-result {
    position: relative;
    margin: 20em auto;
    width: 60%;
}

.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: 3em;
    font-size: 1.5em;
    text-align: center;
    color: #0b3f72;
}
#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;
}


/* RESULTS PAGE */

.main-search-container.container.results-page > div.row {
    padding: 0;
}

.main-search-container.results-page {
    position: relative;
    /*background: url('../images/embeded-version/efta/cranes-background-1.png') center 100% / cover;*/
    margin: 0;
    width: initial;
    height: initial;
}

.main-search-container.results-page .container {
    position: relative;
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 550px;
    z-index: 1;
}


#market-access-query-form > div:nth-child(2) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#market-access-query-form {
    /* border:1px solid red;*/
}


    #market-access-query-form .d-flex {
        display: flex;
        justify-content: space-between;
       /* flex-wrap: wrap;*/
    }


        #market-access-query-form .d-flex.no-margins {
            margin: 0 auto;
            display:block;
        }


#market-access-query-form .search-input-group.country-selection {
    max-width: 270px;
}

.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);
    height: fit-content;
}


.results-page  #market-access-query-form .search-input-group, #trade-agreement-query-form .search-input-group {
    flex: 1 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 196px;
}


#market-access-query-form .search-input-group.ntlc-wrapper {
    max-width: 925px;
    margin-bottom: 0;
    padding-left: 15px;
}



.main-search-container .container .search-box {
    text-align: center;
    width: 100%;
}

.results-page #market-access-query-form .product-selection {
    max-width: 368px;
    width: 100%;
}


/* for the product label and the product switch to be on the same line*/
.search .search-input-group .product-label {
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    float: left;
}

.search .search-input-group .product-switch {
    float: right;
    color: #032B55;
    margin-right: 4px;
}


.macmap-icon-tool {
    display: flex;
    align-items: center;
    gap: 1em;
}

.summary-heading {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    /* color: #041B35; */
    color: rgba(6, 43, 85, 0.7);
}


 /*.overview-content {
    margin-left: 30px;
}*/

.overview-page-wrapper {
    margin: 15px;
}

.summary-row {
    display: flex;
    align-items: flex-start;
    padding: 0em 0em 1em 0em;
    column-gap: 1.875rem;
    /* new */
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
}

.summary-group {
    display: flex;
    gap: 1.5em;
    align-items: center;
}

.summary-column {
    display: flex;
    flex-direction: column;
    row-gap: 0.25em;
}

.summary-heading {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    /* color: #041B35; */
    color: rgba(6, 43, 85, 0.7);
}
.summary-text {
    font-size: 15px;
    line-height: 18px;
    color: #041B35;
}
.tax-module-list {
    padding: 40px 0;
}
    .tax-module-list .boxes {
        display: flex;
        justify-content: space-between;
    }
        .tax-module-list .boxes .box {
            display: flex;
            align-items: center;
            flex-direction: column;
            background: #FFFFFF;
            border: 1px solid #F2F2F2;
            box-sizing: border-box;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
            border-radius: 8px;
            padding: 40px 20px 30px;
            min-height: 270px;
            /* min-width: 20em; */
            height: 25em;
            /* width: 270px; */
            align-content: center;
            text-decoration: none !important;
            transition: border-color 0.3s ease-out;
            justify-content: center;
            flex-wrap: nowrap;
            max-width: 18em;
        }

            .tax-module-list .boxes .box span {
                display: block;
                margin-top: 20px;
                text-align: center;
                font-weight: 500;
                /* color: #032B55; */
                letter-spacing: -0.08px;
                /* line-height: 34px; */
                font-size: 18px;
                line-height: 21px;
                color: rgba(6, 43, 85, 0.8);
                word-break: break-word;
            }

            .tax-module-list .boxes .box hr {
                display: block;
                background: rgba(6, 43, 85, 0.2);
                border-radius: 1px;
                width: 200px;
                height: 1px;
                /* transform: rotate(-90deg); */
            }

hr {
    margin-left: 0;
    margin-right: 0;
}

.tax-module-list .boxes .box h2 {
    width: 100%;
    padding: 5px;
    margin: 2px;
    text-align: center;
    transition: color 0.9s ease-out;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: rgba(6, 43, 85, 0.8);
    font-style: normal;
    word-break: normal;
}
#customs-duties-results-section.two-columns-flex {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.tax-module-list .box #customs-duties-results-section .item {
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    line-height: 1;
}

#customs-duties-results-section.two-columns-flex > div.item {
    flex: 50%;
    word-break: break-word;
}
.tax-module-list .box #customs-duties-results-section .item h3 {
    line-height: 1;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #fd5763;
}
.btn-learn-more-overview:hover {
    color: white;
    border: 1px solid rgba(6, 43, 85, 0.8);
    background-color: rgba(6, 43, 85, 0.8);
}

.btn-learn-more-overview {
    margin-top: auto;
    border: 1px solid rgba(6, 43, 85, 0.8);
    background-color: rgba(6, 43, 85, 0.8);
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    width: 22rem;
    color: rgba(6, 43, 85, 0.8);
    font-size: 1.4rem;
    padding: 1rem 1rem;
    font-weight: 500;
}

.overview-message {
    display: inline-block;
    margin-left: 5px !important;
}

.title-text-info {
    color: #043c76;
}

.title-text-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    color: rgba(6, 43, 85, 0.7);
}

.overview-message-data {
    margin-left: 40px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #041B35;
}
.overview-message-efta {
    margin-left: 5px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #041B35;
}

.overview-message {
    display: inline-block;
    margin-left: 5px;
}


element.style {
}

#custom-duties-results .detail-link.less .toggle {
    transform: rotate(180deg);
}

#custom-duties-results .detail-link .toggle {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
}

.container .results-panel .results .detail-link span {
    font-weight: 500;
    font-size: 16px;
    color: #032B55;
    line-height: 20px;
    display: inline-block;
}

.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;
}

#custom-duties-heading, #ntm-heading, #trade-remedy-heading {
    margin-top: 1.2em;
}





    .main-search-container.results-page .container {
        height: auto;
        display: block;
       
    }




.container .results-panel {
    padding: 15px 30px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    background: #fff;

}

#efta-message {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    margin: 30px 0;
    font-size: 18px;
}

    #efta-message span {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }

        #efta-message span img {
            margin: 0 5px;
        }







@media (max-width: 600px) {

    #market-access-query-form .d-flex {
        flex-wrap: wrap;
    }
}