﻿.title {
    font-weight: 700;
    font-size: 32px;
    color: black;
}

.rounded-border {
    border-radius: var(--border-radius);
}

.large-rounded-border {
    border-radius: var(--large-border-radius);
}

.black {
    color: black !important;
}

.white-text{
    color: white !important;
}

.large-text {
    font-size: 18px;
}

.larger-text {
    font-size: 20px;
}

.x-large-text {
    font-size: 24px;
}

.xx-large-text {
    font-size: 28px;
}

.medium-text {
    font-size: 16px;
}

.tiny-text {
    font-size: 12px !important;
}

.small-text {
    font-size: 14px !important;
}

.no-line-height{
    line-height: normal !important;
}

.separator {
    margin: 12px 0;
    width: 100%;
    background-color: var(--inactive-color);
    height: 1px;
}

.separator.dark {
    background-color: var(--darkish-inactive-color);
}

.separator.reduced-margin {
    margin: 6px 0 !important;
}

.separator.more-margin {
    margin: 16px 0 !important;
}

.separator.extra-margin {
    margin: 24px 0 !important;
}

.separator.no-margin {
    margin: 0 0 !important;
}

.title.df {
    margin-bottom: 16px;
}

body {
    background-color: var(--bg-color);
}

#headerContainer {
    min-height: var(--header-menu-height);
}

.customIcon > i > img {
    height: 40%;
    transform: translateY(70%);
}

#logoutBtn > i > img {
    height: 30% !important;
    transform: translateY(100%) !important;
}

.customIcon > i {
    opacity: 1 !important;
    background-color: transparent !important;
}

.passGrid .title, .dualFactorGrid .title, .browsersGrid .title, .errorGrid .title {
    margin-bottom: 5px !important;
}

.passGrid .field, .dualFactorGrid .field, .browsersGrid .field {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.browserIconsGridContainer {
    margin: 0 !important;
}

#welcomeText {
    letter-spacing: 1px;
    color: white;
    font-size: 30px;
}

.welcomeSubtext {
    color: var(--dark-inactive-color);
}

body > .container {
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: calc(100vh - var(--footer-height) - var(--header-border) - var(--subheader-height) - var(--navigation-bar-height) - var(--header-menu-height) - var(--page-title-height) - var(--banner-height));
}

.white.button.error {
    color: var(--failure-color) !important;
}

.white.button.success {
    color: var(--success-color) !important;
}

#disclaimer {
    font-size: 10px;
    color: #666666;
    margin: auto;
    text-align: center;
    padding: 8px 0px;
}

.actions-items{
    border: none !important;
}

.clickable{
    cursor: pointer !important;
}

@media (min-width: 801px) {
    .browser-icon-container img {
        max-width: 33%;
    }
}

.center-col {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

#passForgotNotice, #updatePassNotice, #dualFactorNotice {
    margin-top: 16px;
    color: var(--dark-inactive-color);
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#passForgotNotice #noticeTitle, #updatePassNotice #noticeTitle, #dualFactorNotice #noticeTitle, #errorTitle {
    font-size: 14px;
}

#passForgotNotice #noticeText, #updatePassNotice #noticeText, #dualFactorNotice #noticeText {
    font-size: 12px;
}

#passForgotNotice #noticeEmail, #updatePassNotice #noticeEmail, #dualFactorNotice #noticeEmail {
    font-size: 12px;
}

.browser-name {
    padding-top: 8px;
    text-align: center;
}

.browser-icon-container {
    text-align: center;
}

.browser-icon-container img {
    max-width: 50%;
    max-height: 48px;
}

.grey {
    color: var(--grey-color) !important;
}

.dark-grey {
    color: var(--dark-grey-color) !important;
}

.plain {
    text-decoration: none !important;
}

a.white{
    color: white !important;
}

a.clean{
    all: unset;
}

.hover-bold:hover {
    font-weight: 700;
}

.hover-bolder:hover {
    font-weight: 800;
}

.hover-boldest:hover {
    font-weight: 900;
}

.slimer {
    font-weight: 300;
}

.slim {
    font-weight: 400;
}

.normal {
    font-weight: 500;
}

.almost-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 800;
}

.boldest {
    font-weight: 900;
}

#userWelcomeHeader {
    color: black;
    margin-right: 15px;
}

.filepond--credits {
    display: none !important;
}

.spaced {
    display: flex;
    justify-content: space-between;
}

.icon-box{
    border-radius: 12.5%;
    height: 40px;
    width: 40px;
    padding: 8px;
}

.icon-box.disabled, .disabled .icon-box{
    background-color: var(--inactive-color);
}

.icon-box.disabled > img, .disabled .icon-box > img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(71%) saturate(0%) hue-rotate(202deg) brightness(92%) contrast(86%);
}

