:root {
    --text_primary_color: black;
    --text_secondary_color: black;
    --bg_primary_color: black;
    --bg_secondary_color: black;
    --first_color: black;
    --sec_color: black;
    --input_bg_color: black;
    --input_text_color: black;
    --checkbox_color: black;
}
@font-face{
    font-family:Montserrat-Light;
    src:url('../fonts/Montserrat-Light.eot');
    src:local("Montserrat-Light"),
        local("Montserrat-Light"),
        url('../fonts/Montserrat-Light.eot?#iefix') format("embedded-opentype"),
        url('../fonts/Montserrat-Light.woff') format("woff"),
        url('../fonts/Montserrat-Light.ttf') format("truetype");
        font-style: normal;
        font-weight: normal;
}
@font-face{
    font-family:Montserrat-Regular;
    src:url('../fonts/Montserrat-Regular.eot');
    src:local("Montserrat-Regular"),
        local("Montserrat-Regular"),
        url('../fonts/Montserrat-Regular.eot?#iefix') format("embedded-opentype"),
        url('../fonts/Montserrat-Regular.woff') format("woff"),
        url('../fonts/Montserrat-Regular.ttf') format("truetype");
        font-style: normal;
        font-weight: normal;
}
@font-face{
    font-family:Montserrat-Medium;
    src:url('../fonts/Montserrat-Medium.eot');
    src:local("Montserrat-Medium"),
        local("Montserrat-Medium"),
        url('../fonts/Montserrat-Medium.eot?#iefix') format("embedded-opentype"),
        url('../fonts/Montserrat-Medium.woff') format("woff"),
        url('../fonts/Montserrat-Medium.ttf') format("truetype");
        font-style: normal;
        font-weight: normal;
}
@font-face{
    font-family:Montserrat-Bold;
    src:url('../fonts/Montserrat-Bold.eot');
    src:local("Montserrat-Bold"),
        local("Montserrat-Bold"),
        url('../fonts/Montserrat-Bold.eot?#iefix') format("embedded-opentype"),
        url('../fonts/Montserrat-Bold.woff') format("woff"),
        url('../fonts/Montserrat-Bold.ttf') format("truetype");
        font-style: normal;
        font-weight: normal;
}
html {
    overflow-x: hidden !important;
}
body {
    background: var(--bg_primary_color);
    font-family: Montserrat-Regular;
}
/* body.status {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
} */
#getBody {
    width: 100%;
}
.montserrat__light {
    font-family: Montserrat-Light;
}
.montserrat__regular {
    font-family: Montserrat-Regular;
}
.montserrat__medium {
    font-family: Montserrat-Medium;
}
.montserrat__bold {
    font-family: Montserrat-Bold;
}
a,
input,
button {
    transition: all .3s ease !important;
}
input:focus,
button:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    appearance: none !important;
}
input:-webkit-autofill, .cs-input:-webkit-autofill,
input:-webkit-autofill:active, .cs-input:-webkit-autofill:active,
input:-webkit-autofill:focus, .cs-input:-webkit-autofill:focus,
input:-webkit-autofill:hover, .cs-input:-webkit-autofill:hover {
    transition:background-color 50000000s !important;
    -webkit-text-fill-color:var(--input_text_color)!important
}
button, label {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button[disabled=disabled], button:disabled {
    cursor: not-allowed;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

 ::-webkit-scrollbar-track {
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb {
    /* background: #feb911; */
    background: var(--bg_secondary_color);
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: var(--bg_secondary_color);
    border-radius: 10px;
}
.fcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

[type='checkbox'],[type='radio'] {
    color: var(--checkbox_color) !important;
  }


.no-border {
    border: none !important;
}
.z-1 {
    z-index: 1;
}
.-z-1 {
    z-index: -1;
}
.invert {
    filter: invert(1);
}
.no-border {
    border: none !important;
}
.select2 {
    width: 100% !important;
    /* force fluid responsive */
}
.select2-container .select2-selection--single {
    height: 56px;
    position: relative;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 8px;
}
.select2-container .select2-selection--single .select2-container--default .select2-results > .select2-results__options {
    -webkit-overflow-scrolling: touch;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e5e7eb !important;
    border-radius: 0.75rem !important
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--input_text_color) !important;
}
.transaction:nth-of-type(2n) {
    background: rgba(248, 250, 252, 0.7);
}

.content-box .eff-1 .text {
	color:#eee;
	text-shadow:1px 1px #fff, -1px -1px #ccc;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}
.fcc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.animate__midFast {
    --animate-duration: 0.6s;
  }
/*-------------------- Modal ----------------------*/

.pin-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px); */
  align-items: center;
  justify-content: center;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.3s;

}

.pin-modal.hidden {
  opacity: 0;
;}



.modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 1;
}

