/* RESET */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{
    border: unset;
    background-color: unset;
    cursor: pointer;
    padding: 0;
}

:root{
    --dark-blue: #355477;
    --lighter-green: #89DBAA;
    --fagg-blue: #729BC8;
    --light-blue: #E6EDF4;
    --red: #E5352C;
    --orange: #f18e00;
    --base-gradient: linear-gradient(180deg, var(--dark-blue), #5479a0);
    .portal--gov{
        --base-gradient: linear-gradient(0deg, #775E6D 0%, #412B48 100%);
        .navigation-wrap{
            background-color: #412B48;
        }
    }
}

input{
    border: unset;
}

#app{
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    opacity: 0;
    /* transition: 2s ease; */
    &.app--ready{
        opacity: 1;
    }
}

body {
    font-family: 'Fira Sans', sans-serif;
    color: #0A0A0A;
    font-size: 14px;
    line-height: 20px;
    word-break: break-word;
    background-color: #FAFCFF;
    outline: 0;
    .focusable, a, button, input, textarea, select{
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        &:focus, &:active{
            outline: 0;
            box-shadow: 0 0 0 0.25rem #0d6efd40;
            box-shadow: 0 0 0 0.25rem #c7daff94;

        }
        &.focusable--dark{
            &:focus{
                outline: 0;
                box-shadow: 0 0 0 0.25rem #c7daff94;
            }
        }
    }
    &.portal--gov{

    }
}

a{
    color: var(--dark-blue);
    text-decoration: underline;
    &:hover{
        color: var(--dark-blue);
    }
}

.container{
    width: 100%;
    max-width: 1400px;
    /* padding: 0 20px; */
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: block;
    margin: auto;
    overflow: visible !important;
    &.container--full-width{
        max-width: 100%;
    }
}

.icon-actions{
    flex-shrink: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/assets/img/icons/actions.svg);
    width: 16px;
    height: 16px;
}

