/* 
@Autor: Patrick Walters
*/

/*############################################################
##############################################################
######################### ALLGEMEINES ########################
##############################################################
##############################################################*/
/* Allgemeine Klassen */
.accordion {
    overflow-anchor: none; /* Optionale Eigenschaft zur Verbesserung der Leistung */
  }
  
  .accordion-item {
    margin-bottom: 1rem;
  }
  
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    cursor: pointer;
  }
  
  .accordion-button:focus {
    z-index: 1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
  }
  
  .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .accordion-button:not(.collapsed)::after {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    content: '';
    border-top: 0.25rem solid;
    border-right: 0.25rem solid transparent;
    border-bottom: 0;
    border-left: 0.25rem solid transparent;
  }
  
  .accordion-collapse {
    overflow: hidden;
    transition: height 0.35s ease;
  }
  
  /* Zustandsklassen */
 /* .accordion-item:not(.show) .accordion-collapse {
    height: 0;
  }*/
  
  /* Zusätzliche Klassen */
  .accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  
  .accordion-flush .accordion-item {
    border-bottom: 0;
  }
  
  .accordion-flush .accordion-item:last-child .accordion-button {
    border-bottom: 0;
  }
  
  


body {
    font-size: .875rem;
    overflow-x: hidden !important;
}

@property --angle {
    syntax: '<angle>';
    initial-value: 90deg;
    inherits: true;
}

a, .form-select, .form-control {
    outline: 0 !important;
}

label {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.customerSearchJS {
    display:none;
    background: #fff;
    width: 100%;
    position: absolute;
    z-index: 4000;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.customerProductJS {
    display: none;
}

.newProductCatContent {
    border: 1px solid #e9ecef;
    background-color:#fff;
    padding:15px;
    border-radius: 10px;
    line-height: 2;
}

.customerSearchJS .customer {
    padding:10px;
    background: #fff;
    color: #000;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.customerSearchJS .customer:hover {
    background: rgba(232, 232, 232, .5);
    cursor:pointer;
}

.customerSearchJS .customer.customerborder {
    border-bottom: 1px solid rgba(232, 232, 232, .5);
}

.customerSearchJS .noticearea {
    border-left: 1px solid rgba(232, 232, 232, .5);
}

.customerSearchJS .customer .active {
    color: #258e08;
}

.customerSearchJS .customer .inactive {
    color: #c40f18;
}

.customerSearchJS .customer .dropout {
    color: #e5920d;
}

.bamsloader {
    width: 14px;
    height: 14px;
    border: 2px solid #112E48;
    border-bottom-color: #E62221;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: bamsloader 1s linear infinite;
    }

    @keyframes bamsloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

textarea:focus, 
.form-select:focus,
.form-check-input:focus,
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  outline: 0 !important;
}

.table.remissions > :not(caption) > * > * {
    padding: 0 !important;
}
  
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.navbarcolor {
    background-color:#E30613 !important;
}

.bg-bams {
    background-color: #E62221;
}

.badge-bams {
    color: #fff;
    background-color: #E62221;
}

.badge-wams {
    color:#fff;
    background-color: #112E48;
}

.badge-wsk {
    color:#fff;
    background-color:#112E48;
}

img.bamslogo {
    width:200px;
    height:120px;
}

.divider:after, .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

.invoiceProcressJS {
    margin-top:10px;
    visibility:hidden;
}

.form-control.invalid, .form-select.invalid{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

/*############################################################
##############################################################
########################### MEMOBOX ##########################
##############################################################
##############################################################*/
.memobox-toggler {
    position: fixed;
    bottom: 30px;
    right: 35px;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #D21113;
    transition: all 0.2s ease;
}

.show-memocontent .memobox-toggler {
    transform: rotate(90deg);
}
.memobox-toggler span {
    color: #fff;
    position: absolute;
}

.memobox-toggler span:last-child,
body.show-memocontent .memobox-toggler span:first-child  {
  opacity: 0;
}

.show-memocontent .memobox-toggler span:last-child {
    opacity: 1;
}

.memocontent {
    z-index: 1040;
    position: fixed;
    right: 35px;
    bottom: 90px;
    width: 420px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.5);
    transform-origin: bottom right;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
                0 32px 64px -48px rgba(0,0,0,0.5);
    transition: all 0.1s ease;

}

.show-memocontent .memocontent {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.memocontent header {
    padding: 16px 0;
    position: relative;
    text-align: center;
    color: #fff;
    background: #D21113;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.memocontent header span {
    position: absolute;
    right: 15px;
    top: 50%;
    display: none;
    cursor: pointer;
    transform: translateY(-50%);
}

.memocontent header h2 {
    color:#fff;
    font-size: 1.4rem;
}

.memocontent .memobox {
    overflow-y: auto;
    height: 510px;
    padding: 30px 20px 100px;
}

.memocontent :where(.memobox, textarea)::-webkit-scrollbar {
    width: 6px;
}

.memocontent :where(.memobox, textarea)::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 25px;
}

.memocontent :where(.memobox, textarea)::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.memobox .memo {
    display: flex;
    list-style: none;  
}

.memobox .outgoing {
    margin: 20px 0;
    justify-content: flex-end;
}

.memobox .incoming span:not(.typing) {
    width: 32px;
    height: 32px;
    color: #fff;
    cursor: default;
    text-align: center;
    line-height: 32px;
    align-self: flex-end;
    background: #D21113;
    border-radius: 4px;
    margin: 0 10px 15px 0;
}

.memobox .memo p {
    white-space: pre-wrap;
    padding: 12px 16px;
    border-radius: 10px 10px 0 10px;
    max-width: 75%;
    color: #fff;
    font-size: 0.95rem;
    background: #D21113;
}

.memobox .memo p.error {
    color: #721c24;
    background: #f8d7da;  
}

.memobox .incoming p {
    color: #000;
    background: #f2f2f2;
    border-radius: 10px 10px 10px 0;
}

.memocontent .memo-input {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 3px 20px;
    border-top: 1px solid #ddd;
}

.memo-input textarea {
    height: 55px;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    max-height: 180px;
    padding: 15px 15px 15px 0;
    font-size: 0.95rem;
}

.memo-input span {
    align-self: flex-end;
    color: #D21113;
    cursor: pointer;
    height: 55px;
    display: flex;
    align-items: center;
    visibility: hidden;
    font-size: 1.35rem;
}

.memo-input textarea:valid ~ span {
    visibility: visible;
}

.typing {
    display: inline-flex;
    margin: 0 auto;
    position: relative;
}
.typing ty {
    height: 15px;
    width: 15px;
    float: left;
    margin: 0 1px;
    background-color: #9E9EA1;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
  }
  .typing ty:nth-of-type(1) {
    -webkit-animation: 1s blink infinite 0.3333s;
            animation: 1s blink infinite 0.3333s;
  }
  .typing ty:nth-of-type(2) {
    -webkit-animation: 1s blink infinite 0.6666s;
            animation: 1s blink infinite 0.6666s;
  }
  .typing ty:nth-of-type(3) {
    -webkit-animation: 1s blink infinite 0.9999s;
            animation: 1s blink infinite 0.9999s;
  }
  
  @-webkit-keyframes blink {
    50% {
      opacity: 1;
    }
  }
  
  @keyframes blink {
    50% {
      opacity: 1;
    }
  }
  @-webkit-keyframes bulge {
    50% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }
  @keyframes bulge {
    50% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }

@media(max-width: 490px) {
    .memobox-toggler {
        right: 20px;
        bottom: 20px;
    }
    
    .memocontent {
        right: 0;
        bottom:0;
        width: 100%;
        height: 100%;
        border-radius: 0;;
    }

    .memocontent .memobox {
        height: 90%;
        padding: 25px 15px 100px;
    }

    .memocontent .memo-input {
        padding: 5px 15px;
    }

    .memocontent header span {
        display: block;
    }
}

/*############################################################
##############################################################
############################ HEADER ##########################
##############################################################
##############################################################*/
.navbar-brand .row .col-md-1 {width: 8.33%;}
.navbar-brand .row .col-md-2 {width: 16.67%;}
.navbar-brand .row .col-md-3 {width: 25%;}
.navbar-brand .row .col-md-4 {width: 33.33%;}
.navbar-brand .row .col-md-5 {width: 41.67%;}
.navbar-brand .row .col-md-6 {width: 50%;}
.navbar-brand .row .col-md-7 {width: 58.33%;}
.navbar-brand .row .col-md-8 {width: 66.67%;}
.navbar-brand .row .col-md-9 {width: 75%;}
.navbar-brand .row .col-md-10 {width: 83.33%;}
.navbar-brand .row .col-md-11 {width: 91.67%;}
.navbar-brand .row .col-md-12 {width: 100%;}

/* Smartphone Potrait */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .navbar-brand {
        width: 100%;
        text-align: center;
    }

    .navbarJSlogo {
        text-align: left;
    }
    .navbar-nav {
        display: none;
    }
}

