@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Roboto';
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h3 {
    color: #fff;
    font-weight: normal;
}
body {
    background-color: #4f688b;
    margin: 0;
}
.login {
    width: 310px;
    height: 465px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 8px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 20px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #cacaca;
    background-color: #e2e2e2;
}
    .i-header {
        font-size: 120%;
        padding: 6px;
        border: 1px solid #eeeeee;
        color: #575757;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
        margin-right: 3px;
        background-color: #f1f1f1;
    }
    .login h1 span {
        font-size: 80%;
        color: #999999;
    }
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color:#d41d1d;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 240px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 35px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    margin-top: 20px;
    background-color: #1a5aad;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
   
    
}
.login form input[type="submit"]:hover {
  background-color: #296cff;
    transition: background-color 0.2s;
}
.navtop {
	background-color: #363636;
	height: 105px;
	width: 100%;
    border: 0;    
    z-index: 100;
    /*
    position: fixed;
    top: 0px;
    */
}
.subnavtop {
	background-color: #f3f3f3;	
	width: 100%;
    border: 0;
    z-index: 90;
    padding-top: 4px;
}
.subnavtop div {	
	margin: 0 auto;
	width: 100%;
    /* height: 100%; */
    
}
.navtop div {    
    margin: 0 auto;
}
.navtop div a {
	display: inline-flex;
    align-items: center; 
    
}
    .navtop div a i {
        font-size: 128%;
        text-align: center;
        margin: 0 auto;
    }
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: normal;
}
.navtop div a, .subnavtop div a, .card a {
	padding: 4px 4px;
	text-decoration: none;
	color: #3b3b3b;
    font-weight: normal;
    height: auto;
    background-color: rgb(248, 216, 73);    
    border: 1px solid #b3b3b3;
}
    .btn-home {
        background-color: #6682ff !important;
        margin-left: 2px;
    }
    .button-sml {
        margin-right: 5px;
        width: 55px;
        text-align: center !important;
    }

.subnavtop div a, .card a, .pick-infocus a {
    background-color: #ffffff;
    display: block;
    width: 98%;
    color: rgb(59, 59, 59);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
}
.subnavtop div a:hover, .card a:hover, .pick-infocus a:hover {
    color: rgb(58, 58, 58);
    background-color: #e7e7e7;
}
.button {
    padding: 6px 8px;
    border: 1px solid rgb(126, 126, 126);
    /* border-radius: 2px;     */
}
    .top-nav {
        height: 52px !important;
        margin-bottom: 8px !important;
    }

button:disabled,
button[disabled]{
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}



.pick-infocus a {
    /* width: 94px; */
    display: inline-block !important;
    padding: 7px !important;
    text-decoration: none;
    font-size: 65%;
    margin-bottom: 2px !important;
}

.pick-infocus a i {
    /* width: 94px; */    
    font-size: 95%;
}

.pick-infocus th {
    font-size: 15px;
    color: #363636;
    padding: 2px;
}

.pick-infocus td {    
    padding: 1px;
}

#pick-qtyord, #verified-qty {
    font-size: 30px;
}

#pick-qtyord {
    background-color: #f5f5f5;
    user-select: none;
}

#pick-line-ent, #pick-line-uom {
    font-size: 18px;
}

.confirm-input {
    padding: 4px;
    width: 100px;
    margin-top: 10px;
    text-align: right;
}

.confirm-input-lbl {
    padding: 4px;
    width: 65px;
    display: inline;
    text-align: center;
}
.button-inc, .button-dec {
    display: inline-block;
    border: 1px solid #363636;
    color: #000;
    padding: 5px;
    text-align: center;
}
.scan-alert  {    
    border: 1px solid rgb(126, 126, 126);
    background-color: rgb(243, 241, 131) !important;
    height: 150px;    
    width: 100%;   
    margin-top: 4px;
    display:flex !important;/*CSS3*/
    align-items:center;/*Vertical align*/
    justify-content:center;/*horizontal align*/
}

