﻿
/* Tabs on Now ======================== */

at-core-searchbox + .start-now {
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 35px;
}

at-carbon-tabs#tabs {
  width: 70%;
  height: 65px;
  display: inline-block !important;
  margin-bottom: -6px;
  font-size: 18px;
}


.wrapper.style-scope.at-carbon-tabs {
  width: 350px;
}

at-carbon-tab.start-now {
  padding: 0 10px !important;
  margin: 0 10px !important;
  min-width: 100px;
}

/* Making search field have box shadow on focus */
at-now-search#globalSearch:focus-within #searchBox {
  box-shadow: 0px 0px 6px 0px #0088cc;
}


at-core-card {
  box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 0px 3px !important;
  border-radius: 0px !important;
}
