@charset "UTF-8";
/*==================================================

//UNDER NO CIRCUMSTANCES ARE YOU TO MODIFY THIS PAGE CONSULT MARK BEFORE TOUCHING PLEASE

==================================================*/
/*
The MIT License (MIT)

Copyright (c) 2015 - 2016 Eduardo Bouças, Kitty Giraudel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Sorts+Mill+Goudy:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Sorts+Mill+Goudy:ital@0;1&display=swap");
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

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

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

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

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

:root {
  --font-size-scaling: 1;
}

/*=================================================*/
/*=================================================*/
.btn-orange {
  --bs-btn-color: $primary;
  --bs-btn-bg: #fd910d;
  --bs-btn-border-color: #fd910d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e17c00;
  --bs-btn-hover-border-color: #e17c00;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e17c00;
  --bs-btn-active-border-color: #e17c00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fd910d;
  --bs-btn-disabled-border-color: #fd910d;
}

.req-field {
  background-color: #fdd;
}

.required {
  border: 1px solid #ee0a0a !important;
  box-shadow: 0 0 3px rgba(238, 10, 10, 0.65) !important;
}

.doc-field {
  background-color: rgb(192, 230, 250);
}

.color {
  background-color: rgba(240, 236, 236, 0.8);
}

.btn-danger {
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  text-transform: capitalize;
  font-size: calc(1.25rem * var(--font-size-scaling));
  font-weight: 500;
  color: white !important;
}

.hover-overlay-light:hover {
  background-color: rgba(206, 207, 207, 0.35) !important;
}

.hover-overlay-primary:hover {
  background-color: rgba(57, 71, 94, 0.35) !important;
  border: 1px solid #39475e !important;
  color: #39475e !important;
}

