﻿@charset "UTF-8";

/*************** COMMON VARIABLES ****************/
/*************** FONT VARIABLES ****************/
/*************** Link Variables ****************/
/*************** Breadcrumb Variables ****************/
/*************** Heading Variables ****************/
/*************** Border Variables ****************/
/*************** Icon Colors ****************/
/*************** Table Variables ****************/
/*************** Card Variables ****************/
/*************** Shadow CSS ***************/
/*************** Transitions CSS ***************/
/*************** Opacity CSS ****************/
/*************** Forms CSS ***************/
@font-face {
    font-family: 'Roboto Regular';
    src: url("webfonts/roboto-regular-webfont.woff2") format("woff2"), url("webfonts/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url("webfonts/roboto-medium-webfont.woff2") format("woff2"), url("webfonts/roboto-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url("webfonts/roboto-bold-webfont.woff2") format("woff2"), url("webfonts/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold Italic';
    src: url("webfonts/roboto-bolditalic-webfont.woff2") format("woff2"), url("webfonts/roboto-bolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light Italic';
    src: url("webfonts/roboto-lightitalic-webfont.woff2") format("woff2"), url("webfonts/roboto-lightitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url("webfonts/roboto-medium-webfont.woff2") format("woff2"), url("webfonts/roboto-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium Italic';
    src: url("webfonts/roboto-mediumitalic-webfont.woff2") format("woff2"), url("webfonts/roboto-mediumitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url("webfonts/roboto-condensed-webfont.woff2") format("woff2"), url("webfonts/roboto-condensed-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Roboto Regular", sans-serif;
    font-size: 14px;
    color: #454545;
    background-color: #f9f9f9;
}

a {
    color: #009edb;
}

    a.white-link {
        color: #fff;
    }

input[type='checkbox']:checked {
    -webkit-filter: grayscale(100%);
}

.alert-primary p {
    margin-bottom: 5px;
}

.alert-primary a.api-documentation-link {
    float: right;
}

.alert-dismissible .close {
    padding: 0px;
    top: 5px;
    right: 10px;
}

.alert {
    padding: 0.4rem;
}

.alert-dismissible span.align-middle {
    padding-right: 15px;
    display: block;
}

#brand-bar {
    margin: 0;
    padding: 0;
    font-size: 12.35px;
    height: 25px;
    min-height: inherit;
    border: none !important;
    background-color: #f2f2f2;
    /*border-bottom: $brand-bar-bottom-border-color solid 5px !important;*/
}

    #brand-bar .navbar {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    #brand-bar .brandbar-header {
        padding-top: 2px;
    }

        #brand-bar .brandbar-header img {
            margin-right: 5px;
        }

        #brand-bar .brandbar-header ul.un-links li {
            font-size: 12px;
        }

            #brand-bar .brandbar-header ul.un-links li a:hover {
                text-decoration: underline;
            }

            #brand-bar .brandbar-header ul.un-links li i.fa-angle-double-right {
                font-weight: normal;
            }

            #brand-bar .brandbar-header ul.un-links li::after {
                padding: 0 10px !important;
                content: "»";
                font-size: 18px;
                line-height: 15px;
            }

            #brand-bar .brandbar-header ul.un-links li:last-child::after {
                content: "";
                font-size: 18px;
            }

        #brand-bar .brandbar-header ul.language-links li {
            padding: 0px 10px 0px 0px;
        }

            #brand-bar .brandbar-header ul.language-links li a:hover {
                text-decoration: underline;
            }

        #brand-bar .brandbar-header a {
            line-height: 17.03px;
            font-weight: 400;
            letter-spacing: 0.03em;
            color: #000;
            text-decoration: none;
        }

        #brand-bar .brandbar-header ul.language-links {
            float: right;
        }

.navbar {
    padding: 0px 15px;
    background-color: #4d4d4d;
}

    .navbar .navbar-toggler {
        padding: 0.25rem 0;
        color: #009edb;
        border: none;
    }

        .navbar .navbar-toggler:focus {
            border: none;
            outline: 0;
            box-shadow: none;
        }

    .navbar .navbar-toggler-icon {
        line-height: 1.4em;
    }

    .navbar .navbar-brand {
        color: #fff;
        font-size: 1.05rem;
        font-weight: bold;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        color: #fff;
    }

    .navbar .navbar-nav .nav-item:hover .nav-link {
        color: #333;
        background-color: #f2f2f2;
    }

    .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after {
        color: #333;
    }

    .navbar .dropdown-toggle::after {
        margin-left: 0.5em;
        font-family: 'Font Awesome 5 Free';
        color: #fff;
        font-weight: 700;
        content: "\f107";
        vertical-align: inherit;
        border: none;
    }

    .navbar .dropdown-menu {
        margin: 0px;
        border-radius: 0px;
        border: none;
        color: #fff;
        background-color: #f2f2f2;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    }

        .navbar .dropdown-menu li:hover {
            color: #333;
            background-color: #ccc;
        }

        .navbar .dropdown-menu .dropdown-item {
            padding: 0.5rem 1rem;
            font-size: 14px;
            color: #333;
        }

            .navbar .dropdown-menu .dropdown-item:hover {
                color: #333;
                background-color: #ccc;
            }

            .navbar .dropdown-menu .dropdown-item:focus {
                background-color: #ccc !important;
            }

            .navbar .dropdown-menu .dropdown-item i {
                font-size: 10px;
            }

        .navbar .dropdown-menu .submenu {
            background-color: #f2f2f2;
        }

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

.button-margin-left {
    margin-left: 10px;
}

.btn-sm {
    border-radius: 5px;
}

.primary-button {
    margin: 0px 10px 10px 0px;
    padding: 5px 20px;
    width: 140px;
    font-family: "Roboto Bold";
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 20px !important;
    border: 1px solid #333;
    background-color: #4d4d4d;
}

    .primary-button:hover {
        color: #fff;
        border: 1px solid #333;
        background-color: #333;
    }

    .primary-button i {
        margin-right: 5px;
    }

    .primary-button:focus {
        color: #fff;
        border: 1px solid #333;
        background-color: #4d4d4d;
        box-shadow: none;
        outline: 0;
    }

    .primary-button:not(:disabled):not(.disabled):active, .primary-button:not(:disabled):not(.disabled).active, .primary-button:not(:disabled):not(.disabled):active:focus {
        color: #fff;
        border: 1px solid #333;
        background-color: #4d4d4d;
        box-shadow: none;
        outline: 0;
    }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    outline: 0;
}

.secondary-button {
    margin: 0px 10px 10px 0px;
    padding: 5px 20px;
    width: 140px;
    font-family: "Roboto Bold";
    font-size: 14px;
    text-align: center;
    color: #4d4d4d;
    border-radius: 20px !important;
    border: 1px solid #4d4d4d;
    background-color: #fff;
}

    .secondary-button:hover {
        color: #fff;
        border: 1px solid #4d4d4d;
        background-color: #4d4d4d;
    }

        .secondary-button:hover i.icon-deliver {
            width: 21px;
            height: 15px;
            display: inline-block;
            background-image: url(../images/icon-deliver-hover.png);
            background-repeat: no-repeat;
            background-size: contain;
        }

        .secondary-button:hover i.icon-change-password {
            width: 16px;
            height: 16px;
            display: inline-block;
            background-image: url(../images/icon-change-password-hover.svg);
            background-repeat: no-repeat;
            background-size: contain;
        }

    .secondary-button:focus {
        box-shadow: none;
        color: #4d4d4d;
        border-radius: 20px !important;
        border: 1px solid #4d4d4d;
        background-color: #fff;
        outline: 0;
    }

    .secondary-button:not(:disabled):not(.disabled):active, .secondary-button:not(:disabled):not(.disabled).active, .secondary-button:not(:disabled):not(.disabled):active:focus {
        color: #4d4d4d;
        border-radius: 20px !important;
        border: 1px solid #4d4d4d;
        background-color: #fff;
        box-shadow: none;
        outline: 0;
    }

    .secondary-button i {
        margin-right: 5px;
    }

        .secondary-button i.icon-deliver {
            width: 21px;
            height: 15px;
            display: inline-block;
            background-image: url(../images/icon-deliver.svg);
            background-repeat: no-repeat;
            background-size: contain;
        }

        .secondary-button i.icon-change-password {
            width: 16px;
            height: 16px;
            display: inline-block;
            position: relative;
            top: 3px;
            background-image: url(../images/icon-change-password.svg);
            background-repeat: no-repeat;
            background-size: contain;
        }

.save-button {
    float: right;
}

@media (max-width: 320px) {
    .button-bar {
        justify-content: center;
    }

    .primary-button {
        padding: 5px 15px;
        width: auto;
    }

    .secondary-button {
        margin-right: 0px;
        padding: 5px 15px;
        width: auto;
    }

    .save-button {
        float: none;
    }
}

.primary-small-button {
    padding: 0.25rem 1rem;
    font-size: 14px;
    color: #fff;
    border-radius: 20px !important;
    border: 1px solid #333;
    background-color: #4d4d4d;
}

    .primary-small-button i {
        margin-right: 5px;
        color: #fff;
    }

    .primary-small-button a {
        color: #fff;
    }

    .primary-small-button:hover {
        background-color: #4d4d4d;
    }

    .primary-small-button:focus, .primary-small-button:active {
        box-shadow: none;
        outline: 0;
    }