.icon{
    flex-shrink: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    &.icon-nav-human{
        background-image: url(/assets/img/icons/nav-human.svg);
        width: 32px;
        height: 32px;
    }
    &.icon-nav-veterinary{
        background-image: url(/assets/img/icons/nav-veterinary.svg);
        width: 32px;
        height: 32px;
    }
    &.icon-nav-more{
        background-image: url(/assets/img/icons/nav-more.svg);
        width: 32px;
        height: 32px;
    }
    &.icon-nav-contact{
        background-image: url(/assets/img/icons/nav-contact.svg);
        width: 32px;
        height: 32px;
    }
    &.icon-nav-about{
        background-image: url(/assets/img/icons/nav-about.svg);
        width: 32px;
        height: 32px;
    }
    &.icon-nav-faq{
        background-image: url(/assets/img/icons/nav-faq.svg);
        width: 32px;
        height: 32px;
    }
    &.icon-nav-glossary{
        background-image: url(/assets/img/icons/nav-glossary.svg);
        width: 32px;
        height: 32px;
    }
    &.icon-decline-btn{
        background-image: url(/assets/img/icons/decline-btn.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-accept-btn{
        background-image: url(/assets/img/icons/accept-btn.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-main-search{
        background-image: url(/assets/img/icons/main-search.svg);
        width: 32px;
        height: 32px;
    }
    &.icon-human{
        background-image: url(/assets/img/icons/human.svg);
        width: 24px;
        height: 24px;
    }
    &.icon-veterinary{
        background-image: url(/assets/img/icons/veterinary.svg);
        width: 24px;
        height: 24px;
    }
    &.icon-info-blue{
        background-image: url(/assets/img/icons/info-blue.svg);
        width: 40px;
        height: 40px;
    }
    &.icon-status-unavailable{
        background-image: url(/assets/img/icons/status-unavailable.svg);
        width: 75px;
        height: 64px;
    }
    &.icon-status-stop-commercialisation{
        background-image: url(/assets/img/icons/status-stop-commercialisation.svg);
        width: 64px;
        height: 64px;
    }
    &.icon-status-available-again{
        background-image: url(/assets/img/icons/status-available-again.svg);
        width: 85px;
        height: 64px;
    }
    &.icon-status-new-on-market{
        background-image: url(/assets/img/icons/status-new-on-market.svg);
        width: 98px;
        height: 64px;
    }
    &.icon-ehealth-panel{
        background-image: url(/assets/img/icons/ehealth-panel.svg);
        width: 60px;
        height: 60px;
    }
    &.icon-fagg-panel{
        background-image: url(/assets/img/icons/fagg-panel.svg);
        width: 60px;
        height: 60px;
    }
    &.icon-remove{
        background-image: url(/assets/img/icons/remove.svg);
        width: 14px;
        height: 14px;
        background-size: 14px;
    }
    &.icon-notify-me{
        background-image: url(/assets/img/icons/notify-me.svg);
        width: 64px;
        height: 64px;
    }
    &.icon-check{
        background-image: url(/assets/img/icons/check.svg);
        width: 64px;
        height: 64px;
    }
    &.icon-x-white{
        background-image: url(/assets/img/icons/x-white.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-x-blue{
        background-image: url(/assets/img/icons/x-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-search-blue{
        background-image: url(/assets/img/icons/search-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-human-blue{
        background-image: url(/assets/img/icons/human-blue.svg);
        width: 20px;
        height: 20px;
    }
    &.icon-veterinary-blue{
        background-image: url(/assets/img/icons/veterinary-blue.svg);
        width: 20px;
        height: 20px;
    }
    &.icon-pagination-prev{
        background-image: url(/assets/img/icons/pagination-prev.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-pagination-next{
        background-image: url(/assets/img/icons/pagination-next.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-download{
        background-image: url(/assets/img/icons/download.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-chev-back{
        background-image: url(/assets/img/icons/chev-back.svg);
        width: 24px;
        height: 24px;
    }
    &.icon-chev-back-blue{
        background-image: url(/assets/img/icons/chev-back-blue.svg);
        width: 24px;
        height: 24px;
    }
    &.icon-download-round{
        background-image: url(/assets/img/icons/download-round.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-download-blue{
        background-image: url(/assets/img/icons/download-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-upload-blue{
        background-image: url(/assets/img/icons/upload-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-flyout{
        background-image: url(/assets/img/icons/flyout.svg);
        width: 20px;
        height: 20px;
    }
    &.icon-profile{
        background-image: url(/assets/img/icons/profile.svg);
        width: 24px;
        height: 24px;
    }
    &.icon-profile-lg{
        background-image: url(/assets/img/icons/profile.svg);
        width: 40px;
        height: 40px;
    }
    &.icon-profile-chev-down{
        background-image: url(/assets/img/icons/profile-chev-down.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-profile-chev-right{
        background-image: url(/assets/img/icons/profile-chev-right.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-logout{
        background-image: url(/assets/img/icons/logout.svg);
        width: 20px;
        height: 20px;
    }
    &.icon-my-profile{
        background-image: url(/assets/img/icons/profile.svg);
        width: 20px;
        height: 20px;
    }
    &.icon-back-to-public-portal{
        background-image: url(/assets/img/icons/back-to-public-portal.svg);
        width: 20px;
        height: 20px;
    }
    &.icon-switch-company{
        background-image: url(/assets/img/icons/switch-company.svg);
        width: 20px;
        height: 20px;
    }
    &.icon-pencil-blue{
        background-image: url(/assets/img/icons/pencil-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-chev-right-blue{
        background-image: url(/assets/img/icons/chev-right-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-chev-down-blue{
        background-image: url(/assets/img/icons/chev-down-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-chev-up-blue{
        background-image: url(/assets/img/icons/chev-up-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-external-link{
        background-image: url(/assets/img/icons/external-link.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-add-round-blue{
        background-image: url(/assets/img/icons/add-round-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-trash-red{
        background-image: url(/assets/img/icons/trash-red.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-reset-blue{
        background-image: url(/assets/img/icons/reset-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-x-round-blue{
        background-image: url(/assets/img/icons/x-round-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-reset-password-blue{
        background-image: url(/assets/img/icons/reset-password-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-reset-mfa-blue{
        background-image: url(/assets/img/icons/reset-mfa-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-trash-blue{
        background-image: url(/assets/img/icons/trash-blue.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-check-round-green{
        background-image: url(/assets/img/icons/check-round-green.svg);
        width: 16px;
        height: 16px;
    }
    &.icon-fagg-nl{
        background-image: url(/assets/img/icons/fagg-nl.svg);
        width: 28px;
        height: 16px;
    }
    &.icon-fagg-fr{
        background-image: url(/assets/img/icons/fagg-fr.svg);
        width: 35px;
        height: 16px;
        margin-left: -2px;
    }
    &.icon-fagg-en{
        background-image: url(/assets/img/icons/fagg-en.svg);
        width: 39px;
        height: 16px;
    }
}

.reported-by-wrap{
    font-size: 12px;
    line-height: 15px;
    color: #6A6A6A;
    span{
        /* vertical-align: sub; */
    }
    i{
        scale: 1.1;
        transform: translateX(1px);
        vertical-align: sub;
    }
}

.header-wrap{
    background-color: #fff;
    height: 40px;
    .language-switch{
        display: flex;
        gap: 8px;
        button{
            display: inline-block;
            border: none;
            border-radius: 4px;
            height: 22px;
            min-width: 22px;
            font-size: 11px;
            text-align: center;
            cursor: pointer;
            text-decoration: none;
            padding-top: 1px;
            line-height: 21px;
            font-weight: 500;
            background: #fff;
            color: var(--dark-blue);
            &.active{
                background: var(--dark-blue);
                color: #fff;
            }
        }
    }
    .be{
        img{
            width: 26px;
            height: auto;
            transform: translateY(2px);
        }
    }
}

._version{
    position: fixed;
    bottom: 6px;
    right: 8px;
    z-index: 999999;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: #999999;
    padding: 5px 7px;
    padding-top: 6px;
    border-radius: 4px;
    opacity: 0.2;
    transition: 0.1s ease;
    padding-left: 23px;
    background-image: url(/assets/img/icons/_version.svg);
    background-size: 13px;
    background-position: center left 6px;
    background-repeat: no-repeat;
    cursor: pointer;
    &:hover{
        opacity: 1;
    }
}

.navigation-wrap{
    background-color: var(--dark-blue);
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    &.navigation-wrap--login-route{
        .navigation-inner{
            ul.nav-ul{
                gap: 30px;
                li{
                    a{
                        font-size: 16px;
                        display: flex;
                        min-height: 40px;
                        /* font-weight: 500; */
                        /* font-family: 'Roboto'; */
                        &.active{
                            color: var(--lighter-green);
                        }
                    }
                }
            }
        }
    }
    .container{

        .navigation-inner{
            display: flex;
            justify-content: space-between;
            &>a:not(.app-btn-primary), &>button:not(.app-btn-primary){
                display: inline-flex;
                box-shadow: unset;
                img{
                    width: 240px;
                    margin-top: -5px;
                    margin-bottom: -5px;
                }
            }
            &>nav{
                display: flex;
                align-items: center;
                gap: 40px;
                ul.nav-ul{
                    display: flex;
                    gap: 40px;
                    list-style: none;
                    &>li{
                        display: flex;
                        &>a, &>button{
                            color: #fff;
                            text-decoration: none;
                            position: relative;
                            display: inline-flex;
                            align-items: center;
                            gap: 4px;
                            outline: unset;
                            box-shadow: unset;
                            min-height: 40px;
                            .toolbar-amount{
                                min-width: 20px;
                                height: 20px;
                                display: inline-block;
                                border-radius: 99px;
                                background-color: var(--fagg-blue);
                                color: #fff;
                                font-size: 10px;
                                font-weight: 400;
                                text-align: center;
                                line-height: 20px;
                                white-space: nowrap;
                                padding: 0 5px;
                            }
                            &>span{
                                transition: .1s ease;
                                transform: translateY(1px);
                                display: flex;
                                justify-content: center;
                                &>span{
                                    transition: .1s ease;
                                    color: #fff;
                                    font-size: 18px;
                                    line-height: 21px;
                                    display: block;
                                }
                                &::after{
                                    content: "";
                                    position: absolute;
                                    background-color: #fff;
                                    height: 2px;
                                    width: 100%;
                                    border-radius: 99px;
                                    bottom: -2px;
                                    left: 0;
                                    transition: .1s ease;
                                    opacity: 0;
                                }
                                &>i{
                                    transition: .1s ease;
                                    &.icon-nav-chev{
                                        background-image: url(/assets/img/icons/nav-chev.svg);
                                        width: 16px;
                                        height: 16px;
                                        margin-left: 3px;
                                        transform: translateY(2px);
                                    }
                                }
                            }
                            &.active, &:hover, &:focus, &:focus-within{
                                &>i{
                                    &.icon-nav-human{
                                        background-image: url(/assets/img/icons/nav-human-active.svg);
                                    }
                                    &.icon-nav-veterinary{
                                        background-image: url(/assets/img/icons/nav-veterinary-active.svg);
                                    }
                                    &.icon-nav-more{
                                        background-image: url(/assets/img/icons/nav-more-active.svg);
                                    }
                                    &.icon-nav-contact{
                                        background-image: url(/assets/img/icons/nav-contact-active.svg);
                                    }
                                }
                                &>span{
                                    &>span{
                                        color: var(--lighter-green);
                                        transform: translateY(-2px);
                                    }
                                    &::after{
                                        background-color: var(--lighter-green);
                                        opacity: 1;
                                    }
                                    i{
                                        &.icon-nav-chev{
                                            background-image: url(/assets/img/icons/nav-chev-active.svg);
                                            transform: translateY(0px);
                                        }
                                    }
                                }
                            }
                            .app-popover--nav{
                                transform: translate(0, 6px);
                                left: 0;
                                ol{
                                    display: flex;
                                    flex-direction: column;
                                    padding: 2px 8px;
                                    gap: 0;
                                    list-style: none;
                                    li{
                                        &:last-of-type{
                                            a{
                                                border-bottom: unset;
                                            }
                                        }
                                        a{
                                            cursor: pointer;
                                            text-decoration: none;
                                            position: relative;
                                            display: flex;
                                            width: 100%;
                                            align-items: center;
                                            gap: 8px;
                                            outline: 0;
                                            box-shadow: none !important;
                                            padding: 8px 4px;
                                            white-space: nowrap;
                                            border-bottom: 1px solid #E5E5E5;
                                            i{
                                                transition: .1s ease;
                                            }
                                            span{
                                                transition: .1s ease;
                                                color: var(--dark-blue);
                                                font-size: 18px;
                                                line-height: 21px;
                                                display: block;
                                            }
                                            &:hover, &.active, &:focus{
                                                i{
                                                    &.icon-nav-about{
                                                        background-image: url(/assets/img/icons/nav-about-active.svg);
                                                    }
                                                    &.icon-nav-faq{
                                                        background-image: url(/assets/img/icons/nav-faq-active.svg);
                                                    }
                                                    &.icon-nav-glossary{
                                                        background-image: url(/assets/img/icons/nav-glossary-active.svg);
                                                    }
                                                }
                                                span{
                                                    color: var(--lighter-green);
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
                .right{
                    .app-btn-primary{
                        height: 40px;
                        padding-left: 16px;
                        padding-right: 16px;
                        gap: 8px;
                    }
                }
            }
        }
    }
}

.no-pointer{
    pointer-events: none;
}
.saving{
    opacity: .6;
    pointer-events: none;
}
.saving--pre{
    transition: .15s ease;
}

.app-btn-primary{
    flex-shrink: 0;
    transition: .15s ease;
    text-decoration: none !important;
    cursor: pointer;
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 8px;
    color: var(--dark-blue) !important;
    background-color: var(--lighter-green);
    i{
        width: 16px;
        height: 16px;
    }
    &:hover, &:focus-within{
        background-color: #9BE0B7;
    }
    &:disabled, &.disabled-button{
        background-color: #BCBCBD;
        color: #6A6A6A !important;
        opacity: 1;
        pointer-events: none;
        i{
            filter: grayscale(1);
            opacity: .6;
        }
    }
    &.disabled-button{
        pointer-events: all !important;
    }
}
.app-btn-download{
    transition: .15s ease;
    text-decoration: none !important;
    cursor: pointer;
    min-height: 32px;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
    border-radius: 8px;
    color: var(--dark-blue) !important;
    background-color: var(--light-blue);
    &:focus, &:focus-within{
        box-shadow: 0 0 0 0.25rem #c7daff5e !important;
    }
    *{
        display: flex;
        align-items: center;
    }
    .spinner{
        width: 16px !important;
        justify-content: center;
        display: flex;
    }
    i{
        width: 16px;
        height: 16px;
    }
    &:hover, &:focus-within{
        background-color: #d8e0e9;
    }
    &:disabled, &.disabled-button{
        background-color: #BCBCBD;
        color: #6A6A6A !important;
        opacity: 1;
        i{
            filter: grayscale(1);
            opacity: .6;
        }
    }
    &.disabled-button{
        pointer-events: all !important;
    }
}
.app-btn-search{
    transition: .15s ease;
    text-decoration: none !important;
    cursor: pointer;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 8px;
    color: var(--dark-blue) !important;
    background-color: var(--lighter-green);
    i{
        width: 16px;
        height: 16px;
    }
    &:hover, &:focus-within{
        background-color: #9BE0B7;
    }
    &:disabled, &.disabled-button{
        background-color: #BCBCBD;
        color: #6A6A6A !important;
        opacity: 1;
        i{
            filter: grayscale(1);
            opacity: .6;
        }
    }
    &.disabled-button{
        pointer-events: all !important;
    }
}
.app-btn-primary-fagg-blue{
    transition: .15s ease;
    text-decoration: none !important;
    cursor: pointer;
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 8px;
    color: #fff !important;
    background-color: var(--fagg-blue);
    i{
        width: 16px;
        height: 16px;
    }
    &:hover, &:focus-within{
        background-color: #658bb3;
    }
    &:disabled, &.disabled-button{
        background-color: #BCBCBD;
        color: #6A6A6A !important;
        opacity: 1;
        i{
            filter: grayscale(1);
            opacity: .6;
        }
    }
    &.disabled-button{
        pointer-events: all !important;
    }
}
.app-btn-primary-lightblue{
    transition: .15s ease;
    text-decoration: none !important;
    cursor: pointer;
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 8px;
    color: var(--dark-blue) !important;
    background-color: var(--light-blue);
    i{
        width: 16px;
        height: 16px;
    }
    &:hover, &:focus-within{
        background-color: #d8e1ea;
    }
    &:disabled, &.disabled-button{
        background-color: #BCBCBD;
        color: #6A6A6A !important;
        opacity: 1;
        i{
            filter: grayscale(1);
            opacity: .6;
        }
    }
    &.disabled-button{
        pointer-events: all !important;
    }
}

.fade.in {
    opacity: 1 !important;
}

.app-popover-wrap{
    position: relative;
    &:focus-within{
        .app-popover{
            opacity: 1;
            pointer-events: all;
        }
    }
    .app-popover{
        position: absolute;
        opacity: 0;
        pointer-events: none;
        transition: .1s ease;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0px 2px 8px 0px rgba(53, 84, 119, 0.20);
        width: 320px;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 6px);
        z-index: 1;
        /* &.app-popover-- */
    }
}

.cookies-wrap{
    border-radius: 8px;
    background-color: #FAFCFF;
    width: 500px;
    max-width: calc(100% - 48px);
    padding: 24px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    box-shadow: 0px 2px 10px 0px rgba(53, 84, 119, 0.25);
    z-index: 99999;
    *{
        color: #355477;
    }
    &.dismissed{
        opacity: 0;
        pointer-events: none;
    }
    .title{
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 16px;
    }
    p{
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 20px;
        color: #355477;
        a{
            color: #56D087;
            text-decoration: underline;
        }
    }
    .buttons{
        display: flex;
        gap: 8px;
        justify-content: flex-start;
        button{
            box-shadow: none;
            padding: 0 12px;
            height: 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 14px;
            line-height: 1;
            font-weight: 500;
            color: #355477;
            transition: .2s ease;
            border: none !important;
            cursor: pointer;
            &.accept{
                background-color: #89DBAA;
                &:hover{
                    
                }
            }
            &.decline{
                background-color: #E6EDF4;
                &:hover{
                    
                }
            }
        }
    }
}

::placeholder {
    color: #BCBCBD;
    opacity: 1;
    font-weight: 400;
}

section.public-search{
    background: var(--base-gradient);
    .public-search-inner{
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding: 80px 0;
        padding-top: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 32px;
        border-radius: 8px;
        h1{
            color: #fff;
            text-align: center;
            font-family: "Fira Sans Condensed";
            font-size: 32px;
            font-weight: 400;
            line-height: normal;
        }
        .main-search{
            display: flex;
            height: 70px;
            transition: .2s ease;
            width: 100%;
            &:focus-within{
                box-shadow: 0 0 0 0.25rem #c7daff94;
                *{
                    box-shadow: unset;
                }
            }
            border-radius: 8px;
            input{
                flex-grow: 1;
                border-top-left-radius: 8px;
                border-bottom-left-radius: 8px;
                padding: 24px;
                font-size: 18px;
            }
            button.search{
                background-color: var(--lighter-green);
                display: inline-flex;
                width: 70px;
                align-items: center;
                justify-content: center;
                background-color: var(--lighter-green);
                border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
            }
            button.adv-search{
                display: inline-flex;
                background-color: #fff;
                align-items: center;
                color: var(--dark-blue);
                font-size: 16px;
                text-decoration: underline;
                font-weight: 400;
                padding: 0 16px;
            }
        }
    }
}

section.home-toggle{
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    .home-toggle-inner{
        display: inline-flex;
        height: 56px;
        border-radius: 8px;
        box-shadow: 0px 2px 8px 0px rgba(53, 84, 119, 0.20);
        button{
            display: flex;
            gap: 10px;
            padding: 16px 32px;
            background-color: #fff;
            position: relative;
            &:focus{
                z-index: 9;
            }
            &.active{
                background-color: #89DBAA;
            }
            &:first-of-type{
                border-top-left-radius: 8px;
                border-bottom-left-radius: 8px;
            }
            &:last-of-type{
                border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
            }
            i{

            }
            span{
                font-size: 18px;
                line-height: 24px;
                font-family: "Fira Sans Condensed";
                color: var(--dark-blue);
            }
        }
    }
}

section.stats-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    .panel{
        background-color: #fff;
        padding: 32px 24px;
        box-shadow: 0px 2px 8px 0px rgba(53, 84, 119, 0.20);
        border-radius: 8px;
        .panel-inner-stats{
            display: flex;
            flex-direction: column;
            gap: 24px;
            align-items: flex-start;
            &>i{
                margin-right: auto;
            }
            &>.inner-grid{
                width: 100%;
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                gap: 48px;
                &>.stat-wrap{
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    &>.num-wrap{
                        display: flex;
                        gap: 8px;
                        align-items: flex-end;
                        &>.num{
                            background-color: var(--light-blue);
                            border-radius: 8px;
                            padding: 8px;
                            color: var(--dark-blue);
                            font-family: 'Quicksand';
                            font-weight: 700;
                            font-size: 32px;
                            line-height: 24px;
                            transition: .8s ease;
                            @starting-style{
                                opacity: 0;
                            }
                        }
                        &>.descr{
                            margin-bottom: 5px;
                            font-family: 'Quicksand';
                            color: var(--dark-blue);
                            font-weight: 700;
                        }
                    }
                    &>.impact-chart{
                        font-family: 'Quicksand';
                        font-weight: 700;
                        font-size: 16px;
                        line-height: 12px;
                        display: grid;
                        grid-template-columns: auto 1fr;
                        white-space: nowrap;
                        gap: 8px;
                        min-height: 68px;
                        padding-top: 2px;
                        .left,.right{
                            display: flex;
                            flex-direction: column;
                            gap: 12px;
                            &.right{
                                .bar-wrap{
                                    transform: translateY(1px);
                                }
                            }
                            .bar-wrap{
                                display: flex;
                                gap: 8px;
                                opacity: 1;
                                .bar{
                                    display: flex;
                                    border-radius: 99px;
                                    height: 8px;
                                    margin: 2px 0;
                                    transition: .7s ease;
                                }
                                &.bar-wrap--high{
                                    color: #E5352C;
                                    .bar{
                                        background-color: #E5352C;
                                    }
                                }
                                &.bar-wrap--medium{
                                    color: #F18E00;
                                    .bar{
                                        background-color: #F18E00;
                                    }
                                }
                                &.bar-wrap--low{
                                    color: #56D087;
                                    .bar{
                                        background-color: #56D087;
                                    }
                                }
                                .num{

                                }
                            }
                        }
                    }
                    &>.descr{
                        max-width: 290px;
                        font-size: 24px;
                        line-height: 30px;
                        font-weight: 500;
                        color: var(--dark-blue);
                    }
                }
            }
            &>button, &>a{
                margin-top: 24px;
            }
        }
        .panel-inner-stat{
            display: flex;
            flex-direction: column;
            gap: 24px;
            align-items: flex-start;
            &>i{

            }
            &>.stat-wrap{
                display: flex;
                flex-direction: column;
                gap: 8px;
                width: 100%;
                &>.num-wrap{
                    display: flex;
                    gap: 8px;
                    align-items: flex-end;
                    &>.num{
                        background-color: var(--light-blue);
                        border-radius: 8px;
                        padding: 8px;
                        color: var(--dark-blue);
                        font-family: 'Quicksand';
                        font-weight: 700;
                        font-size: 32px;
                        line-height: 24px;
                    }
                    &>.descr{
                        margin-bottom: 5px;
                        font-family: 'Quicksand';
                        color: var(--dark-blue);
                        font-weight: 700;
                    }
                }
                &>.descr{
                    max-width: 290px;
                    font-size: 24px;
                    line-height: 30px;
                    font-weight: 500;
                    color: var(--dark-blue);
                    white-space: pre-wrap;
                }
                &>.passive{
                    color: #6A6A6A;
                    /* margin-top: -2px; */
                }
            }
            &>button, &>a{
                margin-top: 24px;
            }
        }
    }
    &>div.a-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        text-align: center;
        grid-column: 1 / -1;
        a{
            color: var(--fagg-blue);
        }
    }
}

.underline{
    text-decoration: underline;
}

.spinner-wrap{
    .spinner{
        margin: auto;
        width: fit-content;        
        #logo-top-bot{
            animation: spinner .8s cubic-bezier(0.6, 0.13, 0.38, 0.89) infinite;
            transform-origin: center;
        }
        .st0{
            fill: var(--fagg-blue);
            stroke: unset;
        }
    }
    &.spinner-wrap--inline{
        display: inline-block;
        .spinner{
            margin: 0;
            svg{
                width: 12px;
                height: 12px;
                vertical-align: middle;
                transform: translateY(-1px);
            }
        }
    }
    &.spinner-wrap--inline-medium{
        display: inline-block;
        .spinner{
            margin: 0;
            svg{
                width: 22px;
                height: 22px;
                vertical-align: middle;
                transform: translateY(-1px);
            }
        }
    }
    &.spinner-wrap--inline-lg{
        display: inline-block;
        .spinner{
            margin: 0;
            svg{
                width: 32px;
                height: 32px;
                vertical-align: middle;
                transform: translateY(-1px);
            }
        }
    }
    &.spinner-wrap--white{
        .spinner{
            .st0{
                fill: #fff;
                stroke: unset;
            }
        }
    }
}
@keyframes spinner{
    0% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
    100% { transform: rotate(360deg); }
}

section.info-section{
    margin: 120px 0;
    h2{
        margin-bottom: 32px;
        font-size: 22px;
        color: var(--dark-blue);
        line-height: 32px;
        text-align: center;
        font-weight: 500;
    }
    .info-grid{
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr 1fr;
        .left{
            display: flex;
            flex-direction: column;
            gap: 40px;
        }
        .panel{
            background-color: var(--light-blue);
            border-radius: 8px;
            padding: 24px;
            h3{
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 16px;
                color: var(--dark-blue);
                font-weight: 500;
            }
            p{
                margin-bottom: 14px;
                &:last-of-type{
                    margin-bottom: 0;
                }
            }
            ul{
                margin-bottom: 32px;
                display: flex;
                flex-direction: column;
                gap: 16px;
                li{

                    a{
                        color: var(--dark-blue);
                        padding-left: 24px;
                        text-decoration: underline;
                        background-image: url(/assets/img/icons/chev-round-blue.svg);
                        background-repeat: no-repeat;
                        background-size: 16px;
                        background-position: left center;
                        background-position: left top 2px;
                        display: inline-block;
                    }
                }
            }
            button{
                margin-top: 24px;
            }
        }
    }
}

section.about-section{
    margin: 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    .about-section-inner{
        max-width: 1000px;
        width: 100%;
        display: flex;
        gap: 40px;
        .left{
            padding: 24px 0;
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: flex-end;
            min-width: 190px;
            i{

            }
            span{
                color: var(--dark-blue);
                text-align: right;
                font-family: "Fira Sans Condensed";
                font-size: 32px;
                line-height: 40px;
                font-weight: 400;
                white-space: pre-wrap;
            }
        }
        .right{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 40px;
            gap: 16px;
            border: 3px solid var(--light-blue, #E6EDF4);
            border-radius: 16px;
            border-bottom-left-radius: 0;
            background-color: #fff;
            position: relative;
            p{
                color: var(--dark-blue);
            }
            a{

            }
            svg{
                position: absolute;
                bottom: 0;
                left: -3px;
                transform: translateY(46px);
            }
        }
    }
}

/* start footer */
footer{
    background-color: #F9FCFF;
    padding-bottom: 32px;
    padding-top: 128px;
    margin-top: auto;
    .top{
        border-top: 2px solid var(--light-blue);
        padding: 32px 0 34px;
        .logo-wrap{
            .logo{
                width: 135px;
                height: auto;
            }
            .logo-text{
                cursor: default;
                padding-top: 28px;
                *{
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17px;
                    color: var(--fagg-blue);
                }
            }
        }
        .info-wrap{
            &>div:first-of-type{
                margin-bottom: 32px;
            }
            .info-item{
                &:first-of-type{
                    width: 280px;
                }
                &:last-of-type{

                }
                i{
                    width: 32px;
                    height: 32px;
                    margin-right: 24px;
                    &.icon-footer-location{
                        background-image: url(/assets/img/footer/location.svg);
                    }
                    &.icon-footer-phone{
                        background-image: url(/assets/img/footer/phone.svg);
                    }
                    &.icon-footer-website{
                        background-image: url(/assets/img/footer/website.svg);
                    }
                    &.icon-footer-mail{
                        background-image: url(/assets/img/footer/mail.svg);
                    }
                }
                &>div{
                    &>div{
                        line-height: 24px;
                        font-size: 16px;
                    }
                }
            }
        }
    }
    .bottom{
        border-top: 2px solid var(--light-blue);
        padding: 36px 0 32px;
        *{
            color: var(--dark-blue);
        }
        .copy-wrap{

        }
        .links-wrap{
            &>div{
                min-width: 392px;
                a{
                    margin-right: 40px;
                    text-decoration: underline;
                    font-weight: 500;
                }
            }
            img{
                width: 25px;
                transform: translateY(-1px);
            }
        }
    }
}

@media only screen and (max-width: 1000px) {
    footer{
        padding-top: 64px;
        .top{
            flex-direction: column !important;
            align-items: flex-start !important;
            .logo-wrap{
                margin-bottom: 48px !important;
            }
        }
        .bottom{
            .links-wrap{
                &>div{
                    min-width: 0px !important;
                }
            }
        }
    }
}
@media only screen and (max-width: 600px) {
    .dropdown-menu{
        max-width: unset !important;
        width: 100% !important;
    }
    footer{
        padding-bottom: 0;
        .top{
            flex-direction: column !important;
            align-items: flex-start !important;
            .logo-wrap{
                margin-bottom: 48px !important;
            }
            .info-wrap{
                &>div{
                    flex-direction: column !important;
                    margin: 0 !important;
                    .info-item{
                        margin-bottom: 32px !important;
                    }
                    &:last-of-type{
                        .info-item{
                            &:last-of-type{
                                margin-bottom: 0 !important;
                            }
                        }
                    }
                }
            }
        }
        .bottom{
            flex-direction: column !important;
            .links-wrap{
                margin-top: 14px !important;
                justify-content: space-between !important;
                &>div{
                    min-width: 0px !important;
                    a{
                        margin-right: 24px !important;
                        &:last-of-type{
                            margin-right: 0 !important;
                        }
                    }
                }
            }
        }
    }
}
/* end footer */

.modal-backdrop {
    background: #0000004D !important;
}
.modal{
    
}
.modal-dialog {
    background: #fff;
    border-radius: 1px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
    width: calc(100% - 32px);
    pointer-events: auto;
    margin-top: 144px;
    margin-bottom: 80px;
    box-shadow: unset;
    box-shadow: 0px 2px 8px 0px rgba(53, 84, 119, 0.20);
    border-radius: 8px;
    margin-inline: auto !important;
    /* overflow-y: auto; */
    overflow: visible;
    .modal-content{
        border: 0;
        padding: 30px;
        border-radius: 8px;
        padding: 24px;
        /* overflow: hidden; */
        overflow: visible;
    }
}
.modal--smt-errors .modal-dialog {
    max-width: 960px;
    .modal-content{
        padding: 40px;
        .smt-errors-modal{
            display: flex;
            flex-direction: column;
            gap: 16px;
            &>svg{
                display: block;
                margin-inline: auto;
            }
    
            &>h1{
                text-align: center;
                line-height: normal;
                font-size: 18px;
                font-weight: 500;
                color: var(--dark-blue);
            }
            .errors-found button{
                display: flex;
                align-items: center;
                gap: 4px;
            }
            h3{
                color: var(--dark-blue);
                margin-bottom: 0;
                font-size: 18px;
                line-height: 22px;
                font-weight: 500;
                margin-bottom: 16px;
                display: flex;
                align-items: center;
                gap: 8px;
                i{
                    min-width: 20px;
                    height: 20px;
                    display: inline-block;
                    border-radius: 99px;
                    background-color: #E5352C;
                    color: #fff;
                    font-size: 10px;
                    font-weight: 400;
                    text-align: center;
                    line-height: 20px;
                    white-space: nowrap;
                    padding: 0 5px;
                }
            }
        }
    }
}
.modal--generate-api-key .modal-dialog {
    max-width: 640px;
    .success-wrap{
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        .title{
            color: var(--dark-blue);
            margin-bottom: 0;
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
        }
        .copy-wrap{
            background-color: var(--light-blue);
            padding: 16px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            gap: 16px;
            justify-content: space-between;
            width: 100%;
            .key{
                font-size: 16px;
                line-height: 24px;
                color: #000;
                word-break: break-all;
                text-align: left;
                font-family: monospace;
                max-width: 440px;
            }
            button{
                white-space: nowrap;
            }
        }
    }
}
.modal--smt-success .modal-dialog {
    max-width: 560px;
    .smt-success-modal{
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        text-align: center;
        .title{
            color: var(--dark-blue);
            margin-bottom: 0;
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
        }
    }
    .smt-confirm-modal{
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        text-align: center;
        .title{
            color: var(--dark-blue);
            margin-bottom: 0;
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
        }
    }
}
.modal-new-question .modal-dialog {
    max-width: 900px;
}
.modal-mobile-login .modal-dialog {
    max-width: 460px;
    .app-modal-mobile-login{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding-top: 16px;
        padding-bottom: 8px;
        text-align: center;
        p{
            text-align: left;
        }
        p.title{
            color: var(--dark-blue);
            margin-bottom: 0;
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
            text-align: center;
        }
        .buttons-wrap{
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
    }
}
.add-notification-modal .modal-dialog {
    max-width: 960px;
    .label{
        color: var(--fagg-blue);
    }
    .fmd-codes-wrap{
        display: flex;
        flex-direction: column;
        gap: 4px;
        .fmd-code{
            display: flex;
            align-items: flex-start;
            gap: 6px;
            .icon-x-blue{
                cursor: pointer;
                margin-top: 13px;
            }
        }
        .format-link{
            margin-top: 2px;
            align-self: flex-start;
        }
    }
    .sub-title{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 24px;
        margin-top: 8px;
    }
}
.smallModal .modal-dialog {
    max-width: 540px;
}
.mediumModal .modal-dialog {
    max-width: 560px;
}
.mediumLargeModal .modal-dialog, .notifyMeSuccess .modal-dialog {
    max-width: 600px;
}
.largeModal .modal-dialog {
    max-width: 1000px;
}
.modal--auth .modal-dialog {
    max-width: 420px;
    margin-top: 180px;
}
.successModal .modal-dialog {
    width: 420px;
    margin-top: 180px;
    .modal-content{
        padding: 40px;
        .success-message{
            display: flex;
            flex-direction: column;
            gap: 16px;
            align-items: center;
            font-size: 16px;
            line-height: 22px;
            color: var(--dark-blue);
            text-align: center;
            svg{
                width: 40px;
                height: auto;
                flex-shrink: 0;
            }
            span{

            }
            p{
                
            }
        }
    }
}
button.close-modal{
    position: absolute;
    padding: 0;
    margin: 0;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/assets/img/icons/close-modal.svg);
}
.hide-left{
    opacity: 0;
    pointer-events: none;
    display: none;
}

.modal{
    h3{
        color: var(--dark-blue);
        margin-bottom: 32px;
        font-size: 24px;
        line-height: normal;
        font-weight: 500;
    }
}

.error{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--red);
    margin-top: 4px;
}

.error-field{
    border: 1px solid var(--red) !important;
}

.login-form{
    background-color: var(--light-blue);
    padding: 22px 16px;
    border-radius: 8px;
    form{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

.format-link{
    color: var(--dark-blue);
    text-decoration: underline;
    &.format-link--fagg-blue{
        color: var(--fagg-blue);
    }
    &.disabled-button{
        color: #8c8c8c !important;
        opacity: 1;
        pointer-events: all;
        i{
            filter: grayscale(1);
            opacity: .6;
        }
    }
    &.format-link--has-icon{
        display: flex;
        gap: 4px;
        align-items: center;
    }
}

/* start fields */

.label{
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--dark-blue);
    /* color: var(--fagg-blue); */
    display: block;
}

*[class^="app-field-"]{
    label{
        width: 100%;
    }
}

.app-field-text input, .app-field-password input, .app-field-select select, .app-field-auto-complete:not(.app-field-auto-complete-multiple) input, .app-field-date-picker input, .app-field-auto-complete .input-wrapper, .search-input, textarea{
    display: block;
    width: 100%;
    padding: 0 8px;
    border: 1px solid var(--light-blue);
    border-radius: 8px;
    outline: none;
    background-color: #fff;
    min-height: 40px;
    font-size: 14px;
    .description{
        font-size: 12px;
        line-height: 16px;
    }
}
.app-field-textarea{
    .description{
        font-size: 12px;
        line-height: 16px;
        color: #6A6A6A;
    }
}
textarea{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.app-field-auto-complete input, .search-input{
    background-image: url(/assets/img/icons/input-search.svg);
    background-size: 16px;
    background-position: right 8px center;
    background-repeat: no-repeat;
    padding-right: 32px;
}

.search-input{
    padding-left: 12px;
}

.app-field-auto-complete-multiple{
    .input-wrapper{
        display: flex;
        flex-wrap: wrap;
        padding: 8px;
        gap: 8px;
        &:focus-within{
            box-shadow: 0 0 0 0.25rem #c7daff94;
            input, button{
                box-shadow: unset;
            }
        }
        .chip{
            display: flex;
            align-items: center;
            gap: 6px;
            background-color: var(--light-blue);
            border-radius: 4px;
            font-size: 14px;
            padding: 2px 6px;
            span{

            }
            .remove-button{
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0;
                cursor: pointer;
                transition: .1s ease;
                padding: 4px;
                margin: -4px;
                &:hover{
                    filter: brightness(.6);
                }
            }
        }
        input{
            min-width: 140px;
            flex-grow: 1;
            min-height: 24px;
            padding-left: 0;
        }
    }
}

.app-field-select select{
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff url(/assets/img/icons/icon-dropdown.svg) right 8px center no-repeat;
    background-size: 16px;
    padding-right: 32px;
    cursor: pointer;
}

.app-field-date-picker{
    width: 100%;
    input{
        max-width: 150px;
        width: 100%;
        background: #ffffff url(/assets/img/icons/icon-datepicker.svg) right 10px center no-repeat;
        background-size: 16px;
        padding-right: 32px;
    }
}

body div .app-field-checkbox-group .checkmark-container.disabled{
    border-color: #D3D3D3 !important;
    background-color: #F5F5F5 !important;
    pointer-events: none !important;
    opacity: 1 !important;
    filter: grayscale(1);
}
body div .app-field-checkbox-group .checkmark-container.disabled span{
    color: #BDBDBD !important;
}
body div .app-field-checkbox-group .checkmark-container.disabled input:checked ~ .checkmark{
    background-color: #BDBDBD !important;
    border-color: #BDBDBD !important;
}
body div .app-field-checkbox-group .checkmark-container.disabled.checked{
    border-color: #BDBDBD !important;
}
.app-field-checkbox-group .checkmark {
    position: relative;
    margin-right: 8px !important;
}

.checkmark-container{
    position: relative;
}

/* Hide the browser's default checkbox */
.checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: inline-block;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid var(--fagg-blue);
    border-radius: 2px;
    flex-shrink: 0;
    display: block;
}

/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
    /* background-color: var(--dark-blue); */
}

/* Create the checkmark/indicator (hidden when not checked) */
/* .checkmark:after {
    content: "";
    position: absolute;
    display: none;
} */

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark {
    background-image: url(/assets/img/icons/checked.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.checkmark-container input:checked ~ .checkmark {
    border-color: var(--fagg-blue);
}

/* Style the checkmark/indicator */
/* .checkmark-container .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 8px;
    border: solid var(--dark-blue);
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
} */

.app-field-checkbox-group--compact label{
    width: 32% !important;
    margin-right: 2% !important;
    margin-bottom: 10px !important;
}
.app-field-checkbox-group--fullwidth label{
    width: 100% !important;
    margin-bottom: 10px !important;
}
.app-field-checkbox-group--compact label:nth-of-type(3n){
    margin-right: 0 !important;
}
.app-field-radio-group label{
    border: 1px solid var(--light-blue);
    border-radius: 8px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 8px;
    cursor: pointer;
    min-height: 40px;
}
.app-field-radio-group label:last-of-type{
    margin-bottom: 0;
}
.app-field-radio-group label input{
    width: auto !important;
    margin-right: 8px;
}
.app-field-radio-group label span{
    margin: 0;
    /* line-height: 1.25 !important; */
}
.app-field-radio-group label.checked{
    border-color: var(--fagg-blue) !important;
}

.app-field-checkbox-group{
    .checkmark-container{
        padding: 9px 12px;
        line-height: 20px;
        .checkmark{
            margin: 2px 0;
        }
    }
}

.radio-options{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    label{
        flex: 1;
        &.checked{
            button{
                border-color: var(--fagg-blue);
                i{
                    background-color: #fff;
                    &::after{
                        background: var(--dark-blue);
                        opacity: 1;
                        width: 10px;
                        height: 10px;
                    }
                }
            }
        }
        button{
            margin: 0;
            border: 1px solid var(--light-blue);
            border-radius: 8px;
            padding: 9px 12px;
            box-sizing: border-box;
            font-size: 14px;
            cursor: pointer;
            /* min-height: 40px; */
            width: 100%;
            display: flex;
            align-items: flex-start;
            gap: 8px;
            text-align: left;
            line-height: 20px;
            i{
                margin: 2px 0;
                flex-shrink: 0;
                display: inline-block;
                width: 16px;
                height: 16px;
                border-radius: 100%;
                position: relative;
                background-color: #fff;
                border: 1px solid #729BC8;
                transition: .0s ease;
                &::after{
                    content: "";
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%);
                    opacity: 0;
                    width: 2px;
                    height: 2px;
                    display: block;
                    border-radius: 100%;
                    background-color: var(--dark-blue);
                    transition: .1s ease;
                }
            }
            input{
                display: none;
            }
            span{
                /* text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap; */
            }
        }
    }
}

.typeahead-template:hover, .dropdown-menu .active .typeahead-template{
    background: #fafcff;
}
.typeahead-template{
    white-space: normal;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #E6EDF4;
    color: #0a0a0a;
    display: block;
    cursor: pointer;
    strong{
        font-weight: 500;
    }
}
[uib-typeahead-popup].dropdown-menu{
    padding: 0;
    width: 100%;
    max-height: 564px;
    overflow-y: auto;
    margin-top: 12px !important;
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 8px #35547733;
    background-color: #fff;
    left: 0 !important;
}

/* end fields */

.login-modal-wrap{
    display: flex;
    flex-direction: column;
    gap: 24px;
    *[class^="app-field-"] label span, .label{
        color: var(--dark-blue);
    }
    .login-panel{
        background-color: var(--light-blue);
        padding: 22px 16px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        h4{
            font-size: 14px;
            line-height: 20px;
            color: var(--dark-blue);
        }
    }
}

.request-account{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    span{
        color: var(--dark-blue);
        font-weight: 500;
    }
}

.overview-wrap{
    display: block;
    padding-top: 24px;
}
.overview-title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    gap: 16px;
    h2{
        display: flex;
        align-items: center;
        gap: 16px;
        span{
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
            color: var(--dark-blue);
        }
    }
}

.app-human-dashboard, .app-veterinary-dashboard, .app-suppliers-dashboard, .app-questions-dashboard, .app-gov-distributors-dashboard{
    &.app-suppliers-dashboard, &.app-questions-dashboard, &.app-gov-distributors-dashboard{
        .sections-wrap{
            padding-top: 24px;
            section.dashboard-section{
                .title-wrap{
                    margin-bottom: 16px;
                }
            }
        }
    }
    .sections-wrap{
        display: flex;
        flex-direction: column;
        gap: 64px;
        padding: 40px 0;
        section.dashboard-section{
            .title-wrap{
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 24px;
                h2{
                    display: flex;
                    align-items: center;
                    gap: 16px;
                    i{
                        width: 64px;
                        height: 64px;
                    }
                    span{
                        font-size: 24px;
                        line-height: 30px;
                        font-weight: 500;
                        color: var(--dark-blue);
                    }
                }
            }
        }
    }
}

.row [class^="col-"] {
    margin-bottom: 24px;
}

.html-tooltip-wrap{
    position: relative;
    cursor: pointer;
    &:focus-within, &:hover{
        .html-tooltip{
            opacity: 1;
            pointer-events: all;
        }
    }
    .html-tooltip{
        pointer-events: none;
        opacity: 0;
        /* pointer-events: all;
        opacity: 1; */
        transition: .3s ease;
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translate(-50%, -100%);
        background-color: #fff;
        padding: 10px;
        box-shadow: 0 1px 8px #35547738;
        border-radius: 8px;
        font-size: 12px;
        line-height: 15px;
        width: max-content;
        max-width: 340px;
        color: #0A0A0A;
        z-index: 9;
        font-weight: 500;
        margin-bottom: 8px;
        *{
            white-space: normal !important;
        }
        p{
            

        }
        ul{
            margin-top: 6px;
            list-style-type: disc;
            padding-left: 16px;
        }
    }
}

@media only screen and (max-width: 1100px) {
    .html-tooltip-wrap--mobile-l{
        .html-tooltip{
            top: -8px;
            left: 0;
            transform: translate(0, -100%);
        }
    }
}

.app-tooltip, .app-message-overlay{
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: .1s ease;
}
.app-message-overlay:hover{
    opacity: .8;
}
.tooltip{
    pointer-events: none;
    opacity: 0;
    transition: .3s ease;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 8px #35547738;
    border-radius: 8px;
    font-size: 12px;
    line-height: 15px;
    width: max-content;
    max-width: 340px;
    color: #0A0A0A;
}
.app-tooltip.right-tooltip .tooltip{
    transform: translate(0, -100%);
    left: 0;
}
.app-tooltip:hover .tooltip, .show-tooltip{
    opacity: 1;
    pointer-events: all;
}
.tooltip-title{
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 500;
}
.icon.icon-label-info {
    background-image: url(/assets/img/icons/label-info.svg);
    width: 14px;
    height: 14px;
    vertical-align: middle;
    transform: translateY(-1px);
}

/* start tables */

div.overview{
    border-radius: 8px;
    border: 1px solid var(--light-blue);
}
table.overview{
    width: 100%;
    border-radius: 8px;
    caption-side: bottom;
    border-collapse: collapse;
    word-break: break-word;
    background-color: #fff;
}
.overview thead th{
    background: var(--light-blue);
    padding: 8px;
    padding-bottom: 7px;
    color: var(--dark-blue);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    white-space: nowrap;
    &>.d-flex{
        align-items: center;
        gap: 4px;
        i{
            transform: translateY(0);
        }
    }
    /* border: 1px solid var(--light-blue); */
    &:first-of-type {
        padding-left: 16px;
        border-top-left-radius: 6px;
    }
    &:last-of-type {
        padding-right: 16px;
        border-top-right-radius: 6px;
    }
}
.no-click tr{
    cursor: default !important;
    td{
        background-color: unset !important;
    }
}
.overview tr{
    transition: .1s ease;
    cursor: pointer;
    &:hover{
        td{
            background-color: #fafcff;
        }
    }
    &:last-of-type{
        td{
            border-bottom: none;
        }
    }
    td{
        padding: 10px 8px;
        border-bottom: 1px solid var(--light-blue);
        text-align: left;
        vertical-align: top;
        font-size: 14px;
        line-height: 20px;
        &:first-of-type&:not(.unformat-td){
            font-weight: 500;
            color: var(--dark-blue);
        }
        &:first-of-type{
            padding-left: 16px;
            border-bottom-left-radius: 8px;
        }
        &:last-of-type{
            padding-right: 16px;
            border-bottom-right-radius: 8px;
        }
    }
}
.shrink-td{
    padding-left: 0 !important;
    padding-right: 12px !important;
}
i.icon-asc{
    width: 8px;
    height: 10px;
    background: url('/assets/icons/asc.svg') center center no-repeat;
    background-size: contain;
}
i.icon-desc{
    width: 8px;
    height: 10px;
    background: url('/assets/icons/desc.svg') center center no-repeat;
    background-size: contain;
    transform: translateY(-1px) translateX(1px);
}
i.icon-sort-none{
    width: 8px;
    height: 10px;
    background: url('/assets/icons/sort-none.svg') center center no-repeat;
    background-size: contain;
    transform: translateY(-1px) translateX(1px);
}
.empty-state{
    &.bordered{
        border: 1px solid var(--light-blue);
    }
    padding: 32px;
    color: #7d7d7d;
    background-color: #fff;
    border-radius: 8px;
    .title{
        font-weight: 500;
        margin-bottom: 12px;
    }
}

.overview--mobile{
    display: none !important;
}
table.overview--desktop{
    /*  */
}
.status-table-wrap {
    min-height: 32px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.status-td {
    padding-bottom: 0 !important;
}
table .status-stamp{
    margin-bottom: 10px;
}
.status-stamp{
    white-space: nowrap;
    background-color: #f0f0f0;
    color: #0A0A0A;
    padding-left: 30px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    min-height: 32px;
    /* margin-bottom: 10px; */
    font-weight: 400;
    position: relative;
    &::after{
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        background-color: #BCBCBD;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        border-radius: 99px;
    }
    &.status-stamp--green,
    &.status-stamp--available,
    &.status-stamp--available_again,
    &.status-stamp--available_new
    {
        background-color: #D0F1DD;
        &::after{
            background-color: #56D087;
        }
    }
    &.status-stamp--orange,
    &.status-stamp--unavailable,
    &.status-stamp--interruption_commercialisation,
    &.status-stamp--limited_availability
    {
        background-color: #F9E3B7;
        &::after{
            background-color: #F18E00;
        }
    }
    &.status-stamp--stop_commercialisation{
        background-color: #FCEBEA;
        &::after{
            background-color: #E5352C;
        }
    }
    &.status-stamp--blue{
        background-color: #E6EDF4;
        &::after{
            background-color: #729BC8;
        }
    }
    &.status-stamp--red{
        background-color: #FCEBEA;
        &::after{
            background-color: #E5352C;
        }
    }
}
.status-stamp--negative{
    background-color: #fef7ee;
    color: #f18e00;
}
.status-stamp--passive{
    background-color: #f6f6f6 !important;
    color: #989898 !important;
}
.impact-ellipsis{
    display: block;
    line-height: 16px;
    /* min-height: 32px; */
    /* height: 32px; */
    /* margin-top: -5px;
    margin-bottom: -5px; */
}
.light-gray{
    color: #BCBCBD;
}
.green{
    color: #45a95e;
}
.orange{
    color: #f18e00;
}
.red{
    color: #E5352C;
}
.gray{
    color: #6A6A6A;
}
.black{
    color: #0A0A0A;
}
/* end tables */

.app-notify-me{
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--light-blue);
    white-space: nowrap;
    padding: 0 12px;
    background-color: #FAFCFF;
    padding-left: 32px;
    background-image: url(/assets/img/icons/notify-blue.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left 12px center;
    transition: background-color .2s ease;
    color: var(--dark-blue);
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 8px;
    &[query="true"]{
        margin-left: 0;
    }
    &.app-notify-me--detail{
        background-color: var(--lighter-green);
        border: unset !important;
        &:hover{
            background-color: #9BE0B7;
        }
        &.active{
            background-color: var(--lighter-green);
            /* pointer-events: none; */
        }
    }
    &:hover{
        background-color: var(--light-blue) !important;
    }
    &.active{
        padding-left: 12px;
        padding-right: 32px;
        background-image: url(/assets/img/icons/check-round-blue.svg);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: right 12px center;
        background-color: #FAFCFF;
        /* cursor: default; */
        box-shadow: unset !important;
    }
}

.preFormatted, .pre-wrap{
    white-space: pre-wrap;
}

strong, .bold{
    font-weight: 500;
}

.app-modal-notify-me{
    display: flex;
    flex-direction: column;
    gap: 16px;
    &>i{

    }
    h3{
        margin-bottom: 0;
    }
    .descr{
        max-width: 520px;
        strong{
            color: var(--dark-blue);
        }
    }
    .notify-me-modal-submit{
        display: flex;
        flex-direction: column;
        gap: 16px;
        background-color: var(--light-blue);
        border-radius: 8px;
        padding: 24px;
        color: var(--dark-blue);
        input{
            display: block;
            width: 100%;
            padding: 0 8px;
            border: 1px solid var(--light-blue);
            border-radius: 8px;
            outline: none;
            background-color: #fff;
            min-height: 40px;
            font-size: 14px;
            max-width: 400px;
        }
    }
}

.app-modal-notify-me-success{
    display: flex;
    flex-direction: column;
    gap: 16px;
    &>i{

    }
    h3{
        margin-bottom: 0;
    }
    .descr{
        max-width: 520px;
        strong{
            color: var(--dark-blue);
        }
    }
    .notify-me-success-foot{
        display: flex;
        flex-direction: column;
        gap: 16px;
        background-color: var(--light-blue);
        border-radius: 8px;
        padding: 24px;
        color: var(--dark-blue);
    }
}

button:disabled, button.disabled{
    background-color: #BCBCBD;
    color: #6A6A6A;
    opacity: 1;
    i{
        filter: grayscale(1);
        opacity: .6;
    }
}

.buttons-wrap{
    display: flex;
    align-items: center;
    gap: 16px;
}

.basic-header--pharmacist-user-overview{
    h1{
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        color: var(--dark-blue);
    }
}
.basic-header{
    background: var(--base-gradient);
    padding-top: 48px;
    padding-bottom: 24px;
    color: #fff;
    h1{
        margin-bottom: 8px;
        font-size: 40px;
        line-height: 48px;
        .search-results-total-rows{
            display: inline-flex;
            height: 24px;
            line-height: 24px;
            font-size: 14px;
            background-color: #fff;
            color: var(--dark-blue);
            border-radius: 99px;
            padding: 0 8px;
            font-weight: 500;
            vertical-align: middle;
            transform: translateY(-1px);
        }
    }
}

.searched-wrap{
    display: flex;
    gap: 8px;
    &.searched-wrap--dark{
        *{
            color: var(--dark-blue);
        }
        .search-tags{
            .search-tag-wrap{
                border-color: var(--dark-blue);
            }
            &>button{
                color: var(--dark-blue);
            }
        }
    }
    .l{
        font-size: 14px;
        line-height: 28px;
        flex-shrink: 0;
    }
    .search-tags{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        .search-tag-wrap{
            border: 1px solid #fff;
            min-height: 28px;
            border-radius: 8px;
            padding: 2px 8px;
            line-height: 18px;
            color: #fff;
            font-size: 14px;
            display: flex;
            align-items: center;
            /* gap: 4px; */
            cursor: default;
            .search-tag{
                /* display: flex;
                align-items: center; */
                vertical-align: middle;
                display: inline-block;
                /* gap: 4px; */
                button{
                    /* margin-left: 2px; */
                    margin-right: -4px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 2px;
                    vertical-align: sub;
                }
            }
        }
        &>button{
            display: inline-block;
            line-height: 28px;
            color: #fff;
            text-decoration: underline;
            /* margin-left: 12px; */
        }
    }
}

.notifications-search{
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    .search-filters{
        flex-grow: 1;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        /* align-items: flex-start; */
        align-items: center;
        .advanced-btn{
            /* margin-left: 8px; */
        }
    }
    .notify-query{
        align-self: flex-start;
        margin-top: 4px;
    }
}

.search-select{
    display: block;
    width: 100%;
    padding: 0 12px;
    border: 1px solid var(--light-blue);
    border-radius: 8px;
    outline: none;
    background-color: #fff;
    min-height: 40px;
    font-size: 14px;
    background-image: url(/assets/img/icons/input-chev.svg);
    background-size: 16px;
    background-position: right 8px center;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.open>[uib-dropdown-menu].dropdown-menu {
    display: block;
}
.dropdown-toggle::after{
    display: none;
}
[uib-dropdown-menu].dropdown-menu{
    padding: 0;
    width: max-content;
    min-width: 200px;
    max-width: 300px;
    max-height: 564px;
    overflow-y: auto;
    margin-top: 6px !important;
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 8px #35547733;
    background-color: #fff;
    left: 0 !important;
    .dropdown-value{
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }
}
[uib-dropdown-menu].dropdown-menu li{
    width: 100%;
}
[uib-dropdown-menu].dropdown-menu li>span{
    white-space: normal;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #E6EDF4;
    color: #0a0a0a;
    display: block;
    cursor: pointer;
}
[uib-dropdown-menu].dropdown-menu li>span:hover{
    background: #fafcfd;
    /* color: #505254; */
}
[uib-dropdown-menu].dropdown-menu li:last-of-type>span{
    border-bottom: none;
}

.human-tag, .animal-tag{
    display: flex;
    align-items: center;
    min-height: 32px;
    &.animal-tag{
        transform: translateY(1px);
    }
    ng-transclude{
        display: flex;
        align-items: center;
    }
}

.overview-footer{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
    .pagination-wrap{
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    .overview-footer-row{
        /* display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 24px;
        .overview-footer-col{

        } */
        display: flex;
        justify-content: space-between;
        gap: 24px;
    }
    .total-rows{
        line-height: 32px;
        color: #6A6A6A;
        margin-right: 8px;
    }
}

.prev,.next{
    padding: 0;
    color: var(--dark-blue);
    position: relative;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 32px;
    text-align: center;
    transition: .1s ease;
    padding: 0 4px;
    background-color: var(--light-blue);
    cursor: pointer;
    *{
        filter: none !important;
        opacity: 1 !important;
    }
    &:hover{
        background-color: var(--light-blue) !important;
        box-shadow: 0px 2px 3px 0px rgba(53, 84, 119, 0.30);
    }
    &:focus, &:focus-within{
        box-shadow: 0px 2px 3px 0px rgba(53, 84, 119, 0.30);
    }
    /* &.prev, &.next{
        height: 32px;
        width: 32px;
        text-align: center;
        &:hover{
            background-color: transparent !important;
            box-shadow: none;
        }
    }
    &.prev{
        margin: 0;
        margin-right: 4px;
    }
    &.next{
        margin: 0;
        margin-left: 4px;
    } */
    &.active {
        color: var(--dark-blue);
        background-color: var(--light-blue) !important;
    }
    &.fill{
        cursor: default;
    }
    &:disabled, &.disabled, &.disabled-button{
        opacity: .4 !important;
        pointer-events: none;
        background-color: var(--light-blue) !important;
    }
    &.disabled-button{
        pointer-events: all !important;
    }
    i{
        margin: 0;
    }
}
.prev{

}
.next{

}

/* notification detail start */
.app-notification-detail{
    &.app-notification-detail--child-route{
        .notification-detail-head{
            background: #F9FCFF !important;
            margin-top: -24px !important;
            color: var(--dark-blue) !important;
            padding-bottom: 72px !important;
            *{
                color: var(--dark-blue);
            }
            h1{
                margin-bottom: 8px;
                font-size: 34px;
                line-height: 40px;
            }
        }
    }
    .detail-row .label{
        color: var(--fagg-blue);
    }
    .notification-detail-head{
        display: flex;
        flex-direction: column;
        gap: 12px;
        background: var(--base-gradient);
        padding-top: 48px;
        padding-bottom: 80px;
        margin-bottom: -56px;
        color: #fff;
        h1{
            margin-bottom: 12px;
            font-size: 40px;
            line-height: 48px;
        }
        .head-foot{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 24px;
            .right{
                display: flex;
                gap: 16px;
                flex-wrap: wrap;
                .buttons{
                    display: flex;
                    gap: 8px;
                    flex-wrap: wrap;
                }
            }
        }
        .container{
            &>.app-notify-me--detail{
                display: none !important;
            }
        }
    }
    .medicine-detail-status-section{
        display: flex;
        flex-direction: column;
        gap: 16px;
        .medicine-detail-status-item{
            
        }
    }
    .suppliers-question-detail-actionbar{
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        gap: 16px;
        align-items: center;
    }
    h4{
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
        color: var(--dark-blue);
        font-weight: 500;
    }
    .title-wrap{
        display: flex;
        align-items: center;
        gap: 24px;
        margin-bottom: 24px;
        justify-content: space-between;
        h4{
            margin-bottom: 0;
        }
        .status-option-buttons{
            display: flex;
            align-items: center;
            gap: 24px;
        }
    }
    .detail-table-wrap{
        margin-top: 16px;
        h4{
            margin-bottom: 14px;
        }
    }
    .show-more-status, .changelog-button{
        margin-bottom: 24px;
        margin-top: -10px;
        /* &.changelog-button{
            margin-top: -16px;
        } */
    }
    .inline-edit-icon{
        background-color: var(--light-blue);
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background-position: center;
        background-size: 16px;
        width: 24px;
        height: 24px;
        margin: -5px 0;
        margin-left: 4px;
        transition: .2s ease;
        transform: translateY(2px);
        &:hover{
            background-color: #d8e0e9;
        }
    }
    .inline-form-block{
        padding: 16px;
        border-radius: 8px;
        background-color: var(--light-blue);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        .app-field-text{
            max-width: 280px;
            width: 100%;
        }
        .fmd-code{
            display: flex;
            align-items: flex-start;
            gap: 6px;
            .icon-x-blue{
                cursor: pointer;
                margin-top: 16px;
            }
        }
        .buttons-wrap{
            margin-top: 8px;
        }
    }
    .history-title{
        margin-top: 16px;
        margin-bottom: -3px;
    }
    .changelog{
        padding-left: 24px;
    }
    .history-subtitle{
        color: var(--dark-blue);
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 24px;
        .history-stamp{
            background-color: var(--light-blue);
            display: inline-block;
            border-radius: 8px;
            line-height: 24px;
            margin: 0;
            padding: 0 8px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 500;
            margin-left: 4px;
            vertical-align: bottom;
        }
    }
    .changelog-title{
        color: var(--dark-blue);
        margin-bottom: 8px;
        position: relative;
        &::after{
            content: '';
            background-size: 12px;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(/assets/img/icons/level-down.svg);
            position: absolute;
            left: -20px;
            top: -1px;
            display: block;
            width: 12px;
            height: 12px;
        }
    }
    .changelog-item{
        background-color: #eff3f7;
        background-color: var(--light-blue);
        padding: 24px;
        border-radius: 8px;
        padding-bottom: 0;
        margin-bottom: 16px;
        &:last-of-type{
            margin-bottom: 24px;
        }
    }
    .history-items{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .history .changed{
        font-weight: 500 !important;
        *{
            font-weight: 500 !important;
        }
    }
    .detail-panels-wrap{
        display: flex;
        flex-direction: column;
        gap: 16px;
        .detail-panel{
            border-radius: 8px;
            border: 1px solid #E6EDF4;
            background-color: #fff;
            padding: 24px;
            padding-bottom: 0;
        }
    }
    .downloads-wrap{
        border-radius: 8px;
        border: 1px solid var(--light-blue);
        background-color: var(--light-blue);
        padding: 24px;
        padding-bottom: 0;
        .downloads-set{
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
    }
    .show-more-wrap{

        .show-more-wrap-value{
            white-space: pre-wrap;
            &.clamped{
                display: -webkit-box;
                -webkit-line-clamp: 6;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
        }
        .show-more-wrap-btn{
            margin-top: 6px;
        }
    }
}
.link-back{
    color: #fff;
    /* font-weight: 500; */
    line-height: 24px;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap:6px;
    border-radius: 4px;
    &:hover i{
        transform: translateX(-2px);
    }
    i{
        transition: .2s ease;
        transform: translateX(1px);
    }
}
.download-button{
    background-color: #fff;
    border-radius: 8px;
    padding: 0 4px 0 8px;
    height: 32px;
    transition: .1s ease;
    text-decoration: none;
    color: var(--dark-blue);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none !important;
    i{
        transition: .2s ease;
    }
    &:hover i {
        background-image: url(/assets/img/icons/download-round-hover.svg);
    }
}
/* notification detail end */

body .page-gov-login{
    h1{
        text-align: center;
    }
    .content-wrap{
        margin: auto;
        max-width: 540px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 24px;
        .form-wrap{
            
        }
        .foot-wrap{

        }
    }
}

.page-about, .page-faq, .page-glossary, .page-contact, .page-gov-login, .page-disclaimer{
    &.page-contact{
        .content-wrap{
            img{
                max-width: 100%;
                border-radius: 4px;
                display: flex;
            }
            h3{
                margin-bottom: 12px;
            }
        }
    }
    .basic-header{
        padding-bottom: 80px;
        margin-bottom: -56px;
    }
    .content-wrap{
        max-width: 900px;
        padding: 24px;
        padding-bottom: 8px;
        border-radius: 8px;
        border: 1px solid var(--light-blue);
        background-color: #fff;
        line-height: 22px;
        p{
            margin-bottom: 16px;
        }
        h3{
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 15px;
            font-weight: 500;
            color: var(--dark-blue);
        }
    }
    .flyout-list-wrap{
        max-width: 900px;
        padding: 24px;
        padding-bottom: 8px;
        border-radius: 8px;
        border: 1px solid var(--light-blue);
        background-color: #fff;
        line-height: 22px;
        display: flex;
        flex-direction: column;
        text-align: left;
        *{ text-align: left; }
        align-items: flex-start;
        justify-content: flex-start;
        .grouped{
            margin-bottom: 40px;
            width: 100%;
            &:last-of-type{
                margin-bottom: 16px;
            }
        }
        h3{
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 16px;
            font-weight: 500;
            color: var(--dark-blue);
        }
        .panel-default{
            width: 100%;
            border-bottom: 1px solid var(--light-blue);
            &:last-of-type{
                border-bottom: none;
            }
            .head{
                display: flex;
                align-items: center;
                padding-top: 10px;
                padding-bottom: 10px;
                gap: 10px;
                cursor: pointer;
                i{

                }
                h4{
                    font-weight: 500;
                    color: var(--dark-blue);
                    text-decoration: none;
                    width: 100%;
                    *{
                        text-decoration: none;
                    }
                }
            }
            .content{
                display: none;
                padding: 10px;
                /* padding-bottom: 0; */
                padding-top: 2px;
                padding-bottom: 16px;
                padding-left: 30px;
                /* white-space: pre-line; */
                p, ul, ol{
                    margin-bottom: 10px;
                }
                ul{
                    list-style-type: disc;
                    margin-top: 10px;
                    padding-left: 20px;
                    ul{
                        margin-top: 0;
                        list-style-type: circle;
                    }
                }
                ol{
                    list-style-type: decimal;
                    margin-top: 16px;
                    padding-left: 20px;

                }
                &:last-child{
                    margin-bottom: 0 !important;
                }
                /* p.title{
                    margin: 0;
                } */
            }
            &.panel--open .content{
                display: block;
            }
        }
    }
}
.rotate90{
    transform: rotate(90deg);
}

/* DATEPICKER (MOMENT-PICKER) */
.moment-picker{
    z-index: 999999999999999999999 !important;
}
.moment-picker th, .moment-picker td{
    font-size: 14px;
    color: #798494;
    line-height: 2em;
    margin-left: 3px;
    margin-right: 3px;
    text-shadow: none;
}
.moment-picker .moment-picker-specific-views th{
    color: #505254;
    font-weight: 500;
}
.moment-picker td.disabled,
.moment-picker td.disabled:hover,
.moment-picker th.disabled,
.moment-picker th.disabled:hover {
    color: rgba(137, 147, 163, 0.5);
}
.moment-picker td.today, .moment-picker td.highlighted, .moment-picker td.selected {
    background: var(--dark-blue)!important;
    background-image: none;
    color: #fff;
    text-shadow: none!important;
    border-radius: 3px;
}

.moment-picker td:hover {
    background-image: none!important;
    background: #355477!important;
    color: #fff!important;
    border-radius: 3px;
    font-weight: 400 !important;
    text-shadow: none!important;
}
.moment-picker th:hover {
    background-image: none!important;
    background: #355477!important;
    color: #fff!important;
    border-radius: 3px;
}

.moment-picker .header-view th, .moment-picker .header-view th:hover {
    background-image: none!important;
    color: #505254!important;
    background: none!important;
    cursor: default;
}

.moment-picker .header-view th:first-child:not([disabled]), .moment-picker .header-view th:last-child:not([disabled]){
    background: none;
    color: #fff!important;
    cursor: pointer;
}
.moment-picker .header-view th:not([disabled]) .leftArrow{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('/assets/img/icons/cal-arrow-left.svg') center center no-repeat;
    background-size: contain;
}
.moment-picker .header-view th:not([disabled]) .rightArrow{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('/assets/img/icons/cal-arrow-right.svg') center center no-repeat;
    background-size: contain;
}
.moment-picker .md-button.md-default-theme:not([disabled]).md-focused, .moment-picker .md-button:not([disabled]).md-focused, .moment-picker .md-button.md-default-theme:not([disabled]):hover, .moment-picker .md-button:not([disabled]):hover {
    background-color: var(--dark-blue);
}
.error-page, .link-page{
    &.link-page{
        .left-align{
            text-align: left;
            /* width: 100%; */
            *{
                text-align: left;
            }
            p{
                margin-bottom: 20px;
            }
            &:last-child{
                margin-bottom: 0;
            }
        }
    }
    .navigation-wrap img{
        
    }
    .basic-header{
        padding-top: 24px;
        padding-bottom: 80px;
        margin-bottom: -56px;
        h1{
            text-align: center;
        }
    }
    .content-wrap{
        max-width: 600px;
        margin: auto;
        padding: 48px 24px;
        border-radius: 8px;
        border: 1px solid var(--light-blue);
        background-color: #fff;
        line-height: 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
        svg{
            margin-bottom: 18px;
            max-width: 120px;
            height: auto;
        }
        h2{
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            color: var(--dark-blue);
        }
        p{
            text-align: center;
            margin: auto;
        }
        button{

        }
        ul{
            list-style-type: disc;
            padding-left: 20px;
        }
    }
}
@media only screen and (max-width: 600px) {
    .error-page, .link-page{
        h1{
            font-size: 22px !important;
            line-height: 30px !important;
        }
    }
}
.email-pill-wrap{
    padding: 8px;
    padding-left: 42px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    min-height: 38px;
    border-radius: 99px;
    background-color: #FAFCFF;
    border: 1px solid var(--light-blue);
    background-image: url(/assets/img/icons/check-green.svg);
    background-size: 20px;
    background-position: left 12px center;
    background-repeat: no-repeat;
}
.setup-mfa-modal{
    padding: 10px;
    .content-wrap{
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        text-align: center;
        .head{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            svg{
                margin-bottom: 2px;
            }
            h2{
                font-size: 18px;
                line-height: 24px;
                color: var(--dark-blue);
                font-weight: 500;
            }
            .descr{
                width: 100%;
                text-align: left;
                &.descr--center{
                    text-align: center;
                }
            }
        }
        .form{
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            qr{
                align-self: center;
                margin-bottom: 20px;
                display: block;
            }
            .label{
                width: 100%;
                text-align: left;
                margin-bottom: 5px;
            }
            input{
                display: block;
                width: 100%;
                padding: 0 8px;
                background-color: #FAFCFF;
                border: 1px solid var(--light-blue);
                border-radius: 8px;
                outline: none;
                min-height: 40px;
                font-size: 14px;
            }
            .error{
                width: 100%;
            }
        }
        &>button{
            width: 100%;
            text-align: center;
            justify-content: center;
            min-height: 40px;
        }
    }
}
.fade-hidden{
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
}
.fade-in{
    opacity: 1;
    pointer-events: all;
}
.profile-box{
    position: relative;
}
.profileMenuContainer{
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(8px);
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(53, 84, 119, 0.20);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 12px 12px;
    padding-bottom: 8px;
    border-radius: 8px;
    width: 340px;
    max-width: calc(100vw - 40px);
    color: var(--dark-blue);
    z-index: 999;
    .profile-head{
        display: flex;
        gap: 10px;
        i{

        }
        .info-wrap{
            display: flex;
            flex-direction: column;
            gap: 0;
            div{
                font-size: 16px;
                line-height: 24px;
                color: var(--dark-blue);
                font-weight: 500;
            }
            span{
                color: #6A6A6A;
                font-size: 13px;
                line-height: 16px;
            }
        }
    }
    ul{
        display: flex;
        flex-direction: column;
        li button{
            padding: 10px 4px;
            border-top: 1px solid var(--light-blue);
            line-height: 20px;
            display: flex;
            /* justify-content: space-between; */
            gap: 8px;
            width: 100%;
            color: var(--dark-blue);
            font-weight: 500;
            box-shadow: unset !important;
            &:hover{
                background-color: #fafcff !important;
            }
        }
    }
}

section.page-section-content{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 32px;
    &.page-questions{
        padding-top: 40px;
    }
    h3{
        color: var(--dark-blue);
        margin-bottom: 16px;
        font-size: 24px;
        line-height: normal;
        font-weight: 500;
    }
}

.success-message{
    i.icon-label-info{
        width: 24px;
        height: 24px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
.InfoModal{
    .modal-content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* actions */
.actions{
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px 0;
    margin-right: -4px;
    vertical-align: bottom;
}
.open .listModalMenu{
    display: flex;
}
.listModalMenu{
    display: none;
    z-index: 99;
    &.show-tooltip{
        display: flex;
    }
}
.listModalMenu:before{
    right: 24px;
}
.listModalMenu:after{
    right: 28px;
}
.app-tooltip-more-arr{
    &>span{
        cursor: pointer;
        text-decoration: underline;
    }
    .modalMenu{
        right: 50%;
        transform: translateY(8px) translateX(50%);
    }
}
.modalMenu{
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(8px);
    box-shadow: 0px 2px 8px 0px rgba(53, 84, 119, 0.20);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    width: max-content;
    max-width: min(calc(100vw - 40px), 300px);
    color: var(--dark-blue);
    z-index: 999;
    display: none;
    flex-direction: column;
    li>div{
        background-color: #fff !important;
        color: #0A0A0A !important;
    }
    li button, li a, li>div{
        padding: 8px;
        border-bottom: 1px solid var(--light-blue);
        line-height: 20px;
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        box-shadow: unset !important;
        &:hover{
            background-color: #fafcff;
            color: var(--dark-blue);
        }
    }
    li:last-of-type{
        button, a{
            border-bottom: unset !important;
        }
    }
}
.format-list, .blue-bullets{
    list-style-type: disc;
    padding-left: 20px;
}

.confirm-delete-message{
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* title */
    &>span{
        color: var(--dark-blue);
        margin-bottom: -2px;
        font-size: 20px;
        line-height: normal;
        font-weight: 500;
    }
    /* descr */
    &>p{

    }
    /* buttons */
    &>div{
        display: flex;
        align-items: center;
        gap: 16px;
    }
}

.bordered-table-wrap{
    border-radius: 8px;
    border: 1px solid var(--light-blue);
}

.add-question-message{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.notice{
    padding: 8px;
    padding-left: 36px;
    border-radius: 8px;
    background-color: var(--light-blue);
    color: var(--dark-blue);
    background-size: 20px;
    background-position: left 8px top 8px;
    background-repeat: no-repeat;
    background-image: url(/assets/img/icons/notice-info.svg);
    font-size: 14px;
    line-height: 20px;
    &.notice--warning{
        color: #0A0A0A;
        background-color: #F9E3B7;
        background-image: url(/assets/img/icons/notice-warning.svg);
    }
}

/* .profile-section{
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--light-blue);
    background-color: #fff;
} */
.profile-section{
    .basic-header + .container{
        padding-top: 32px;
    }
}

.page-smt, .page-amr, .page-privacy{

    .basic-header{
        padding-bottom: 72px;
    }
    .content-wrap{
        padding-bottom: 32px;
    }
    &.page-smt--needs-consent, &.page-amr--needs-consent{
        .basic-header{
            padding-bottom: 40px;
            margin-bottom: -56px;
        }
        .content-wrap{
            padding-top: 32px;
            padding-bottom: 32px;
            .smt-consent-page{
                max-width: 920px;
                .smt-consent{
                    border-radius: 8px;
                    border: 1px solid #E6EDF4;
                    background-color: #fff;
                    padding: 24px;
                    margin-bottom: 24px;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 24px;
                    .title{
                        font-size: 24px;
                        line-height: 32px;
                        color: var(--dark-blue);
                        font-weight: 500;
                    }
                    .descr{

                    }
                }
            }
        }
    }
}

.wrapper-subnav{
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: -46px;
    margin-bottom: 24px;
    min-height: 46px;
    li{
        a, button{
            line-height: 1;
            height: 42px;
            display: flex;
            align-items: flex-end;
            padding-bottom: 12px;
            font-size: 16px;
            /* font-weight: 500; */
            color: var(--dark-blue);
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            padding-left: 16px;
            padding-right: 16px;
            background-color: var(--light-blue);
            text-decoration: unset;
            transition: .1s ease;
            &.active{
                height: 46px;
                background-color: #FAFCFF;
            }
            box-shadow: unset !important;
        }
    }
}

.saving{
    opacity: .7;
    pointer-events: none;
}

.page-wrap--smt, .page-wrap--stock-declarations, .page-wrap--amr{
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr 400px;
    &.page-wrap--amr{
        padding-top: 24px;
    }
    .left{
        display: flex;
        flex-direction: column;
        gap: 32px;

        .intro{
            display: flex;
            flex-direction: column;
            gap: 12px;

            .title{
                font-size: 18px;
                font-weight: 500;
                line-height: 22px;
                color: var(--dark-blue);
            }

            .descr{
            }
        }

        h4{
            font-size: 18px;
            font-weight: 500;
            line-height: 22px;
            color: var(--dark-blue);
        }

        .stock-declarations{
            display: flex;
            flex-direction: column;
            gap: 32px;
            .week, .month{
                display: flex;
                flex-direction: column;
                gap: 16px;
                .head{
                    display: flex;
                    align-items: center;
                    gap: 24px;
                    div{
                        color: var(--dark-blue);
                        font-size: 24px;
                        line-height: 36px;
                        font-weight: 500;
                    }
                    span{
                        display: flex;
                        align-items: center;
                        gap: 8px;
                        padding: 0 16px;
                        height: 36px;
                        color: var(--dark-blue);
                        background-color: var(--light-blue);
                        border-radius: 8px;
                    }
                }
                .declarations{
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    .declaration--inner{
                        display: flex;
                        align-items: center;
                        gap: 24px;
                        padding: 24px;
                        min-height: 114px;
                        border-radius: 8px;
                        border: 1px solid var(--light-blue);
                        background-color: #fff;
                        transition: .1s ease;
                        &>svg{
                            width: 64px;
                            height: auto;
                        }
                        .spinner-wrap{
                            display: flex;
                            justify-content: center;
                            min-width: 64px;

                            .st0{
                                fill: #56D087;
                            }
                        }
                        &.declaration--template-not-downloaded{
                            &.dragover{
                                border: 1px solid #2f81bc;
                                background-color: #F0F7FB;
                            }

                            .info-wrap{
                                display: flex;
                                flex-direction: column;
                                gap: 8px;
                                align-items: flex-start;

                                .title{
                                    color: var(--dark-blue);
                                    font-weight: 500;
                                    font-size: 18px;
                                    line-height: 1;
                                }
                            }
                        }
                        &.declaration--template-downloaded{
                            &.dragover{
                                border: 1px solid #2f81bc;
                                background-color: #F0F7FB;
                            }

                            .info-wrap{
                                display: flex;
                                flex-direction: column;
                                gap: 8px;

                                .title{
                                    color: var(--dark-blue);
                                    font-weight: 500;
                                    font-size: 18px;
                                    line-height: 1;
                                }
                            }
                        }
                        &.declaration--uploading{
                            border-radius: 4px;
                            .title{
                                color: var(--dark-blue);
                                font-weight: 500;
                                font-size: 18px;
                                line-height: 1;
                                margin-bottom: 4px;
                            }
                            .descr{
                                color: #6A6A6A;
                            }
                            .info-wrap{

                            }
                        }
                        &.declaration--uploaded{
                            .info-wrap{
                                display: flex;
                                flex-direction: column;
                                gap: 4px;
                                .title{
                                    color: var(--dark-blue);
                                    font-weight: 500;
                                    font-size: 18px;
                                    line-height: 1;
                                }
                                .descr,
                                .metadata{
                                    color: #6A6A6A;
                                }
                            }
                        }
                        &.declaration--error{
                            border-color: #e5352c !important;
                        }
                    }
                    .error{
                        color: #e5352c !important;
                        margin: 2px 0;
                    }
                }
            }
        }
        button.load-more{
            align-self: flex-start;
            margin-top: -12px;
        }
        .empty-state{

        }
    }
    .right{
        .smt-disclaimer{
            padding: 24px;
            background-color: var(--light-blue);
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            .title{
                font-size: 18px;
                font-weight: 500;
                line-height: 22px;
                color: var(--dark-blue);
            }
        }
    }
}

/* restructure */
.page-wrap--smt{
    .left{
        gap: 28px;
        .title-wrap{
            h2{
                color: var(--dark-blue);
                font-size: 24px;
                line-height: 32px;
                font-weight: 500;
            }
            .amount{
                background-color: #E6EDF4;
                min-width: 24px;
                padding: 0 6px;
                text-align: center;
                border-radius: 99px;
                color: var(--dark-blue);
                font-size: 15px;
                font-weight: 500;
                flex-shrink: 0;
                line-height: 24px;
                margin: 4px 0;
            }
        }
        .empty-state{
            background-color: #fff;
            border: 1px solid var(--light-blue);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 40px 24px;
            border-radius: 8px;
            gap: 24px;
            color: var(--dark-blue);
            font-size: 15px;
            line-height: 20px;
        }
        .stock-declarations{
            gap: 8px;
            &>.month{
                gap: 8px;
                &>.head{
                    color: var(--dark-blue);
                    font-size: 18px;
                    line-height: normal;
                    font-weight: 500;
                }
                &>.declarations{

                    .declaration{

                        .declaration--inner{
                            padding: 0;
                            gap: 0;
                            min-height: 90px;
                            align-items: unset;
                            &.declaration--uploading{
                                .day-wrap{
                                    .display-day, .display-month{
                                        opacity: 0;
                                    }
                                }
                            }
                            .day-wrap{
                                padding: 16px;
                                min-width: 90px;
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                justify-content: center;
                                border-right: 1px solid var(--light-blue);
                                position: relative;
                                color: var(--dark-blue);
                                .spinner-wrap{
                                    position: absolute;
                                    top: 50%;
                                    transform: translateY(-50%);
                                    z-index: 1;
                                }
                                .display-day{
                                    font-size: 24px;
                                    line-height: 28px;
                                    font-weight: 500;
                                }
                                .display-month{
                                    font-size: 16px;
                                    line-height: 20px;
                                    text-transform: uppercase;
                                }
                            }
                            .info-wrap{
                                padding: 16px;
                                align-self: center;
                                flex-grow: 1;
                                .buttons-wrap{
                                    gap: 8px;
                                }
                            }
                            .stamp-wrap{
                                padding: 16px;
                                display: flex;
                                align-items: center;
                                .status-stamp{
                                    margin: unset;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .right{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}

.smt-api-keys{
    display: flex;
    flex-direction: column;
    gap: 16px;
    .item{
        background-color: #fff;
        border: 1px solid var(--light-blue);
        padding: 24px;
        border-radius: 8px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr auto auto;
        gap: 24px;
        &.item--expired{
            &>div:not(.delete-wrap){
                opacity: .55;
                filter: grayscale(1);
            }
        }
        .label{
            color: var(--fagg-blue);
        }
        .expirationdate-wrap{
            padding-right: 8px;
        }
        .delete-wrap{
            display: flex;
            align-items: center;
            button{
                display: flex;
                align-items: center;
                gap: 8px;
                color: #AE1111;
                text-decoration: underline;
            }
        }
    }
}

.container-full-width{
    max-width: unset !important;
}

.auth-page{
    background-color: #fff;
    #app{
        background-color: var(--dark-blue);
    }
    .auth-logo-wrap{
        display: flex;
        justify-content: center;
        padding-top: 40px;
        padding-bottom: 64px;
    }
    .auth-page-inner{
        display: flex;
        flex-direction: column;
        gap: 40px;
        max-width: 480px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0px 2px 8px 0px rgba(53, 84, 119, 0.20);
        margin: auto;
        padding: 32px;
        align-items: center;
        margin-bottom: 64px;
        .head{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            h1{
                color: var(--dark-blue);
                font-size: 18px;
                line-height: normal;
                font-weight: 500;
            }
        }
        .email-pill-wrap{

        }
        .form-wrap{
            width: 100%;
            .app-btn-primary{
                height: 40px;
                padding-left: 16px;
                padding-right: 16px;
                gap: 8px;
                width: 100%;
                text-align: center;
                justify-content: center;
                margin-top: 16px;
            }
        }
    }
}

.app-field-password{

    label{
        .format-link{
            position: absolute;
            transform: translateY(-50%);
            top: 50%;
            right: 8px;
            font-size: 12px;
        }
    }
    .pass-req{
        margin-top: 12px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        row-gap: 12px;
        &>div{
            display: flex;
            gap: 8px;
            width: calc(50% - 8px);
            &.checked{
                svg path{
                    fill: #56D087;
                }
            }
            svg{

            }
            span{
                line-height: 20px;
            }
        }
    }
}

.suppliers-wrapper, .gov-wrapper{
    .basic-header{
        padding-bottom: 72px;
    }
}

.modal-message-answer{

}

.table-pill{
    display: inline-block;
    color: #fff !important;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 0 6px;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
    transform: translateY(-1px);
    &.table-pill--red{
        /* background-color: var(--red); */
        background-color: var(--light-blue);
        color: var(--dark-blue) !important;
    }
    &.table-pill--orange{
        background-color: var(--light-blue);
        color: var(--dark-blue) !important;
    }
    &.table-pill--lg{
        line-height: 24px;
        transform: translateY(-2px);
    }
}

.optional{
    margin-left: 4px;
    font-weight: 400;
    color: #BCBCBD;
}

.after{
    color: #6A6A6A;
}

.page-privacy{
    .privacy-content {
        border-radius: 8px;
        border: 1px solid var(--light-blue);
        background-color: #fff;
        line-height: 22px;
        padding: 16px;
        max-width: 1200px;
        p, ul, ol{
            margin-bottom: 16px;
        }
        ul{
            list-style-type: disc;
            margin-top: 16px;
            padding-left: 20px;
        }
        ol{
            list-style-type: decimal;
            margin-top: 16px;
            padding-left: 20px;

        }
        &:last-child{
            margin-bottom: 0 !important;
        }
        table{
            tr{
                th{
                    min-width: 250px;
                }
            }
        }
        .table-wrap{
            overflow-x: auto;
        }
        h2{
            margin-bottom: 12px;
            font-size: 24px;
            color: var(--dark-blue);
            line-height: 30px;
            text-align: left;
            font-weight: 500;
            margin-top: 24px;
        }
        h3{
            margin-bottom: 12px;
            font-size: 22px;
            color: var(--dark-blue);
            line-height: 26px;
            text-align: left;
            font-weight: 500;
            margin-top: 24px;
        }
        h4{
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 12px;
            color: var(--dark-blue);
            font-weight: 500;
            margin-top: 24px;
        }
    }
}

.modal-select-pharmacy{
    .label{
        margin-bottom: 8px !important;
    }
    .select-pharmacy-wrap{
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 24px;
        &>div{
            
            &>button{
                display: flex;
                gap: 8px;
                align-items: center;
                justify-content: flex-start;
                text-align: left;
                width: 100%;
                background-color: var(--light-blue);
                padding: 8px;
                border-radius: 8px;
                transition: .2s ease;
                &:hover{
                    background-color: #d8e0e9;
                }
                img{
                    width: 20px;
                }
                .pharmacy-name{
                    color: var(--dark-blue);
                }
                .pharmacy-extref{
                    font-size: 12px;
                    color: #6A6A6A;
                }
            }
        }
    }
}

/* MOBILE */

.close-mobile-wrap,
.mobile-menu-toggle
{
    display: none !important;
}
@media only screen and (max-width: 1300px) {
    .navigation-wrap {
        & .container {
            & .navigation-inner {
                & > nav {
                    & ul.nav-ul {
                        & > li {
                            &>a, &>button {
                                &>i{
                                    display: none;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
@media only screen and (max-width: 1100px) {
    .close-mobile-wrap{
        display: flex !important;
        cursor: pointer !important;
        box-shadow: unset !important;
        padding: 8px !important;
    }
    .mobile-menu-toggle{
        position: absolute;
        left: 9px;
        margin-top: -8px !important;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex !important;
    }
    .container{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .navigation-wrap {
        position: relative;
        padding-bottom: 32px;
        & .container {
            & .navigation-inner {
                overscroll-behavior: contain;
                & > a:not(.app-btn-primary), & > button:not(.app-btn-primary) {
                    margin: auto;
                    img {
                        width: auto;
                        height: 44px;
                    }
                }
                & > nav {
                    cursor: pointer;
                    position: fixed;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    top: 0;
                    width: 100%;
                    flex-direction: column;
                    gap: 0;
                    justify-content: flex-end;
                    align-items: normal;
                    background: rgba(0, 0, 0, 0.60);
                    z-index: 99;
                    overflow-y: auto;
                    opacity: 0;
                    pointer-events: none;
                    transition: opacity .4s ease;
                    &.nav-show-mobile{
                        opacity: 1;
                        pointer-events: all;
                    }
                    *{
                        color: var(--dark-blue);
                    }
                    &>*{
                        background-color: #FAFCFF;
                        cursor: default;
                    }
                    &>.right, &>.close-mobile-wrap{
                        padding: 20px 16px;
                        color: var(--dark-blue);
                        border-bottom: 1px solid #E5E5E5;
                        display: flex;
                        justify-content: center;
                        &.close-mobile-wrap{
                            background-color: var(--light-blue);
                        }
                        .app-btn-primary{
                            width: 100%;
                            justify-content: center;
                        }
                        .profile-box{
                            width: 100%;
                        }
                    }
                    & ul.nav-ul {
                        border-top-left-radius: 8px;
                        border-top-right-radius: 8px;
                        gap: 0;
                        flex-direction: column;
                        gap: 0;
                        justify-content: normal;
                        & > li {
                            &>a, &>button {
                                flex-grow: 1;
                                padding: 20px 16px;
                                color: var(--dark-blue);
                                border-bottom: 1px solid #E5E5E5;
                                column-gap: 16px;
                                row-gap: 0;
                                &.app-popover-wrap{
                                    flex-wrap: wrap;
                                }
                                .app-popover--nav{
                                    transform: unset !important;
                                    position: relative !important;
                                    opacity: 1 !important;
                                    left: unset !important;
                                    top: unset !important;
                                    right: unset !important;
                                    bottom: unset !important;
                                    max-width: unset !important;
                                    box-shadow: unset !important;
                                    background-color: var(--light-blue) !important;
                                    margin-left: -16px !important;
                                    margin-right: -16px !important;
                                    width: calc(100% + 32px) !important;
                                    border-radius: unset !important;
                                    margin-bottom: -20px !important;
                                    margin-top: 20px !important;
                                    border-top: 1px solid #E5E5E5 !important;
                                    opacity: 0 !important;
                                    pointer-events: none !important;
                                    height: 0 !important;
                                    transition: unset !important;
                                    &.app-popover--shown{
                                        opacity: 1 !important;
                                        pointer-events: all !important;
                                        height: auto !important;
                                    }
                                    ol{
                                        padding: unset;
                                        li{
                                            a{
                                                flex-grow: 1;
                                                padding: 20px 16px;
                                                color: var(--dark-blue);
                                                column-gap: 16px;
                                                row-gap: 0;
                                                &>i{
                                                    width: 32px !important;
                                                    height: 32px !important;
                                                    scale: 1.37;
                                                }
                                            }
                                        }
                                    }
                                }
                                .toolbar-amount{
                                    /* color: var(--dark-blue); */
                                    margin-left: -8px;
                                }
                                &>i{
                                    display: inline-block;
                                    &.icon-nav-human{
                                        background-image: url(/assets/img/icons/nav-human-dark.svg);
                                    }
                                    &.icon-nav-veterinary{
                                        background-image: url(/assets/img/icons/nav-veterinary-dark.svg);
                                    }
                                    &.icon-nav-more{
                                        background-image: url(/assets/img/icons/nav-more-dark.svg);
                                    }
                                    &.icon-nav-contact{
                                        background-image: url(/assets/img/icons/nav-contact-dark.svg);
                                    }
                                }
                                &>span{
                                    flex-grow: 1;
                                    justify-content: space-between;
                                    align-items: center;
                                    &>span{
                                        color: var(--dark-blue);
                                    }
                                    &>i{
                                        transition: .1s ease;
                                        &.icon-nav-chev{
                                            background-image: url(/assets/img/icons/nav-chev-dark.svg);
                                            transform: unset;
                                        }
                                    }
                                }
                                &.active, &:hover, &:focus{
                                    &>i{
                                        &.icon-nav-human{
                                            background-image: url(/assets/img/icons/nav-human-active.svg);
                                        }
                                        &.icon-nav-veterinary{
                                            background-image: url(/assets/img/icons/nav-veterinary-active.svg);
                                        }
                                        &.icon-nav-more{
                                            background-image: url(/assets/img/icons/nav-more-active.svg);
                                        }
                                        &.icon-nav-contact{
                                            background-image: url(/assets/img/icons/nav-contact-active.svg);
                                        }
                                    }
                                    &>span{
                                        &>span{
                                            color: var(--lighter-green);
                                            transform: unset;
                                        }
                                        &::after{
                                            opacity: 0 !important;
                                        }
                                        i{
                                            &.icon-nav-chev{
                                                background-image: url(/assets/img/icons/nav-chev-active.svg);
                                                transform: translateY(0px);
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .profileMenuContainer{
        bottom: 100%;
        top: unset;
        transform: translateY(-8px) translateX(-50%);
        right: unset;
        left: 50%;
    }
    .wrapper-subnav {
        & li {
            a, button {
                padding-bottom: 0;
                font-size: 14px;
                padding-left: 8px;
                padding-right: 8px;
                align-items: center;
            }
        }
    }
    .portal--login-route{
        table, .overview{
            min-width: 1000px;
        }
    }
    section.public-search {
        .public-search-inner {
            padding-top: 0;
            padding-bottom: 32px;
            padding-bottom: 40px;
            padding-bottom: 24px;
            gap: 24px;
            gap: 16px;
            h1{
                font-size: 18px;
                line-height: normal;
            }
            & .main-search {
                height: 48px;
                input {
                    padding: 16px;
                    font-size: 16px;
                }
                button.adv-search{
                    font-size: 14px;
                    display: none;
                }
                button.search{
                    width: 48px;
                    i{
                        width: 24px;
                        height: 24px;
                    }
                }
            }
        }
    }
    section.home-toggle {
        & .home-toggle-inner {
            height: 40px;
            button {
                padding: 8px 12px;
                gap: 8px;
                align-items: center;
                i{
                    width: 20px;
                    height: 20px;
                }
                span{
                    font-size: 14px;
                    line-height: 16px;
                }
            }
        }
    }
    @media only screen and (max-width: 400px) {
        section.home-toggle {
            & .home-toggle-inner {
                button {
                    i{
                        display: none;
                    }
                }
            }
        }
    }
    section.stats-grid{
        display: flex;
        flex-direction: column;
        & .panel {
            padding: 24px 16px;
            & .panel-inner-stats {
                gap: 24px;
                &>.inner-grid {
                    grid-template-columns: 1fr;
                    & > .stat-wrap {
                        &>.num-wrap {
                            gap: 8px;
                            &>.num{
                                padding: 8px;
                                font-size: 32px;
                                line-height: 26px;
                            }
                            &>.descr {
                                margin-bottom: 3px;
                            }
                        }
                        &>.descr {
                            font-size: 18px;
                            line-height: 22px;
                            max-width: 400px;
                        }
                    }
                }
            }
            & .panel-inner-stat {
                &>button, &>a {
                    margin-top: -8px;
                }
            }
        }
        /* &>div.a-wrap{
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            a{
                &:last-of-type{
                    text-align: center;
                }
            }
        } */
    }
    section.info-section {
        margin: 56px 0;
        h2 {
            font-size: 24px;
            margin-bottom: 24px;
        }
        .info-grid{
            gap: 24px;
            grid-template-columns: 1fr;
            .left{
                gap: 24px;
            }
            & .panel {
                button {
                    display: none;
                }
            }
        }
    }
    section.about-section{
        margin: 0;
        .about-section-inner{
            flex-direction: column;
            align-items: center;
            gap: 0;
            .left{
                width: 100%;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                gap: 16px;
                span{
                    white-space: unset;
                }
            }
            .right{
                border-bottom-left-radius: 16px;
                svg{
                    display: none;
                }
            }
        }
    }
    .basic-header {
        padding-top: 0px;
        padding-bottom: 24px;
        h1 {
            margin-bottom: 0;
            font-size: 24px;
            line-height: 32px;
            &>span{
                    min-width: 0 !important;
            }
            .search-results-total-rows{
                display: inline-flex;
                height: 18px;
                line-height: 18px;
                font-size: 12px;
                background-color: #fff;
                color: var(--dark-blue);
                border-radius: 99px;
                padding: 0 6px;
                font-weight: 500;
                vertical-align: middle;
                transform: translateY(-1px);
            }
        }
    }
    .page-about, .page-faq, .page-glossary, .page-contact, .page-gov-login, .page-disclaimer {
        .basic-header {
            padding-bottom: 48px;
            margin-bottom: -32px;
        }
        .content-wrap{
            padding: 16px;
        }
        .flyout-list-wrap {
            padding: 8px 16px;
            h3{
                margin-bottom: 8px;
            }
        }
        &.page-faq{
            .flyout-list-wrap {
                padding: 16px;
                padding-bottom: 8px;
            }
        }
    }
    .app-human-dashboard, .app-veterinary-dashboard, .app-suppliers-dashboard, .app-questions-dashboard, .app-gov-distributors-dashboard{
        .sections-wrap{
            display: flex;
            flex-direction: column;
            gap: 56px;
            padding: 24px 0;
            section.dashboard-section{
                .title-wrap{
                    margin-bottom: 16px;
                    h2{
                        display: flex;
                        align-items: center;
                        gap: 16px;
                        i{
                            width: 40px;
                            height: 40px;
                        }
                        span{
                            font-size: 18px;
                            line-height: 20px;
                        }
                    }
                    .format-link{
                        flex-shrink: 0;
                    }
                }
            }
        }
    }
    .searched-outer-wrap{
        display: none;
    }
    .notifications-search{
        .advanced-btn{
            display: none;
        }
    }
    @media screen and (max-width: 600px) {
        section.public-search {
            .public-search-inner {
                h1{
                    /* max-width: 310px; */
                }
            }
        }
        .notifications-search{
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            .advanced-btn{
                display: none;
            }
            .search-filters{
                width: 100%;
                max-width: 600px;
                flex-direction: column;
                &>*{
                    width: 100%;
                    max-width: 100% !important;
                }
                &>button.app-btn-search{
                    justify-content: center;
                }
                .search-select{
                    display: flex;
                    align-items: center;
                    gap: 4px;
                }
            }
            .notify-query{
                margin-top: 0;
            }
        }
    }
}
@media only screen and (max-width: 1100px) {
    .overview--has-mobile{
        border-radius: 0 !important;
        border: unset !important;
        .empty-state{
            border: 1px solid var(--light-blue);
        }
    }
    .overview--desktop{
        display: none !important;
    }
    .overview--mobile{
        display: flex !important;
        flex-direction: column;
        background-color: #E5E5E5;
        gap: 2px;
        border-top: 2px solid #E5E5E5;
        border-bottom: 2px solid #E5E5E5;
        margin-left: -16px;
        margin-right: -16px;
        .notification-card{
            padding: 16px;
            background-color: #fff;
            display: flex;
            flex-direction: column;
            gap: 16px;
            cursor: pointer;
            &:hover{
                background-color: #fafcff;
            }
            .mob-label{
                color: var(--fagg-blue);
                margin-bottom: 0;
                font-size: 12px;
                line-height: 14px;
                display: flex;
                font-weight: 500;
            }
            .mob-value{
                display: flex;
                line-height: 20px;
                line-height: 16px;
                margin-top: 2px;
            }
            .notification-title-wrap{
                display: flex;
                gap: 12px;
                justify-content: space-between;
                margin-bottom: -4px;
                margin-top: 1px;
                .title{
                    color: var(--dark-blue);
                    font-weight: 500;
                    line-height: 18px;
                    margin-bottom: -2px;
                    .table-pill{
                        margin: 2px;
                    }
                }
                .right{
                    display: flex;
                    flex-shrink: 0;
                    align-items: center;
                    gap: 4px;
                    .tooltip{
                        right: 0 !important;
                        left: unset !important;
                        transform: translate(0, -100%) !important;
                    }
                    .human-tag, .animal-tag{
                        min-height: unset;
                    }
                }
            }
            .notification-statuses{
                display: flex;
                flex-direction: column;
                gap: 8px;
                .notification-status{
                    padding: 16px;
                    background-color: #FAFCFF;
                    border: 1px solid var(--light-blue);
                    border-radius: 8px;
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                }
            }
            .notification-foot{
                display: flex;
                align-items: flex-end;
                justify-content: space-between;
                gap: 8px;
                .app-notify-me{
                    margin-left: 0;
                }
                .format-link{
                    transform: translateY(1px);
                }
            }
        }
    }
    .app-human-dashboard, .app-veterinary-dashboard, .app-suppliers-dashboard, .app-questions-dashboard, .app-gov-distributors-dashboard {
        .sections-wrap {
            /* gap: 48px; */
            padding: 32px;
        }
    }
    .modal-dialog{
        .modal-content{
            padding: 16px;
        }
    }
    .notify-me-modal-submit{
        padding: 16px !important;
    }
    .error-page, .link-page {
        .content-wrap {
            padding: 32px 16px;
            gap: 8px;
        }
    }

    /* notification detail */
    .app-notification-detail {
        .notification-detail-head {
            padding-top: 0;
            padding-bottom: 24px;
            gap: 16px;
            margin-bottom: 0;
            .container{
                display: flex;
                flex-direction: column;
                h1{
                    font-size: 24px;
                    line-height: 32px;
                    order: 2;
                    margin-bottom: 0;
                    margin-top: 16px;
                }
                .head-foot{
                    order: 1;
                    gap: 16px;
                    .right{
                        .app-notify-me--detail{
                            display: none !important;
                        }
                    }
                }
                &>.app-notify-me--detail{
                    margin: unset;
                    display: flex !important;
                    order: 3;
                    align-self: flex-start;
                    margin-top: 16px;
                }
            }
        }
        .detail-panels-wrap {
            margin-left: -16px;
            margin-right: -16px;
            margin-top: 16px;
            margin-bottom: 16px;
            gap: 16px;
            .detail-panel {
                border-radius: unset;
                border: 1px solid #E6EDF4;
                border-left: unset;
                border-right: unset;
                background-color: #fff;
                padding: 24px 16px;
                padding-bottom: 0;
            }
            .root-history-button, .history-title{
                padding-left: 16px;
                padding-right: 16px;
            }
        }
        .detail-table-wrap{
            padding-left: 16px;
            padding-right: 16px;
            .table-scroll{
                overflow-x: auto;
                table{
                    min-width: 490px;
                }
            }
        }
        .detail-panel--question-prompt{
            margin-left: 16px !important;
            margin-right: 16px !important;
            border: 1px solid #E6EDF4 !important;
            border-radius: 8px !important;
        }
    }
    .app-notification-detail {
        &.app-notification-detail--child-route {
            .notification-detail-head {
                margin-top: 0 !important;
            }
        }
    }
}