/* Smartphone gedeht */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .navbar-brand {
        width: 100%;
        text-align: center;
    }

    .navbar input {
        display: flex;
        flex: fit-content;
    }
}

/* Tablet Potrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        width: 25%;
        text-align: center;
    }

    .navbarJSlogo img {
        width: 100%;
    }

    .navbar input {
        display: flex;
        flex: fit-content;
    }
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: #DCDCDC;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    z-index: 1041;
}
  
.navbar .form-control {
    padding: 1.26rem 1rem;
    border-width: 0;
    border-radius: 0;
}


/*############################################################
##############################################################
############################ SIDEBAR #########################
##############################################################
##############################################################*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .sidebar {
        width: 15%;
        text-align: center;
        top:4rem !important;
    }
    .navLinkText, .navLinkText.changelog, .changelogVersion {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sidebar {
        width: 25%;
        z-index:1001 !important;
    }

    .changelogVersion {
        display: none;
    }
}

/* Tablet Potrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        width: 25%;
        z-index:1001 !important;
    }

    .changelogVersion {
        display: none;
    }
}

/* Tablet gedreht */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .changelogVersion {
        display: none;
    }
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-color: #DCDCDC;
}

 
  
.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 1.9rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
  
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
}
  
.sidebar .nav-link, .navbarJS .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather, .navbarJS .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active, .sidebar .nav-link:hover, .navbarJS .nav-link.active, .navbarJS .nav-link:hover {
    color: #E62221;
}
  
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather,
.navbarJS .nav-link:hover .feather,
.navbarJS .nav-link.active .feather {
    color: inherit;
}
  