.secondary-small-button {
    margin: 5px;
    padding: 0.25rem 1rem !important;
    font-size: 14px;
    color: #4d4d4d;
    border-radius: 20px !important;
    border: 1px solid #4d4d4d;
    background-color: #fff;
}

    .secondary-small-button i {
        margin-right: 5px;
    }

    .secondary-small-button:hover {
        color: #fff;
        border: 1px solid #4d4d4d;
        background-color: #4d4d4d;
    }

    .secondary-small-button:focus, .secondary-small-button:active {
        box-shadow: none;
        outline: 0;
    }

.change-password-button {
    width: 200px;
}

.small-text {
    font-size: 12px;
}

.big-text {
    font-size: 18px;
}

#root {
    width: 100%;
}

.value-right {
    margin-right: 5px;
    color: #28a745 !important;
}

.value-wrong {
    margin-right: 5px;
    color: #dc3545 !important;
}

.main {
    width: 100%;
}

    .main .homepage-info-text {
        font-size: 18px;
        text-align: left;
    }
.ant-carousel {
    width: 100% !important;
}

    .main .homepage-background {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        min-height: 100%;
        height: calc(768px - 77px);
        position: relative;
        color: #fff;
        /*background-image: url(../images/img-parallax.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-attachment: fixed;*/
        /*background: url(../images/img-parallax.jpg) no-repeat top center fixed;
        background: url(../images/img_306752975.jpeg) no-repeat top center fixed;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


.main .backgroud {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    min-height: 100%;
    height: calc(768px - 77px);
    position: relative;
    color: #fff;
    /* background: url(../images/img-parallax.jpg) no-repeat top center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    transition-delay:5s
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
        .main .homepage-background .big-text {
            margin: 30px 0px;
            font-size: 40px;
        }

        .main .homepage-background .banner-form {
            margin: 30px 0px;
            padding: 15px;
            color: #fff;
            border-radius: 10px;
            background-color: rgba(17, 51, 89, 0.7);
            /*background-color: rgba(0, 0, 0, 1);*/
        }

            .main .homepage-background .banner-form h3 {
                margin-top: 0px;
                font-size: 16px;
                font-weight: bold;
                color: #fff;
                text-align: center;
            }

            .main .homepage-background .banner-form .formtext {
                padding: 0px 10px;
                width: auto !important;
                max-width: none !important;
                flex: none !important;
                margin-bottom: 15px;
                line-height: 40px;
            }

            .main .homepage-background .banner-form .col-frequency {
                padding: 0px 10px;
                width: 15%;
            }

            .main .homepage-background .banner-form .col-tradeflow {
                padding: 0px 10px;
                width: 15%;
            }

            .main .homepage-background .banner-form .col-commodity {
                padding: 0px 10px;
                width: 30%;
            }

            .main .homepage-background .banner-form .col-reporters {
                padding: 0px 10px;
                width: 20%;
            }

            .main .homepage-background .banner-form .col-partners {
                padding: 0px 10px;
                width: 30%;
            }

            .main .homepage-background .banner-form .col-periods {
                padding: 0px 10px;
                width: 15%;
            }

            .main .homepage-background .banner-form .more-search-parameters {
                margin-top: 15px;
            }

                .main .homepage-background .banner-form .more-search-parameters a {
                    color: #fff;
                }

            .main .homepage-background .banner-form .secondary-button:hover {
                color: #4d4d4d;
                background-color: #fff;
            }

        .main .homepage-background .bulk-download-banner {
            margin: 0px 0px 20px 0px;
        }

            .main .homepage-background .bulk-download-banner .banner-text {
                padding: 30px 15px 30px 80px;
                color: #fff;
                background-image: url(../images/icon-bulk-download-white.svg);
                background-repeat: no-repeat;
                background-position: 15px center;
            }

                .main .homepage-background .bulk-download-banner .banner-text h5 {
                    margin: 0px 0px 0px 0px;
                    font-family: "Roboto Bold";
                    font-size: 18px;
                    color: #fff;
                }

                .main .homepage-background .bulk-download-banner .banner-text .notification-text {
                    font-size: 14px;
                    font-style: italic;
                }

            .main .homepage-background .bulk-download-banner .banner-button {
                padding: 30px 15px;
                text-align: center;
            }

                .main .homepage-background .bulk-download-banner .banner-button button.bulk-download-banner-button {
                    padding-left: 40px;
                    width: 170px !important;
                    color: #4d4d4d;
                    background-image: url(../images/icon-bulk-download-button.svg);
                    background-repeat: no-repeat;
                    background-position: 15px center;
                    background-color: #fff;
                }

        .main .homepage-background .quick-links ul {
            margin: 0px;
            padding: 0px;
        }

            .main .homepage-background .quick-links ul li {
                margin-right: 1%;
                display: inline-block;
                width: 20%;
                font-size: 13px;
            }

                .main .homepage-background .quick-links ul li h3.page-sub-title {
                    margin: 0px;
                    padding: 0px;
                    font-family: "Roboto Regular";
                    font-size: 24px;
                }

                    .main .homepage-background .quick-links ul li h3.page-sub-title::after {
                        content: '';
                        display: block;
                        margin-left: 0px;
                        margin-top: 15px;
                        border-top: 3px solid #009edb;
                        width: 50px;
                    }

                    .main .homepage-background .quick-links ul li h3.page-sub-title span {
                        color: #009edb;
                    }

                .main .homepage-background .quick-links ul li:first-child {
                    width: 16%;
                }

                .main .homepage-background .quick-links ul li a {
                    padding: 0px 0px 0px 10px;
                    display: block;
                    color: #fff;
                    height: 40px;
                    line-height: 40px;
                    border-radius: 5px;
                    border-left: 4px solid #009edb;
                    background-color: rgba(17, 51, 89, 0.4);
                }

                    .main .homepage-background .quick-links ul li a:hover {
                        text-decoration: none;
                    }

                .main .homepage-background .quick-links ul li h3 {
                    margin: 0px;
                    color: #fff !important;
                }

                .main .homepage-background .quick-links ul li:last-child {
                    margin-right: 0px;
                }

    .main .homepage-comtrade-trend {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        height: calc(768px - 77px);
        position: relative;
        background-color: #fff;
    }

        .main .homepage-comtrade-trend ul.comtrade-trend-list {
            margin: 0px 0px 15px 0px;
            padding: 0px;
        }

            .main .homepage-comtrade-trend ul.comtrade-trend-list li {
                margin: 0px;
                padding: 0px 15px;
                list-style-type: none;
                display: inline-block;
                font-size: 20px;
                text-align: center;
                border-right: 1px solid #b7b7b7;
            }

                .main .homepage-comtrade-trend ul.comtrade-trend-list li:first-child {
                    padding-left: 0px;
                }

                .main .homepage-comtrade-trend ul.comtrade-trend-list li:last-child {
                    padding-right: 0px;
                    border: none;
                }

                .main .homepage-comtrade-trend ul.comtrade-trend-list li strong {
                    font-family: "Roboto Bold";
                }

                .main .homepage-comtrade-trend ul.comtrade-trend-list li span.small-text {
                    display: block;
                }

        .main .homepage-comtrade-trend a.btn {
            margin: 0px;
            width: 170px;
        }

        .main .homepage-comtrade-trend .slick-slider {
            margin: 0px;
        }

            .main .homepage-comtrade-trend .slick-slider .slick-list .slick-track .slick-slide .graph {
                float: left;
                display: block;
                width: 100%;
                /*height: 200px;*/
                /*font-weight: bold;
        line-height: 200px*/;
                background-color: #ebebeb;
            }

        .main .homepage-comtrade-trend .slick-slider-navigation {
            position: relative;
        }

            .main .homepage-comtrade-trend .slick-slider-navigation .slick-slide-arrows {
                width: 40px;
                height: 40px;
                position: relative;
                top: 35px;
                font-size: 22px;
                color: #4D4D4D;
                line-height: 40px;
                border: 1px solid #d8d8d8;
                background-color: #F2F2F2;
            }

                .main .homepage-comtrade-trend .slick-slider-navigation .slick-slide-arrows:focus {
                    outline: 0;
                }

@media (max-width: 767px) {
    .main .homepage-comtrade-trend .slick-slider {
        margin: 30px 0px 0px 0px;
    }

    .main .homepage-comtrade-trend .slick-slider-navigation {
        position: relative;
    }

        .main .homepage-comtrade-trend .slick-slider-navigation .slick-slide-arrows {
            top: 10px;
        }
}

.main .homepage-data-visualization {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    min-height: 800px;
    position: relative;
    background-color: #e4e4e4;
}

    .main .homepage-data-visualization .react-3d-carousel {
        margin-top: 30px;
    }
        /* .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-left {
        height: auto;
        right: 50%;
        top: 75%; }*/
        .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-left div {
            border: 1px solid #121429;
            background-color: #11203C;
        }
        /*.main .homepage-data-visualization .react-3d-carousel .slider-container .slider-right {
        height: auto;
        left: 50%;
        top: 75%; }*/
        .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-right div {
            border: 1px solid #121429;
            background-color: #11203C;
        }

        .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content {
            box-shadow: none;
        }

            .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content .data-visualization-slider .visualization-text {
                margin-top: 40px;
                text-align: center;
            }

                .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content .data-visualization-slider .visualization-text h6 {
                    margin: 0px;
                    font-family: "Roboto Bold";
                    font-size: 14px;
                }

                .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content .data-visualization-slider .visualization-text p {
                    padding: 0px 50px;
                }

        .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .preactive .slider-single-content .data-visualization-slider .visualization-text {
            display: none;
        }

        .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .proactive .slider-single-content .data-visualization-slider .visualization-text {
            display: none;
        }

