.add-box-new  {
    background: white;
    border-radius: 5px;
    border: 2px dashed #e51010;
    position: relative;
    margin-bottom: 20px;
        display: inline-block;
}
.add-box-new img {
    position: absolute;
    left: 10px;
    top: 35px;
    height: 110px;
}
.add-box-new-header {
    background: rgba(229, 239, 118, 0.5);
    border-radius: 5px;
    color: black;
    font-size: 0.875rem;
    font-weight: bold;
}

.add-box-new-header-1 {
    padding-left: 80px;
    padding-right: 15px;
}

.add-box-new-header .form-check {
    min-height: inherit;
    /* width: 75%; */
}
.add-box-new-content-1 {
    padding-left: 100px !important;
}

#checkStatus2 {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);     
    /* -webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none; */
    -webkit-print-color-adjust: exact;
    border-radius: 0.25em;
}
.form-check-input:focus {
    border-color: #b3bafd;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 117, 251, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(103, 117, 251, 0.25);
}

.bounce-arrow {
  -webkit-animation: bouncebounce 1s infinite;
          animation: bouncebounce 1s infinite;
}

@-webkit-keyframes bouncebounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bouncebounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bounce-arrow-r {
  -webkit-animation: bouncebounceR 1s infinite;
          animation: bouncebounceR 1s infinite;
}

@-webkit-keyframes bouncebounceR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bouncebounceR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#id9bie{
        padding-left: 20px !important;
    }
@media(max-width:767px) {
 
    .add-box-new-header .form-check{width: 100%;}
    #id9bie{
        padding-left: 10px !important;
    }
    #id9bie .order-bump-paragraph{
        padding: 0;
        margin-right: 0;
    }
}


.bump-heading-class.fk-element-container .form-check-inputN{
    position: static;
    margin-top: 0;
    opacity: 1;
    margin-left: 0;
}

.bump-div-class{
    background-color: #fff !important;
}
.click-bump-qty , .section-style ,  #id9bie .order-bump-paragraph{
    padding: 0;
}
.selectr-grpBox {
    float: left;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #a1a1a1 !important; 
    border-radius: 15px;
    padding: 20px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}