.icon-box > img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.white.button.border {
    border: #e6e6e6 1px solid !important;
    border-radius: 12px !important;
    padding: 12px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.white.button.border.no-shadow {
    box-shadow: none !important;
}

.ui.input.white.border {
    border: #e6e6e6 1px solid !important;
    border-radius: 12px !important;
    padding: 12px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.actions.spaced {
    display: flex;
    justify-content: space-between;
}

.actions .button {
    min-width: 128px !important;
}

.floating-menu {
    height: var(--floating-menu-height);
    top: calc(var(--subheader-height) + var(--header-menu-height) - var(--floating-menu-height) / 2);
    width: 100vw;
    position: absolute;
}

.floating-menu .container *:not(:last-child) {
    margin-right: 12px !important;
}

.floating-menu .button {
    font-weight: 600 !important;
    min-width: 156px;
}

.floating-menu .container {
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    justify-content: flex-end;
    height: var(--floating-menu-height);
}

#dynamic-content {
    display: none;
}

.dynamic-content:not(.rendered) {
    visibility: hidden !important;
}

.dynamic-content.rendered {
    visibility: initial !important;
}

.no-data-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-data-placeholder:not(.small) {
    height: 192px;
}

.no-data-placeholder.small {
    height: 64px;
}

.material.table tbody .no-data-placeholder {
    display: table-cell !important;
    height: 256px;
    text-align: center !important;
}

.flex{
    max-width: unset !important;
}

.flex.none{
    flex:none;
}

.flex.wrap{
    flex-wrap: wrap;
}

.flex:not(.step-content, .not-visible) {
    display: flex !important;
}

.flex {
    display: flex !important;
}

.flex.c {
    flex-direction: column !important;
}

.flex.r {
    flex-direction: row !important;
}

.flex.justify-center {
    justify-content: center !important;
}

.flex.align-center {
    align-items: center !important;
}

.flex.justify-end {
    justify-content: flex-end !important;
}

.flex.align-end {
    align-items: flex-end !important;
}

.flex.justify-start {
    justify-content: flex-start !important;
}

.flex.align-start {
    align-items: flex-start !important;
}

.labeled.right > input{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.labeled.left > input{
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

a.underlined, span.underlined, .underlined {
    text-decoration: underline !important;
}

.flex.r-gap {
    row-gap: 8px
}

.flex.c-gap {
    column-gap: 8px
}

.flex.r-gap.small {
    row-gap: 4px !important;
}

.flex.c-gap.small {
    column-gap: 4px !important;
}

.flex.r-gap.large {
    row-gap: 12px !important;
}

.flex.c-gap.large {
    column-gap: 12px !important;
}

.flex.r-gap.x-large {
    row-gap: 16px!important;
}

.flex.c-gap.x-large {
    column-gap: 16px !important;
}

.flex.r-gap.xx-large {
    row-gap: 32px!important;
}

.flex.c-gap.xx-large {
    column-gap: 32px !important;
}

.margin-right.small {
    margin-right: 4px !important;
}

.margin-left.small {
    margin-left: 4px !important;
}

.margin-top.small {
    margin-top: 4px !important;
}

.margin-bottom.small {
    margin-bottom: 4px !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.padding-right.small {
    padding-right: 4px;
}

.padding-left.small {
    padding-left: 4px;
}

.padding-top.small {
    padding-top: 4px;
}

.padding-bottom.small {
    padding-bottom: 4px;
}

.padding-right {
    padding-right: 8px;
}

.padding-left {
    padding-left: 8px;
}

.padding-top {
    padding-top: 8px  !important;
}

.padding-bottom {
    padding-bottom: 8px !important;
}

.margin-right{
    margin-right: 8px !important;
}

.margin-left{
    margin-left: 8px !important;
}

.margin-top {
    margin-top: 8px !important;
}

.margin-bottom {
    margin-bottom: 8px !important;
}

.margin-right.large{
    margin-right: 12px !important;
}

.margin-right-large{
    margin-right: 12px !important;
}

.margin-left.large{
    margin-left: 12px !important;
}

.margin-top.large {
    margin-top: 12px !important;
}

.margin-bottom.large {
    margin-bottom: 12px !important;
}

.margin-right.x-large{
    margin-right: 16px !important;
}

.margin-left.x-large{
    margin-left: 16px !important;
}

.margin-top.x-large {
    margin-top: 16px !important;
}

.margin-bottom.x-large {
    margin-bottom: 16px !important;
}

.margin-right.xx-large{
    margin-right: 24px !important;
}

.margin-left.xx-large{
    margin-left: 24px !important;
}

.margin-top.xx-large {
    margin-top: 24px !important;
}

.margin-bottom.xx-large {
    margin-bottom: 24px !important;
}

strong {
    font-weight: 600 !important;
}

.primary-color {
    color: var(--primary-color);
}

.hover-action{
    color: var(--primary-color);
    visibility: hidden;
    font-weight: 100;
}

a:hover > .hover-action{
    visibility: visible !important;
}

.color-item {
    height: 20px;
    width: 20px;
    border-radius: 4px;
    margin: 0;
    text-align: left;
}

.almost-large-text {
    font-size: 16px;
}

.large-text {
    font-size: 18px;
}

.x-large-text {
    font-size: 24px;
}

.xx-large-text {
    font-size: 28px;
}

.medium-text {
    font-size: 16px;
}

.tiny-text {
    font-size: 12px !important;
}

.small-text {
    font-size: 14px !important;
}

.right-text{
    text-align: right;
}

.text-align-last-justify{
    text-align-last: justify;
}

.center-text{
    text-align: center;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}

.row.flex {
    max-width: unset !important;
}

.a-padded {
    padding: 24px 36px !important;
}

.v-padded {
    padding: 24px 0 !important;
}

.h-padded {
    padding: 0 36px !important;
}

.h-padded.normal {
    padding: 0 24px !important;
}

.v-padded.normal{
    padding: 18px 0 !important;
}

.l-padded {
    padding-left: 36px;
}

.r-padded {
    padding-right: 36px;
}

.b-padded {
    padding-bottom: 24px;
}

.t-padded {
    padding-top: 24px;
}

.a-padded.mini {
    padding: 8px 12px !important;
}

.v-padded.mini {
    padding: 8px 0 !important;
}

.h-padded.mini {
    padding: 0 12px !important;
}

.l-padded.mini {
    padding-left: 12px;
}

.r-padded.mini {
    padding-right: 12px;
}

.b-padded.mini {
    padding-bottom: 8px;
}

.t-padded.mini {
    padding-top: 8px;
}

.t-padded.max {
    padding-top: 48px;
}

.a-padded.extra {
    padding: 36px 48px;
}

.v-padded.extra {
    padding: 36px 0;
}

.h-padded.extra {
    padding: 0 48px;
}

.l-padded.extra {
    padding-left: 48px !important;
}

.r-padded.extra {
    padding-right: 48px;
}

.a-padded.max {
    padding: 48px 64px;
}

.v-padded.max {
    padding: 48px 0;
}

.h-padded.max {
    padding: 0 64px;
}

@media (max-width: 768px) {
    .a-padded {
        padding: 16px 18px;
    }

    .v-padded {
        padding: 16px 0;
    }

    .h-padded {
        padding: 0 18px;
    }

    .l-padded {
        padding-left: 18px;
    }

    .r-padded {
        padding-right: 18px;
    }

    .b-padded {
        padding-bottom: 16px;
    }

    .t-padded {
        padding-top: 16px;
    }

    .a-padded.mini {
        padding: 12px 12px;
    }

    .v-padded.mini {
        padding: 12px 0;
    }

    .l-padded.mini {
        padding-left: 12px;
    }

    .r-padded.mini {
        padding-right: 12px;
    }

    .b-padded.mini {
        padding-bottom: 6px;
    }

    .t-padded.mini {
        padding-top: 6px;
    }

    .h-padded.mini {
        padding: 0 12px;
    }

    .a-padded.extra {
        padding: 26px 24px;
    }

    .v-padded.extra {
        padding: 26px 0;
    }

    .h-padded.extra {
        padding: 0 24px;
    }

    .l-padded.extra {
        padding-left: 24px !important;
    }

    .r-padded.extra {
        padding-right: 24px;
    }

    .padded.max {
        padding: 36px 32px;
    }

    .v-padded.max {
        padding: 36px 0;
    }

    .h-padded.max {
        padding: 0 32px;
    }

    .t-padded.max {
        padding-top: 36px;
    }
}

.flex > .expanded {
    flex: 1
}

.flex > .zero {
    flex: 0
}

@media only screen and (max-width: 767.98px) {
    .computer-only{
        display: none !important;
    }

    .tablet-only{
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
    .computer-only{
        display: none !important;
    }

    .mobile-only{
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .tablet-only{
        display: none !important;
    }

    .mobile-only{
        display: none !important;
    }
}

.z-padded{
    padding: 0 !important;
}

.z-margin {
    margin: 0 !important;
}

.zv-padded{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.zh-padded{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.status-indicator{
    width: 12px;
    height: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.circle.status::before, i.status::before{
    content: '';
    margin-right: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.circle.status::before{
    background-color: var(--grey-color);
}

.circle.status.active::before{
    background-color: var(--success-color);
}

.circle.status.inactive::before{
    background-color: var(--failure-color);
}

.rounded-label{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 16px;
    background-color: var(--inactive-color);
    padding: 6px 16px 6px 8px;
}

.transparent.label{
    background-color: transparent !important;
}

.rounded-label.symmetric{
    padding: 6px 16px 6px 16px !important;
}

.rounded-label .status {
    font-size: 18px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 4px;
}

.rounded-btn {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    padding: 8px;
    background-color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rounded-btn img{
    height: 100%;
    width: 100%;
}

.rounded-btn img.down{
    transform: rotate(90deg);
}

.icon.small{
    height: 24px;
    width: 24px;
}

.rounded-btn:not(.colored):hover{
    background-color: var(--inactive-color);
}

.rounded-btn.colored{
    background-color: var(--ivory-color);
}

.rounded-btn.colored:hover{
    background-color: var(--darkish-inactive-color);
}

.rounded-btn.large{
    height: 32px !important;
    width: 32px !important;
}

.rounded-btn.x-large{
    height: 40px !important;
    width: 40px !important;
}

.square {
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 3px;
}

.summary.steps {
    border-radius: 12px;
    overflow: hidden;
}

.rounded-label .status.inactive{
    background-color: #FF5B5A;
    color: white;
}

.rounded-label:hover .line{
    transform: rotate(180deg);
}

.status .line{
    transition: transform .4s ease-in-out;
    height: 2px;
    width: 100%;
    background-color: white;
}

.full-width {
    width: 100%;
}

.full-size{
    width: 100%;
    height: 100%;
}

.full-height {
    height: 100%;
}

.full-view-height {
    height: 100vh;
}

.animated{
    transition: transform .2s ease-in-out;
}

.ordered.steps .step::before{
    font-size: 28px !important;
}

.steps .step{
    padding: 12px 16px !important;
}

.none{
    display: none !important;
}

.stepper{
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.hidden:not(.popup, .modal, .modals){
    display: none !important;
}

.center-placeholder .text{
    line-height: initial;
}

.center-placeholder .dropdown.icon{
    top: auto !important;
}

.hover-bold:hover {
    font-weight: 700;
}

.margin-right-max {
    margin-right: 36px !important;    
}

.relative{
    position: relative;
}

.absolute {
    position: absolute;
}

.absolute-all {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.absolute-wide {
    position: absolute;
    right: 0;
    left: 0;
}

.absolute-tall {
    position: absolute;
    top: 0;
    bottom: 0;
}

.pass-through {
    pointer-events: none;
}

.material-menu{
    padding: 4px 4px 0 4px;
    display: flex;
    flex-direction: row;
    row-gap: 4px;
    background-color: var(--ivory-color);
}

.material-menu > div:not(.active){
    color: var(--grey-color);
    font-weight: 500;
}

.material-menu > div{
    flex: 1;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.material-menu > div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;         
    transform: translateX(-50%); 
    width: 0;          
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease-in-out;
}

.material-menu > div.active{
    font-weight: bolder;
    color: var(--primary-color);
    background-color: white;
    border-bottom-color: var(--primary-color);
}

.material-menu > div.active::after {
     width: 100%;
 }

.material-menu > div{
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes shimmer {
    to {
        background-position-x: 0%
    }
}

.shimmer{
    border-radius: 8px;
    width: 100%;
    height: 36px;
    background: linear-gradient(-45deg, var(--ivory-color) 40%, white 50%, var(--ivory-color) 60%);
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 1s infinite linear;
}

.ui.light-shadow.button, .ui.light-shadow.button:hover {
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 1px 2px rgb(0 0 0 / 16%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.input-label {
    display: flex !important;
    align-items: center !important;
    background-color: var(--ivory-color);
    border-radius: var(--border-radius);
    padding: 4px;
}

#notifications-button {
    position: relative;
}

.notification-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    transform: translate(15px, 15px);
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 25px;
    background-color: var(--ivory-color);
    font-size: 16px;
    color: #333;
    height: 34px;
    min-width: 85px;
}

.icon-small {
    font-size: 18px !important;
}

.vertical-divider {
    border-left: 1px solid lightgrey; 
    height: 100%; 
    margin-left: 30px;
    margin-right: 20px;
}

#favourites-bar-app {
    height: 48px;
}

.flex.direction-column {
    flex-direction: column !important;
}

.circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
}

.align-center {
    align-items: center !important;
}

.bg-white {
    background-color: white !important;
}

.bg-accent{
    background-color: var(--accent-color) !important;
}

.bg-primary-btn{
    background-color: var(--primary-btn-background-color);
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltip-text {
    visibility: hidden;
    opacity: 0;
    background-color: var(--dark-color);
    color: #fff;
    padding: 6px 18px;
    border-radius: 12px;
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    top: 100%;        
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    transition: opacity 0.2s ease;
    z-index: 10;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}