@media (max-width: 767px) {
    .main .homepage-data-visualization .react-3d-carousel {
        margin-top: 30px;
    }

        .main .homepage-data-visualization .react-3d-carousel .slider-container {
            margin: -0px auto 0px -50%;
            width: 100%;
        }

            .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-left {
                height: auto;
                right: 50%;
                top: 55%;
            }

                .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-left div {
                    border: 1px solid #121429;
                    background-color: #11203C;
                }

            .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-right {
                height: auto;
                left: 50%;
                top: 55%;
            }

                .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-right div {
                    border: 1px solid #121429;
                    background-color: #11203C;
                }

            .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content {
                width: 100%;
            }

                .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content {
                    box-shadow: none;
                }

                    .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content .data-visualization-slider .visualization-text {
                        margin-top: 40px;
                        text-align: center;
                    }

                        .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content .data-visualization-slider .visualization-text h6 {
                            margin: 0px;
                            font-family: "Roboto Bold";
                            font-size: 14px;
                        }

                        .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content .data-visualization-slider .visualization-text p {
                            padding: 0px 0px;
                        }

                .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .preactive {
                    display: none;
                }

                .main .homepage-data-visualization .react-3d-carousel .slider-container .slider-content .proactive {
                    display: none;
                }
}

.main .homepage-comtrade-pipeline {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: calc(768px - 77px);
    position: relative;
    color: #fff;
    /*background-image: url(../images/img-parallax.jpg);*/
    /* background-image: url(../images/img_306752975.jpeg);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    transition-delay:5s
}

    .main .homepage-comtrade-pipeline .slick-slider .slick-list .slick-track .slick-slide .graph {
        background-color: #ebebeb;
    }

    .main .homepage-comtrade-pipeline .page-sub-title {
        color: #fff;
    }

    .main .homepage-comtrade-pipeline .premium-services-cards {
        margin-top: 70px;
    }

    .main .homepage-comtrade-pipeline .card-body {
        color: #454545;
        min-height: 215px;
    }

        .main .homepage-comtrade-pipeline .card-body h6 {
            margin-top: 0px;
        }

            .main .homepage-comtrade-pipeline .card-body h6::after {
                content: '';
                display: block;
                margin-left: 1px;
                margin-top: 0.75rem;
                border-top: 3px solid #009edb;
                width: 50px;
            }

@media (max-width: 767px) {
    .main .homepage-comtrade-pipeline .slick-slider {
        margin: 30px 0px 0px 0px;
    }

    .main .homepage-comtrade-pipeline ul.slick-dots li {
        color: #fff;
    }

        .main .homepage-comtrade-pipeline ul.slick-dots li button:before {
            font-size: 18px;
            line-height: 6px;
            color: #fff;
        }
}

.main .homepage-more-power {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: calc(768px - 77px);
    position: relative;
    color: #fff;
    /*background-image: url(../images/img-parallax.jpg);*/
    background-image: url(../images/img_306752975.jpeg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

    .main .homepage-more-power .page-sub-title {
        color: #fff;
    }

    .main .homepage-more-power .premium-services-cards {
        margin-top: 70px;
    }

    .main .homepage-more-power .card-body {
        color: #454545;
        min-height: 215px;
    }

        .main .homepage-more-power .card-body h6 {
            margin-top: 0px;
        }

            .main .homepage-more-power .card-body h6::after {
                content: '';
                display: block;
                margin-left: 1px;
                margin-top: 0.75rem;
                border-top: 3px solid #009edb;
                width: 50px;
            }

@media (max-width: 767px) {
    .main .homepage-more-power .slick-slider {
        margin: 30px 0px 0px 0px;
    }

    .main .homepage-more-power ul.slick-dots li {
        color: #fff;
    }

        .main .homepage-more-power ul.slick-dots li button:before {
            font-size: 18px;
            line-height: 6px;
            color: #fff;
        }
}

.main .homepage-new-features {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: calc(768px - 77px);
    position: relative;
    background-color: #fff;
}

    .main .homepage-new-features ul.home-api-section {
        margin: 0px;
        padding: 0px;
    }

        .main .homepage-new-features ul.home-api-section li {
            margin-top: 20px;
            padding: 15px 0px;
            display: inline-block;
            list-style-type: none;
            width: 25%;
            text-align: center;
            transition: 0.2s;
            border-radius: 5px;
        }

            .main .homepage-new-features ul.home-api-section li span {
                margin-top: 0px;
                margin-bottom: 20px;
                display: block;
                color: #4d4d4d;
            }

            .main .homepage-new-features ul.home-api-section li:hover {
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
            }

.main .homepage-all-the-apis {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: calc(768px - 77px);
    position: relative;
    background-color: #fff;
}

    .main .homepage-all-the-apis ul.home-api-section {
        margin: 0px;
        padding: 0px;
    }

        .main .homepage-all-the-apis ul.home-api-section li {
            margin-top: 20px;
            padding: 15px 0px;
            display: inline-block;
            list-style-type: none;
            width: 25%;
            text-align: center;
            transition: 0.2s;
            border-radius: 5px;
        }

            .main .homepage-all-the-apis ul.home-api-section li span {
                margin-top: 0px;
                margin-bottom: 20px;
                display: block;
                color: #4d4d4d;
            }

            .main .homepage-all-the-apis ul.home-api-section li:hover {
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
            }

.main .homepage-publications-analytical-tables {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: calc(768px - 77px);
    position: relative;
    /*background-image: url(../images/img-parallax.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-attachment: fixed;*/
    /*background: url(../images/img-parallax.jpg) no-repeat top center fixed;*/
    /*background: url(../images/img_306752975.jpeg) no-repeat top center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .main .homepage-publications-analytical-tables .page-sub-title {
        color: #fff;
    }

    .main .homepage-publications-analytical-tables a.btn {
        margin: 5px;
        width: 270px;
    }

    .main .homepage-publications-analytical-tables .slick-slider {
        margin: 30px;
    }

        .main .homepage-publications-analytical-tables .slick-slider .slick-list .slick-track .slick-slide img {
            display: inline-block;
        }

    .main .homepage-publications-analytical-tables .slick-slider-navigation {
        position: relative;
    }

        .main .homepage-publications-analytical-tables .slick-slider-navigation .slick-slide-arrows {
            width: 40px;
            height: 40px;
            position: relative;
            top: 35px;
            font-size: 22px;
            color: #fff;
            line-height: 40px;
            border: 1px solid #121429;
            background-color: #11203C;
        }

            .main .homepage-publications-analytical-tables .slick-slider-navigation .slick-slide-arrows:focus {
                outline: 0;
            }

@media (max-width: 767px) {
    .main .homepage-publications-analytical-tables .slick-slider {
        margin: 30px 0px 0px 0px;
    }
}

.main .homepage-whatis-comtrade {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: calc(470px - 77px);
    position: relative;
    background-color: #e4e4e4;
}

    .main .homepage-whatis-comtrade h3.page-sub-title {
        margin-top: 0px;
    }

.main .homepage-social-updates {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: calc(768px - 77px);
    position: relative;
    background-color: #e4e4e4;
}

    .main .homepage-social-updates h3.page-sub-title {
        margin-top: 0px;
    }

    .main .homepage-social-updates .card {
        margin-bottom: 15px;
    }

.main .banner-tradedata {
    color: #454545;
    border: none;
    background-color: rgba(255, 0, 0, 0.1);
}

    .main .banner-tradedata img {
        position: absolute;
        right: 30px;
        bottom: -79px;
    }

.main .banner-bulkfiles-dataavailability {
    padding: 15px;
    color: #454545;
    border: none;
    background-color: #e9f2fd;
}

.main .breadcrumb {
    margin: 8px 0px;
    padding: 0px;
    background: transparent;
    float: right;
}

    .main .breadcrumb li {
        font-size: 13px;
    }

        .main .breadcrumb li:after {
            padding: 0 10px !important;
            font-family: "Font Awesome 5 Free";
            content: "\f105";
            display: inline-block;
            padding-right: 3px;
            vertical-align: middle;
            font-weight: 900;
        }

        .main .breadcrumb li:last-child:after {
            content: "";
            font-family: 'Font Awesome 5 Free';
            font-size: 18px;
        }

.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
    font-family: "Roboto Medium";
}

.main h1 {
    margin: 0.67em 0;
    color: #4d4d4d;
}

    .main h1.page-header {
        margin: -36px 0px 10px 0px
    }

.main h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4d4d4d;
}

.main h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4d4d4d;
}

    .main h3.page-sub-title {
        margin: 20px 0px 15px 0px;
        padding: 0px 0px 15px 0px;
    }

        .main h3.page-sub-title span {
            color: #009edb;
        }

        .main h3.page-sub-title::after {
            content: '';
            display: block;
            margin-left: 1px;
            margin-top: 1.1rem;
            border-top: 3px solid #009edb;
            width: 50px;
        }

.main h4 {
    color: #4d4d4d;
}

.main h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4d4d4d;
}

.main h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4d4d4d;
}

.main .banner {
    margin: 0px 0px 20px 0px;
    border: 1px solid #4D4D4D;
}

    .main .banner .banner-text {
        padding: 30px 15px 30px 80px;
        background-color: #fff;
        background-image: url(../images/icon-bulk-download-banner.svg);
        background-repeat: no-repeat;
        background-position: 15px center;
    }

        .main .banner .banner-text h5 {
            margin: 0px 0px 0px 0px;
            font-family: "Roboto Bold";
            font-size: 18px;
        }

        .main .banner .banner-text .notification-text {
            font-size: 14px;
            font-style: italic;
        }

    .main .banner .banner-button {
        padding: 30px 15px;
        text-align: center;
        background-image: -webkit-linear-gradient(-45deg, #fff 50%, #4D4D4D 50%);
    }

        .main .banner .banner-button button.bulk-download-banner-button {
            padding-left: 40px;
            width: 170px;
            background-image: url(../images/icon-bulk-download-button.svg);
            background-repeat: no-repeat;
            background-position: 15px center;
        }

            .main .banner .banner-button button.bulk-download-banner-button:hover {
                border: 1px solid #fff;
                background-image: url(../images/icon-bulk-download-button-hover.svg);
            }

.main .card {
    margin-bottom: 30px;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.main .my-saved-searches-text {
    font-size: 13px;
}

.main .page-information-text {
    margin-top: 15px;
}

.main .expand-collapse-arrow {
    position: absolute;
    color: #fff;
    right: 0px;
    top: -14px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background-color: #4d4d4d;
}

.main .react-dropdown-select {
    min-height: auto !important;
}

    .main .react-dropdown-select:focus, .main .react-dropdown-select:focus-within {
        outline: 0 !important;
        box-shadow: none !important;
    }

    .main .react-dropdown-select .react-dropdown-select-type-multi:focus, .main .react-dropdown-select .react-dropdown-select-type-multi:focus-within {
        outline: 0 !important;
        box-shadow: none !important;
    }

    .main .react-dropdown-select .react-dropdown-select-type-multi .react-dropdown-select-option {
        /*max-width: 30%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;*/
        border-radius: 3px;
        background-color: #4d4d4d;
        line-height: normal !important;
        margin: 3px 5px 3px 0px;
    }

        .main .react-dropdown-select .react-dropdown-select-type-multi .react-dropdown-select-option .react-dropdown-select-option-label {
            /*display: inline-block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;*/
        }

        .main .react-dropdown-select .react-dropdown-select-type-multi .react-dropdown-select-option .react-dropdown-select-option-remove {
            margin: 0px 0px 0px 5px;
            width: auto;
            height: auto;
        }

        .main .react-dropdown-select .react-dropdown-select-type-multi .react-dropdown-select-option:hover {
            opacity: 1 !important;
            color: #fff;
            background-color: #333;
        }

            .main .react-dropdown-select .react-dropdown-select-type-multi .react-dropdown-select-option:hover .react-dropdown-select-option-label {
                opacity: 1 !important;
            }

            .main .react-dropdown-select .react-dropdown-select-type-multi .react-dropdown-select-option:hover .react-dropdown-select-option-remove {
                color: #fff !important;
                opacity: 1 !important;
            }

    .main .react-dropdown-select input {
        min-width: 50px;
        max-width: 50px;
        position: relative !important;
    }

    .main .react-dropdown-select .react-dropdown-select-dropdown .saved-groups {
        margin: 0px 0px 10px;
        padding: 5px;
        border-bottom: 1px solid #ccc;
    }

        .main .react-dropdown-select .react-dropdown-select-dropdown .saved-groups .saved-group-name {
            margin: 0px 5px 5px 0px;
            padding: 3px;
            display: inline-block;
            /*max-width: 20%;
                    overflow: hidden;*/
            font-size: 12px;
            color: #454545;
            /*text-overflow: ellipsis;
                    white-space: nowrap;*/
            border-radius: 3px;
            background: #e9e9e9;
        }

    .main .react-dropdown-select .react-dropdown-select-dropdown .react-dropdown-options {
        padding: 5px;
        display: block;
    }

        .main .react-dropdown-select .react-dropdown-select-dropdown .react-dropdown-options:hover {
            background-color: #ebebeb;
        }

.main .form-control {
    width: 100%;
    font-size: 11px;
    height: auto !important;
    border: 1px solid #b7b7b7 !important;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    background-color: transparent;
}

    .main .form-control:focus {
        outline: 0 !important;
        box-shadow: none;
    }

    .main .form-control:disabled {
        opacity: 0.5;
        pointer-events: none;
        user-select: none;
        cursor: none;
    }

    .main .form-control[readonly] {
        opacity: 0.5;
        pointer-events: none;
        user-select: none;
        cursor: none;
    }

.main .form-group {
    position: relative;
}

    .main .form-group a.info-links {
        float: right;
        font-size: 12px;
        font-weight: normal;
    }

    .main .form-group a.classification-code-link {
        margin-left: 2px;
        padding: 1px 3px;
        color: #4d4d4d;
    }

    .main .form-group a.info-icon-links {
        float: right;
        font-size: 10px;
        font-weight: normal;
        color: #4d4d4d;
        cursor: pointer;
        border-radius: 5px;
        border: 1px solid #fff;
        background-color: #ffffff;
    }

        .main .form-group a.info-icon-links:hover {
            color: #fff;
            border: 1px solid #4d4d4d;
            background-color: #4d4d4d;
        }

    .main .form-group label {
        width: 100%;
        font-weight: normal;
    }

        .main .form-group label.form-label {
            font-weight: 500;
            width: calc(100% - 70px);
        }

label {
    margin-bottom: 0rem !important;
}

.main .form-group label.form-label-full {
    width: 100%;
}

.main .form-group .custom-control {
    margin-right: 0.5rem;
}

    .main .form-group .custom-control .custom-control-label {
        font-size: 13px;
    }

        .main .form-group .custom-control .custom-control-label::before, .main .form-group .custom-control .custom-control-label::after {
            top: 2px;
        }

        .main .form-group .custom-control .custom-control-label::before {
            border: 1px solid #4d4d4d;
        }

    .main .form-group .custom-control .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #4d4d4d;
        background-color: #4d4d4d;
    }

.main .form-group .react-datepicker button {
    outline: 0;
}

.main .form-group .react-datepicker-wrapper {
    width: 100%;
}

.form-control {
    padding: 0.3rem;
}

.main .form-group .react-datepicker__navigation--previous {
    border-right-color: #333 !important;
}

.main .form-group .react-datepicker__navigation--next {
    border-left-color: #333 !important;
}

.main .form-group .info-text {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

.main .form-group [data-toggle="buttons"] > .btn input[type="radio"], .main .form-group [data-toggle="buttons"] > .btn input[type="checkbox"], .main .form-group [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .main .form-group [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.main .form-group .btn-group .btn {
    padding: 2px 1rem
}

.main .form-group .btn-group .btn-secondary {
    font-weight: normal;
    color: #4d4d4d;
    font-size: 11px;
    white-space: nowrap;
    border: 2px solid #4d4d4d;
    background-color: #ffffff;
}

    .main .form-group .btn-group .btn-secondary:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .main .form-group .btn-group .btn-secondary:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .main .form-group .btn-group .btn-secondary i {
        margin-left: 5px;
        font-size: 13px;
    }

.main .form-group .btn-group .btn-readonly {
    font-weight: normal;
    color: #4d4d4d;
    font-size: 11px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0.3;
    border: 2px solid #4d4d4d;
    background-color: #ffffff;
}

    .main .form-group .btn-group .btn-readonly i {
        margin-left: 5px;
        font-size: 13px;
    }

.main .form-group .btn-group .btn.active {
    color: #fff;
    background-color: #4d4d4d;
}

.main .button-bar {
    text-align: center;
}

.main .table-card-view .btn-group {
    margin-left: 10px;
}

    .main .table-card-view .btn-group > .btn {
        background: #fff;
        color: #454545;
    }

        .main .table-card-view .btn-group > .btn:first-child {
            border-top-left-radius: 5px !important;
            border-bottom-left-radius: 5px !important;
        }

        .main .table-card-view .btn-group > .btn:last-child {
            border-top-right-radius: 5px !important;
            border-bottom-right-radius: 5px !important;
        }

.main .no-records-found {
    margin-top: 30px;
}

.main .card-view-filter-options {
    width: calc(100% - 170px);
}

    .main .card-view-filter-options .show-results-options {
        float: left;
        width: 50%;
    }

    .main .card-view-filter-options .card-filter-option {
        padding: 0px 15px;
        float: left;
        width: 25%;
    }

        .main .card-view-filter-options .card-filter-option button {
            position: absolute;
            right: 10px;
            top: 7px;
            font-size: 18px;
            border: 0;
            background-color: transparent;
        }

            .main .card-view-filter-options .card-filter-option button:focus {
                outline: 0;
            }

    .main .card-view-filter-options .card-sort-option {
        float: left;
        width: 25%;
    }

@media (max-width: 767px) {
    .main .card-view-filter-options {
        clear: both;
        width: 100%;
    }

        .main .card-view-filter-options .show-results-options {
            margin: 10px 0px;
            text-align: center;
            width: 100%;
        }

        .main .card-view-filter-options .card-filter-option {
            padding: 0px 15px;
            float: left;
            width: 50%;
        }

        .main .card-view-filter-options .card-sort-option {
            float: left;
            width: 50%;
        }
}

.main .card-view {
    margin: 15px 0px;
    -webkit-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

    .main .card-view .card-body {
        padding: 11px !important;
        font-size: 11px;
    }

    .main .card-view h6.card-title {
        margin: 0px 0px 10px 0px;
        font-size: 14px;
    }

    .main .card-view .form-group {
        margin-bottom: 0.5rem;
        position: relative;
    }

    .main .card-view .form-label {
        margin: 0px;
        font-size: 13px;
    }

.main .top-3-searches .card {
    min-height: 140px;
}

    .main .top-3-searches .card .card-body h5:after {
        padding-top: 15px;
        content: " ";
        border-bottom: 2px solid #009edb;
        display: table-cell;
        width: 50px;
    }

.main .notify-panel h5 {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
}

.main .quick-request .quick-request-text {
    text-align: right;
}

.main .quick-request .quick-request-button {
    text-align: left;
}

    .main .quick-request .quick-request-button button {
        width: 170px;
    }

        .main .quick-request .quick-request-button button a {
            color: #fff;
        }

@media (max-width: 767px) {
    .main .quick-request .quick-request-text {
        text-align: center;
    }

    .main .quick-request .quick-request-button {
        text-align: center;
    }
}

.main .no-of-records span {
    margin-right: 10px;
}

    .main .no-of-records span:last-child {
        margin-right: 0px;
    }

    .main .no-of-records span.dropdown button {
        padding: 0;
        font-size: 14px;
        color: #454545;
        border: 1px solid #4d4d4d;
        border-width: 0px 0px 1px 0px;
        border-radius: 0px;
        background: transparent !important;
    }

        .main .no-of-records span.dropdown button:hover, .main .no-of-records span.dropdown button:focus {
            outline: 0;
            box-shadow: none;
        }

    .main .no-of-records span.dropdown .dropdown-menu {
        width: auto;
        min-width: auto;
    }

        .main .no-of-records span.dropdown .dropdown-menu .dropdown-item {
            padding: 5px 10px;
            font-size: 14px;
            color: #454545;
            line-height: normal;
            cursor: pointer;
        }

            .main .no-of-records span.dropdown .dropdown-menu .dropdown-item:hover {
                cursor: pointer !important;
            }

            .main .no-of-records span.dropdown .dropdown-menu .dropdown-item a {
                color: #454545;
                cursor: pointer !important;
            }

                .main .no-of-records span.dropdown .dropdown-menu .dropdown-item a:hover {
                    text-decoration: none;
                    cursor: pointer !important;
                }

.main .page-text {
    margin-bottom: 30px;
}

.main .table-pagination ul.pagination {
    float: right;
}

    .main .table-pagination ul.pagination li.page-item a.page-link {
        margin-left: 5px;
        padding: 0px;
        width: 28px;
        height: 28px;
        font-size: 13px;
        font-weight: bold;
        color: #454545;
        line-height: 28px;
        text-align: center;
        border: none;
    }

        .main .table-pagination ul.pagination li.page-item a.page-link:hover {
            border-radius: 50%;
            background: #f7f7f7;
        }

        .main .table-pagination ul.pagination li.page-item a.page-link:focus {
            box-shadow: none;
        }

    .main .table-pagination ul.pagination li.disabled.page-item {
        opacity: 0.5;
    }

    .main .table-pagination ul.pagination li.active a.page-link {
        color: #fff;
        border-radius: 50%;
        background: #434343;
    }

        .main .table-pagination ul.pagination li.active a.page-link:hover {
            border-radius: 50%;
            background: #434343 !important;
        }

.main .api-slider {
    width: 100%;
}

    .main .api-slider .slick-list {
        padding: 10px 0px;
        margin-bottom: 45px;
    }

        .main .api-slider .slick-list .card {
            margin-bottom: 15px;
        }

@media (max-width: 767px) {
    .main .api-slider .slick-slider {
        margin: 0px 0px 0px 0px;
    }

    .main .api-slider ul.slick-dots {
        bottom: -25px;
    }

        .main .api-slider ul.slick-dots li {
            color: #fff;
        }

            .main .api-slider ul.slick-dots li button:before {
                font-size: 18px;
                line-height: 6px;
                color: #333;
            }
}

.main .api-section {
    min-height: 365px;
}

    .main .api-section span {
        margin: 0px 0px 20px 0px;
        display: block;
        min-height: 61px;
    }

        .main .api-section span img {
            display: inline;
        }

    .main .api-section h6 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #b7b7b7;
    }

    .main .api-section ul {
        margin: 0px 0px 30px 0px;
        padding: 0px;
    }

        .main .api-section ul:last-child {
            margin: 0px;
        }

        .main .api-section ul li {
            margin: 0px 0px 5px 0px;
            padding: 0px;
            list-style-type: none;
        }

.main .api-features {
    margin: 0px 0px 30px 0px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

    .main .api-features .heading {
        margin: 0px;
        padding: 0px;
        width: 100%;
        position: relative;
    }

        .main .api-features .heading h6 {
            margin: 0px;
            padding: 0px 10px;
            height: 55px;
            line-height: 55px;
            color: #fff;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            background-color: #333;
        }

        .main .api-features .heading .premium-heading {
            background-color: #009edb;
        }

        .main .api-features .heading span.recommended {
            padding: 0px 10px;
            font-size: 10px;
            color: #fff;
            line-height: 24px;
            position: absolute;
            top: -7px;
            right: 20px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: #4d4d4d;
        }

    .main .api-features .api-feature-details {
        margin: 0px;
        padding: 20px;
        width: 100%;
        min-height: 465px;
    }

        .main .api-features .api-feature-details h6 {
            margin: 0px 0px 15px 0px;
        }

        .main .api-features .api-feature-details ul {
            margin-bottom: 15px;
            padding: 0px;
        }

            .main .api-features .api-feature-details ul li {
                margin: 0px 0px 5px 0px;
                padding: 0px;
                list-style-type: none;
                position: relative;
            }

                .main .api-features .api-feature-details ul li span.api-value {
                    margin-right: 5px;
                    padding: 0px 5px;
                    color: #fff;
                    border-radius: 5px;
                    background-color: #999;
                }

                .main .api-features .api-feature-details ul li.applicable {
                    padding: 0px 0px 0px 20px;
                }

                    .main .api-features .api-feature-details ul li.applicable:before {
                        font-family: "Font Awesome 5 Free";
                        content: "\f00c";
                        display: inline-block;
                        font-weight: 900;
                        color: #00ff5d;
                        position: absolute;
                        left: 0px;
                    }

                .main .api-features .api-feature-details ul li.not-applicable {
                    padding: 0px 0px 0px 20px;
                }

                    .main .api-features .api-feature-details ul li.not-applicable:before {
                        font-family: "Font Awesome 5 Free";
                        content: "\f00d";
                        font-weight: 900;
                        color: #ff0000;
                        position: absolute;
                        left: 0px;
                    }

.main p:last-child {
    margin: 0px;
}

.main .trade-data-search-filter i {
    position: absolute;
    left: 12px;
    top: 9px;
}

.main .trade-data-search-filter input {
    padding-left: 20px;
}

.main .trade-data-visualization {
    margin-top: 20px;
}

    .main .trade-data-visualization .card .card-body {
        padding: 0px;
        min-height: 440px;
    }

        .main .trade-data-visualization .card .card-body .trade-data-image img {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            width: 100%;
            height: 225px;
        }

        .main .trade-data-visualization .card .card-body .trade-data-text {
            padding: 20px;
        }

            .main .trade-data-visualization .card .card-body .trade-data-text p {
                margin-right: 20px;
            }

            .main .trade-data-visualization .card .card-body .trade-data-text i {
                font-size: 12px;
            }

.main #timeline-content {
    margin: 30px 0px 30px 0px;
    text-align: center;
}

    .main #timeline-content .timeline {
        margin: 0px 0px 0px 180px;
        padding: 30px 0px 30px 30px;
        position: relative;
        line-height: 1.4em;
        list-style: none;
        text-align: left;
        max-width: 100%;
        border-left: 4px solid #B7B7B7;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background: white;
    }

        .main #timeline-content .timeline .event {
            padding-bottom: 30px;
            margin-bottom: 30px;
            position: relative;
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        }

            .main #timeline-content .timeline .event a {
                font-size: 18px;
                color: #454545;
                font-weight: bold;
            }

                .main #timeline-content .timeline .event a i.icon-download {
                    margin-right: 5px;
                    color: #009edb;
                }

            .main #timeline-content .timeline .event:last-of-type {
                padding-bottom: 0;
                margin-bottom: 0;
                border: none;
            }

            .main #timeline-content .timeline .event:before, .main #timeline-content .timeline .event:after {
                position: absolute;
                display: block;
                top: 0;
            }

            .main #timeline-content .timeline .event:before {
                left: -230px;
                content: attr(data-date);
                text-align: right;
                font-weight: 100;
                width: 180px;
            }

            .main #timeline-content .timeline .event:after {
                left: -37.85px;
                height: 11px;
                width: 11px;
                content: "";
                top: 5px;
                border-radius: 50%;
                background: #fff;
                box-shadow: 0 0 0 4px #B7B7B7;
            }

    .main #timeline-content .timeline-heading {
        padding-bottom: 10px;
    }

        .main #timeline-content .timeline-heading .event:after {
            display: none;
        }

