html *{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  box-sizing: border-box;
}
select:focus, input:focus, button:focus{
  outline: none;
}

.header_wrapper {
  position: relative;
  top: 0;
  z-index: 2;
  height: 56px;
}
.header_wrapper .header_container{
  position: fixed;
  width: 100%;
  top: 0;
}

.badge {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 15px;
  border: 2px solid #fff;
}

.syncBadge.connected{
  color: #2a5923;
  background-color: #caf0c4;
}

.syncBadge.not-connected{
  background-color: #ef2e2e;
  color: #fff;
  border-color: #a54444;
}

.headerSeperator {
  margin: 28px 0 55px;
  border: none;
  border-top: 1px solid #e2e6eb;
}

.header_content {
  height: 3.89vw;
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.39vw 0 50px;
  background-color: #dae3ea;
}

.logo_container {
  width: 6.6vw;
}

.logo_container img {
  display: block;
  width: 100%;
}

.userInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* color: #fff; */
  font-size: 14px;
  line-height: 1.2;
}


.sidebar_element span,
.userInfo p {
  font-family: -apple-system,BlinkMacSystemFont,San Francisco,Roboto,Segoe UI,Helvetica Neue,sans-serif;
}

.userAvatar {
  width: 32px;
  line-height: 32px;
  margin-right: 10px;
  text-align: center;
  background: #9c6ade;
  border-radius: 50%;
  font-size: 14px;
}

.userName {
  font-size: 14px;
  line-height: 1.2;
}

.userEmail_container {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 160px;
}

.pageContent__wrapper {
  background-color: #f4f6f8;
}

.sidebar__wrapper {
  width: 18%;
  min-height: 100vh;
  border-right: 1px solid #e2e2e2;
  padding: 16px 8px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.pageContent__container {
  display: flex;
}

.sidebar_element{
  padding: 0 0 6px 0;
}

.sidebar_link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 32px;
    padding: 0 8px;
    border-radius: 5px;
    vertical-align: middle;
    text-decoration: none;
    color: #212b36;
}

.sidebar_link:hover {
    background-image: linear-gradient(rgba(223,227,232,.3),rgba(223,227,232,.3));
    color: #202e78;
    text-decoration: none;
}

.sidebar_link span img {
  display: block;
  width: 20px;
}

.sidebar_link .sidebar_icon{
  margin-right: 15px;
}

.sidebar_link .sidebar_icon svg {
  width: 20px;
  display: block;
  fill: #637381;
}

.sidebar_link:hover .sidebar_icon svg {
  fill: #202e78;
}

.sidebar__container{
  position: sticky;
  top: 72px;
}

.sidebar__container hr{
  margin:5px 0 10px;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  display: none;
}

p.sidebar_heading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #637381;
  padding: 6px 0;
}

.alert {
  position: fixed;
  width: 100%;
  top: 56px;
  left: 0;
  margin: 0;
  z-index: 1;
}

