
.nav-border {
  box-shadow: 0 6px 8px -4px #EEEEEE;
  margin-bottom: 5px;
}

.smcp {
  font-feature-settings: "smcp" 1;
}

.link {
  color: #28a745!important;
}

.justified {
  text-align: justify;
}

.slider-color {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.slider-color:hover {
  opacity:1;
}

.slider-color::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #28a745;
  cursor: pointer;
}

.slider-color::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #28a745;
  cursor: pointer;
}

.model-response-selected {
  border-width:  1.5px !important;
  border-color: #20aced !important;
}

.model-request-selected {
  border-width:  1.5px !important;
  border-color: #5bae42 !important;
}

.model-request {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-left: 70px;
  margin-right: 10px;
  font-size: 14px;
  position: relative;
  background: #e8faee;
  border-radius: .4em;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.model-response {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  position: relative;
  background: #ebf6fe;
  border-radius: .4em;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.bootstrap-select.form-control {
  border: 1px solid #ced4da;
}

.bootstrap-select button.dropdown-toggle:focus {
  outline: none !important;
}

.contact-detail {
  border-radius: 30px;
  margin-top: 40px;
  padding: 20px 30px 20px 30px;
  box-shadow: 0px 3px 10px 0px #D2D2D2;
}

.contact-banner {
  border-radius: 30px;
  padding: 20px;
  min-height: 150px;
  padding-top: 100px;
  background-image: url('/img/contact/profile-banner-medium.jpg');
  box-shadow: 0px 3px 10px 0px #D2D2D2;
}

.contact-banner-main {
  font-size: 24pt;
  color: #FFF;
}

.contact-banner-secondary {
  font-size: 18pt;
  color: #EEEEEE;
}

tr .selected {
  background-color: #0169d9 !important;
  color: white !important;
}

tr .selected > .sorting_1 {
  background-color: #0169d9 !important;
  color: white !important;
}

.contact-dot {
  height: 100px;
  width: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
}

.online-dot {
  height: 10px;
  width: 10px;
  background-color: #03c168;
  border-radius: 50%;
  display: inline-block;
}

.contact-agent-dot {
  height: 50px;
  width: 50px;
  background-color: #e1e1e1;
  border-radius: 50%;
  display: inline-block;
}

.contact-customer-dot {
  height: 50px;
  width: 50px;
  background-color: #e1e1e1;
  border-radius: 50%;
  display: inline-block;
}

.contact-customer-message {
  padding: 18px;
  background-color: #1476ff;
  color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px #D2D2D2;
}

.contact-agent-message {
  border-radius: 10px;
  padding: 18px;
  background-color: #f7f9fc;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0px 0px 5px 2px #E2E2E2;
}
