
/* PANELS */

#call-taking-interface #campaigns-panel {
	flex: 0 0 25%;
	border-right: 1px solid #e0e0e0;
}

#call-taking-interface #campaign-details-panel {
	flex: 0 1 75%;
  overflow-y: hidden;
}

#call-taking-interface .cadence {
	padding: 20px;
}

#call-taking-interface .cadence .step {
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

#call-taking-interface .cadence .step .bold {
	font-weight: bold;
}

#call-taking-interface .cadence .step .header {
	background-color: #f5f7ff;
    padding: 20px;
    height: auto !important;
}

#call-taking-interface .cadence .step .header .flex-75 i {
	float: left;
	position: relative;
	top: 2px;
}

#call-taking-interface .cadence .step .header .title {
    left: 20px;
    top: 7px;
    position: relative;
    text-transform: uppercase;
}

#call-taking-interface .cadence .step .header .flex-25 {
	text-align: right;
}

#call-taking-interface .cadence .step .header .flex-25 i {
	font-size: 1.2em;
    position: relative;
    top: 4px;
    right: 15px;
    cursor: pointer;
}

#call-taking-interface .cadence .step .triggers {
	padding: 20px;
}

#call-taking-interface .cadence .step .triggers .actions i {
	padding: 5px 0 5px 20px;
  font-size: 19px;
  cursor: pointer;
  margin-right: 15px;
  color: #174fff;
  opacity: 0.7;
  vertical-align: sub;
}

#call-taking-interface .cadence .step .triggers .header {
	font-size: 1.2em;
  left:0;
  background-color: transparent;
  padding-left: 0;
}

#call-taking-interface .cadence .step .triggers .add {
  cursor: pointer;
  padding-top:10px;
}

#call-taking-interface button.activate-sms-button {
	color: #ffffff !important;
	background-color: #63d9d7 !important;
	position: relative;
	top: -7px;
	left: -10px;
}

#call-taking-interface .modal-body .input.price {
	text-align: right;
}

#call-taking-interface .modal-body .input.price span {
	font-size: 1.5em;
	color: #63d9d7;
}

#call-taking-interface .campaign-wizard-error {
	text-align: center;
    text-transform: uppercase;
    padding: 10px;
    background-color: #FFDCDE;
    color: #FF4F59;
    font-size: 0.8em;
    margin-bottom: 10px;
}

#call-taking-interface .character-count {
	padding: 4px;	
}

#call-taking-interface .character-count div {
	color: #ff9900;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.chatAIUploadLabel i {
  vertical-align: middle;
}

#chatAIUpload {
  display:none;
}

#chatAIUpload .show {
  display:inline;
}