.navtop div a i, .subnavtop div a i, .card a i {
	padding: 2px 4px;
    
}
.navtop div a:hover {
    color: #eaebed;
    
}
.prod-nav-con {
    width: 310px;
    margin: 0 auto;  
    padding: 5px !important;
    z-index: 80;
    margin-bottom: 8px;
    display : flex;
    align-items : center;
    justify-content: center;
    position: fixed;
    top: 100px;
}
.prod-nav {
    height: 65px;
    padding: 5px 12px;
}
.prod-nav a {
    text-decoration: none; 
    vertical-align: middle;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
    .prod-nav a:hover {
        border: 1px solid rgb(63, 63, 63);
    }
.prod-nav a img {
    position: relative;
    top: 11px;
}

body.loggedin {
    background-color: #f3f4f7;
    width: 100%;
    height: 100%;
}
.content{
    width: 320px;
    height: 450px;
    margin: 0 auto;    
}
.content h2 {
	margin: 0;
	padding: 15px 5px;
	font-size: 18px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);	
	/* padding: 8px; */
	background-color: #fff;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}
#status-window {
    max-width: 300px;
    width: 95%;
/* background-color: #e7e7e7; */
    margin:0 auto;
    position:absolute;
    z-index:10000;
    padding:20px;    
    display:none;
    text-align:center;
    font-weight:normal;
	font-size: 18px;
}
#login-msg {
    width: 95%;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}
.card {
    margin-top: 8px;
    margin-right: 10px;
    float: left;
    width: 100%;
}
.nav-card {
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);	
	padding: 25px;
	background-color: #fff;
}
    
.card h2 {
    font-size: 100%;
    padding-bottom: 5px;

}
#card-open-orders {
    min-height: 303px;
}
.number-circle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 125px;
    height: 125px;
    padding: 38px;
    
    background: #fff;
    border: 3px solid rgb(105, 179, 102);
    color: rgb(105, 179, 102);
    text-align: center;    
    font-size: 190%;
    margin: 0 auto;
    
}
    .blue {
        border: 3px solid rgb(93, 112, 175);
        color:rgb(93, 112, 175);

    }
    .orange {
        border: 3px solid rgb(247, 152, 64);
        color:rgb(247, 152, 64);
    }
    .yellow {
        border: 3px solid rgb(223, 198, 86);
        color:rgb(223, 198, 86);
    }
.number-con {
    width: 100%;
    text-align: center;
    margin: 25px auto;

}
.sml-number-circle {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 10px;    
    background: #fff;
    border: 2px solid rgb(102, 135, 179);
    color: rgb(102, 135, 179);
    text-align: center;    
    font-size: 100%;
    margin: 0 auto;
    
}
.list-item {
    padding: 8px !important;
}
.list-item table {
    width: 95%;
    margin: none;
}
    .trans-id {
        padding: 5px;
        border: 2px solid rgb(102, 135, 179);
        margin: 3px auto;
        text-align: center;
        font-weight: 700;
    }
    .cust-id {
        padding: 5px;
        border: 2px solid #74dd5f;
        margin: 3px auto;
        text-align: center;
    }
    .modal-custom table {
        
        border-collapse: collapse;
    }
        .modal-custom table td {
            border: 1px solid #ccc;
            padding: 1px 4px;
        }
        .modal-custom table th {
            background-color: #d4d4d4;
            border: 1px solid #4a536e;
        }
    .card .order-verify:hover {
        background-color: rgb(250, 242, 132);
    }
#btn-pick-all {
    background-color: #99b9ff !important;
}
#btn-pick-none {
    background-color: #ff8a8a !important;
}

.btn-back {
    background-color: rgb(243, 241, 131);
}