.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*############################################################
##############################################################
############################# PAGES ##########################
##############################################################
##############################################################*/
#LoginManifest {
    background-color: rgba(0,0,0,0.20);
    padding: 30px;
    border-radius: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    [role="main"] {
        /*width: 87% !important;
        margin-left: 14% !important;*/
        margin-top:130px !important;
    }

    .loginpic {
        display:none;
    }
    
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    [role="main"] {
        /*width: 75.1% !important;
        margin-left: 24.9% !important;*/
    }

    .loginpic, .loginfooter {
        display:none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    [role="main"] {
        /*width: 75% !important;
        margin-left: 25% !important;*/
    }

    .loginpic {
        display:none;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*[role="main"] {
        width: 83.5% !important;
        margin-left: 16.5% !important;
    }*/
}

[role="main"] {
    margin-top:64px; /* Space for fixed navbar */
    /*width: 83.46%;*/
    background-color: #F4F5FA;
    min-height: 100vh;
    margin-left: auto;
}

.tx-white-7 {
    color: hsla(0,0%,100%,.7);
}

/*############################################################
##############################################################
########################## DASHBOARD #########################
##############################################################
##############################################################*/
.card.dashboardheader {
    color: #fff !important;
    background-color: #6269ca !important;
    box-shadow: 0 10px 30px 0 rgba(98, 89, 202, 0.05);
    margin-bottom: 20px;
    border: 0;
    border-radius: 11px;
}

.card.dashboardheader > .card-body {
    padding: 1.5rem !important;
}

.card.dashboardheader .img-bg {
    background: url(https://nextjs.spruko.com/spruha/preview/_next/static/media/Stars.d277efc1.png);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
    background-position: 100%;
    background-size: auto;
    background-repeat: no-repeat;
}

.card.dashboardheader img {
    position: absolute;
    bottom: -3px;
    left: -17px;
    width: inherit;
}

.card.dashboardheader .textmarker {
    color: #ff9b21 !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .card.dashboardheader img {
        display: none !important;
    }

    .img-bg {
        margin-left:10px;
        width:100% !important;
    }
    
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .card.dashboardheader img {
        display: none !important;
    }

    .img-bg {
        margin-left:10px;
        width:100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card.dashboardheader img {
        display: none !important;
    }

    .img-bg {
        margin-left:10px;
        width:100% !important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card.dashboardheader img {
        bottom: -2px !important;
        left: -14px !important;
        height: 130px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .card.dashboardheader img {
        bottom: -2px !important;
        left: -14px !important;
        height: 115px !important;
    }

    .img-bg {
        padding-left:40px;
    }
}

/*############################################################
##############################################################
########################## BUCHHALTUNG #######################
##############################################################
##############################################################*/

a.bookmenu {
    background-color: RGB(222, 226, 230);
    padding:10px;
    border-radius: 5px;
    border:1px solid #333;
    color: #333;
    text-align: center;
    text-decoration: none;
    outline: 0;
    margin-bottom:10px;
}

a.bookmenu i {
    font-size: 30px;
}

.remissionCard .bamstitle, .remissionCard .wamstitle, .remissionCard .wsktitle, .remissionCard .optionstitle, 
.remissionCard .viewtitle, .remissionCard .status, .remissionCard .options  {
    padding: .5rem .5rem;
    text-align: center;
}
.remissionCard .bamstitle, .remissionCard .wamstitle, .remissionCard .wsktitle {
    border-top: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
    border-left: 1px solid #DEE2E6;
    font-weight: bold;
}

.remissionCard .optionstitle {
    border: 1px solid #DEE2E6;
    font-weight: bold;
}

.remissionCard .viewtitle, .remissionCard .status {
    border-bottom: 1px solid #DEE2E6;
    border-left: 1px solid #DEE2E6;
}

.remissionCard .status.end {
    border-right: 1px solid #DEE2E6;
}

.remissionCard .options {
    border-left: 1px solid #DEE2E6;
    display: flow-root;
}

.deliverynotemobileLabel {
    display:none;
}

.deliverynoteDefaultLabel {
    display:initial;
}

.addDeliveryNoteTableForMobile {
    display:none;
}

.addDeliveryNoteTableForPC {
    display: block;
}

.deliveryvalueInfo {
    margin-right: 5px;
}

.customernotices {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.customernotices::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #E62221;
    left: 5%;
    margin-left: -2.5px;
}

.customernotices > li {
    position: relative;
    min-height: 50px;
    padding: 20px 0;
}

.customernotices .noticeicon {
    left: 0%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 40px;
}

.customernotices .noticeicon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: #d9e0e7;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid #E62221;
    transition: border-color .2s linear;
}

.customernotices .noticebody {
    margin-left: 10%;
    background: #fff;
    position: relative;
    padding: 20px 25px;
    border-radius: 6px;
}

.customernotices .noticebody::before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px;
}

.noticeheader {
    /*padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px;*/
}

.noticeheader button {
    float: right;
}

.noticefooter {
    background: #fff;
    border-top: 1px solid #e2e7ec;
    padding-top: 15px;
    color:#575d63;
}

.noticecontent {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px;
}

.noticecontent::after, .noticecontent::before {
    content: '';
    display: table;
    clear: both;
  }

.customernotices .noticebody > div + div {
    margin-top: 15px;
  }

  a.cnotice, a.cnotice:link, a.cnotice:focus, a.cnotice:active {
    color: rgba(230, 31, 43, 1.0);
    text-decoration: none;
    outline: none;
  }

  a.cnotice:hover {
    color: rgba(230, 31, 43, 0.8);
    text-decoration: underline;
  }
  
.customerType {
    padding: 0;
    margin-top: -5px;
}

.customerType span {
    font-size: 10px;
    font-weight: 400;
}

.customerTypeArea {
    padding: 5px;
    text-align: center;
    border-bottom-right-radius: .25rem;
    color: #000;
    font-weight: 600;line-height:1.2
}

.customerTypeArea.rz {
    background: #5e20e5;
    color: #fff;
}

.customerTypeArea.bz {
    background: #209609;
    color: #fff;
}

.customerTypeArea.üb {
    background: #e2771f;
    color: #fff;
}

.customerTypeArea.ab {
    background: #0e48a5;
    color: #fff;
}

.customerTypeArea.wa {
    background: #a51219;
    color: #fff;
}

.customerstamm {
    background-color: #E6E8EB;
    padding:10px;
    border-radius: 7px;
    color: #56595C;
}
.customerSectionHeader {
    margin-bottom: 7px;
    font-size: 14.5px;
    font-weight: bold;
}

.customerSectionHeader i {
    margin-left:10px;
    cursor: pointer;
}

.customerSectionHeader i:hover {
    color: #fc9314;
}

.CustomerInfoSecContent .secclose {
    text-align: right;
    float: right;
    font-size: 20px;
    cursor: pointer;
    color:#333;
}

.CustomerInfoSecContent .secclose:hover {
    color: #E62221;
}

.customerSecInfo {
    margin: 25%;
    background-image: url('../img/customerinfo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    height: 200px;
    width: 200px;
}

.customer-control:hover, .customer-control:focus {
    border-color: #E62221;
}

.customerDeliveryvaluesmall {
    display:none;
}
.customerDeliveryvaluelong {
    display:initial;
}

.customerselectstatus, .customerselectpaper, .customerselectbtns {
    width: 33.3% !important;
    margin-left:0;
    margin-right:0;
}

.customerselectterritory {
    width: 100% !important;
    margin-left:0;
    margin-right:0;
}

.deliveryDescriptionJS {
    display:none;
}

a.billcard {
    outline: 0;
    text-decoration: none;
    color:#333;
}

a.billcard:hover {
    border-color:#E62221;
}

a.billcard span.plus {
    font-weight: bold;
    color: #0b7c23;
    float: right;
}

a.billcard span.minus, .minus_k {
    font-weight: bold;
    color: #ff0000;
    float: right;
}

a.billcard.paid {
    border-color: #4ea01e;
}

a.billcard.paid:hover {
    border-image: conic-gradient(from var(--angle), rgba(0,0,0,.125), #4ea01e 0.1turn, #4ea01e 0.15turn, rgba(0,0,0,.125) 0.25turn) 30;
    animation: borderRotate 2500ms linear infinite forwards;
}


@keyframes borderRotate {
	100% {
		--angle: 420deg;
	}
}
.delivery_info {
    word-break: break-all;
}

.CustomerInfoContentCardLinkContent {
    margin-top:10px;
    margin-bottom: 20px;
}
a.CustomerInfoContentCardLink, a.CustomerInfoContentCardLink:focus, a.CustomerInfoContentCardLink:active, a.CustomerInfoContentCardLink:link {
    color:#00253B;
    text-decoration: none;
    transition: color .4s ease 0s;
    
}
a.CustomerInfoContentCardLink:hover, a.CustomerInfoContentCardLink.active {
    color: #D21113;
}

.customerInfoContent {
    display:none;
}

.customerInfoContentCard {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left:5px;
    margin-right:5px;
}

.customerInfoContentCard img {
    height:32px;
}

.customerInfoContentCard.customer {
    background-color:#E61F2B;
    border: 1px solid #c41b23;
    color: #fff;
    display:none;
}

.customerInfoContentCard.customer .content {
    margin-top:5px;
}

.customerInfoContentCard.bams {
    background-color:#a320e5;
    border: 1px solid #8a1bc1;
    color: #fff;
    display:none;
}

.customerInfoContentCard.wams {
    background-color:#e2771f;
    border: 1px solid #c6681b;
    color: #fff;
    display:none;
}

.customerInfoContentCard.wsk {
    background-color:#1f5fe0;
    border: 1px solid #1c51bc;
    color: #fff;
    display:none;
}

.customerInfoContentCard .header {
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    height:52px
}

.customerInfoContentCard .content {
    font-size: 16px;
    padding: 0px 10px 20px 10px;
    font-weight: 600;
}
/* Handy Potrait*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .customerInfoContentCard.wsk img, .customerInfoContentCard.wams img{
        width: 100%;
    }
    .customerInfoJS .col-md-5 {
        width: 41.666667% !important;
    }

    .customerInfoJS .col-md-7 {
        width: 58.333333% !important;
        word-wrap: anywhere;
    }

    .paginatormobile {
        display:none;
    }

    .remissionAddArea {
        text-align: center;
    }

    .remissionCard .bamstitle {
        background-color: #EF161E;
        color: #fff;
    }

    .remissionCard .wamstitle {
        background-color: #005281;
        color: #fff;
        border-top:0;
    }

    .remissionCard .wsktitle {
        background-color: #0C385B;
        color: #fff;
        border-top:0;
    }

    .remissionCard .viewtitle.end, .remissionCard .status.middle {
        border-right: 1px solid #DEE2E6;
    }

    .remissionCard .options {
        border-right: 1px solid #DEE2E6;
        border-bottom: 1px solid #DEE2E6;
    }

    .deliverynoteDefaultLabel {
        display:none;
    }

    .deliverynotemobileLabel {
        display:initial;
    }

    .deliverynoteLabelArea {
        width: 33%;
        font-size: 13.5px;
    }

    .deliveryAddArea {
        text-align: center;
    }

    .addDeliveryNoteTitleDate {
        text-align: left !important;
        width:45%;
        font-size: 13px;
    }

    .addDeliveryNoteDateArea {
        width: 55%;
        font-size: 13px;
    }

    .addDeliveryNoteDateArea input {
        font-size: 16px !important;
        width: 100% !important;
    }

    .addDeliveryNoteAddressContent {
        font-size: 13px !important;
    }

    .addDeliveryNoteTableForMobile {
        display:block;
    }

    .addDeliveryNoteTableForPC {
        display: none;
    }

    .addDeliveryNoteMobileaddArea {
        width: 50%;
        display: inline-block;
        margin-bottom:10px;
    }

    .addDeliveryNoteMobileaddArea.title {
        border-bottom: 1px dashed #000;
    }

    .addDeliveryNoteMobileaddArea.obj {
        font-size: 15px;
        font-weight: bold;;
    }

    .addDeliveryNoteMobileaddArea input {
        font-size:15px !important;
    }

    .customer-nav {
        margin-top: -4px;
        font-size: 12px !important;
    } 

    .customer-nav .mobilenotcenter {
        text-align: left !important;
    }

    .mobilecustomerSelectorMenu {
        margin-top: -10px;
    }

    .customerbtns {
        margin-bottom: 5px;
    }

    .customerDeliveryvaluesmall {
        display:initial;
    }
    .customerDeliveryvaluelong {
        display:none;
    }

    .delivery_info {
        margin-top:5px;
        margin-bottom: 5px;
        text-align: center;
        word-break: break-all;
    }

    .customerselectterritory, .customerselectstatus, .customerselectpaper, .customerselectbtns {
        width: 100% !important;
        margin-left:0;
        margin-right:0;
    }

    .invoiceSystemPC {
        display:none;
    }

    .invoiceSystemMobile {
        display: visible;
    }

    .addinvoicebtnArea {
        display:none;
    }

    .invoicelistviewleftside {
        width: 100%;
        font-size: 13px;
    }

    .invoicelistviewrightside {
        width: 100%;
        text-align: center !important;
        margin-top: 7.5px;
    }

    .invoicelistviewrightside > .text-right {
        text-align: center !important;
    }
    
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .customerInfoJS .col-md-5 {
        width: 41.666667% !important;
    }

    .customerInfoJS .col-md-7 {
        width: 58.333333% !important;
        word-wrap: anywhere;
    }

    .paginatormobile {
        display:none;
    }

    .remissionAddArea {
        text-align: center;
        margin-bottom:10px;
    }

    .remissionCard .bamstitle {
        background-color: #EF161E;
        color: #fff;
    }

    .remissionCard .wamstitle {
        background-color: #005281;
        color: #fff;
        border-top:0;
    }

    .remissionCard .wsktitle {
        background-color: #0C385B;
        color: #fff;
        border-top:0;
    }

    .remissionCard .viewtitle.end, .remissionCard .status.middle {
        border-right: 1px solid #DEE2E6;
    }

    .remissionCard .options {
        border-right: 1px solid #DEE2E6;
        border-bottom: 1px solid #DEE2E6;
    }

    .deliverynoteDefaultLabel {
        display:none;
    }

    .deliverynotemobileLabel {
        display:initial;
    }

    .deliverynoteLabelArea {
        width: 33%;
        font-size: 13.5px;
    }

    .deliveryAddArea {
        text-align: center;
        margin-bottom:10px;
    }

    .addDeliveryNoteTitleDate {
        text-align: left !important;
        width:45%;
        font-size: 13px;
    }

    .addDeliveryNoteDateArea {
        width: 55%;
        font-size: 13px;
    }

    .addDeliveryNoteDateArea input {
        font-size: 16px !important;
        width: 100% !important;
    }

    .addDeliveryNoteAddressContent {
        font-size: 15px !important;
    }

    .addDeliveryNoteTableForMobile {
        display:block;
    }

    .addDeliveryNoteTableForPC {
        display: none;
    }

    .addDeliveryNoteMobileaddArea {
        width: 50%;
        display: inline-block;
        margin-bottom:10px;
    }

    .addDeliveryNoteMobileaddArea.title {
        border-bottom: 1px dashed #000;
    }

    .addDeliveryNoteMobileaddArea.obj {
        font-size: 15px;
        font-weight: bold;;
    }

    .addDeliveryNoteMobileaddArea input {
        font-size:15px !important;
    }

    .customer-nav .mobilenotcenter {
        text-align: left !important;
    }

    .mobilecustomerSelectorMenu {
        margin-top: 10px;
    }

    .customerbtns {
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .deliveryvalueInfo {
        margin-top:5px;
    }

    .delivery_info {
        margin-top:5px;
        margin-bottom: 5px;
        text-align: center;
        word-break: break-all;
    }

    .customerselectterritory, .customerselectstatus, .customerselectpaper, .customerselectbtns {
        width: 100% !important;
        margin-left:0;
        margin-right:0;
    }

    .invoiceSystemPC {
        display:none;
    }

    .invoiceSystemMobile {
        display: visible;
    }

    .addinvoicebtnArea {
        display:none;
    }

    .invoicelistviewleftside {
        width: 75%;
    }

    .invoicelistviewrightside {
        width: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .customerInfoContentCard.wsk img, .customerInfoContentCard.wams img{
        width: 100%;
    }
    .col-md-3.customerInfoContentCard {
        width: 23%;
    }
    .remissionAddArea {
        width: 40% !important;
    }

    .remissionTerritoryArea {
        width: 60% !important;
    }

    .remissionCard .bamstitle {
        background-color: #EF161E;
        color: #fff;
    }

    .remissionCard .wamstitle {
        background-color: #005281;
        color: #fff;
        border-top:0;
    }

    .remissionCard .wsktitle {
        background-color: #0C385B;
        color: #fff;
        border-top:0;
    }

    .remissionCard .viewtitle.end, .remissionCard .status.middle {
        border-right: 1px solid #DEE2E6;
    }

    .remissionCard .options {
        border-right: 1px solid #DEE2E6;
        border-bottom: 1px solid #DEE2E6;
    }

    .remissionCard .optionstitle {
        border-top:0;
    }

    .remissionCard .tabledmode {
        width: 100% !important;
    }

    .deliverynotemobileOptimizeArea {
        width: 100% !important;
    }

    .deliverynotemobileLabel {
        display:initial;
    }

    .deliverynoteDefaultLabel {
        display:none;
    }

    .deliverynoteLabelArea {
        width: 33%;
        font-size: 13.5px;
    }

    .deliveryAddArea {
        width: 50%;
    }

    .deliveryTerritorySelectArea {
        width: 50%;
    }

    .addDeliveryNoteTitleDate {
        text-align: left !important;
        width:50%;
        font-size: 13px;
    }

    .addDeliveryNoteDateArea {
        width: 50%;
        font-size: 13px;
    }

    .addDeliveryNoteDateArea input {
        font-size: 13px !important;
        width: 100% !important;
    }

    .addDeliveryNoteAddressContent {
        font-size: 15px !important;
        width: 100%;
    }

    .addDeliveryNoteTableForMobile {
        display:block;
    }

    .addDeliveryNoteTableForPC {
        display: none;
    }

    .addDeliveryNoteMobileaddArea {
        width: 50%;
        display: inline-block;
        margin-bottom:10px;
    }

    .addDeliveryNoteMobileaddArea.title {
        border-bottom: 1px dashed #000;
    }

    .addDeliveryNoteMobileaddArea.obj {
        font-size: 15px;
        font-weight: bold;;
    }

    .addDeliveryNoteMobileaddArea input {
        font-size:15px !important;
    }

    .addDeliveryNoteTabletBezirkSelectArea {
        width: 45%;
    }

    .addDeliveryNoteTabletBezirkSelectArea .title {
        width: 30%;
    }

    .addDeliveryNoteTabletBezirkSelectArea .select {
        width: 70%;
    }

    .addDeliveryNoteTabletDateSelectArea {
        width: 55%;
        margin-left:0;
    }

    .customer-nav .mobilenotcenter {
        text-align: left !important;
    }

    .mobilecustomerSelectorMenu {
        margin-top: 5px;
    }

    .customerbtns {
        margin-bottom: 20px;
        margin-right: 5px;
    }

    .customerDeliveryvaluesmall {
        display:initial;
    }
    .customerDeliveryvaluelong {
        display:none;
    }

    .delivery_info {
        margin-top:5.5%;
        margin-bottom: 5px;
        text-align: center;
        word-break: break-all;
    }

    .customerselectterritory, .customerselectstatus, .customerselectpaper, .customerselectbtns {
        width: 100% !important;
        margin-left:0;
        margin-right:0;
    }

    .cutomercard {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
    .invoiceSystemPC {
        display:none;
    }

    .invoiceSystemMobile {
        display: visible;
    }

    .addinvoicebtnArea {
        display:none;
    }

    .devicebillcard {
        width:100%;
    }

    .invoicelistviewleftside {
        width: 75%;
    }

    .invoicelistviewrightside {
        width: 25%;
    }

    .selectTerritoyOnBill {
        width:100%;
    }
}

/* Tablet Gedreht */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .customerInfoContentCard.wsk img, .customerInfoContentCard.wams img{
        width: 100%;
    }
    .col-md-3.customerInfoContentCard {
        width: 24%;
    }
    .deliverynotemobileOptimizeArea {
        width: 80% !important;
    }

    .deliverynotemobileLabel {
        display:none;
    }

    .deliverynoteDefaultLabel {
        display:initial;
    }

    .addDeliveryNoteTabletBezirkSelectArea {
        width: 40%;
    }

    .addDeliveryNoteTabletDateSelectArea {
        width: 60%;
        margin-left:0;
    }

    .addDeliveryNoteDateArea input {
        width:100% !important;
    }

    .mobilecustomerSelectorMenu {
        margin-top: 5px;
    }

    .customerbtns {
        margin-bottom: 20px;
        margin-right: 5px;
    }

    .customerDeliveryvaluesmall {
        display:initial;
    }
    .customerDeliveryvaluelong {
        display:none;
    }

    .delivery_info {
        margin-top:3%;
        margin-bottom: 5px;
        text-align: center;
        word-break: break-all;
    }

    .customerselectterritory, .customerselectstatus, .customerselectpaper, .customerselectbtns {
        width: 100% !important;
        margin-left:0;
        margin-right:0;
    }

    .cutomercard {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .invoiceSystemPC {
        display:none;
    }

    .invoiceSystemMobile {
        display: visible;
    }

    .addinvoicebtnArea {
        display:none;
    }

    .devicebillcard {
        width:100%;
    }

    .invoicelistviewleftside {
        width: 75%;
    }

    .invoicelistviewrightside {
        width: 25%;
    }

    .selectTerritoyOnBill {
        width:100%;
    }
}

@media only screen and (max-width: 1399px) {
    .customerInfoContentCard.wsk img, .customerInfoContentCard.wams img{
        width: 100%;
    }
    .col-md-3.customerInfoContentCard {
        width: 24%;
    }
    .invoiceSystemPC {
        display:none !important;
    }

    .invoiceSystemMobile {
        display: visible !important;
    }
}

@media only screen and (min-width: 1400px) {
    .col-md-3.customerInfoContentCard {
        width: 23%;
    }
    .customerselectstatus {
        width: 25.5% !important;
    }

    .customerselectbtns {
        width: 41.1% !important;
    }

    .customerselectterritory {
        margin-left: 66.6%;
    }

    .customerselectterritory .col-sm-2 {
        width: 5.5%;
    }
    .customerselectterritory .col-sm-10 {
        width: 27.8%;
    }
    .customerselectstatus .col-sm-10 {
        width:50% !important;
    }

    .customerbtns {
        margin-right: 10px; 
    }
    .invoiceSystemPC {
        display:visible !important;
    }

    .invoiceSystemMobile {
        display: none !important;
    }
}


/*ALTES*/



body.login {
    background: linear-gradient(0deg, rgba(0, 0, 00, 0.3), rgba(0, 0, 0, 0.3)), url('../img/background.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
}



.btn-wams {
    color: #fff;
    background-color: #083B5A;
    border-color: #062e44;
}

.btn-wams:hover {
    background-color: #19344c;
    border-color: #13283a;
    color: #fff
}

.btn-wsk {
    color: #fff;
    background-color: #083B5A;
    border-color: #062e44;
}

.btn-wsk:hover {
    background-color: #12567c;
    border-color: #185372;
    color: #fff
}

.btn-bams {
    color: #fff;
    background-color: #E62221;
    border-color: #e81010;
}

.btn-bams:hover {
    background-color: #c41f1f;
    border-color: #af0707;
    color: #fff
}



#login-content {
    margin-top:10%;
    margin-left: 25%;
    width:50%;
    background-color: #EEEEEE;
    padding: 10px;
}






/*
Header
*/


/* Tablet gedreht */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* Laptops und Pcs */
@media only screen and (min-width: 1200px) {

}






/*
 * Sidebar
 */

 
  
  /*
   * Content
   */
  
  
  
  /*
   * Navbar
   */
  
  
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }

  .form-control-dark::placeholder, .form-control-dark::-moz-placeholder, .form-control-dark::-webkit-input-placeholder {
      color: rgba(0,0,0, 0.6);
  }

  .form-control-dark:focus {
    border-color: transparent;
    background-color: #DCDCDC;;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }

.customer-nav {
    font-size: 1.1rem;
    padding: 7px 5px;
    background-color:#fff;
    width:100%; 
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    position: fixed;
    z-index: 1000;
}

.customer-nav a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
  }

  .customer-nav a.active, .customer-nav a:hover {
    color: #E62221;
  }

.cutomercard {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom:20px;
}

.cutomercard .customerdata {
    padding-top:5px;
    padding-bottom: 5px;
}

#sortable .cutomercard {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: all-scroll !important;
}

#sortable .cutomercard .customerlink {
    display: none !important;
}

.customerlink {
    border-left: 0.6px solid rgba(0,0,0,.125);
    font-size: 36px;
}

a.customerlink, a.customerlink:active, a.customerlink:focus, a.customerlink:link {
    color:#000;
    text-decoration: none;
}

a.customerlink:hover {
    color: #333;
}

.customerpayarealink, .customerpayarealink:focus,.customerpayareadescription {
    color:#333;
    font-size: 20px;
}

.customerpayarealink {
    line-height: 1.5;
}
.customerpayarealink:hover {
    color:#E62221;
    cursor: pointer;
}

.customerpayareadescription {
    font-weight: bold;
}

.lh-25 {
    line-height: 2.5;
}





a.bookmenu:hover {
    border: 1px solid #E62221;
}

.text-right {
    text-align: right;
}


/* MODAL */
.customerbamsmodal .close:focus, .customerbamsmodal .close:hover, .customerbamsmodal .close {
    outline: 0 !important;
    color:#fff;
}

.customerbamsmodal .modal-body {
    padding: 0rem !important;
}

.customerbamsmodal .modal-title{

color: #fff;
}

.customerbamsmodal .modal-header{

    background: #E62221;
    color: #fff !important;
}

.addresscontent .options li, .select-btn {
    display: flex;
    cursor:pointer;
    align-items: center;
}
.select-btn {
    background: #fff;
    height: calc(1.5em + .75rem + 2px);
    padding: 0 20px;
    border-radius: 7px;
    font-size: 1rem;
    justify-content: space-between;
    color: #495057;
    border: 1px solid #ced4da;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.select-btn i {
    font-size:1rem;
    transition: transform 0.3s linear;
}

.addresswrapper.active .select-btn i {
    transform: rotate(-180deg);
}
.addresscontent {
    background: #fff;
    margin-top: .5rem;
    border-radius: 7px;
    padding: 20px;
    display: none;
}

.addresswrapper.active .addresscontent {
    display:block
}

.addresscontent .search {
    position: relative;
}

.addresscontent .search i {
    position: absolute;
    left:15px;
    line-height: 38px;
    color: #999;
    font-size: 20px;
}

.addresscontent .search input {
    height: 38px;
    width: 100%;
    font-size: 1rem;
    padding: 0 15px 0 43px;
    outline: 0;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}

.addresscontent .options {
    margin-top:10px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 7px;
}

.options {
    scrollbar-width: thin;
    scrollbar-color: #cccccc #f1f1f1;
}

.options::-webkit-scrollbar {
    width: 7px;
  }

.options::-webkit-scrollbar-track {
    background: #f1f1f1;
  }


.options::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 25px;
    border: 3px none #ffffff;
  }