.main img.publication-image {
    width: 100%;
}

.main .publication-white-background {
    padding-bottom: 30px;
    float: left;
    width: 100%;
    background-color: #fff;
}

    .main .publication-white-background .publication-download-button {
        text-align: left;
    }

        .main .publication-white-background .publication-download-button a {
            width: 250px;
        }

.main h6.book-header:before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    font-weight: 900;
    position: absolute;
    left: -10px;
}

@media (max-width: 767px) {
    .main img.publication-image {
        width: 60% !important;
    }

    .main .publication-white-background .publication-download-button {
        text-align: center;
    }

        .main .publication-white-background .publication-download-button a {
            width: 250px;
        }

    .main h6.book-header {
        margin-left: 25px;
    }

        .main h6.book-header:before {
            font-family: "Font Awesome 5 Free";
            content: "\f05a";
            font-weight: 900;
            position: absolute;
            left: 15px;
        }

    .AN-bullets {
             display: contents !important;
        }
    .DA-table .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child {
              width: auto !important;
    }
}

.main .notification-accordion .card {
    margin-bottom: 15px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
}

    .main .notification-accordion .card .card-header {
        margin: 0px;
        padding: 0;
        border: 0;
        box-shadow: none;
        border-radius: 0px;
        background-color: transparent;
    }

        .main .notification-accordion .card .card-header .btn-header-link {
            padding: 0.5rem 1.25rem;
            display: block;
            text-align: left;
            color: #454545;
            position: relative;
            background: #fff;
        }

            .main .notification-accordion .card .card-header .btn-header-link:after {
                content: "\f106";
                font-family: 'Font Awesome 5 Free';
                font-size: 18px;
                font-weight: 900;
                position: absolute;
                right: 15px;
                top: 10px;
            }

            .main .notification-accordion .card .card-header .btn-header-link.collapsed {
                background-color: transparent;
                border-bottom: 1px solid #b7b7b7;
            }

                .main .notification-accordion .card .card-header .btn-header-link.collapsed:after {
                    content: "\f107";
                }

    .main .notification-accordion .card .collapsing {
        background: #fff;
    }

    .main .notification-accordion .card .collapse {
        border: 0;
    }

        .main .notification-accordion .card .collapse.show {
            background: #fff;
            color: #222;
            border-bottom: 1px solid #b7b7b7;
        }

    .main .notification-accordion .card .card-body {
        padding: 0px 15px 15px 15px;
    }

