/********************
General Styles
*********************/

body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Neutral Std", sans-serif;
  background: #f8fafd;
}

.header {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #073256;
}

.footer {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #073256;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.migration-header {
  width: 650px;
}

.migration-header span {
  line-height: 25px;
}

h2 {
  font-weight: 400 !important;
  font-size: 1.28rem;
  padding: 15px;
}

p {
  text-align: left;
  color: rgba(0, 0, 0, 0.64);
  font-weight: 400;
  white-space: nowrap;
  padding: 15px;
  border: 1px solid transparent;
  margin-top: 0;
}

.header-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.header-link {
  text-decoration: none;
  padding: 0 1em;
  color: white;
}

.logout-button a {
  text-decoration: none;
  color: white;
}

.input-field {
  height: 40px;
  margin-left: 2px;
  padding: 10px;
  padding-left: 8px;
  font-size: 14px;
  width: 300px;
}

label {
  margin-left: 2px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
  font-weight: 400;
  user-select: none;
}

/********************
Index
*********************/

.google-signin-button {
  height: 50px;
  width: auto;
}

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  flex-direction: column;
  position: relative;
  background: #fff;
  max-width: 540px;
  width: calc(100vw - 40px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  border: 1px solid #dcddde;
  z-index: 10;
  overflow: hidden;
  height: 400px;
}

.login-container h1 {
  font-weight: 400;
}

/********************
Demo Index
*********************/

.demo-box {
  padding: 10px;
}

.template-container {
}

.template-container p {
  margin-bottom: 0;
  padding: 0;
  margin-top: 20px;
}

.advanced-container {
  height: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.advanced-container form {
  margin-top: 10px;
}

.show-sheet-input {
  height: 100px;
}

.advanced-button {
  text-decoration: none;
  background: white;
  border: 1px solid white;
  display: inline-block;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100px;
}

.advanced-button p {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 3px;
}

.drop-arrow {
  height: 8px;
  width: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.64);
  border-right: 1px solid rgba(0, 0, 0, 0.64);
  display: inline-block;
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease;
}

.open-arrow {
  transform: rotate(135deg);
}

.advanced-submit {
  background-color: #f9fdfe;
  border: 1px solid #52aaff;
  color: #52aaff;
  height: 30px;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.15s ease;
  font-size: 1rem;
}

.advanced-submit:hover {
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}

/********************
Demo Creation Completed
*********************/

.finished-container {
  display: flex;
  align-items: center;
}

.field-name {
  flex: 1 0 auto;
  max-width: 150px;
  justify-content: flex-start;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.48);
}

.name {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}

.box-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  position: relative;
  background: #fff;
  max-width: 540px;
  width: calc(100vw - 40px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  border: 1px solid #dcddde;
  z-index: 10;
  overflow: hidden;
  height: auto;
  margin-top: 3rem;
}

.box h1 {
  font-weight: 400;
}

.demo-button {
  margin-top: 20px;
  margin-right: 15px;
  transition: all 0.15s ease;
  display: inline-block;
}

.view-demo {
  margin-left: 15px;
}

.demo-button:hover {
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}

.box a {
  text-decoration: none;
  background-color: #f9fdfe;
  border: 1px solid #52aaff;
  color: #52aaff;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
}

.visit-demo {
  background-color: #52aaff;
  border-color: #52aaff;
  margin: 15px;
  color: #fff;
  line-height: 34px;
  padding: 15px;
  height: 50px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 1rem;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 28px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.visit-demo:hover {
  background-color: #4da0f0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease;
}

.finished {
  height: 26px;
  width: 26px;
  background-image: url("http://res.cloudinary.com/kustomer/image/upload/v1506018120/icons/green_checkmark.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 50%;
}

.kusty {
  border-radius: 500em;
  height: 100px;
  width: 100px;
  background-image: url(../images/kusty.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 50%;
}

/********************
404
*********************/

.not-finished-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.not-finished {
  background: #ff7471;
  background: #ff7471;
  border-radius: 500em;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 50%;
}

.not-found-field-name {
  flex: 1 0 auto;
  font-size: 36px;
  max-width: initial;
  justify-content: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.48);
  margin-bottom: 0;
}

.not-found-name {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

/********************
Migration
*********************/

.migration-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.migration-wrapper h1 {
  font-size: 28px;
}

.migration-demo-select-box {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: initial;
  margin-left: 0;
  max-width: none;
  width: 100%;
}

.migration-demo-select input,
.migration-demo-select label {
  display: inline-block;
  margin-bottom: 0; /* I added this after I posted my reply */
  vertical-align: middle; /* Fixes any weird issues in Firefox and IE */
}

.migration-demo-select label {
  padding-top: 6px;
}

.migration-header-container {
  margin: 10px 0px;
}

.migration-header-container h2 {
  margin-top: 0px;
}

.migration-header-container p {
  padding: 0;
  font-size: 14px;
  color: initial;
}

.migration-header-container span {
  padding: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.64);
  width: 630px;
  margin-top: 5px;
  font-style: italic;
  line-height: 20px;
}

.migration-date-range-box {
  height: 150px;
  overflow: initial;
  margin-top: 20px;
  margin-left: 0;
  max-width: none;
  width: 100%;
  padding-left: 15px;
}

.migration-credentials-box {
  height: auto;
  overflow: initial;
  margin-top: 20px;
  margin-left: 0;
  max-width: none;
  width: 100%;
  padding-left: 15px;
}

.migration-credentials-box h2 {
  font-weight: 400 !important;
  font-size: 23px;
  padding: 0;
  margin-bottom: 5px;
}

.migration-date-range-box h2 {
  font-weight: 400 !important;
  font-size: 23px;
  padding: 0;
  margin-bottom: 5px;
}

.start-date-select {
  margin-right: 20px;
}

.date-range-container {
  margin-top: 20px;
}

.credentials-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.credentials-container input {
  margin: 10px 0;
  width: 50%;
}

.migration-submit {
  margin-top: 50px;
  align-self: flex-end;
}

.migration-submit a {
  text-decoration: none;
  background-color: #f9fdfe;
  border: 1px solid #52aaff;
  color: #52aaff;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
}

.migration-submit:hover {
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}

.migration-input-container {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

.migration-dashboard {
  height: 365px;
}

.migration-ticket-container {
  display: initial;
}

.ui-progressbar {
  width: 420px;
  margin-left: 13px;
  border: 1px solid #e3e3e3 !important;
  border-radius: 100px;
  height: 15px;
}

.ui-progressbar-value {
  background: #ff655d;
  border: none;
  transition: width 0.25s ease;
}

.dashboard-buttons {
  margin-top: 50px;
}

.migrating-tickets-header {
  margin-top: 5px;
}

.loaderDiv {
  display: none;
}
.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}