.hover-overlay-blue:hover {
  background-color: rgba(70, 130, 180, 0.75) !important;
}
.hover-overlay-blue:hover h1, .hover-overlay-blue:hover h2, .hover-overlay-blue:hover h3, .hover-overlay-blue:hover h4, .hover-overlay-blue:hover h5, .hover-overlay-blue:hover h6, .hover-overlay-blue:hover small {
  color: white !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.border-color-primary {
  border-color: #39475e !important;
}

.border-bottom-primary {
  border-bottom: 1px solid #39475e !important;
}

.border-top-primary {
  border-top: 1px solid #39475e !important;
}

.rounded-circle {
  border-radius: 50px !important;
}

.mt-n5 {
  margin-top: -3rem;
}

.transform-center {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50%, -50%;
}

.img-sm {
  width: calc(2.25rem * var(--font-size-scaling));
  height: calc(2.25rem * var(--font-size-scaling));
}

.ovfl-a {
  overflow: hidden;
  overflow-y: auto;
}
.ovfl-a ::-webkit-scrollbar {
  display: flex !important;
}

.ovfl-x-a {
  overflow: hidden;
  overflow-x: auto;
}

.n-ovfl {
  overflow: unset !important;
  overflow-x: unset !important;
  overflow-y: unset !important;
}

.no-bg:not(.dark) {
  background: none !important;
  background-color: transparent !important;
}
.no-bg.dark {
  background-color: var(--main-inner-background) !important;
}

.no-shdw {
  box-shadow: none !important;
  filter: none !important;
}

.inset-shadow {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}

.rounded-circle-50 {
  border-radius: 50%;
}

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

.fs-7 {
  font-size: calc(0.6rem * var(--font-size-scaling)) !important;
}

.line-through {
  text-decoration: line-through !important;
}

.f-065 {
  font-size: calc(0.65rem * var(--font-size-scaling)) !important;
}

.p-rel {
  position: relative !important;
}

.w-max {
  width: max-content !important;
}

.w-min {
  width: min-content !important;
}

.no-mw {
  max-width: revert !important;
}

.no-minw {
  min-width: revert !important;
}

.w-revert {
  width: revert !important;
}

.w-max-r {
  max-width: revert !important;
}

.h-max {
  height: max-content;
}

.h-min {
  height: min-content;
}

.w-min {
  width: min-content !important;
}

.bdr-dsh-rd {
  border: 0.25px dashed rgb(208, 213, 221) !important;
  border-radius: 0.75rem !important;
}

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

.hide_object {
  display: none !important;
}

.white-space-normal {
  white-space: normal !important;
}

.no-bdrR {
  border-radius: none !important;
}

.no-bdr {
  border: none !important;
}

.w-75 {
  width: 75% !important;
}

.w-65 {
  width: 65% !important;
}

.w-20 {
  width: calc(20rem * var(--font-size-scaling)) !important;
}

.w-19 {
  width: calc(19rem * var(--font-size-scaling)) !important;
}

.w-16 {
  width: calc(16rem * var(--font-size-scaling)) !important;
}

.w-lg {
  width: calc(14rem * var(--font-size-scaling)) !important;
}

.w-sm {
  width: calc(4rem * var(--font-size-scaling)) !important;
}

.w-md {
  width: calc(8rem * var(--font-size-scaling)) !important;
}

.w-12 {
  width: calc(12rem * var(--font-size-scaling)) !important;
}

.w-10 {
  width: calc(10rem * var(--font-size-scaling)) !important;
}

.w-8 {
  width: calc(8rem * var(--font-size-scaling)) !important;
}

.w-7 {
  width: calc(7rem * var(--font-size-scaling)) !important;
}

.w-6 {
  width: calc(6rem * var(--font-size-scaling)) !important;
}

.w-5 {
  width: calc(5rem * var(--font-size-scaling)) !important;
}

.w-4 {
  width: calc(4rem * var(--font-size-scaling)) !important;
}

.w-3 {
  width: calc(3rem * var(--font-size-scaling)) !important;
}

.w-2 {
  width: calc(2rem * var(--font-size-scaling)) !important;
}

.w-1 {
  width: calc(1rem * var(--font-size-scaling)) !important;
}

.w-05 {
  width: calc(0.5rem * var(--font-size-scaling)) !important;
}

.w-025 {
  width: calc(0.25rem * var(--font-size-scaling)) !important;
}

.h-20 {
  height: calc(20rem * var(--font-size-scaling)) !important;
}

.h-8 {
  height: calc(8rem * var(--font-size-scaling)) !important;
}

.h-2 {
  height: calc(2rem * var(--font-size-scaling)) !important;
}

.h-0 {
  height: 0 !important;
}

.h-revert {
  height: revert !important;
}

/*=================================================*/
.grid {
  display: grid;
}

/*=================================================*/
/* 
MEDIA QUERY MIXINS
CREDIT AND INSPIRATION IS ATTRIBUTED TO THE AUTHORS Eduardo Bouças AND Kitty Giraudel under the MIT LICENSE RULES
The below code is not theirs and is written soley in my formatting with the given inspiration.
*/
/*=============================*/
@keyframes ring {
  0% {
    rotate: 0deg;
    box-shadow: 1px 5px 2px rgb(255, 251, 250);
  }
  50% {
    rotate: 180deg;
    box-shadow: 1px 5px 2px rgb(29, 41, 57);
  }
  100% {
    rotate: 360deg;
    box-shadow: 1px 5px 2px rgb(254, 205, 202);
  }
}
@keyframes pulse {
  0% {
    scale: 1;
  }
  20% {
    scale: 1.4;
  }
  50% {
    scale: 0.9;
  }
  80% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
@keyframes outer-pulse {
  0% {
    scale: 0.9;
    opacity: 1;
  }
  100% {
    scale: 2;
    opacity: 0;
  }
}
@keyframes pill-outer-pulse {
  0% {
    scale: 0.9;
    opacity: 1;
  }
  100% {
    scale: 1.5;
    opacity: 0;
  }
}
@keyframes ring-dark {
  0% {
    rotate: 0deg;
    box-shadow: 1px 5px 2px rgb(252, 252, 253);
  }
  50% {
    rotate: 180deg;
    box-shadow: 1px 5px 2px rgb(29, 41, 57);
  }
  100% {
    rotate: 360deg;
    box-shadow: 1px 5px 2px rgb(152, 162, 179);
  }
}
@keyframes ring-green {
  0% {
    rotate: 0deg;
    box-shadow: 1px 5px 2px rgb(236, 253, 243);
  }
  50% {
    rotate: 180deg;
    box-shadow: 1px 5px 2px rgb(29, 41, 57);
  }
  100% {
    rotate: 360deg;
    box-shadow: 1px 5px 2px rgb(3, 152, 85);
  }
}
.overlay {
  height: 100vh !important;
  width: 100vw !important;
  left: -100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  z-index: 99999;
  transition: opacity 1000ms ease;
}
.overlay.BILLPAY {
  width: 100% !important;
  left: 0;
  top: 0;
}
.overlay.KEYPERMITS {
  left: revert;
}
.overlay.BUSINESSSP {
  position: fixed;
  left: revert;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
.overlay.show {
  display: revert !important;
  opacity: 1;
}
.overlay.hide {
  display: none !important;
  opacity: 0;
}

#twoFA-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2rem;
  width: max-content;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 999999;
  padding: 2.75rem 4rem;
  background: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  border: 0.5px solid rgb(234, 236, 240);
  color: #333333;
}
#twoFA-content.BILLPAY, #twoFA-content.KEYPERMITS, #twoFA-content.BUSINESSSP {
  right: 50%;
}
#twoFA-content.smarg {
  padding: 2.75rem;
}
@media screen and (max-width: 1023px) {
  #twoFA-content.smarg {
    height: calc(100vh - 5rem);
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 1023px) {
  #twoFA-content {
    width: 100vw;
    top: 0;
    right: 50%;
    transform: translate(50%, 0%);
    padding-left: 0;
    padding-right: 0;
  }
}
#twoFA-content .twoFA-option-header, #twoFA-content #twoFA-option-header {
  font-size: 1.75rem;
}
@media screen and (max-width: 1023px) {
  #twoFA-content .twoFA-option-header, #twoFA-content #twoFA-option-header {
    font-size: 1.6rem;
    letter-spacing: 0.1rem !important;
    white-space: normal;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 80vw;
  }
}
#twoFA-content .twoFA-option-header.sub, #twoFA-content #twoFA-option-header.sub {
  font-size: 1.5rem;
  font-weight: 600;
}
#twoFA-content .twoFA-option-header.main-h, #twoFA-content #twoFA-option-header.main-h {
  margin-bottom: 2.25rem;
}
#twoFA-content #TwoFA-cancel-btn {
  position: absolute !important;
  overflow: visible !important;
  right: 2.5rem;
  top: 2rem;
  background: transparent;
  border: none;
}
#twoFA-content #TwoFA-cancel-btn svg {
  right: revert;
  top: revert;
}
#twoFA-content #TwoFA-cancel-btn svg.close {
  position: absolute;
}
#twoFA-content #TwoFA-cancel-btn svg:hover {
  color: rgb(180, 35, 24);
  cursor: pointer;
}
#twoFA-content .bottom__toggles {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  #twoFA-content .bottom__toggles {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
#twoFA-content .bottom__toggles #c_resend {
  font-size: 0.8rem !important;
  color: black;
  padding: 0.5rem 0;
  font-weight: 300;
}
#twoFA-content .bottom__toggles #c_resend a {
  font-weight: 400;
  color: rgb(25, 97, 231) !important;
  font-size: 0.85rem !important;
}
#twoFA-content .bottom__toggles label {
  font-size: 0.8rem;
  background: rgb(234, 236, 240);
  padding: 0.5rem 1rem;
  color: rgb(102, 112, 133) !important;
}
#twoFA-content .bottom__toggles label:hover {
  color: rgb(102, 112, 133) !important;
}
#twoFA-content .bottom__toggles label.success {
  background: rgb(166, 244, 197);
  color: rgb(3, 152, 85) !important;
}
#twoFA-content .bottom__toggles label.success:hover {
  color: rgb(3, 152, 85) !important;
}
#twoFA-content .bottom__toggles label.error {
  background: rgb(254, 205, 202);
  color: rgb(180, 35, 24) !important;
}
#twoFA-content .bottom__toggles label.error:hover {
  color: rgb(180, 35, 24) !important;
}
#twoFA-content #twoFA-option-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
}
@media screen and (max-width: 1023px) {
  #twoFA-content #twoFA-option-wrapper {
    flex-direction: column-reverse;
  }
}
#twoFA-content #twoFA-option-wrapper .auth-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: rgb(234, 236, 240);
  border: 0.5px solid rgb(208, 213, 221);
  position: relative;
}
#twoFA-content #twoFA-option-wrapper .auth-box #recSHADOW {
  position: absolute;
  z-index: -1;
  height: 108%;
  width: 100%;
  bottom: 1px;
  background: linear-gradient(90deg, #FD4543, #FF8C3C);
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#twoFA-content #twoFA-option-wrapper .auth-box #recSHADOW span {
  color: rgb(255, 251, 250);
  font-weight: bold;
  font-size: 1rem;
  margin-top: 0.35rem;
  letter-spacing: 0.05rem;
}
#twoFA-content #twoFA-option-wrapper .auth-box .auth-img {
  width: 18rem;
  height: 9rem;
  border-radius: 0.5rem;
  background: rgb(152, 162, 179);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  filter: blur(1px);
  border: 1px solid black;
  backdrop-filter: blur(4px);
}
#twoFA-content #twoFA-option-wrapper .auth-box .auth-img#email-img {
  background-position: top;
  background-image: url("https://c.pxhere.com/photos/3d/25/laptop_desk_office_workstation_technology-113246.jpg!d");
}
#twoFA-content #twoFA-option-wrapper .auth-box .auth-img#phone-img {
  background-position: bottom;
  background-image: url("https://c.pxhere.com/photos/4d/16/iphone_phone_smartphone_mobile_apple-99033.jpg!d");
}
#twoFA-content #twoFA-option-wrapper .auth-box .auth-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.603));
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper .text-wrapper h4 {
  font-size: 1.5rem;
  color: black !important;
  font-weight: 600 !important;
  text-align: center;
  line-height: 2.25rem;
  text-transform: capitalize;
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper .text-wrapper p {
  font-size: 0.9rem;
  max-width: 20em;
  line-height: 1.25rem;
  margin: 0;
  margin-top: 0.6rem;
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button {
  width: 100% !important;
  font-size: 0.95rem !important;
  gap: 0.25rem;
  text-transform: capitalize;
  font-weight: 500 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  text-transform: capitalize;
  font-size: calc(1.25rem * var(--font-size-scaling));
  font-weight: 500;
  width: max-content;
  transition-property: transform , color , background-color , border-color;
  transition-duration: 250ms , 500ms , 500ms , 500ms;
  transition-timing-function: ease;
  color: var(--contrast-color) !important;
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button:not(#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button.AddD):not(.keypad-event) {
  padding: 0.25rem 0.75rem !important;
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button[disabled] {
  background-color: #42424a !important;
  border-color: var(--default-border-color) !important;
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button[disabled]:hover {
  transform: none !important;
  cursor: not-allowed !important;
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button:hover {
  transform: translateY(-5%);
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button.form .button__text {
  font-size: calc(1.25rem * var(--font-size-scaling));
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button.narrow {
  padding: calc(0.35rem * var(--font-size-scaling)) calc(1.125rem * var(--font-size-scaling));
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button.expanded {
  width: calc(15rem * var(--font-size-scaling));
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button.fill {
  width: 100%;
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button span {
  text-transform: lowercase;
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
#twoFA-content #twoFA-option-wrapper .auth-box .content-wrapper button:hover {
  cursor: pointer;
}

.twoFA__header {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.twoFA__header #auth__msg {
  margin-top: 0.5rem !important;
  font-weight: 500;
  font-size: 0.875rem;
  max-width: 25rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .twoFA__header #auth__msg {
    max-width: 95vw;
  }
}
.twoFA__header .authentication__errmsg {
  color: rgb(180, 35, 24) !important;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  animation: opacity 2500ms ease;
  animation-iteration-count: infinite;
  opacity: 0;
  position: absolute;
  bottom: -1.5rem;
}

.twoFA__verfication__content {
  display: flex;
  flex-direction: column;
  flex-wrap: noowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 1.5rem 0;
}
.twoFA__verfication__content .twoFA_verified_span {
  animation: pop-up 150ms ease-in;
  animation-iteration-count: 1;
}
.twoFA__verfication__content .twoFA_verified {
  color: Green !important;
  font-size: 18px;
  animation: pop-up 150ms ease-in;
  animation-iteration-count: 1;
}
.twoFA__verfication__content .input__boxes {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 0.5rem;
  width: max-content;
  z-index: 100;
}
.twoFA__verfication__content .input__boxes::before {
  content: "";
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  left: 14%;
  right: 0;
  top: 0;
  bottom: 0;
}
.twoFA__verfication__content .input__boxes span {
  font-size: 1.15rem;
  font-weight: 600;
  color: rgb(3, 152, 85);
}
.twoFA__verfication__content .input__boxes input {
  padding: 0 !important;
  width: 2rem;
  height: 2.75rem;
  font-size: 1rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid silver;
  text-align: center;
  animation: 2000ms input-pulsate ease;
  animation-iteration-count: infinite;
}
.twoFA__verfication__content .input__boxes input:focus, .twoFA__verfication__content .input__boxes input:active {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}
.twoFA__verfication__content .input__boxes input:invalid {
  border-bottom: 2px solid red !important;
}
.twoFA__verfication__content .input__boxes input#num1 {
  animation-delay: 0ms;
}
.twoFA__verfication__content .input__boxes input#num2 {
  animation-delay: 100ms;
}
.twoFA__verfication__content .input__boxes input#num3 {
  animation-delay: 200ms;
}
.twoFA__verfication__content .input__boxes input#num4 {
  animation-delay: 300ms;
}
.twoFA__verfication__content .input__boxes input#num5 {
  animation-delay: 400ms;
}
.twoFA__verfication__content .input__boxes input#num6 {
  animation-delay: 500ms;
}
.twoFA__verfication__content .input__boxes input:nth-child(3) {
  margin-right: 1rem;
}

.cdTIMEOUT_wrapper {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  aspect-ratio: 1/1;
  background: rgb(208, 213, 221);
  font-size: 1rem;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition-property: background;
  transition-duration: 1000ms;
  transition-timing-function: ease;
}
.cdTIMEOUT_wrapper #timeout_digits {
  background: white;
  border-radius: 50px;
  height: 1.65rem;
  width: 1.65rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.cdTIMEOUT_wrapper #timeout_digits span {
  position: relative;
}
.cdTIMEOUT_wrapper #timeout_digits span .bi-person-fill-lock {
  color: gold;
}
.cdTIMEOUT_wrapper::before {
  content: "Code Expires In";
  font-size: 0.55rem;
  font-weight: 500;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  text-transform: uppercase;
}

.auth__lock {
  overflow: visible;
  color: #3099DD;
  position: relative;
  background: rgba(48, 153, 221, 0.15);
  padding: 1.5rem;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
}
.auth__lock.unlocked {
  color: #1ADE3A;
  background: rgba(26, 222, 58, 0.15);
}
.auth__lock.invalid {
  color: #E50505;
  background: rgba(229, 5, 5, 0.15);
}

@keyframes input-pulsate {
  from {
    border-color: silver;
  }
  50% {
    border-color: rgb(180, 35, 24);
  }
  to {
    border-color: silver;
  }
}
@keyframes pop-up {
  from {
    transform: scale(0, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=validation.css.map */
