@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body{
    font-family: 'Sansation', sans-serif;
}
p{
    font-family: 'Sansation', sans-serif;
}
/*Write your custom css in this file.*/
.screenshot {
    max-width: 100px;
    border-radius: 10px;
}

.dashboard-image {
    
}

.form-signin .mw100p {
    max-height: 200px;
}

.form-signin {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    align-content: center;
    ;
}

/* Settings Form elements */
.ui-window {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 4px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    align-content: center;
    padding: 2px;
}

.nizuwheel-button {
    margin: 30px auto 0;
    width: 13em;
    height: 13em;
    border-radius: 3em;
    position: relative;
    background-image: linear-gradient(to bottom, #dddddd, #d5d5d5);
    box-shadow: inset 0 3px 7px 0px #FFF, inset 0 -5px 5px 0px rgba(0, 0, 0, 0.2), 0 27px 51px -10px rgba(0, 0, 0, 0.5);
}

.nizuwheel-button:before,
.nizuwheel-button:after {
    box-sizing: border-box;
    display: block;
}

.nizuwheel-button:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 6.25em);
    top: calc(50% - 6.25em);
    width: 12.5em;
    height: 12.5em;
    background-image: linear-gradient(to bottom, #ffffff, #aaaaaa);
    -webkit-filter: blur(4px);
}

.nizuwheel-button:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 5.5em);
    top: calc(50% - 5.5em);
    width: 11em;
    height: 11em;
    background-image: linear-gradient(to bottom, #c5c5c5, #dddddd 80%);
    box-shadow: 0 4px 28px -10px rgba(0, 0, 0, 0.2);
}

.nizuwheel-wheel,
.nizuwheel-colors,
.nizuwheel-color {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 4.75em);
    top: calc(50% - 4.75em);
    width: 9.5em;
    height: 9.5em;
}

.nizuwheel-wheel {
    display: block;
    z-index: 1;
    box-shadow: inset 0 16px 32px 14px rgba(0, 0, 0, 0.7);
}

.nizuwheel-colors {
    list-style: none;
    background: #ddd;
    position: relative;
    -webkit-filter: blur(10px);
    transform: rotate(170deg) scaleX(-1);
}

.nizuwheel-color {
    clip: rect(0px, 9.5em, 9.5em, 4.75em);
}

.nizuwheel-color:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 4.75em);
    top: calc(50% - 4.75em);
    width: 9.5em;
    height: 9.5em;
    clip: rect(0px, 4.75em, 9.5em, 0px);
}

.nizuwheel-color:nth-child(1):after {
    background-color: #9ED110;
    z-index: 12;
    transform: rotate(30deg);
}

.nizuwheel-color:nth-child(2):after {
    background-color: #50B517;
    z-index: 11;
    transform: rotate(60deg);
}

.nizuwheel-color:nth-child(3):after {
    background-color: #179067;
    z-index: 10;
    transform: rotate(90deg);
}

.nizuwheel-color:nth-child(4):after {
    background-color: #476EAF;
    z-index: 9;
    transform: rotate(120deg);
}

.nizuwheel-color:nth-child(5):after {
    background-color: #9f49ac;
    z-index: 8;
    transform: rotate(150deg);
}

.nizuwheel-color:nth-child(6):after {
    background-color: #CC42A2;
    z-index: 7;
    transform: rotate(180deg);
}

.nizuwheel-color:nth-child(7):after {
    background-color: #FF3BA7;
    z-index: 6;
    transform: rotate(180deg);
}

.nizuwheel-color:nth-child(8):after {
    background-color: #FF5800;
    z-index: 5;
    transform: rotate(210deg);
}

.nizuwheel-color:nth-child(9):after {
    background-color: #FF8100;
    z-index: 4;
    transform: rotate(240deg);
}

.nizuwheel-color:nth-child(10):after {
    background-color: #FEAC00;
    z-index: 3;
    transform: rotate(270deg);
}

.nizuwheel-color:nth-child(11):after {
    background-color: #FFCC00;
    z-index: 2;
    transform: rotate(300deg);
}

.nizuwheel-color:nth-child(12):after {
    background-color: #EDE604;
    z-index: 1;
    transform: rotate(330deg);
}

.nizuwheel-color:nth-child(n+7) {
    transform: rotate(180deg);
}

.nizuwheel-center {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 3.15em);
    top: calc(50% - 3.15em);
    width: 6.3em;
    height: 6.3em;
    z-index: 2;
    background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
    box-shadow: inset 0 3px 7px 0px #FFF, 0 25px 30px -5px rgba(0, 0, 0, 0.5);
}

.nizuwheel-center:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 2.1em);
    top: calc(50% - 2.1em);
    width: 4.2em;
    height: 4.2em;
    background-image: linear-gradient(to bottom, #ffffff 20%, #aaaaaa);
    box-shadow: 0 25px 30px -5px rgba(0, 0, 0, 0.5);
}