.modal-backdrop.show {
    opacity: 0.8 !important;
}

.modal-dialog .modal-content .modal-header {
    background-color: #f9f9f9;
}

    .modal-dialog .modal-content .modal-header .page-sub-title::after {
        content: '';
        display: block;
        margin-left: 1px;
        margin-top: 1.1rem;
        border-top: 3px solid #009edb;
        width: 50px;
    }

.modal-dialog .modal-content .modal-body img.bulk-download-popup {
    fill: #4d4d4d;
}

.modal-dialog .modal-content .modal-footer {
    display: block;
    text-align: center;
    border-top: none;
}

.data-availability-modal {
    width: 100%;
}

    .data-availability-modal .modal-dialog {
        margin: 20px auto 0 auto;
        width: 95%;
        max-width: 95%;
    }

.preview-modal {
    width: 100%;
}

    .preview-modal .modal-dialog {
        margin: 20px auto 0 auto;
        width: 335px !important;
        max-width: 335px !important;
    }

        .preview-modal .modal-dialog .modal-content .modal-body {
            font-size: 18px;
        }

        .preview-modal .modal-dialog .modal-content .modal-footer {
            font-size: 16px;
            color: #333;
        }

.table-columns-filter {
    margin: 0px 15px 10px 0px;
    float: right;
    width: 240px;
}

    .table-columns-filter button {
        padding: 0px;
        text-align: left;
        height: auto;
    }

        .table-columns-filter button::after {
            margin-top: 10px;
            padding-top: 10px;
            float: right !important;
        }

        .table-columns-filter button.form-control {
            width: 240px;
        }

    .table-columns-filter .dropdown-menu {
        white-space: nowrap;
    }

        .table-columns-filter .dropdown-menu .dropdown-item {
            margin: 0px;
            padding: 5px 10px;
            font-size: 14px;
        }

            .table-columns-filter .dropdown-menu .dropdown-item input[type=checkbox] {
                margin: 2px 5px 0px 0px;
            }

            .table-columns-filter .dropdown-menu .dropdown-item:active {
                color: inherit !important;
                background-color: inherit;
            }