.btn-ship-all {
    background-image: url(../img/arrow1.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    margin-top: 2px auto;;
    background-size: 20px 20px;
    background-position: 12px 3px;
}
.btn-ship-all:hover {
    background-image: url(../img/arrow2.png);
}

.btn-ship-none {
    background-image: url(../img/arrow3.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    margin-bottom: 2px;
    margin-top: 2px auto;;
    background-size: 20px 20px;
    background-position: 12px 3px;
    
}
.btn-ship-none:hover {
    background-image: url(../img/arrow2.png);
}

input.kft-input {
    padding: 6px;
    width: 110px;
}
.ctrl-left {
    width: 48%;
    display: block;
    float: left;
}
.ctrl-right {
    width: 48%;
    display: block;
    float: right;
    text-align: right;
}

.prod-card {
    width: 100px;
    margin: 0 auto;
}


.line-item-con, .line-item-con-sum {
    border-collapse: collapse;
    width: 100%;
}

.line-item-con th {
    font-size: 55%;
    color: #777;
    text-align: center;
   
}
.line-item-con td, .line-item-con-sum td {
    font-size: 74%;
    padding: 2px;
    border: 1px solid #e0e0e0;
}

    .line-item-con .line-entry {
        text-align: center;
        width: 26px;
    }
    .line-item-con .line-itemid {
        width: 50px;
        text-align: right;
        padding-right: 2px;
    }
    .line-item-con .line-descr {
        font-size: 55%;
    }
    .line-item-con .line-qty {
        text-align: right;
        width: 24px;
    }
    .line-item-con .line-price {
        width: 47px;
        text-align: right;
    }
    .line-item-con .line-ext, .line-item-con-sum .line-ext {
        text-align: right;
        width: 76px;
    }
    .line-item-con .line-item-last td {
        padding: 0px !important;
        height: 2px;
    }

.line-item-cart, .line-item-cart-sum {
        border-collapse: collapse;
        width: 95%;
        margin: 0 auto;
    }

.line-item-cart th {
    font-size: 85%;
}

.line-item-cart td, .line-item-cart-sum td {
    font-size: 90%;
    padding: 2px;
    border: 1px solid #e0e0e0;
}
    .line-item-cart .line-entry {
        text-align: center;
        width: 35px;
    }
    .line-item-cart .line-itemid {
        width: 80px;
        text-align: right;
        padding-right: 4px;
    }
    .line-item-cart .line-descr {
        width: auto;
    }
        .line-pkg {
            font-size: 75%;
            color: #1d2b81;
            padding-left: 8px;
        }
    .line-item-cart .line-qty {
        text-align: center;
        width: 50px;
    }
    .line-item-cart .line-price {
        width: 75px;
        text-align: right;
    }
    .line-item-cart .line-ext, .line-item-cart-sum .line-ext {
        text-align: right;
        width: 100px;
    }
    .line-item-cart .line-item-last td {
        padding: 0px !important;
        height: 2px;
    }

#cust-shpdate {
    padding: 4px;
    width: 105px;
    font-size: 90%;
    text-align: center;
}
#cust-ponum {
    padding: 4px;
    width: 185px;
    font-size: 90%;
    
}

.cart-step-section label {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
    color: #5c5c5c;

}

.cart-checkbox {
    appearance: none;
    -webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #acacac;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
    position: relative;
    top: 8px;
}
    .cart-checkbox:active, .cart-checkbox:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .cart-checkbox:checked {
        background-color: #e9ecee;
        border: 1px solid #5faae0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #599bce;
    }
    .cart-checkbox:checked:after {
        content: '\2714';
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 3px;
        color: #599bce;
    }

