/* latin-ext */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../css/fonts/8vIJ7ww63mVu7gt7-GT7PkRXM8Xx.woff2") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../css/fonts/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../css/fonts/8vIJ7ww63mVu7gt7-GT7PkRXM8Xx.woff2") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../css/fonts/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@charset "UTF-8";

/* Needed for notch padding retrieval */
:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
}

html {
    /* PWA needs to take up 100% of space -- we add that later via js */
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background-color:#fff;
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    /*min-height: 100dvh;/*calc(100% + env(safe-area-inset-top));*/
    /*min-width: -webkit-fill-available;
        min-height: -webkit-fill-available;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-contacts-auto-fill-button {
    /*Hide autofill contacts iOS*/
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.touch__response-circle {
    display: block;
    position: absolute;
    border-radius: 50%;
    opacity: 0;

    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*    .pane { <!-- Makes the bulletin look rounded at the bottom -->
      border-radius: 30px !important;
      width: calc(100% - 16px) !important;
      height: auto !important;
      margin: auto;
      left: 0;
      right: 0;
    }*/

/* Login box */

.loginBox {
    height:
        /*555px*/
        400px;
    max-height: 90%;
    /*    width: 400px;*/
    width: 80%;
    max-width: 400px;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    /*    border: 2px solid rgba(0,0,0,0.1);*/
    outline: 3px solid rgb(114 114 114 / 40%);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    padding: 70px 35px 0 35px;
    background: url(/img/cracks@2x.png) repeat-x center top -10.125rem,
        url(/img/cracks@2x.png) repeat-x center bottom -10.125rem, url(/img/tile@2x.jpg) repeat #231f1b;
    background-size: 43.625rem 16.5rem, 43.625rem 16.5rem, 6.25rem 6.25rem;
}

/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .backdrop-blur {
        background-color: rgba(0, 0, 0, .6);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
}

.loginBox * {
    /*font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;*/
    outline: none;
    border: none;

    font-weight: bolder;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(50, 73, 87, .5);
    /*    background-color: #071022;*/
    /*    color: #cddaf4;*/
    color: #f4e8cd;
    font-family: Cinzel;
    /*    font-family: Lato,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Droid Sans,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;*/
    font-size: .9375rem;
    line-height: 1.65;
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
}

.loginBox h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

.logo {
    width: 100%;
    position: absolute;
    top: 2%;
    left: 0px;
}

.logo2 {
    max-width: 60%;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.loginBox progress {
    border: 0;
    height: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

.loginBox .loginMessage {
    color: #f0f0f0;
}

.loginBox progress::-webkit-progress-bar {
    border: 0;
    height: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #f4e8cd;
}

.loginBox progress::-webkit-progress-value {
    border: 0;
    height: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #cacccf;
}

.loginBox progress::-moz-progress-bar {
    border: 0;
    height: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

label {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

.loginBox .output {
    font-weight: bold;
    position: absolute;
    font-size: 0.9em;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    padding: 0.5em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #e5ad25;
    /*#8b0707*/
    color: white;
}

.loginBox select {
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.17);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
}

.loginBox select option {
    color: black;
}

.loginBox input:disabled {
    cursor: not-allowed;
    /*    background-color: rgba(63,60,60,0.21);*/
}

::placeholder {
    color: #e5e5e5;
}

.loginbutton {
    margin-top: 25px;
    width: 100%;
    background-color: #ffffff;
    color: black;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1.65;
}

.loginbutton:disabled {
    cursor: progress;
    background-color: #3737376b;
}

.loginbutton span {
    position: relative;
    top: -0.2em;
}

.buttonText {
    color: #000000;
    background-color: transparent;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

#loginscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

   /* background-image: url(../img/mobile_wallpaper.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    /*    background: url("../img/login_bg.jpg");*/
    /*    background-size: cover;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position-x: right;*/
}

.discordIcon {
    width: 50px;
    height: 50px;
    background-image: url(../img/discord_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.field__input {
    -webkit-appearance: none;
    /*background-color: #313e59;
    border: 2px solid #40567d;*/
    background-color: #4a4137;
    border: 2px solid #534e48;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 0 1px #000, 0 1px 8px 0 rgba(0, 0, 0, .3), 0 0 6px 0 rgba(9, 6, 15, .24);
    /*    color: inherit;*/
    /*    font-family: Lato,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Droid Sans,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;*/
    font-family: "sofia pro", "Times", "Times New Roman", serif;
    font-size: 1rem;
    line-height: inherit;
    min-height: 2.875rem;
    padding-left: 0.625em;
    padding-right: 0.25em;
    transition: border-color .14s cubic-bezier(.4, 0, .2, 1), background-color .14s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    will-change: border-color, background-color;
}

.field__input:focus {
    outline: 0
}

.field__input:active,
.field__input:focus {
    /*    background-color: #40567d;*/
    background-color: #605446;
    border-color: #fab700
}

.field__input::-moz-placeholder {
    color: #9dabb9
}

.field__input:-moz-placeholder,
.field__input:-ms-input-placeholder,
.field__input::-moz-placeholder,
.field__input::-webkit-input-placeholder,
.field__input::placeholder {
    color: #9dabb9
}

.field__input ::-moz-placeholder {
    opacity: 1
}

.field__input:disabled {
    /*    background-color: #324957;*/
    /*    color: #7f92a4;*/
    cursor: not-allowed
}

.field__input+.field__error,
.field__input+.field__hint {
    margin-top: .5em
}

textarea.field__input {
    padding: 1em
}

.field__password {
    align-items: center;
    display: flex;
    flex-grow: 1;
    position: relative;
}

.field__password+.field__error,
.field__password+.field__hint {
    margin-top: .5em
}

.toggle-password-button {
    -webkit-tap-highlight-color: transparent;
    background: none;
    border: none;
    color: #9dabb9;
    cursor: pointer;
    font-size: 1.5rem;
    margin-right: .25em;
    padding: .125em;
    position: absolute;
    right: 0;
    transition: color .14s cubic-bezier(.4, 0, .2, 1), border-color .14s cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.toggle-password-button:focus {
    outline: 0
}

.toggle-password-button:focus,
.toggle-password-button:hover {
    color: #cddaf4
}

.toggle-password-button:active {
    color: #fab700
}

.toggle-password-button+.field__input {
    padding-right: 36px
}

.toggle-password-button__icon {
    display: block;
    height: 1.75em;
    width: 1.75em
}

.toggle-password-button__icon path,
.toggle-password-button__icon polygon,
.toggle-password-button__icon rect {
    fill: currentColor
}

.toggle-password-button__icon circle {
    stroke: currentColor;
    stroke-width: 1
}


/* OSRS button */


.a-button {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    /*margin: 0 0 16px 0;
    margin: 0 0 1rem 0;*/
    font-family: inherit;
    padding: 0.5em 0.8em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, border 0.25s ease-out;
    font-size: 100%;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #b3b7cb;
    color: #1F1E1E;
    border-top: 3px solid #f0d079;
    border-top: .1875rem solid #f0d079;
    border-right: 3px solid #9f4000;
    border-right: .1875rem solid #9f4000;
    border-bottom: 3px solid #9f4000;
    border-bottom: .1875rem solid #9f4000;
    border-left: 3px solid #f0d079;
    border-left: .1875rem solid #f0d079;
    font-family: Cinzel;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(236, 237, 238, 0.75);
    text-shadow: 0 .0625rem .0625rem rgba(236, 237, 238, 0.75);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6b226), to(#D87B19));
    background: linear-gradient(-180deg, #e6b226 0%, #D87B19 100%);
    -webkit-box-shadow: .1875rem .1875rem .1875rem .0625rem #071820;
    box-shadow: .1875rem .1875rem .1875rem .0625rem #071820;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border 0.25s ease-out, -webkit-filter 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, border 0.25s ease-out, -webkit-filter 0.25s ease-out;
    transition: filter 0.25s ease-out, background-color 0.25s ease-out, color 0.25s ease-out, border 0.25s ease-out;
    transition: filter 0.25s ease-out, background-color 0.25s ease-out, color 0.25s ease-out, border 0.25s ease-out, -webkit-filter 0.25s ease-out;
    margin-bottom: 40px;
}

[data-whatinput='mouse'] .a-button {
    outline: 0
}

.a-button:hover,
.a-button:focus {
    background-color: #9197b4;
    color: #1F1E1E
}

.a-button:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    text-decoration: none
}

.a-button:focus,
.a-button:active {
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    border-top: 3px solid #9f4000;
    border-top: .1875rem solid #9f4000;
    border-right: 3px solid #f0d079;
    border-right: .1875rem solid #f0d079;
    border-bottom: 3px solid #f0d079;
    border-bottom: .1875rem solid #f0d079;
    border-left: 3px solid #9f4000;
    border-left: .1875rem solid #9f4000
}

.a-button:disabled {
    cursor: not-allowed;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    border-top: 3px solid #f0d079;
    border-top: .1875rem solid #f0d079;
    border-right: 3px solid #9f4000;
    border-right: .1875rem solid #9f4000;
    border-bottom: 3px solid #9f4000;
    border-bottom: .1875rem solid #9f4000;
    border-left: 3px solid #f0d079;
    border-left: .1875rem solid #f0d079
}

@supports not ((-webkit-filter: grayscale(1)) or (filter: grayscale(1))) {
    .a-button:disabled {
        background: #737E83;
        border-top: .1875rem solid #040707;
        border-right: .1875rem solid #374347;
        border-bottom: .1875rem solid #374347;
        border-left: .1875rem solid #040707;
        color: #000
    }
}

.a-button--style-hollow,
.a-button--style-hollow-callout {
    background: transparent
}

.a-button--style-hollow,
.a-button--style-hollow:hover,
.a-button--style-hollow:focus,
.a-button--style-hollow-callout,
.a-button--style-hollow-callout:hover,
.a-button--style-hollow-callout:focus {
    background-color: transparent
}

.a-button--style-hollow.disabled,
.a-button--style-hollow.disabled:hover,
.a-button--style-hollow.disabled:focus,
.a-button--style-hollow[disabled],
.a-button--style-hollow[disabled]:hover,
.a-button--style-hollow[disabled]:focus,
.a-button--style-hollow-callout.disabled,
.a-button--style-hollow-callout.disabled:hover,
.a-button--style-hollow-callout.disabled:focus,
.a-button--style-hollow-callout[disabled],
.a-button--style-hollow-callout[disabled]:hover,
.a-button--style-hollow-callout[disabled]:focus {
    background-color: transparent
}

.a-button--style-hollow:focus,
.a-button--style-hollow:active,
.a-button--style-hollow:hover,
.a-button--style-hollow-callout:focus,
.a-button--style-hollow-callout:active,
.a-button--style-hollow-callout:hover {
    -webkit-filter: none;
    filter: none
}

.a-button--style-hollow,
.a-button--style-hollow:focus,
.a-button--style-hollow:active,
.a-button--style-hollow-callout,
.a-button--style-hollow-callout:focus,
.a-button--style-hollow-callout:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.a-button--style-hollow {
    border: 1px solid #b3b7cb;
    color: #b3b7cb
}

.a-button--style-hollow:hover,
.a-button--style-hollow:focus {
    border-color: #cacddb;
    color: #cacddb
}

.a-button--style-hollow:hover.disabled,
.a-button--style-hollow:hover[disabled],
.a-button--style-hollow:focus.disabled,
.a-button--style-hollow:focus[disabled] {
    border: 1px solid #b3b7cb;
    color: #b3b7cb
}

.a-button--style-hollow,
.a-button--style-hollow:focus,
.a-button--style-hollow:active {
    text-shadow: 0 1px 1px rgba(7, 24, 32, 0.75);
    text-shadow: 0 .0625rem .0625rem rgba(7, 24, 32, 0.75)
}

.a-button--style-hollow-callout {
    border: 1px solid #1F1E1E;
    color: #1F1E1E;
    margin-left: auto;
    margin-right: auto;
    width: 75%
}

.a-button--style-hollow-callout:hover,
.a-button--style-hollow-callout:focus {
    border-color: #636060;
    color: #636060
}

.a-button--style-hollow-callout:hover.disabled,
.a-button--style-hollow-callout:hover[disabled],
.a-button--style-hollow-callout:focus.disabled,
.a-button--style-hollow-callout:focus[disabled] {
    border: 1px solid #1F1E1E;
    color: #1F1E1E
}

.a-button--style-no-margin {
    margin: 0
}

@media print,
screen and (min-width: 40em) {
    .a-button--size-large {
        font-size: 150%
    }
}

.a-button--size-full {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.a-button-to-text {
    background: transparent;
    border: 0;
    color: #F0D09B;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer
}

.a-button-to-text:hover,
.a-button-to-text:focus {
    color: #f4dcb4;
    text-decoration: none
}

.a-button--style-vote-up:before {
    font-family: "FontAwesome";
    content: '\f164'
}

.a-button--style-vote-down:before {
    font-family: "FontAwesome";
    content: '\f165'
}

.a-button--state-loading {
    position: relative
}

.a-button--state-loading,
.a-button--state-loading:focus,
.a-button--state-loading:active,
.a-button--state-loading:hover {
    cursor: not-allowed;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    border-top: 3px solid #f0d079;
    border-top: .1875rem solid #f0d079;
    border-right: 3px solid #9f4000;
    border-right: .1875rem solid #9f4000;
    border-bottom: 3px solid #9f4000;
    border-bottom: .1875rem solid #9f4000;
    border-left: 3px solid #f0d079;
    border-left: .1875rem solid #f0d079
}

@supports not ((-webkit-filter: grayscale(1)) or (filter: grayscale(1))) {

    .a-button--state-loading,
    .a-button--state-loading:focus,
    .a-button--state-loading:active,
    .a-button--state-loading:hover {
        background: #737E83;
        border-top: .1875rem solid #040707;
        border-right: .1875rem solid #374347;
        border-bottom: .1875rem solid #374347;
        border-left: .1875rem solid #040707;
        color: #000
    }
}

.a-button--state-loading::before {
    content: '';
    position: absolute;
    right: 10px;
    right: .625rem;
    top: 50%;
    margin-top: -12px;
    margin-top: -.75rem;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    border: 3px solid #071820;
    border: .1875rem solid #071820;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0.4;
    -webkit-animation: 0.8s linear infinite spinning;
    animation: 0.8s linear infinite spinning
}

/* Other OSRS */
h1 {
    color: #F0D09B
}

.login__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
/*    max-width: 2600px;
    max-width: 162.5rem;*/
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.65;
    pointer-events: none;
    width: 100%;
}


/* Other */
.field-group>.field--full {
    flex-basis: 100%;
}

.field-group>.field {
    flex-basis: 300px;
}

.field-group>* {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.field {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}


.field__checkbox,
.task-list-item__checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #4a4137;
    border: 2px solid #534e48;
    border-radius: 0;
    box-shadow: 0 0 0 1px #000, 0 1px 8px 0 rgba(0, 0, 0, .3), 0 0 6px 0 rgba(9, 6, 15, .24);
    display: inline-block;
    font-size: 1.5rem;
    height: 1em;
    margin-right: .5em;
    margin-top: -.1em;
    min-height: 1em;
    min-width: 1em;
    position: relative;
    transition: border-color .14s cubic-bezier(.4, 0, .2, 1), background-color .14s cubic-bezier(.4, 0, .2, 1);
    vertical-align: middle;
    width: 1em;
    will-change: border-color, background-color
}

.field__checkbox:focus,
.task-list-item__checkbox:focus {
    outline: 0
}

.field__checkbox:after,
.task-list-item__checkbox:after {
    border-color: #fff;
    border-style: solid;
    border-width: 0 .1em .1em 0;
    content: "";
    display: block;
    height: 85%;
    transform: scale(0) rotate(45deg);
    transform-origin: 100% 90%;
    transition: transform .14s cubic-bezier(.4, 0, .2, 1);
    width: 40%;
    will-change: transform
}

.field__checkbox:checked,
.task-list-item__checkbox:checked {
    background: #605446;
    border-color: #fab700
}

.field__checkbox:checked:after,
.task-list-item__checkbox:checked:after {
    transform: scale(1) rotate(45deg)
}

.field__checkbox:active,
.field__checkbox:focus,
.task-list-item__checkbox:active,
.task-list-item__checkbox:focus {
    border-color: #fab700
}



.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {

    color: #f4e8cd;

    background-color: #5b584f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 35px;
}

.w3-green,
.w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important;
}

.w3-container,
.w3-panel {
    padding: 0.01em 16px;
    height: 100%;
}

.innertext {
    color: #f4e8cd;
    width: 100%;
    height: 100%;
    position: absolute;
    display: grid;
    align-items: center;
    text-align: center;
    text-shadow: 1px 1px rgb(0 0 0 / 50%);
    font-family: "Sofia Pro", "Times", "Times New Roman", serif;
    font-size: 1.2rem;
}

#loginform {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    left: 0;
}

.variableform {

}

@media only screen and (max-height: 410px) {
    .variableform {
        padding-top: 10px !important;
        vertical-align: middle !important;
        padding-left: 35px !important;
        padding-right: 35px !important;
        position: absolute !important;
        display: grid !important;
        align-items: center !important;
    }
}

@media only screen and (max-height: 410px) {
    .variablelogo {
        display: none;
    }
}

@media only screen and (max-height: 330px) {
    .loginBox * {
        line-height: 1.0;
    }
}


#background-video {
    /*-o-filter: blur(5px);
    filter: blur(5px);*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;

}

/* Plugin panel stuff below */

.popover {
    left: 117px !important;
}
.hidden{
    display:none!important;
  }
.components {
    padding-top: 60px;
}
[id^="submenu"] {
    background:#4039395c;
    padding-left: 25px !important;
}
.smaller {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-right: 5px;
}

.smaller span {
    line-height: 1.5;
}

ul[id^="submenu"] label:last-of-type {
    padding-bottom: 15px;
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding-left: 1em !important;
  font-size: 16px;
  font-weight: bold;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 34px; /* Reduced width (was 46px) */
  height: 20px; /* Adjusted height (was 26px) */
  background-color: #e6e6e6;
  border-radius: 20px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px; /* Reduced width (was 42px) */
  height: 18px; /* Adjusted height (was 22px) */
  background-color: #fff;
  border-radius: 9px; /* Reduced for a more compact appearance */
  transform: translate3d(2px, 1px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px; /* Reduced width (was 22px) */
  height: 18px; /* Adjusted height (was 22px) */
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 1px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 24px; /* Reduced width (was 28px) */
  transform: translate3d(2px, 1px, 0);
}

.form-switch:active input:checked + i::after {
  transform: translate3d(11px, 1px, 0); /* Adjusted for narrower width */
}

.form-switch input {
  display: none;
}

.form-switch input:checked + i {
  background-color: /*#4BD763*//*#a31c12*/#26b130;
}

.form-switch input:checked + i::before {
  transform: translate3d(14px, 1px, 0) scale3d(0, 0, 0); /* Adjusted for narrower width */
}

.form-switch input:checked + i::after {
  transform: translate3d(16px, 1px, 0); /* Adjusted for narrower width */
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#share {
    margin: 0 auto;display:block;position:absolute;right: 24px;bottom: 77px;height: 41px;width: 41px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: /*999*/1;
    background: #150b0ba1;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 10px;
/*    background: #e22d1b85;*/
background: #751405;
    border-left: 3px solid #dd3d2d85;

    position: fixed;
    z-index: 2;
    width: 250px;
    padding-left:25px;
}

#sidebar ul.components {
/*    padding: 20px 0;*/
/*    border-bottom: 1px solid #e22d1b85;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
/*    padding: 10px;*/
padding-bottom:10px;
    font-size: 1.1em;
    display: block;
        color: white;
        text-decoration: none;
}

#sidebar ul li a:hover {
/*    color: #7386D5;*/
/*    background: #fff;*/
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
/*    background: /*#e22d1b85*/#751504;*/
}

a[data-toggle="collapse"] {
    position: relative;
}

.toggle-plugin {
    margin-top:-50px;
    padding-left:17px;
}
.dropdown-toggle {
    margin-left: 80%;
    width: 20%;
    padding-bottom: 0px !important;
    height: 45px;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* Hide the arrow for dropdowns with the 'no-arrow' class */
.no-arrow::after {
    display: none !important;
}

/*.inner {
    padding-bottom: 15px;
}
*/
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #e22d1b85;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #e22d1b85 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/*@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}*/