.react-bootstrap-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    font-size: 12px;
}

    .react-bootstrap-table table {
        width: 100% !important;
        table-layout: inherit !important;
    }

table {
    background-color: #f9f9f9;
}

    table thead tr th {
        padding: 0.25rem !important;
        background-color: #e9f2fd;
    }

        table thead tr th:focus {
            outline: 0;
        }

    table tbody tr th {
        padding: 0.25rem !important;
    }

        table tbody tr th .filter-label {
            margin: 0px;
            width: 100%;
            position: relative;
        }

            table tbody tr th .filter-label .table-filter, table tbody tr th .filter-label select {
                padding: 3px 25px 3px 5px !important;
                width: 100% !important;
                height: inherit !important;
                font-size: 13px !important;
                border-radius: 5px !important;
                border: 1px solid #ccc !important;
                background-color: #fff !important;
            }

                table tbody tr th .filter-label .table-filter:focus, table tbody tr th .filter-label select:focus {
                    border: 1px solid #4d4d4d !important;
                }

            table tbody tr th .filter-label select {
                padding: 3px 5px !important;
                width: 100% !important;
                height: inherit !important;
                font-size: 13px !important;
                border-radius: 5px !important;
                border: 1px solid #ccc !important;
                background-color: #fff !important;
            }

                table tbody tr th .filter-label select:focus {
                    border: 1px solid #4d4d4d !important;
                }

            table tbody tr th .filter-label button {
                position: absolute;
                right: 0px;
                top: 5px;
                font-size: 16px;
                border: 0;
                background-color: transparent;
            }

    table tbody tr td {
        padding: 0.25rem !important;
    }

    table tbody tr:nth-of-type(odd) {
        background-color: #f2f2f2 !important;
    }

.footer {
    padding: 27px 0px;
    background: #fff;
}

    .footer h6 {
        margin-bottom: 3px;
        line-height: 0px;
        font-weight: bold;
    }

        .footer h6::after {
            content: '';
            display: block;
            margin-left: 1px;
            margin-top: 1rem;
            border-top: 3px solid #009edb;
            width: 50px;
        }

    .footer .footer-links {
        margin: 0px 0px 20px 0px;
        padding: 0px;
    }

        .footer .footer-links li {
            padding: 0;
            list-style-type: none;
            line-height: 24px;
        }

            .footer .footer-links li a {
                color: #333;
            }

                .footer .footer-links li a .fa-external-link-alt {
                    font-size: 11px;
                }

                .footer .footer-links li a.email {
                    color: #009edb;
                }

            .footer .footer-links li.last {
                padding-right: 0;
                border-right: none;
            }

    .footer .social-links {
        margin: 0px;
        padding: 0px;
    }

        .footer .social-links li.twitter {
            margin-right: 10px;
            display: inline-block;
            list-style-type: none;
            font-size: 18px;
            border: 1px solid #00acee;
            border-radius: 15px;
        }

            .footer .social-links li.twitter a {
                padding: 5px;
                width: 30px;
                height: 30px;
                display: block;
                color: #00acee;
                line-height: 24px;
                text-align: center;
            }

        .footer .social-links li.facebook {
            display: inline-block;
            list-style-type: none;
            font-size: 18px;
            border: 1px solid #3b5998;
            border-radius: 15px;
        }

            .footer .social-links li.facebook a {
                padding: 5px;
                width: 30px;
                height: 30px;
                display: block;
                color: #3b5998;
                line-height: 24px;
                text-align: center;
            }

    .footer .list-inline {
        margin: 0px;
        float: right;
    }

        .footer .list-inline .list-inline-item {
            margin: 0px 0px 0px 30px;
        }

            .footer .list-inline .list-inline-item a {
                color: #454545;
            }


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

@media (max-width: 992px) {
    #brand-bar {
        height: inherit;
    }

    .banner-button {
        padding: 10px 15px !important;
    }

    .no-of-records {
        margin-bottom: 15px;
        text-align: center;
    }

    .table-columns-filter {
        width: 149px;
    }

        .table-columns-filter button.form-control {
            width: 149px;
        }

    .card-view-filter-options {
        width: 100%;
    }

    .alert-primary p {
        margin-bottom: 10px !important;
    }

    .alert-primary a.api-documentation-link {
        float: left;
    }
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}

@media (min-width: 1366px) {
    .container-static {
        margin: 0px auto;
        width: 1140px;
    }
}

.desktop-display-off {
    display: none !important;
}