.modal.is-visible {
  visibility: visible;
}
/* .modal-overlay.is-visible {
  visibility: visible;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    visibility: hidden;
    opacity: 1;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
} */

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50px;
  left: 5%;
  width: 90%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}


.validBg {
    background: #515968;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.text_primary_color {
    color: var(--text_primary_color) !important;
}
.text_secondary_color {
    color: var(--text_secondary_color) !important;
}
.bg_primary_color {
    background: var(--bg_primary_color) !important;
}
.bg_secondary_color {
    background: var(--bg_secondary_color) !important;
}
.bg_first_color {
    background: var(--first_color) !important;
}
.bg_sec_color {
    background: var(--sec_color) !important;
}
.input_bg {
    background: var(--input_bg_color) !important;
}
.input_text {
    color: var(--input_text_color) !important;
}
.checkbox_bg {
    background: var(--checkbox_color) !important;
}
.bg_dark {
    background: var(--text_primary_color) !important;
}
.img-yellow-shadow {
    filter: drop-shadow(15px 15px 20px rgba(255, 209, 0, 0.2));
}
.input-shadow {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.16);
}
.img-shadow {
    filter: drop-shadow(0 10px 25px rgb(0 0 0 / 0.15));
}
footer {
    box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.091);
}
.cs-input::placeholder {
    font-weight: bold;
    color: var(--input_text_color) !important;
    font-size: 11px !important;
}
.lg-input::placeholder {
    font-weight: bold;
    color: var(--text_primary_color) !important;
}
.navs-item {
    position: relative;
    height: 38px;
}
.navs-item.active .nav__img {
    position: absolute;
    top: -45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    height: 55px;
    border-radius: 1.1rem;
    background: var(--bg_secondary_color) !important;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.navs-item .profile-image {
    width: 16px;
    height: 16px;
    border-radius: 99999px;
    object-fit: cover;
}
.navs-item.active .profile-image {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.side-nav {
    position: fixed;
    width: 310px;
    height: calc(100vh - 3rem);
    top: 1.5rem;
    left: 1.5rem;
}
.side-nav::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: var(--text_secondary_color);
    border: 3px solid var(--text_secondary_color);
    height: 41px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: var(--bg_secondary_color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
  }
  .tab-slider--tabs.slide:after {
    left: 50%;
  }

  .tab-slider--trigger {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: var(--text_primary_color);
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tab-slider--trigger.active {
    color: var(--text_primary_color);
  }

  /* .tab-slider--body {
    margin-bottom: 20px;
  } */
  .g-card {
    position: relative;
    z-index: 1;
  }
  .g-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 45% ;
    width: 100%;
    height: 20px;
    background:  url('../img/bg-t.png') left repeat-x;
    background-size: 20px 10px;
    z-index: -1;
  }
  .g-card::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 49%;
    background: #ffffff;
    z-index: -1;
    border-radius: 0 0 1.5rem 1.5rem;
  }


    /*--------------------------- toggle switch --------------------------------*/

    .toggle {
      cursor: pointer;
      display: inline-block;
    }

    .toggle-switch {
      display: inline-block;
      background: #ccc;
      border-radius: 16px;
      width: 58px;
      height: 27px;
      position: relative;
      vertical-align: middle;
      transition: background 0.25s;
      transform: scale(0.7);

    }
    .toggle-switch:before, .toggle-switch:after {
      content: "";
    }
    .toggle-switch:before {
      display: block;
      background: var(--text_secondary_color);
      border-radius: 50%;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 3px;
      left: 4px;
      transition: left 0.25s;
    }
    .toggle:hover .toggle-switch:before {
        background: var(--text_secondary_color);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
    }
    .toggle-checkbox:checked + .toggle-switch {
      background: var(--text_primary_color);
    }
    .toggle-checkbox:checked + .toggle-switch:before {
      left: 34px;
    }

    .toggle-checkbox {
      position: absolute;
      visibility: hidden;
    }

    .toggle-label {
      margin-left: 5px;
      position: relative;
      top: 2px;
    }
/*--------------------------- Select 2 --------------------------------*/
.select2-container .select2-selection--single {
    border: none !important;
    background: none !important;
   }

   .select2-selection__arrow::before {
        content: '\f107';
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 1;
   }
    .select2-results__option {
        font-size: 12px;
    }
    .select2-selection__rendered {
        font-family: Montserrat-Bold;
    }

    .select2-dropdown  {
        padding: .7rem;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        border-radius: .9rem !important;
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.1);
    }
    .select2-search__field {
        position: relative;
        background: rgba(0, 0, 0, 0.011) !important;
        border: 1px solid rgba(0, 0, 0, 0.081) !important;
        border-radius: .35rem !important;
        font-size: .7rem !important;
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: var(--bg_secondary_color) !important;
        color: var(--text_primary_color) !important;
        border-radius: .35rem !important;
        padding: 6px 6px 6px 15px !important;
    }

    .select2-container--default .select2-results__option--selected {
        background: rgba(0, 0, 0, 0.021) !important;
        border-radius: .35rem !important;
        font-family: Montserrat-Bold !important;
    }
    ul.select2-results__options li {
        transition: all .3s ease;
    }