.addresscontent .options li {
    height: 50px;
    border-radius: 5px;
    padding: 0 13px;
    font-size: 1rem;
    margin-left: -30px;
    color: #495057;
}

.addresscontent .options li:hover, .addresscontent .options li.selected {
    background: #f2f2f2;
}

.addressSelectArea, .selectCashMedthodeArea, .selectRecruitedArea {
    display: none;
}

.inputerror {
    border-color: #ff0000 !important;
}

.loader {
    display: inline-flex;
    column-gap: 10px;
    margin:0; 
    padding:0;
    box-sizing: border-box;
    margin-right: 5px;
}

.loader .dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #008ae0;
    box-shadow: 0 5px 10px rgba(0,0,0, 0.1);
    margin-top: 2.5px;
    animation: animate 1s ease-in-out infinite alternate;
}

.loader .dot:nth-child(1) {
    animation-delay: 0.25s;
}

.loader .dot:nth-child(2) {
    background: #e60000;
    animation-delay: 0.5s;
}

.loader .dot:nth-child(3) {
    background: #ffcc00;
    animation-delay: 0.75s;
}

.loader .dot:nth-child(4) {
    background: #008800;
    animation-delay: 1s;
}

@keyframes animate {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

.customerPaymentIntervalSelectJS, .deliveryDesJS, .deliveryNameJS, .deliveryInfoJS, .deliveryHNumberJS, .RemissionsBams, .RemissionsWams, .RemissionsWSK {
    display: none;
}

.customerPaymentIntervalJS {
    display:block;
}

.dynamicLoader .notmore {
    color:#515365;
    font-size: .875rem;
    border-radius: 5px 5px 0 0;
    padding: 23px 25px 18px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6ecf5;
    margin-bottom: 15px;
}


  .preloader {
    height: 100%;
background: #EA4961;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 900000000;
  }
  .loader {
    position: relative;
    width: 75px;
    /*height: 100px;*/
  }
  .loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #fff;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
  .loader__bar:nth-child(1) {
    left: 0px;
    transform: scale(1, 0.2);
    -webkit-animation: barUp1 4s infinite;
            animation: barUp1 4s infinite;
  }
  .loader__bar:nth-child(2) {
    left: 15px;
    transform: scale(1, 0.4);
    -webkit-animation: barUp2 4s infinite;
            animation: barUp2 4s infinite;
  }
  .loader__bar:nth-child(3) {
    left: 30px;
    transform: scale(1, 0.6);
    -webkit-animation: barUp3 4s infinite;
            animation: barUp3 4s infinite;
  }
  .loader__bar:nth-child(4) {
    left: 45px;
    transform: scale(1, 0.8);
    -webkit-animation: barUp4 4s infinite;
            animation: barUp4 4s infinite;
  }
  .loader__bar:nth-child(5) {
    left: 60px;
    transform: scale(1, 1);
    -webkit-animation: barUp5 4s infinite;
            animation: barUp5 4s infinite;
  }
  .loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
            animation: ball 4s infinite;
  }
  
  @-webkit-keyframes ball {
    0% {
      transform: translate(0, 0);
    }
    5% {
      transform: translate(8px, -14px);
    }
    10% {
      transform: translate(15px, -10px);
    }
    17% {
      transform: translate(23px, -24px);
    }
    20% {
      transform: translate(30px, -20px);
    }
    27% {
      transform: translate(38px, -34px);
    }
    30% {
      transform: translate(45px, -30px);
    }
    37% {
      transform: translate(53px, -44px);
    }
    40% {
      transform: translate(60px, -40px);
    }
    50% {
      transform: translate(60px, 0);
    }
    57% {
      transform: translate(53px, -14px);
    }
    60% {
      transform: translate(45px, -10px);
    }
    67% {
      transform: translate(37px, -24px);
    }
    70% {
      transform: translate(30px, -20px);
    }
    77% {
      transform: translate(22px, -34px);
    }
    80% {
      transform: translate(15px, -30px);
    }
    87% {
      transform: translate(7px, -44px);
    }
    90% {
      transform: translate(0, -40px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  
  @keyframes ball {
    0% {
      transform: translate(0, 0);
    }
    5% {
      transform: translate(8px, -14px);
    }
    10% {
      transform: translate(15px, -10px);
    }
    17% {
      transform: translate(23px, -24px);
    }
    20% {
      transform: translate(30px, -20px);
    }
    27% {
      transform: translate(38px, -34px);
    }
    30% {
      transform: translate(45px, -30px);
    }
    37% {
      transform: translate(53px, -44px);
    }
    40% {
      transform: translate(60px, -40px);
    }
    50% {
      transform: translate(60px, 0);
    }
    57% {
      transform: translate(53px, -14px);
    }
    60% {
      transform: translate(45px, -10px);
    }
    67% {
      transform: translate(37px, -24px);
    }
    70% {
      transform: translate(30px, -20px);
    }
    77% {
      transform: translate(22px, -34px);
    }
    80% {
      transform: translate(15px, -30px);
    }
    87% {
      transform: translate(7px, -44px);
    }
    90% {
      transform: translate(0, -40px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes barUp1 {
    0% {
      transform: scale(1, 0.2);
    }
    40% {
      transform: scale(1, 0.2);
    }
    50% {
      transform: scale(1, 1);
    }
    90% {
      transform: scale(1, 1);
    }
    100% {
      transform: scale(1, 0.2);
    }
  }
  @keyframes barUp1 {
    0% {
      transform: scale(1, 0.2);
    }
    40% {
      transform: scale(1, 0.2);
    }
    50% {
      transform: scale(1, 1);
    }
    90% {
      transform: scale(1, 1);
    }
    100% {
      transform: scale(1, 0.2);
    }
  }
  @-webkit-keyframes barUp2 {
    0% {
      transform: scale(1, 0.4);
    }
    40% {
      transform: scale(1, 0.4);
    }
    50% {
      transform: scale(1, 0.8);
    }
    90% {
      transform: scale(1, 0.8);
    }
    100% {
      transform: scale(1, 0.4);
    }
  }
  @keyframes barUp2 {
    0% {
      transform: scale(1, 0.4);
    }
    40% {
      transform: scale(1, 0.4);
    }
    50% {
      transform: scale(1, 0.8);
    }
    90% {
      transform: scale(1, 0.8);
    }
    100% {
      transform: scale(1, 0.4);
    }
  }
  @-webkit-keyframes barUp3 {
    0% {
      transform: scale(1, 0.6);
    }
    100% {
      transform: scale(1, 0.6);
    }
  }
  @keyframes barUp3 {
    0% {
      transform: scale(1, 0.6);
    }
    100% {
      transform: scale(1, 0.6);
    }
  }
  @-webkit-keyframes barUp4 {
    0% {
      transform: scale(1, 0.8);
    }
    40% {
      transform: scale(1, 0.8);
    }
    50% {
      transform: scale(1, 0.4);
    }
    90% {
      transform: scale(1, 0.4);
    }
    100% {
      transform: scale(1, 0.8);
    }
  }
  @keyframes barUp4 {
    0% {
      transform: scale(1, 0.8);
    }
    40% {
      transform: scale(1, 0.8);
    }
    50% {
      transform: scale(1, 0.4);
    }
    90% {
      transform: scale(1, 0.4);
    }
    100% {
      transform: scale(1, 0.8);
    }
  }
  @-webkit-keyframes barUp5 {
    0% {
      transform: scale(1, 1);
    }
    40% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1, 0.2);
    }
    90% {
      transform: scale(1, 0.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  @keyframes barUp5 {
    0% {
      transform: scale(1, 1);
    }
    40% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1, 0.2);
    }
    90% {
      transform: scale(1, 0.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  