@media screen and (max-device-width: 1023px), screen and (max-width: 1023px) {
    .mobile-display-off {
        display: none !important;
    }

    .desktop-display-off {
        display: block !important;
    }

    .last-button {
        margin: 10px 0px 0px 0px !important;
    }

    .react-bootstrap-table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

        .react-bootstrap-table table {
            width: 100% !important;
            table-layout: inherit !important;
        }

    #brand-bar {
        height: 1px !important;
    }

        #brand-bar .brandbar-header {
            background-color: #fff !important;
        }

            #brand-bar .brandbar-header ul.un-links {
                display: none;
            }

            #brand-bar .brandbar-header ul.language-links {
                position: absolute;
                z-index: 1;
                right: 50px;
            }

    .navbar {
        background-color: #fff;
    }

        .navbar .navbar-brand {
            color: #454545 !important;
        }

        .navbar .navbar-nav .nav-link {
            padding-left: 0px;
            color: #454545;
            border-bottom: 1px solid #b7b7b7;
        }

        .navbar .navbar-nav .nav-item:hover .nav-link {
            border: none;
            background-color: transparent !important;
        }

        .navbar .dropdown-toggle::after {
            color: #454545;
            position: absolute;
            right: 0;
        }

        .navbar .dropdown-menu {
            background-color: transparent;
            box-shadow: none;
        }

    .main h3 {
        font-size: 20px !important;
        font-weight: normal !important;
    }

    .main .homepage-background {
        height: inherit !important;
    }

        .main .homepage-background .banner-form {
            display: none;
        }

        .main .homepage-background .big-text {
            font-size: 24px !important;
        }

        .main .homepage-background .bulk-download-banner {
            margin: 0px 40px;
            white-space: normal !important;
        }

            .main .homepage-background .bulk-download-banner h4 {
                font-size: 14px !important;
            }

            .main .homepage-background .bulk-download-banner p.small-text {
                font-style: italic !important;
            }

            .main .homepage-background .bulk-download-banner .bulk-download-button {
                color: #fff;
                border-color: #fff;
                background-color: transparent;
            }

        .main .homepage-background .quick-links {
            margin-top: 30px;
        }

            .main .homepage-background .quick-links ul li {
                margin-right: 0px !important;
                display: block !important;
                width: 100%;
            }

                .main .homepage-background .quick-links ul li:first-child {
                    width: 100%;
                }

                .main .homepage-background .quick-links ul li h3 {
                    margin-bottom: 15px !important;
                    font-size: 20px !important;
                }

                .main .homepage-background .quick-links ul li a {
                    width: 100%;
                    margin-bottom: 10px;
                }

    .main .homepage-comtrade-trend {
        height: inherit !important;
    }

        .main .homepage-comtrade-trend ul.comtrade-trend-list li {
            padding: 20px;
            width: 50%;
            position: relative;
            border: none;
        }

            .main .homepage-comtrade-trend ul.comtrade-trend-list li:nth-child(1)::after {
                content: '';
                position: absolute;
                bottom: 0px;
                right: 0px;
                border-bottom: 1px solid #b7b7b7;
                width: 30px;
            }

            .main .homepage-comtrade-trend ul.comtrade-trend-list li:nth-child(2)::after {
                content: '';
                position: absolute;
                bottom: 0px;
                left: 0px;
                border-left: 1px solid #b7b7b7;
                height: 30px;
            }

            .main .homepage-comtrade-trend ul.comtrade-trend-list li:nth-child(3)::after {
                content: '';
                position: absolute;
                top: 0px;
                right: -1px;
                border-right: 1px solid #b7b7b7;
                height: 30px;
            }

            .main .homepage-comtrade-trend ul.comtrade-trend-list li:nth-child(4)::after {
                content: '';
                position: absolute;
                top: -1px;
                left: 0px;
                border-bottom: 1px solid #b7b7b7;
                width: 30px;
            }

        .main .homepage-comtrade-trend .comtrade-trend-graph {
            display: none;
        }

        .main .homepage-comtrade-trend p.homepage-info-text {
            text-align: left;
        }

        .main .homepage-comtrade-trend p {
            text-align: center;
        }

    .main .homepage-data-visualization {
        height: inherit !important;
    }

        .main .homepage-data-visualization .react-3d-carousel {
            height: 385px !important;
        }

    .main .homepage-more-power {
        height: inherit !important;
    }

    .main .homepage-all-the-apis {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        height: inherit !important;
        position: relative;
        background-color: #fff;
    }

        .main .homepage-all-the-apis ul.home-api-section {
            margin: 15px 0px 0px 0px;
            padding: 0px;
        }

            .main .homepage-all-the-apis ul.home-api-section li {
                margin-top: 0px;
                padding: 15px 0px;
                display: inline-block;
                list-style-type: none;
                width: 100%;
                text-align: left;
                transition: 0.2s;
                border-radius: 5px;
            }

                .main .homepage-all-the-apis ul.home-api-section li:hover {
                    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
                }

                .main .homepage-all-the-apis ul.home-api-section li span {
                    margin-top: 0px;
                    margin-right: 20px;
                    float: left;
                    width: 70px;
                }

                    .main .homepage-all-the-apis ul.home-api-section li span img {
                        height: 50px;
                    }

                .main .homepage-all-the-apis ul.home-api-section li p {
                    line-height: 50px;
                }

    .main .homepage-publications-analytical-tables {
        height: inherit !important;
    }

        .main .homepage-publications-analytical-tables h6, .main .homepage-publications-analytical-tables p {
            text-align: center;
        }

        .main .homepage-publications-analytical-tables a.btn {
            margin: 5px;
            width: 270px;
        }

        .main .homepage-publications-analytical-tables .secondary-button {
            margin: 0px;
        }

            .main .homepage-publications-analytical-tables .secondary-button:last-child {
                margin-top: 10px;
            }

    .main .homepage-social-updates {
        height: inherit !important;
    }

    .main .banner-tradedata {
        display: block !important;
    }

        .main .banner-tradedata img {
            width: 80%;
            position: absolute;
            right: 30px;
            bottom: -14px;
        }

    .main .form-group .btn-group .btn {
        padding: 0.375rem 1.15rem !important;
    }

    .main .no-records-found {
        margin-top: 30px;
    }

    .main .table-pagination {
        display: flex;
        justify-content: center;
    }

        .main .table-pagination ul.pagination li.page-item a.page-link {
            margin-left: 0px;
            padding: 0px;
            width: 28px;
            height: 28px;
            font-size: 13px;
            font-weight: bold;
            color: #454545;
            line-height: 28px;
            text-align: center;
            border: none;
        }

            .main .table-pagination ul.pagination li.page-item a.page-link:hover {
                border-radius: 50%;
                background: none;
            }

            .main .table-pagination ul.pagination li.page-item a.page-link:focus {
                box-shadow: none;
            }

        .main .table-pagination ul.pagination li.active a.page-link {
            color: #fff !important;
        }

    .main .quick-request button {
        margin-left: 0px;
        margin-top: 15px;
    }

        .main .quick-request button a {
            color: #fff;
        }

    .main .img-fluid {
        width: 100%;
    }

    .main .data-availability-modal {
        width: 100%;
    }

        .main .data-availability-modal .modal-dialog {
            margin: 20px auto 0 auto;
            width: 95% !important;
            max-width: 95% !important;
        }

    .main #timeline-content .timeline {
        margin: 0px 0px 0px 100px;
        padding: 30px 0px 30px 30px;
    }

        .main #timeline-content .timeline .event:after {
            left: -37.85px;
        }

    .main .slick-slide .img-fluid {
        width: 60%;
    }

    .footer .list-inline .list-inline-item {
        margin: 0px;
        padding: 0px;
        display: block;
        width: 100%;
    }

        .footer .list-inline .list-inline-item a {
            padding: 0px;
        }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .main .api-section {
        min-height: 420px;
    }

    .main .api-features .api-feature-details {
        min-height: 610px !important;
    }

    .main .form-group .btn-group .btn {
        padding: 0.375rem 0.5rem !important;
    }

    .main .homepage-data-visualization {
        height: inherit !important;
    }

        .main .homepage-data-visualization .react-3d-carousel {
            height: 385px !important;
        }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ipad-display-on {
        display: block !important;
    }

    .main .api-section {
        min-height: 350px;
    }

    .main .api-features {
        margin: 0px;
        padding: 0px;
    }

        .main .api-features .api-feature-details {
            min-height: 485px;
        }

    .main .form-group .btn-group .btn {
        padding: 0.375rem 1.15rem !important;
    }
}

/*Captcha css*/
.captcha-text {
    font-size: 11px;
}

canvas {
    height: 23px !important;
    margin-bottom: -0.4rem;
}

#user_captcha_input {
    height: 20px;
    font-size: 11px;
}

.button-bar span {
    font-size: 11px;
    display: block;
}

.captcha-container {
    background: aliceblue;
    border: 1px solid #acb9c4;
    padding: 0.2rem;
}

.button-bar {
    margin-top: 0.3rem;
}

.classification-section {
    margin-bottom: .5rem
}

/*CSS start for trade page*/
.card h3 {
    padding: 5px;
    color: #000000;
    font-size: 1rem !important;
    background: #ececec;
}

    .card h3.page-sub-title {
        margin: 0;
        padding: 5px;
        height: 30px;
    }

        .card h3.page-sub-title span {
            color: #009edb;
        }

        .card h3.page-sub-title::after {
            content: '';
            display: block;
            margin-left: 1px;
            margin-top: 1.1rem;
            border-top: 3px solid #009edb;
            width: 0;
        }

.card .primary-button {
    margin: 0px 10px 10px 0px;
    padding: 1px 20px;
    width: 148px;
    font-family: "Roboto Bold";
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 20px !important;
    border: 1px solid #333;
    background-color: #4d4d4d;
}

    .card .primary-button:hover {
        color: #fff;
        border: 1px solid #333;
        background-color: #333;
    }

.card .secondary-button {
    margin: 0px 10px 10px 0px;
    padding: 1px 20px;
    width: 140px;
    font-family: "Roboto Bold";
    font-size: 14px;
    text-align: center;
    color: #4d4d4d;
    border-radius: 20px !important;
    border: 1px solid #4d4d4d;
    background-color: #fff;
}

    .card .secondary-button:hover {
        color: #fff;
        border: 1px solid #4d4d4d;
        background-color: #4d4d4d;
    }
/*CSS end for trade page*/

/*CSS Start for Modal Popup*/
.new-modalheader {
    background-color: #4D4D4D !important;
    padding: 9px !important;
    color: #fff !important;
    display: block !important
}