/*--------------------------- Menu Collapse --------------------------------*/
.accordion {
    position: relative;
  }
 .panel {
    display: none;
    overflow: hidden;
  }
  .accordion:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-size: .7rem;
  }
.accordion.active:after {
    content: "\2796";
  }
  .accordion__items:hover {
    font-family: Montserrat-Bold;
  }

/*---------------------------------- Scanner ----------------------------------*/

#reader {
    width: 600px;
    border: none !important;
    padding-bottom: 50px !important;

}
#reader img {
    display: none !important;
}
#reader video {
    /* width: 374px; */
    /* height: 50vh;
    display: block; */
    border-radius: 60px;
}
#reader__dashboard {
    /* margin-top: -40px; */
}
#qr-shaded-region {
    border-radius: 60px;
}
#reader__scan_region {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    text-align: center;
    position: relative;
    /* padding: 20px; */
}
#html5-qrcode-button-camera-stop {
    position: relative !important;
    padding-left: 50px;
    height: 52px;
}
#html5-qrcode-button-camera-stop::before {
    content: '\f28d';
    font-family: FontAwesome;
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: #ff0000;
}

#html5-qrcode-button-camera-permission {
    position: relative !important;
    width: 180px;
    height: 180px;
    padding-top: 70px;
    background: #eff6ff;
    border-radius: 30px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.16);
    transform: scale(.8);
    font-size: 14px;
    color: #2563eb;
}
#html5-qrcode-button-camera-permission::before {
    content: '\f13e';
    font-family: FontAwesome;
    font-size: 45px;
    position: absolute;
    left: calc(50% - 20px);
    top: 30px;
    width: 40px;
    height: 40px;
    color: #2563eb;
}

#reader__dashboard_section {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
}
#reader__dashboard_section > div:first-of-type > div:not(#reader__dashboard_section_csr) {
    border: 4px dashed rgb(235, 235, 235) !important;
    border-radius: 10px !important;
     padding: 20px !important;
    font-size: 14px !important;
}
#result {
    text-align: center;
    font-size: 1.5rem;
}
#html5-qrcode-button-camera-start {
    position: relative !important;
    width: 180px;
    height: 180px;
    padding-top: 70px;
    background: var(--bg_secondary_color);
    border-radius: 30px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.16);
    transform: scale(.8);
}
#html5-qrcode-button-camera-start::before {
    content: '\f029';
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    left: calc(50% - 20px);
    top: 30px;
    width: 40px;
    height: 40px;
}

