.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    /* z-index: 999; */
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    z-index: 9999;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    z-index: 999;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.edit-div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.upload-client-img-div{
    display: flex;
    align-items: start;
    justify-content: left;
    flex-direction: column;
}


.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
  /* //  background-color: #ccc; */

    background-color: #33b3e9;
    color: white;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }
  
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }


  .slide-div{
    display: -webkit-inline-box;
    width: 100%;
    overflow-x: scroll;
    /* max-width: 800px; */
    /* height: 300px; */
    margin: 20px auto;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: floralwhite;

}
.captured-image {
    height: 200px;
    width: 200px;
    margin: 7px;
}

.div1{
    margin-top: 15px;
}
.empty-img{
    width: 50%;
  }


  .open-order-card{
    background-color: #17a2b8 !important;
}
.blanked-order-card{
    background-color: #28a745 !important;
}

.invoice-order-card{
   background-color: #28a745 !important;
    background-color: #ffc107 !important;
}


.balance-order-card{
    background-color: #dc3545 !important;
}


.icon{
    font-size: 50px;
    color: rgba(0,0,0,.15);
    z-index: 0;
}

.p-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.c-div{
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-direction: column;
}

.count-label{
    padding: 0;
    line-height: normal;
    font-weight: 500;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    color: #555;
    font-size: 24px;
}

.card-content{
    background: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 10px;
}

.blanked-order-content{
    background: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 10px;
}

ion-card{
    height: 130px;
}
  

.img-profile{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #3880ff;
}

.profile-ins-div{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    margin-left: 11px;
}
.profile-over-div{
    display: flex;
    align-items: center;
}


.swal-footer{
    text-align:center !important;
    
}

.swal-button{
    width: 120px !important;
}

.swal-button--cancel {
    color: #555;
    background-color: #efefef;
    width: 120px !important;
}

.cancel-btn{
    background-color: #f23737 !important;
}
/* .btn{
    width: 120px;
} */

.is-expired{
    color: red !important;

}