.button-indc {    
    text-align:center;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    height: 20px;
    width: 25px;
    cursor: pointer;
}
.indc-container {
    width: 30px;
    height: 24px;
}
    .inc {
        color: rgb(0, 0, 0);
        border: 1px solid rgb(170, 170, 170);
        display: inline-block;
        width: 30px;
        height: 12px;
    }
    .dec {
        color: rgb(0, 0, 0);
        border: 1px solid rgb(170, 170, 170);
        display: inline-block;
        width: 30px;
        height: 12px;
    }
    .add-to-cart:hover {
        background-color: #e0e0e0;
        cursor: pointer;
    }
    .dolla-sign {
        font-size: 65%;
        display: inline-block;
        width: 6px;
        height: 6px;
        position: relative;
        top: -5px;
    }
    .prod-item {
        width: 70px;
        text-align: right;
        height: 30px;
        padding: 4px;
        font-weight: bold;
        font-size: 85%;
        border: 1px solid #cacaca;
        background-color: #f1f1f1;
        margin-left: 3px;
    }
    .prod-price {
        width: 100px;
        text-align: right;
        margin-right: 3px;
        padding: 3px;
        
    }
    .act-price {
        padding: 3px;
        font-weight: bold;
    }
    .act-uom {
        font-size: 55%;
        padding-left: 3px;
        display: inline-block;
        text-align: right;
        width: 27px;
    }
    .set-fav {
        cursor: pointer;
        width: 25px;
        height: 24px;
        position: relative;
        top: 3px;
    }

    #lst-customer {
        width: 100%;
        margin: 0 auto;
    }
    .lst-customer-li {
        list-style: none;
        padding: 6px;
        border: 1px solid rgb(160, 160, 160);
        margin-top: 2px;
        width: 95%;
        cursor: pointer;
        background-color: rgb(240, 240, 240);
    }
        .lst-customer-li:hover {
            background-color: rgb(230, 230, 230);
        }


.jconfirm-title-c {
    border-bottom: 1px solid #2b3a95;
}

.jconfirm-content {
    padding: 12px;
}

.jconfirm-buttons button {
    font-size: 20px !important;
}

.verify-summary {
    font-size: 75%;
}


.acct-name {
    font-size: 80%;
    color: #4a536e;
}


    #inq-container {
        width: 100%;
        margin: 0 auto;
    }
        #inq-container table {
            width: 100%;
            border-collapse: collapse;
        }
        #inq-container table td {
            text-align: right;
            
        }
    
#itemid-con {
    width: 100%;
    padding-bottom: 4px;
    padding-right: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #888888;
    font-size: 45px;
    color: rgb(21, 112, 202);
    height: 67px;
    text-transform: uppercase;
}
#item-descr-con {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 4px;
    border-bottom: 1px solid #adadad;
    height: 52px;
    text-align: center;
    overflow: hidden;
    }
#item-pack-con {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #adadad;
    
    text-align: center;
    color: #474747;
    height: 27px;
}
    #pkg-descr {
        font-size: 16px;
        display: inline;
    }
.item-qty-label {
    font-size: 16px;
    color: rgb(99, 99, 99);
    width: 170px;
    
}
.item-qty-row td {
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 2px;
    height: 35px;
}
.item-qty-row-last td {
    padding: 5px;
    height: 35px;
}
#qty-avail, #qty-onhand, #qty-cmtd, #qty-inuse {
    padding-right: 2px;
}

.inq-controls {
    color: #fff;
    background-color: #48a73b;
    padding: 4px;
    height: 38px;
    position: fixed;
    bottom: 0px;

}
    .inq-controls input {
        background: none;        
        border: none;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
    }
.pick-list-container, .pack-list-container {
    height: 390px;
    overflow: scroll;
    overflow-x: hidden;
}
.pick-scroll-container {
    height: 150px;
    overflow: scroll;
    overflow-x: hidden;
}

.button span {
    display: block;
    font-size: 16px;
}