.isConnected a {
  background-image: linear-gradient(#138006 20%, #138a17) !important;
}

.isConnected a:hover {
  background-image: linear-gradient(#136d08 20%, #135d15) !important;
}

.alert-dismissible .close,
.loginPage_container .alert-dismissible .close {
  position: absolute;
  top: 50%;
  padding: 0rem 1.25rem;
  transform: translateY(-50%);
}

.loginPage_wrapper .alert {
  position: absolute;
  top: 0;
}

.pageContent {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  padding: 25px 50px 0;
  box-sizing: border-box;
}

.pageHeading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
}

a.settingContainer {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.settingContainer .settings_icon img {
    display: block;
}

.sectionHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #212b36;
}

.settingContainer .settings_icon {
  margin-right: 10px;
}

.settingContainer .iconText {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212b36;
}

.dateBlock__wrapper {
  background-color: #fff;
  padding: 25px 30px;
  margin: 5px 0 15px;
}

h2.dateHeading {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
}

.dateContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inputWrapper {
  display: flex;
  width: 68%;
  justify-content: space-between;
  align-items: center;
}

.inputWrapper .inputGroup {
  width: 49%;
  position: relative;
}

.inputWrapper .inputGroup label,
.inputWrapper .inputGroup input {
  display: inline-block;
  vertical-align: middle;
}

.inputWrapper .inputGroup input {
  width: 70.5%;
  max-width: 240px;
  padding: 12px 15px;
  font-size: 14px;
  letter-spacing: 1.08px;
  color: #171717;
  border: solid 1px #dbd8d8;
  position: relative;
  z-index: 1;
  background-color: transparent
}

span.calendarIcon {
  padding-top: 25px;
  padding-left: 25px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(-120%, -50%);
  background: url('/assets/img/calender.png');
  background-repeat: no-repeat;
  z-index: 0
}

.inputWrapper .inputGroup label {
  font-size: 16px;
  margin-right: 10px;
}

.dateContainer .btn {
  background: linear-gradient(180deg,#6371c7,#5563c1);
  border: 0;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 10px;
  width: 30%;
  max-width: 295px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 3px;
}

span.loader_wrapper {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    border: 2px solid #fff;
    border-right: 2px solid transparent;
    border-radius: 50%;
    transform: rotate(0deg) translate(-50%, -50%);
    animation: loaderAnimation 0.7s linear infinite;
}

.dateContainer .btn:hover {
    background: linear-gradient(180deg,#5c6ac4,#4959bd);
}

.sync_message {
    display: none;
    background-color: #fff6e9;
    font-size: 14px;
    padding: 1rem;
    margin: 1rem 0 0;
    border-radius: 5px;
    color: #a54f1d;
    line-height: 1.5;
}

.sync_message.show {
  display: block;
}

span.loader_wrapper.show {
  display: inline-block;
}

.orderSection__wrapper {
  background-color: #fff;
  margin-top: 20px;
  height: 100%;
}

.orderSection__container,
.dateBlock__wrapper {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  border-radius: 5px;
}

.orderSection__container{
  height: 100%;
}

.filterForm__wrapper {
  padding: 16px;
}

.filterForm__container {
  width: 100%;
  border: 1px solid #dbd8d8;
  border-radius: 3px;
  overflow: hidden;
}

form.filterForm {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
}

.filterForm button {
  background: linear-gradient(180deg,#fff,#f9fafb);
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 100px;
  border-left: 1px solid #d8d8d8;
  cursor: pointer;
}

.filterForm button img {
  filter: invert(1);
}

.filterForm input {
  width: 100%;
  border: none;
  font-size: 14px;
  line-height: 1.7;
  padding: 5px 12px;
}

.syncFilter__wrapper {
  position: relative;
  background: linear-gradient(180deg,#fff,#f9fafb);
  z-index: 0;
  min-width: 100px;
  border-left: 1px solid #d8d8d8;
}

.syncFilter__wrapper select {
  appearance: none;
  height: 100%;
  width: 100%;
  background: transparent;
  color: #212b36;
  font-size: 14px;
  padding: 5px 16px;
  position: relative;
  z-index: 1;
  border: none;
}

.syncFilter__wrapper:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  border-top: 6px solid #212b36;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 0;
}

.orderTable__container {
    overflow: auto;
}

.orderTable {
  width: 100%;
  text-align: left;
}

table.orderTable tr {
    border-bottom: 1px solid #f5f5f5;
}

table.orderTable tr.tableHeader__row {
    border-bottom: 2px solid #ededed;
}

.orderTable th,
.orderTable td {
  min-width: 130px;
  padding: 20px;
  padding-right: 0;
  color: #212b36;
  font-size: 14px;
  line-height: 1.2;
}

.orderTable th{
    font-weight: 500;
    color: #252525;
    font-size: 16px;
}

td.orderNumber {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.orderTable th a{
    color: #1f1f1f;
    padding-right: 5px;
}

td.orderNumber a{
  color: #0f74bc;
}

.orderTable td.orderDate{
    min-width: 180px;
}
.orderTable th.fulfillmentTitle {
  min-width: 160px;
}

span.pending,
span.paid,
span.voided,
span.synced,
span.unsynced,
span.retry,
span.unfulfilled,
span.fulfillment {
  color: #212b36;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 13px;
  text-transform: capitalize;
}

span.pending:before,
span.paid:before,
span.voided:before,
span.synced:before,
span.unsynced:before,
span.retry:after,
span.unfulfilled:before,
span.fulfillment:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: -3px;
  margin-right: 4px;
  box-sizing: content-box;
}

span.pending{
  background-color: #ffc58b;
  color: #4a2d14;
}
span.pending:before{
  border-color: #a45b12;
}

span.synced{
  background-color: #e8f5eb;
  color: #114212;
}

span.fulfillment,
span.paid,
span.unsynced{
    background-color: #dfe3e8;
    color: #363636;
}

span.synced:before{
  border-color: #5dad5d;
}

span.unsynced:before{
  border-color: #747474;
}
span.fulfillment:before,
span.paid:before{
  border-color: #9d9d9d;
  background-color: #9d9d9d;
}

span.unfulfilled{
  background-color: #ffea81;
  color: #595130;
}
span.unfulfilled:before{
  border-color: #a45b12;
}

span.retry{
  background-color: #ffe5cf;
  color: #8c1313;
}
span.retry:after{
  border: none;
  background: url('/assets/img/info.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 0px;
  margin-right: -5px;
  vertical-align: bottom;
  display: inline-block;
}
.pageContent .btn-lg{
  cursor: pointer;
}

.alert-danger{
  position: absolute !important;
  top: 0 !important;
}
.form_section .content_wrapper .form_container .alert-danger{
  position: relative !important;
}
button#save {
  margin-right: 10px;
}

.form_container .btn-lg{
  background-color: #1e3d54 ;
}

.foo li.select2-selection__choice{
  margin-bottom: 7px;
}

.create-bundle-form{
  padding: 20px 0;
}


@media (max-width:1140px){
  .sidebar_link .sidebar_icon {
   margin-right: 5px;
  }

  .sidebar_link{
  font-size: 12px;
  }

  .pageHeading {
    font-size: 21px;
  }

  .dateBlock__wrapper {
    padding: 20px 25px;
  }

  h2.dateHeading {
    font-size: 16px;
  }

  .inputWrapper .inputGroup label,
  .inputWrapper .inputGroup input {
    font-size: 14px;
  }
}

@media(max-width: 980px){

  .pageContent{
    padding: 10px;
  }

  .dateContainer{
      display: block;
      text-align: right;
  }
  .inputWrapper{
      width: 100%;
      margin-bottom: 20px;
  }

  .dateContainer .btn{
      min-width: 180px;
  }

  .inputWrapper .inputGroup {
      text-align: left;
  }

  .inputWrapper .inputGroup:nth-child(2) {
      text-align: right;
  }

  .inputWrapper .inputGroup label{
      width: 18%;
      margin-right: 0;
  }
  .inputWrapper .inputGroup input{
      width: 80%;
  }
}

@media (max-width:768px) {

  .sectionHeading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headerContent {
    margin: 20px 0;
  }


  .userEmail_container{
     max-width: 100px; 
  }

  .pageContent__container {
    flex-direction: column;
  }

  .sidebar__wrapper {
      width: 100%;
      min-height: auto;
      padding: 20px;
  }

  .sidebar__container {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .sidebar__container hr {
      display: none;
  }

  p.sidebar_heading {
      display: none;
  }

  .sidebar_element {
      padding: 0 10px;
  }

  .pageContent {
      width: 100%;
  }

  /* .logo_container {
    width: 40px;
  } */

  .header_content {
      padding: 0 20px;
  }

  .inputWrapper {
      flex-direction: column;
  }

  .inputWrapper .inputGroup {
      width: 100%;
      padding: 5px 0;
  }

  .inputWrapper .inputGroup:nth-child(2) {
      text-align: left;
  }

  .dateContainer .btn {
      width: 100%;
      min-width: auto;
      max-width: 275px;
  }

  .dateContainer {
      text-align: center;
  }

  .dateWrapper {
      width: 100%;
      max-width: 370px;
      margin: auto;
  }

  .filterForm button{
      min-width: 50px;
  }

  h2.dateHeading {
      text-align: center;
  }
}



ul.pagination {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}

ul.pagination li a {
  text-decoration: none;
  color: #000;
}
ul.pagination li.active span {font-weight: 600;}

ul.pagination li.active {
  background-color: #d0d0d0;
  border-radius: 15px;
}

ul.pagination li span,ul.pagination li a {
  display: block;
  padding: 5px 10px;
}

ul.pagination li.disabled span {
  color: #d0d0d0;
}


@keyframes loaderAnimation {
    0%   {transform:  translate(-50%, -50%) rotate(0deg); }
    100% {transform:  translate(-50%, -50%) rotate(360deg);}
}

.active-menu{
  background-color: #b8dff0;
}
.active-menu:hover{
  background-color: #b8dff0;
}
.select2-container--default .select2-selection--multiple{
  background-color: transparent !important;
}

.item-count{
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin: 10px 0 0 20px;
  letter-spacing: 0.6px;
}
.item-count span{
  color: #ffff;
  font-weight: 500;
  background-color: #1e3d54 ;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 4px 7px;
}

.create-bundle-link {
  background-color: #1e3d54 ;
  color: #fff;
  padding: 10px 17px 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.create-bundle-link:hover{
  color: #fff;
  text-decoration: none;
}
.storeForm__wrapper .alert{
  position: inherit;
}

.page-item.active .page-link{
  background-color: #1e3d54 ;
  border-color: #1e3d54 ;
}
.create-bundle-form .input-setting{
    padding: 10px;
    border: 1px solid #dbd8d8;
    border-radius: 3px 0px 0px 3px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
    width: 100%;
}
.create-bundle-form .textarea-setting{
    padding: 10px;
    border: 1px solid #dbd8d8;
    border-radius: 3px 0px 0px 3px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
    width: 100%;
    height: 100px;
}
.setting-page-form {
        padding-top: 0 !important;
    }
.setting-space {
    padding-top: 25px;
}