.roles-directory-widget-tooltip-container {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.16, 1, .3, 1);
    animation-timing-function: cubic-bezier(.16, 1, .3, 1);
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    color: #0a0a0b;
    padding: 20px;
    position: absolute;
    text-align: left;
    width: 350px;
    z-index: 10 !important
}

.roles-directory-widget-tooltip-container * {
    margin: 0;
    padding: 0
}

.roles-directory-widget-tooltip-content-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px
}

.roles-directory-widget-tooltip-content-description {
    color: #4e4e56;
    font-size: 14px;
    font-weight: 500
}

.roles-directory-widget-skill-pill {
    background: #f0fbff;
    border: 1px solid #f4f4f5;
    border-radius: 100px;
    color: #11639c;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
    padding: 2px 12px
}

.roles-directory-widget-tooltip-pointer {
    background: #fff;
    height: 24px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 24px;
    z-index: 0
}

@-webkit-keyframes animate-slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animate-slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.roles-directory-widget .bubble {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border: 1.5px solid rgba(78, 78, 78, .5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 10px;
    text-align: center
}

.roles-directory-widget .bubble:hover {
    cursor: pointer
}

.roles-directory-widget .dark-bubble {
    background: #202020
}

.roles-directory-widget .blur {
    -webkit-animation: lowOpacity .1s;
    animation: lowOpacity .1s;
    opacity: .5
}

.roles-directory-widget .bubble-text {
    color: #e8feed;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 20px
}

.roles-directory-widget .bubble-container-inner {
    -webkit-animation: bubble-scale-up .3s linear;
    animation: bubble-scale-up .3s linear;
    background: transparent;
    border: 0 dashed green;
    border-radius: 999px;
    position: absolute;
    transition: padding .2s linear, border .2s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1
}

.roles-directory-widget .bubble-container-inner:after {
    border: 1px dashed #29d657;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: -1px;
    opacity: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: -1
}

.roles-directory-widget .outline-animation-inwards.bubble-container-inner:after {
    -webkit-animation: bubble-outline-inwards .3s ease-in forwards;
    animation: bubble-outline-inwards .3s ease-in forwards
}

.roles-directory-widget .outline-animation-outwards.bubble-container-inner:after {
    -webkit-animation: bubble-outline-outwards .3s ease-in forwards;
    animation: bubble-outline-outwards .3s ease-in forwards
}

@-webkit-keyframes bubble-outline-inwards {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes bubble-outline-inwards {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes bubble-outline-outwards {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

@-webkit-keyframes bubble-scale-up {
    0% {
        -webkit-transform: translate(0) scale(.25);
        transform: translate(0) scale(.25)
    }
}

@keyframes bubble-scale-up {
    0% {
        -webkit-transform: translate(0) scale(.25);
        transform: translate(0) scale(.25)
    }
}

@keyframes bubble-outline-outwards {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (max-width: 1200px) {
    .roles-directory-widget .bubble-text {
        font-size: 14px;
        line-height: 20px
    }
}

.roles-directory-widget-close-button {
    background: #fff;
    border: 1.5px solid #4e4e4e;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px
}

.roles-directory-widget-back-button, .roles-directory-widget-close-button {
    align-items: center;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, .25);
    cursor: pointer;
    display: flex;
    justify-content: center
}

.roles-directory-widget-back-button {
    background: hsla(0, 0%, 100%, .1);
    border: 1.5px solid #4e4e4e;
    border-radius: 132px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-right: 10px;
    width: 120px
}

.roles-directory-widget-back-button svg {
    padding-right: 8px
}

.roles-directory-widget .back-bubble:hover {
    z-index: 0 !important
}

.roles-directory-widget .back-bubble {
    align-items: center;
    background-color: #1c1c1c;
    border: 1px solid rgba(78, 78, 78, .5);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 330px;
    justify-content: center;
    left: 3%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 330px;
    z-index: 0 !important
}

.roles-directory-widget .back-bubble-text {
    color: #e8feed;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

@media screen and (max-width: 1024px) {
    .roles-directory-widget .back-bubble {
        height: 300px;
        width: 300px
    }
}

.roles-directory-widget .fallback-container {
    background-color: #191819;
    display: flex;
    height: 1024px;
    justify-content: center;
    overflow: hidden;
    width: 100vw
}

.roles-directory-widget .fallback-image {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 15px;
    width: 1170px
}

.roles-directory-widget .fallback-container .fallback-image {
    background: 100% 100%/contain no-repeat url(https://www.hackerrank.com/wp-content/themes/hackerrank/assets/images/roles_directory/rd-intro.png);
    height: 777px
}

.roles-directory-widget .fallback-container .fallback-image .explore-wrapper {
    padding: 55px 0 25px
}

@media screen and (max-width: 800px) {
    .roles-directory-widget .fallback-container {
        background: 50%/contain no-repeat url(https://www.hackerrank.com/wp-content/themes/hackerrank/assets/images/roles_directory/rd-intro.png);
        background-color: #191819;
        max-height: 261px
    }

    .roles-directory-widget .fallback-container .fallback-image .explore-wrapper {
        display: none
    }
}

.roles-directory-widget-main-container {
    background-color: #191819;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100vw
}

.roles-directory-widget a {
    color: #fff;
    text-decoration: none
}

.roles-directory-widget-container {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    width: 1170px
}

.roles-directory-widget-top-wrapper {
    display: flex;
    height: 80px;
    justify-content: flex-end;
    padding: 55px 0 25px;
    width: 100%
}

.roles-directory-widget .left-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 30vw
}

.roles-directory-widget .bubble-container {
    height: 70vh;
    left: 0;
    position: relative;
    top: 0
}

.roles-directory-widget-nav-button-wrapper {
    display: flex;
    margin: 15px 15px 0 0
}

.roles-directory-widget {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0
}

.roles-directory-widget * {
    box-sizing: initial
}

/*# sourceMappingURL=main.825fb3b6.css.map*/