.grid-line-status {
    display: grid;
    align-content: center;    
    grid-template-columns: 40px 225px 50px;
    grid-template-rows: 40px;
    gap: 0px;
    margin-bottom: 5px;
    margin-top: 2px;
    /* align-items: center; */
    grid-template-areas:
      "grid-line-left grid-line-mid grid-line-right";
}
.grid-line-left { grid-area: grid-line-left; font-size: 50%; padding: 4px; margin-left: 5px; background-color: #000; color: #fff; }
.grid-line-mid { grid-area: grid-line-mid; font-size: 100%; text-align: right; padding-right: 5px; background-color: #000; color: #fff; padding-top: 4px;}
/*.grid-line-bin { grid-area: grid-line-bin; text-align: center; margin-left: 8px; background-color: #000; color: #fff; }*/
.grid-line-right { grid-area: grid-line-right; margin-left: 6px;}

.grid-container {
    display: grid;
    grid-template-columns: 52px 180px 52px;
    grid-template-rows: 18px 18px;
    gap: 0px 0px;
    grid-template-areas:
      "Left1 Middle Right1"
      "Left1 Middle Right1";
  }
  .Right1 { grid-area: Right1; }  
  .Middle { grid-area: Middle; }
  .Left1 { grid-area: Left1; text-align: center; }

  .list-button {
    padding: 4px;
    }
    .btn-sig {
        padding:4px 5px !important;
        
    }
    .tracked {
        color: #18b413 !important;        
        /*
        
        border: 1px solid #303030;
        border-radius: 3px;
        */
    }
    .ship-track-via {
        font-size: 65%;
        padding-top: 5px;
    }

  .grid-container-tracklist {
    display: grid;
    color: #303030;
    grid-template-columns: 120px 57px 57px 57px;
    grid-template-rows: 22px 22px;
    gap: 0px 0px;
    grid-template-areas:
      "TrackLeft TrackBtn1 TrackBtn2 TrackBtn3"
      "TrackLeft TrackBtn1 TrackBtn2 TrackBtn3";
  }
  
  .TrackLeft { grid-area: TrackLeft; }  
  .TrackBtn1 { grid-area: TrackBtn1; text-align: center; }
  .TrackBtn2 { grid-area: TrackBtn2; text-align: center; }
  .TrackBtn3 { grid-area: TrackBtn3; text-align: center; }

  .grid-container-tracklist button:hover {
    color: #1a5aad;
  }

  #in-inquiry-input {
    text-transform: uppercase;
  }
  .btn-sub {
    display: none;
  }

  .screen-wait {
      width: 100%;
      height: 100%;
      background: rgba(10, 10, 10, .5);
      position: absolute;
      z-index: 1000;
      top: 0px;
      left: 0px;
      text-align: center;
      display: none;
  }

  .pick-line-item .pick-line-id {
      width: 45px;
      text-align: center;
      float: left;
      color: #5c5c5c;
      background-color: rgb(248, 248, 248);
      padding: 2px;
      font-size: 50%;
      border: 1px solid #a0a0a0;
  }
  .pick-line {
    padding: 5px !important;
  }
  .pick-line-complete {
    background-color: rgb(193, 255, 198) !important;
  }
  .pick-line-selected {
    background-color: rgb(250, 248, 144) !important;
  }
 
  .pick-line-item .pick-line-itemid {
      text-align: right;
      color: #000;
      font-size: 70%;
  }
  .pick-line-item .pick-line-descr {
      padding-top: 3px;
      font-size: 50%;      
      clear: both;
      overflow: hidden;
  }
  .pick-line input {
      display: hidden;
      height:0;
      width:0;
  }
  #pick-line-ent {
      color: #002b88;
  }
  .line-stat-incomplete {
      background-color: rgb(255, 147, 85);
  }
  .line-stat-complete {
    background-color: rgb(103, 255, 73);
  }

.line-stat-partial {
  background-color: rgb(237, 255, 73);
}


#printer-loading {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../img/prtload.gif');
    background-repeat: no-repeat;
}

  /*
LOADER
  */
  .lds-roller {
    display: inline-block;
    position: relative;
    top: 205px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #afafaf;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* some bs scanner animation currently not in use */
  .scanbox {
    width:80px;
    height:60px;
    margin:20px;
    outline:1px solid;
    outline-offset:10px;
    position:relative;
  }
  .scanbox::before {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:10px;
    background:#ff2626;
    box-shadow:0 0 40px 20px #ff3c3c;
    clip-path:inset(0);
    animation:
      x 0.5s ease-in-out infinite alternate,
      y 1s   ease-in-out infinite;
  }
  
  @keyframes x {
    to {
      transform:translateX(-100%);
      left:100%;
    }
  }
  
  @keyframes y {
     33% {
       clip-path:inset(0 0 0 -40px);    
     }
     50% {
       clip-path:inset(0 0 0 0);    
     }
     83%{
       clip-path:inset(0 -40px 0 0); 
     }
  }