.add-box-new {
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.add-box-new-header {
    padding: 0!important;
}
.add-box-new img {
    position: absolute;
    left: 10px;
    top: 35px;
    height: 110px;
}
.add-box-new-header {
    background: #fff;
    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;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.add-box-new-content-1 {
    padding-left: 0px !important;
}
#checkStatus2 {
    margin-right: 6px;
    margin-top: 3px !important;
    min-width: 20px;
    height: 20px;
    margin-top: 0;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 2px;
    position: static;
}
#checkStatus2:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
#checkStatus2:checked {
    background-color: #000;
    border-color: #000;
}
label.expship.ml-0.mb-0 {
    font-size: 16px;
    line-height: 19px;
}
.add-box-new.selectr-grpBox input {
    opacity: 1;
}
.form-check-input:checked {
    background-color: #6775fb;
    border-color: #6775fb;
}
.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); */
    -webkit-box-shadow: none;
    box-shadow: none;
}
.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);
  }
}
@media(max-width:767px) {
    .add-box-new-header .form-check{width: 100%;}
}