#html5-qrcode-anchor-scan-type-change {
    position: relative !important;
    width: 180px;
    height: 180px;
    padding-top: 110px ;
    text-decoration: none !important;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.16);
    transform: scale(.8);
    display: block;
}
#html5-qrcode-anchor-scan-type-change::before {
    content: '\f1c5';
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    left: calc(50% - 20px);
    top: 30px;
    width: 40px;
    height: 40px;
}
.card-has-back {
    z-index: 1;
}
.card-has-back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.32) 67%, rgba(255,255,255,0) 100%);
    border-radius: 1.5rem;
}

.smooth {
    transition: all .3s ease;
}
.terms-hidden {
    display: none;
    opacity: 0;
}
.terms-show {
    display: flex;
    opacity: 1;
}

.cModal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.cImprint {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.cData {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.notify {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 99;
    color: #fff;
}

.notify.successMessage {
    background: #10b981;
}

.notify.errorMessage {
    background: #ef4444;
}



div#nav { position: relative; }
.dropdown-toggle { padding: 0; }
/**** ****/
ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 5px;
    margin-top: 5px;
    background: #ffffff;
}
ul.dropdown li { list-style-type: none; }










@media screen and (max-width:575px) {
    .main-content {
        width: 100vw;
    }
    .hinzufugen {
        width: 100%;
    }
    .guthaben {
        width: 100%;
    }
    .transactions::before {
        content: '';
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25%;
        background: var(--bg_primary_color);
        background: linear-gradient(0deg, var(--bg_primary_color) 30%, rgba(231,244,247,0) 100%);
    }
}
/*--------------------------------------------*/
@media screen and (min-width:576px) and (max-width:767px) {
    .main-content {
        width: 100vw;
    }
    .hinzufugen {
        width: 100%;
    }
    .guthaben {
        width: 100%;
    }
    .transactions::before {
        content: '';
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 35%;
        background: var(--bg_primary_color);
        background: linear-gradient(0deg, var(--bg_primary_color) 30%, rgba(231,244,247,0) 100%);
    }
}
/*--------------------------------------------*/
@media screen and (min-width:768px) and (max-width:991px) {
    .main-content {
        width: calc(100vw - 350px);
    }
    .hinzufugen {
        position: absolute;
        top: 0;
        width: 400px;
    }
    .hinzufugen-area {
        padding-top: 170px;
        background: var(--bg_secondary_color) !important;
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.1);

    }
    .guthaben {
        position: absolute;
        top: 0;
        width: 400px;
    }
    .guthaben-area {
        padding-top: 250px;
        background: var(--bg_secondary_color) !important;
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.1);

    }
}
/*--------------------------------------------*/
@media screen and (min-width:992px) and (max-width:1199px) {
    .main-content {
        width: calc(100vw - 350px);
    }
    .hinzufugen {
        position: absolute;
        top: 0;
        width: 450px;
    }
    .hinzufugen-area {
        padding-top: 170px;
        background: var(--bg_secondary_color) !important;
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.1);

    }
    .guthaben {
        position: absolute;
        top: 0;
        width: 500px;
    }
    .guthaben-area {
        padding-top: 250px;
        background: var(--bg_secondary_color) !important;
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.1);

    }
}
/*--------------------------------------------*/
@media screen and (min-width:1200px) and (max-width:1399px) {
    .main-content {
        width: calc(100vw - 350px);
    }
    .hinzufugen {
        position: absolute;
        top: 0;
        width: 450px;
    }
    .hinzufugen-area {
        padding-top: 170px;
        background: var(--bg_secondary_color) !important;
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.1);

    }
    .guthaben {
        position: absolute;
        top: 0;
        width: 500px;
    }
    .guthaben-area {
        padding-top: 250px;
        background: var(--bg_secondary_color) !important;
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.1);

    }
}
/*--------------------------------------------*/
@media screen and (min-width:1400px) {
    .main-content {
        width: calc(100vw - 350px);
    }
    .hinzufugen {
        position: absolute;
        top: 0;
        width: 450px;
    }
    .hinzufugen-area {
        padding-top: 170px;
        background: var(--bg_secondary_color) !important;
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.1);

    }
    .guthaben {
        position: absolute;
        top: 0;
        width: 500px;
    }
    .guthaben-area {
        padding-top: 250px;
        background: var(--bg_secondary_color) !important;
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.1);

    }
}

