﻿@font-face {
    font-family: "govco-font";
    src: url("../assets/icons/fonts/govco-font-icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* WorkSans-Regular */
@font-face {
    font-family: "WorkSans-Regular";
    src: url("../assets/fonts/Work_Sans/static/WorkSans-Regular.ttf");
}

/* WorkSans-SemiBold */
@font-face {
    font-family: "WorkSans-SemiBold";
    src: url("../assets/fonts/Work_Sans/static/WorkSans-SemiBold.ttf");
}

html {
    font-size: 100%;
}

.dropdown-candy-box-govco {
    font-family: "WorkSans-Regular";
}

.button-rounded-menu-govco {
    position: relative;
    padding: 0px 0px !important;
    border-radius: 1.313rem !important;
    transition-duration: 0.3s;
    width: 42px;
    height: 42px;
    background-color: #3366cc !important;
    border: 0 !important;
    box-shadow: none !important;
    line-height: 1.5 !important;
    font-family: "WorkSans-Regular";
    text-transform: none !important;
    letter-spacing: normal !important;
}

    .button-rounded-menu-govco[aria-expanded="false"]:hover,
    .button-rounded-menu-govco[aria-expanded="false"]:focus-visible,
    .button-rounded-menu-govco[aria-expanded="false"].hover,
    .button-rounded-menu-govco[aria-expanded="false"].focus {
        background-color: #e6effd !important;
    }

    .button-rounded-menu-govco[aria-expanded="false"]:focus-visible,
    .button-rounded-menu-govco[aria-expanded="false"].focus {
        outline: max(0.125rem, 0.125rem) solid #000000;
        outline-offset: max(0.125rem, 0.125rem);
    }

    .button-rounded-menu-govco[aria-expanded="false"]:active {
        background-color: #004884 !important;
    }

    .button-rounded-menu-govco[aria-expanded="true"] {
        background-color: #004884 !important;
    }

    .button-rounded-menu-govco::before {
        font-family: "govco-font";
        color: #ffffff;
        display: inline-block;
        font-size: 24px;
        content: "\eb66";
    }

    .button-rounded-menu-govco[aria-expanded="false"]:hover::before,
    .button-rounded-menu-govco[aria-expanded="false"]:focus-visible::before,
    .button-rounded-menu-govco[aria-expanded="false"].hover::before,
    .button-rounded-menu-govco[aria-expanded="false"].focus::before {
        color: #3366cc;
    }

    .button-rounded-menu-govco[aria-expanded="false"]:active::before {
        color: #ffffff;
    }

.dropdown-container-govco {
    width: 2.625rem !important;
    padding: 0 !important;
}

.dropdown-arrow-govco {
    visibility: hidden;
    width: 0;
    height: 0;
    border-right: 0.435rem solid transparent;
    border-top: 0.435rem solid transparent;
    border-left: 0.435rem solid transparent;
    border-bottom: 0.435rem solid #ffffff;
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 1;
    transform: translate(-14px, 10px);
}

.button-rounded-menu-govco .tooltip-text-govco {
    visibility: hidden;
    width: 18rem;
    height: 5.125rem;
    background-color: #ffffff;
    color: #4b4b4b;
    text-align: left;
    border-radius: 5px;
    padding: 10px 15px;
    position: absolute;
    z-index: 1;
    top: 0%;
    right: 0%;
    font-size: 14px;
    box-shadow: 4px 4px 2px #4b4b4b1a;
    transform: translate(0px, 52px);
}

.button-rounded-menu-govco[aria-expanded="false"]:hover .tooltip-text-govco,
.button-rounded-menu-govco[aria-expanded="false"]:hover .dropdown-arrow-govco,
.button-rounded-menu-govco[aria-expanded="false"].hover .tooltip-text-govco,
.button-rounded-menu-govco[aria-expanded="false"].hover .dropdown-arrow-govco,
.button-rounded-menu-govco[aria-expanded="false"]:focus .tooltip-text-govco,
.button-rounded-menu-govco[aria-expanded="false"]:focus .dropdown-arrow-govco,
.button-rounded-menu-govco[aria-expanded="false"].focus .tooltip-text-govco,
.button-rounded-menu-govco[aria-expanded="false"].focus .dropdown-arrow-govco {
    visibility: visible;
}

.dropdown-menu-candy-box-govco {
    width: 18rem;
    height: 9.375rem;
    background-color: #ffffff !important;
    box-shadow: 0.25rem 0.25rem 0.125rem #4b4b4b1a !important;
    border-radius: 0.313rem !important;
    padding: 14px 0.375rem 7px 0.375rem !important;
    margin-top: 10px !important;
    text-align: center !important;
    border: none !important;
    inset: 0px calc(2.625rem * (-0.01)) auto auto !important;
}

    .dropdown-menu-candy-box-govco.show {
        transform: translate(0px, 42px) !important;
    }

    .dropdown-menu-candy-box-govco.not-show {
        display: none !important;
    }

.button-rounded-menu-govco[aria-expanded="true"] + .dropdown-arrow-govco {
    visibility: visible;
}

.dropdown-title-govco {
    font-family: "WorkSans-SemiBold";
    font-size: 16px;
    color: #4b4b4b;
}

.dropdown-item-menu-ul {
    list-style: none;
    padding: 0 !important;
    margin: 0.4rem 0 0 0 !important;
    display: flex;
    justify-content: center;
}

.dropdown-item-menu-li {
    width: 5.75rem;
    height: 6.063rem;
    padding: 0;
}

.dropdown-item-govco {
    padding: 0.6rem !important;
    white-space: normal !important;
    border-radius: 0.3rem;
    line-height: 1rem;
    position: relative;
}

.dropdown-item-icon-govco {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.313rem;
    background-color: #3366cc;
    margin: 0 auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

.icon-ciiu-govco {
    line-height: 0;
}

    .icon-ciiu-govco::after {
        font-family: "govco-font";
        color: #ffffff;
        font-size: 1.875rem;
        line-height: 18px;
        content: "\ec02";
    }

.icon-govco-govco {
    line-height: 0;
}

    .icon-govco-govco::after {
        font-family: "govco-font";
        color: #ffffff;
        font-size: 2rem;
        line-height: 18px;
        content: "\ec2f";
    }

.icon-folder-user-govco {
    line-height: 0;
}

    .icon-folder-user-govco::after {
        font-family: "govco-font";
        color: #ffffff;
        display: inline-block;
        font-size: 1.5rem;
        line-height: 18px;
        content: "\ec26";
    }

.dropdown-item-govco span {
    font-family: "WorkSans-Regular";
    text-align: center;
    color: #4b4b4b;
    font-size: 0.875rem;
}

.dropdown-item-govco.disabled .dropdown-item-icon-govco {
    background-color: #737373;
}

.dropdown-item-govco:hover,
.dropdown-item-govco.hover {
    background-color: #e6effd !important;
    transition: all 0.3s linear;
}

    .dropdown-item-govco:hover span,
    .dropdown-item-govco.hover span {
        color: #004884;
    }

.dropdown-item-govco:focus {
    background-color: #ffffff !important;
}

.dropdown-item-govco:focus-visible,
.dropdown-item-govco.focus {
    background-color: #ffffff !important;
    outline: max(0.125rem, 0.125rem) solid #000000;
    z-index: 1;
}

.dropdown-item-govco:active,
.dropdown-item-govco.active-select {
    background-color: #ffffff !important;
    outline: 1px solid #004884;
    outline-offset: -1px;
    box-shadow: 0px 3px 2px #282c3424;
}

    .dropdown-item-govco:active .dropdown-item-icon-govco,
    .dropdown-item-govco.active-select .dropdown-item-icon-govco {
        background-color: #004884 !important;
    }

    .dropdown-item-govco:active .item-active-icon-govco::before,
    .dropdown-item-govco.active-select .item-active-icon-govco::before {
        font-family: "govco-font";
        position: absolute;
        top: 10%;
        right: 22%;
        content: "\e8a4";
        font-size: 16px;
        color: #068460;
    }

    .dropdown-item-govco:active .item-active-icon-background-govco::before,
    .dropdown-item-govco.active-select .item-active-icon-background-govco::before {
        font-family: "govco-font";
        position: absolute;
        top: 10%;
        right: 22%;
        content: "\ec01";
        font-size: 16px;
        color: #ffffff;
    }