.nizuwheel-center:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 1.5em);
    top: calc(50% - 1.5em);
    width: 3em;
    height: 3em;
    background-image: linear-gradient(to bottom, #aaaaaa, #f5f5f5 80%);
    box-shadow: inset 0 -1px 4px 0px #FFF;
}

.nizuwheel-pin {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 2.75em);
    top: calc(50% - 2.75em);
    width: 5.5em;
    height: 5.5em;
    z-index: -1;
    -webkit-animation: spin infinite 4s linear;
}

.nizuwheel-pin:after {
    content: "";
    width: 40px;
    height: 40px;
    transform: rotate(10deg) skew(40deg, 20deg);
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.1), 0 0 15px 3px rgba(0, 0, 0, 0.2);
    background: #FFF;
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 10px;
}

@-webkit-keyframes nizuwheel-spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
/* --- theme dark-light button ---*/

/* --- Documentation --- */
.help-catagory.list-group .list-group-item {
    font-size: medium;
}
/* --- End Documentation --- */
/* --- 2FA Authenticator --- */
.secure_field {
    background-color: black !important;
    color: lime !important;
    font-weight: 200 !important;
    font-size: large !important;
    letter-spacing: 6px;
}
.qrcode2fa {
    width: 200px;
    height: 200px;
    background-color: white ;
    padding: 10px;
    border-radius: 10px ;
    border-width: 5px;
    border-color: black;
    border-style: solid;
}
:root {
    --nizu2fa-box-size: 44px;
    /* smaller boxes */
    --nizu2fa-gap: 10px;
    --nizu2fa-radius: 10px;
    --nizu2fa-font-size: 20px;
    --nizu2fa-accent: #ccc;
    /* light-blue text color */
    --nizu2fa-muted: #94a3b8;
    /* empty box muted color */
    --nizu2fa-bg: #20242C;
    /* dark gray background for boxes */
    --nizu2fa-cursor-width: 2px;
    --nizu2fa-cursor-height: 54%;
    /* relative to box height */
    --nizu2fa-cursor-blink: 0.9s;
    /* blink speed */
}
/* container: center children, max width */
.nizu2fa_pin-input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    font-family: system-ui, Roboto, "Segoe UI", Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

/* hide real input */
.nizu2fa_pin-input input {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    caret-color: transparent;
    border: none;
    background: transparent;
}

/* boxes wrapper */
.nizu2fa_boxes {
    display: flex;
    gap: var(--nizu2fa-gap);
    cursor: text;
    align-items: center;
    justify-content: center;
}

/* each box */
.nizu2fa_box {
    width: var(--nizu2fa-box-size) !important;
    height: var(--nizu2fa-box-size) !important;
    border-radius: var(--nizu2fa-radius) !important;
    background: var(--nizu2fa-bg) !important;
    display: grid;
    place-items: center;
    font-size: var(--nizu2fa-font-size);
    font-weight: 700;
    color: var(--nizu2fa-accent);
    border: 2px solid transparent;
    box-sizing: border-box;
    position: relative;
    transition: transform .08s ease, border-color .08s ease;
    user-select: none;
}

/* empty boxes */
.nizu2fa_box.nizu2fa_empty {
    color: var(--nizu2fa-muted);
}

/* focused box highlight */
.nizu2fa_pin-input.nizu2fa_focused .nizu2fa_box.nizu2fa_focused {
    border-color: rgba(125, 211, 252, 0.18);
    transform: translateY(-2px);
}

/* blinking cursor on focused empty slot */
.nizu2fa_box.nizu2fa_focused::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--nizu2fa-cursor-width);
    height: calc(var(--nizu2fa-box-size) * var(--nizu2fa-cursor-height) / 100);
    background: var(--nizu2fa-accent);
    border-radius: 1px;
    animation: nizu2fa_blink var(--nizu2fa-cursor-blink) steps(1, start) infinite;
    opacity: 1;
}

@keyframes nizu2fa_blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 420px) {
    :root {
        --nizu2fa-box-size: 40px;
        --nizu2fa-font-size: 18px;
        --nizu2fa-gap: 8px;
    }
}
/* --- End 2FA Authenticator --- */
/* --- SketchBoard --- */
.nizusketchboard{
    border: 1px solid #2c2c2c;
}
.page-content.noscroll {
    overflow: hidden !important;
    touch-action: none;
    -ms-touch-action: none;
}
/* --- End SketchBoard --- */
/* --- NizuLogs Plugin --- */
td, label {
    border-radius: 4px;
}
.logdetails_property {
    border-bottom-style: dotted;
}
.nizulog_widget-details{
    text-align: right;
    position: absolute;
    right: 20px;
    top: 10px;
}