.modalheader-txt {
    display: inline-flex;
    text-align: center;
}

.modal-btn {
    float: right
}

.modaldialog-position {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    max-width: 950px;
}

.new-modalheader .btn-close {
    display: none;
}

.modal-btn .secondary-small-button {
    padding: .1rem 1rem !important
}

.chckbox-pstn {
    padding: 0 7px;
    vertical-align: text-bottom;
}

.modaldialog-position .modal-footer {
    padding: 0 0 .3rem 0 !important
}

.modaldialog-position .modal-body {
    padding: 1rem 1rem 0 1rem !important
}

.new-modalheader .fa-bell {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px;
    height: 27px;
}

.modaldialog-position .modal-body h6 {
    margin-bottom: 1.3rem
}

/*CSS End for Modal Popup*/

/*CSS Start for calender*/
.card-body .react-datepicker-popper {
    z-index: 10000;
}

.card-body .react-datepicker__header {
    padding: 0px
}

.card-body .react-datepicker-popper[data-placement^=top] {
    padding-bottom: 0px;
}

.card-body .react-datepicker__month {
    margin: 0.1rem;
}



@media (max-width: 768px) {

    .main h1.page-header {
        margin: 0px 0px 10px 0px !important;
    }

    .main .breadcrumb {
        float: left !important
    }

    .main .form-group .react-datepicker-wrapper {
        margin-bottom: 8px;
    }

    .card .form-group {
        margin-bottom: 0.5rem !important;
    }
}
/*CSS Start for list of refernces*/
.list-of-refernces .primary-button {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    width: 140px;
    font-family: "Roboto Bold";
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 20px !important;
    border: 1px solid #333;
    background-color: #4d4d4d;
}

    .list-of-refernces .primary-button:hover {
        color: #fff;
        border: 1px solid #333;
        background-color: #333;
    }

.button-section .ant-btn {
    margin: 0px 10px 10px 0px;
    padding: 1px 20px;
    width: 148px;
    font-family: "Roboto Bold";
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 20px !important;
    border: 1px solid #333;
    background-color: #4d4d4d;
    height: auto;
    line-height: 1.5;
    vertical-align: middle;
}
    .button-section .ant-btn > span
    {
        display:inline-flex
    }

    .button-section .ant-btn.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
        color: #000 !important;
        border-color: #4d4d4d;
    }

    .button-section .ant-btn.ant-btn-default:not(:disabled):not(.ant-btn-disabled):active {
        color: #000 !important;
        border-color: #4d4d4d;
    }

.button-section .ant-btn-compact-item:not(.ant-btn-compact-last-item) {
    margin-inline-end: 0px !important;
}

.button-section button:focus {
    outline: 0px !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

.button-section .ant-btn:not(:disabled):focus-visible {
    outline: 0px !important;
    outline-offset: 0px !important;
}

.button-section default:not(:disabled):not(.ant-btn-disabled):active {
    border-color: none !important;
}

.button-section .ant-btn.ant-dropdown .ant-dropdown-menu {
    padding: 0px !important;
}

    .button-section .ant-btn.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
        padding: 3px 8px !important;
        color: #333 !important;
        background-color: #f2f2f2 !important;
        border-radius: 0px !important
    }

    .button-section .ant-btn.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active {
        padding: 3px 8px !important;
        color: #333 !important;
        background-color: #ccc !important;
        border-radius: 0px !important
    }

.button-section .ant-btn.ant-btn-icon-only {
    width: auto !important;
    padding-inline-start: 6px !important;
}

.DA-table table thead tr th {
    padding: 0.25rem !important;
    background-color:#e9f2fd !important;
}
.DA-table .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child {
    border-start-start-radius: 0px;
    width: 15rem;
}
.DA-table .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:last-child {
    border-start-end-radius:0px;
}
.DA-table .table-bordered td td {
    border: 0px solid #dee2e6;
    font-weight: 600;
}
.DA-table table{
    background-color: #f9f9f9;
}
.DA-table .value-right {
    float: right;
    line-height: 2;
}
.DA-table .value-wrong {
    float: right;
    line-height: 2;
}
.DA-view ul.ant-pagination{
    float: right !important;
}
.DA-view .ant-pagination .ant-pagination-item-active {
    color: #fff;
    border-radius: 50%;
    background: #434343;
    border: 0px;
  
    padding: 0px;
    min-width: 28px;
    height: 28px;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}
.DA-view .mr-bottom {
    margin-top: -.8rem
}
.AN-bullets {
    list-style: none;
    display: flex;
    margin-left: -2rem;
}
ul.AN-bullets li {
    min-width: fit-content;
    border: 1px solid #ccc;
    display: flex;
    margin: 0 2px;
}
.red-icon {
    color:red;
    padding: 0 5px;
}
.red-icon-info {
    background:#fadbd8 ;
    display: inline-flex;
    width: 100%;
    padding: 0 5px;
   
}
.blue-icon {
    color:blue ;
    padding: 0 5px;
}

.blue-icon-info {
    background:#d6eaf8 ;
    display: inline-flex;
    width: 100%;
    padding: 0 5px;
    
}
.green-icon {
    color:green ;
    padding: 0 5px;
}

.green-icon-info {
    background: #e1f1e4;
    display: inline-flex;
    width: 100%;
    padding: 0 5px;
}
.orange-icon {
    color: orange;
    padding: 0 5px;
}

.orange-icon-info {
    background: #fad7a0;
    display: inline-flex;
    width: 100%;
    padding: 0 5px;
}

.button-bar span.reset-icon {
    font-size: 14px;
    display: inline-flex;
}
/*Start CSS for PIE chart*/
.echarts-for-react canvas
{
    height:auto !important
}

/*End CSS for PIE chart*/


























/*Start CSS for submenu*/

nav-submenu {
    display: block;
   
}

    nav-submenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.nav-submenu a {
    display: block;
    text-decoration: none;
    position: relative;
}

.nav-submenu {
    vertical-align: top;
    display: inline-block;
}

    .nav-submenu li {
        position: relative;
    }

    .nav-submenu > li {
        float: left;
        border-bottom: 4px;
        margin-right: 1px;
    }

        .nav-submenu > li > a {
            margin-bottom: 1px;
        }


        .nav-submenu > li:last-child {
            margin-right: 0;
        }
    .nav-submenu li a:first-child:nth-last-child(2):before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        top: 50%;
        right: 5px;
    }

    /* submenu positioning*/
    .nav-submenu ul {
        position: absolute;
        white-space: nowrap;
        z-index: 1;
        left: -99999em;
    }

    .nav-submenu > li:hover > ul {
        left: auto;
        margin-top: -1px;
        min-width: 100%;
    }

    .nav-submenu > li li:hover > ul {
        left: 100%;
        margin-left: 1px;
        top: -1px;
    }
    /* arrow hover styling */
    .nav-submenu > li > a:first-child:nth-last-child(2):before {
    }

    .nav-submenu > li:hover > a:first-child:nth-last-child(2):before {
        margin-top: -5px
    }

    .nav-submenu li li > a:first-child:nth-last-child(2):before {
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: -5px
    }

    .nav-submenu li li:hover > a:first-child:nth-last-child(2):before {
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }
.submenu-toggle-effetc {
    font-size: 14px !important
}

@media (max-width: 768px) {

    nav-submenu {
        display: block;
    }

        nav-submenu ul {
            margin: 0;
            padding: 0;
        }

    .nav-submenu a {
        display: block;
        text-decoration: none;
        position: relative;
    }

    .nav-submenu {
        vertical-align: top;
        display: block !important;
    }

        .nav-submenu li {
            position: relative;
        }

        .nav-submenu > li {
            float: none !important;
            border-bottom: 4px;
            margin-right: 1px;
        }

            .nav-submenu > li > a {
                margin-bottom: 1px;
            }


            .nav-submenu > li:last-child {
                margin-right: 0;
            }

        .nav-submenu li a:first-child:nth-last-child(2):before {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            border: 5px solid transparent;
            top: 50%;
            right: 5px;
        }

        /* submenu positioning*/
        .nav-submenu ul {
            position: relative !important;
            white-space: nowrap;
            z-index: 1;
            left: 0 !important;
        }

        .nav-submenu > li:hover > ul {
            left: auto;
            margin-top: -1px;
            min-width: 100%;
        }

        .nav-submenu > li li:hover > ul {
            left: 100%;
            margin-left: 1px;
            top: -1px;
        }
        /* arrow hover styling */
        .nav-submenu > li > a:first-child:nth-last-child(2):before {
        }

        .nav-submenu > li:hover > a:first-child:nth-last-child(2):before {
            margin-top: -5px
        }

        .nav-submenu li li > a:first-child:nth-last-child(2):before {
            border: solid black;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 2px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            margin-top: -5px
        }

        .nav-submenu li li:hover > a:first-child:nth-last-child(2):before {
            border: solid black;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 2px;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
        }


    .navbar .submenu-toggle-effetc .dropdown-toggle::after {
        margin-left: 0.5em;
        font-family: 'Font Awesome 5 Free';
        color: #fff;
        font-weight: 700;
        content: none !important;
        vertical-align: inherit;
        border: none;
    }

    .navbar .submenu-toggle-effetc .nav-link {
       
        color: #454545;
        border-bottom: 0px solid #b7b7b7;
        margin-left:1rem     }

    .submenu-toggle-effetc{
        font-size: 14px !important
    }

    .nav-submenu .submenu-pstn li {
        position: relative;
        margin-left: 1rem;
    }
}