body {
  background-color: rgba(178, 201, 230, 1);
  background-image: url(/assets/thinkscape-background-gradient-5-8a7655d19b1327b7579980b126f7f43053c52354a3635222401ce9e3eda3ca33.svg);
  background-size: cover;
  color: rgba(75, 75, 75, 1);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

hr {
  border: 0.5px solid #ccc;
  clear: both;
}

a {
  color: rgba(93, 74, 208, 1);
  text-decoration: none;
}

a:hover {
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

input[type=text],
select,
textarea {
  font-size: 15px;
}

input[type=text].disabled,
input[type=text].disabled:hover,
input[type=text].readonly,
input[type=text].readonly:hover,
select.disabled,  
select.disabled:hover,
select.readonly,
select.readonly:hover,
textarea.disabled,
textarea.disabled:hover,
textarea.readonly,
textarea.readonly:hover {
  background-color: rgba(204, 204, 204, 1);
  color: rgba(119, 119, 119, 1);
  cursor: not-allowed;
}

body.external p {
  margin: 19px 0 10px;
}

body.external .logo {
  height: auto;
  width: 360px;
}

body.internal .logo {
  height: auto;
  width: 215px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-clear {
  clear: both;
}

.copy {
  color: rgba(119, 119, 119, 1);
  font-size: 0.8em;
}
.grid {
  display: grid;
  height: calc(100vh - 16px);
  margin: 8px;
}

.grid-cell {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 9px;
  overflow: auto;
  padding: 11px;
}

body.external .grid {
  grid-template-columns: auto 540px auto;
  grid-template-rows: auto 640px auto;
}

body.external .grid-cell {
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  border-width: 2px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
}

body.external #grid-main-view {
  grid-area: 2 / 2 / 3 / 3;
  text-align: center;
}

body.external #grid-copyright {
  align-items: center;
  display: flex;
  grid-area: 3 / 1 / 4 / 4;
  justify-content: center;
}

body.internal .grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 239px auto 104px;
  grid-template-rows: 64px auto 64px;
}

body.internal #grid-logo {
  align-items: center;
  display: flex;
  grid-area: 1 / 1 / 2 / 2;
  justify-content: left;
  overflow: hidden;
}

body.internal #grid-logo::-webkit-scrollbar {
  display: none;
}

body.internal #grid-header {
  align-items: center;
  display: flex;
  grid-area: 1 / 2 / 2 / 3;
  justify-content: left;
  overflow-x: scroll;
  overflow-y: hidden;
}

body.internal #grid-header::-webkit-scrollbar {
  display: none;
}

body.internal #grid-header-title {
  margin: 0;
  overflow: hidden;
  padding: 0 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.internal #grid-navigation {
  align-items: center;
  display: flex;
  grid-area: 1 / 3 / 2 / 4;
  justify-content: right;
  overflow: hidden;
}

body.internal #grid-navigation::-webkit-scrollbar {
  display: none;
}

body.internal #grid-navigation-sub {
  display: flex;
  flex-direction: column;
  gap: 11px;
  /*grid-area: 3 / 1 / 3 / 4;*/
  grid-area: 2 / 1 / 4 / 2;
  overflow-x: hidden;
  overflow-y: scroll;
}

body.internal #grid-navigation-sub::-webkit-scrollbar {
  display: none;
}

body.internal #grid-navigation-sub .button,
body.internal #grid-navigation-sub form.button_to,
body.internal #grid-navigation-sub button.red,
body.internal #grid-navigation-sub nav.pagination {
  display: inline;
}

body.internal #grid-main-view {
  /*grid-area: 2 / 1 / 3 / 4;*/
  grid-area: 2 / 2 / 4 / 4;
  text-align: center;
}

body.internal #grid-main-view-header {
  margin: 5px 0 15px;
}

body.internal #grid-main-view-footer {
  margin-top: 11px;
}

body.internal #grid-main-view-header:empty,
body.internal #grid-main-view-footer:empty {
  display: none;
}


body.internal.account #grid-header.account-name {
  border: none;
  padding: 0;
  text-align: center;
}
body.external input {
  border: 1.5px solid rgba(75, 75, 75, 1) !important;
  border-radius: 36px !important;
  box-shadow: none !important;
  font-size: 14px;
  margin: 5px auto !important;
  padding: 10px !important;
  width: calc(100% - 25px) !important;
}
.account-name a {
  display: inline-block;
}

.account-open {
  background-color: rgba(93, 74, 208, 1);
  border-radius: 36px;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0 0 7px;
  overflow: hidden;
  padding: 2px 11px 0;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 22px);
}

.account-open:hover {
  background-color: rgba(47, 37, 104, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

.account-open > i[class^="fa-"] {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  color: rgba(93, 74, 208, 1);
  min-width: 20px;
  padding: 7px 5px;
  text-align: center;
}

.account-open:hover > i[class^="fa-"] {
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

.button,
button,
input[type=submit] {
  background-color: rgba(93, 74, 208, 1);
  border: 0;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  padding: 5px 10px 5px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

a.button {
  padding: 6px 10px;
}

.table a.button {
  padding: 6px 10px;
}

button[type=submit] {
  padding: 5px 10px 6px;
}

button[title='Copy Password Reset Link'] {
  padding: 5px 10px 6px;
}

.table button[type=submit],
.table button[title='Copy Email and Invite Link'],
.table button[title='Copy Replay Link'],
.table button[title='Copy CDN Page URL'] {
  padding: 5px 10px 7px;
}

.button:hover,
button:hover,
input[type=submit]:hover {
  background-color: rgba(47, 37, 104, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

.button.teal,
button.teal,
input[type=submit].teal {
  background-color: rgba(45, 157, 157, 1);
}

.button.teal:hover,
button.teal:hover,
input[type=submit].teal:hover {
  background-color: rgba(35, 122, 122, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

.button.red,
button.red,
input[type=submit].red {
  background-color: rgba(208, 74, 93, 1);
}

.button.red:hover,
button.red:hover,
input[type=submit].red:hover {
  background-color: rgba(104, 37, 47, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

.button.disabled,
button.disabled,
.button[disabled],
button[disabled],
input[type=submit][disabled] {
  background-color: rgba(128, 128, 128, 0.5);
}

.button.disabled:hover,
button.disabled:hover,
.button[disabled]:hover,
button[disabled]:hover,
input[type=submit][disabled]:hover {
  background-color: rgba(128, 128, 128, 0.5);
  color: rgba(255, 255, 255, 1);
  text-shadow: none;
}

.button.hidden,
button.hidden,
input[type=submit].hidden {
  display: none;
}

.button_to {
  display: inline;
}

.app-button {
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-flex;
  margin: 10px;
  min-width: 148px;
  padding: 4px 9px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
}

.app-button:hover {
  text-shadow: none;
}

.app-button.active {
  box-shadow: 0 0 4px 0 rgba(233, 101, 75, 1), 0 4px 16px 1px rgba(0, 0, 0, 0.1);
  color: rgba(233, 101, 75, 1);
}

.app-button.small {
  margin: 4px 0 0;
  min-width: 76px;
  padding: 0 4px;
}

.app-button .app-button-label {
  display: inline-block;
  flex: 1;
  margin-left: 5px;
}

.app-button.small .app-button-label {
  margin-right: 10px;
  vertical-align: 4px;
}

.app-button-icon {
  display: inline-block;
  height: auto;
  max-width: 60px;
  min-width: 30px;
  width: 2.5em;
}

.app-button.small .app-button-icon {
  max-width: 30px;
  width: 30px;
}

.pagination {
  margin: 10px 0;
}

body.external button {
  border-radius: 36px;
  margin: 5px auto;
  padding: 10px;
  width: calc(100% - 25px);
}
i.fa-solid.count {
  background-color: rgba(0, 0, 0, 1);
  border-radius: 3px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  padding: 4px 7px;
  vertical-align: 2px;
}

i.fa-solid.pagination:empty {
  display: none;
}
.navigation {
  font-size: 24px;
  text-align: center;
}

.navigation td {
  width: 35px;
}

.navigation td.divider {
  width: 0.5px;
}

.navigation td.divider .line {
  background-color: rgba(204, 204, 204, 1);
  display: inline-block;
  height: 100%;
  width: 0.5px;
}

.navigation button {
  background-color: rgba(208, 74, 93, 1);
  font-size: 24px;
  margin-top: 0;
  padding: 2px 5px 3px;
}

.navigation button:hover {
  background-color: rgba(104, 37, 47, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button {
  background-color: transparent;
  border: none;
  border-radius: 18px;
  color: rgba(93, 74, 208, 1);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  min-height: 30px;
  padding: 3px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

#grid-navigation-sub .button.active {
  background-color: rgba(233, 101, 75, 0.25);
}

#grid-navigation-sub .button:hover {
  background-color: rgba(93, 74, 208, 0.15);
  border: none;
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button > i[class^="fa-"] {
  background-color: rgba(93, 74, 208, 1);
  border-radius: 36px;
  color: rgba(255, 255, 255, 1);
  min-width: 20px;
  padding: 7px 5px;
  text-align: center;
}

#grid-navigation-sub .button:hover > i[class^="fa-"] {
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button.account-name {
  background-color: rgba(93, 74, 208, 1);
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}

#grid-navigation-sub .button.account-name:hover {
  background-color: rgba(47, 37, 104, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button.account-name > i[class^="fa-"] {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  color: rgba(93, 74, 208, 1);
  min-width: 20px;
  padding: 7px 5px;
  text-align: center;
}

#grid-navigation-sub .button.account-name:hover > i[class^="fa-"] {
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub hr.divider {
  margin: 0;
  width: calc(100% - 2px);
}
.table {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-collapse: collapse;
  border-radius: 7px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  overflow: hidden;
}

.table > thead > tr,
.table > tbody > tr > th,
.table > tfoot > tr {
  background-color: rgba(221, 221, 255, 0.5);
}

.table > tbody > tr:nth-child(even) {
  background-color: rgba(205, 205, 205, 0.5);
}

.table > tbody > tr.highlighted:nth-child(even) {
  background-color: rgba(205, 205, 235, 0.5);
}

.table > tbody > tr:nth-child(odd) {
  background-color: rgba(225, 225, 225, 0.5);
}

.table > tbody > tr.highlighted:nth-child(odd) {
  background-color: rgba(225, 225, 255, 0.5);
}

.table > tbody > tr:hover,
.table > tbody > tr.highlighted:hover {
  background-color: rgba(235, 255, 235, 0.5);
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-collapse: collapse;
  padding: 5px;
  height: 29px;
}

.table > thead > tr > th:has(.table-controls),
.table > tbody > tr > th:has(.table-controls) {
  line-height: 25px;
}

.table > thead > tr > th,
.table > tfoot > tr > td {
  font-weight: bold;
}

.table th.left,
.table td.left {
  text-align: left;
}

.table th.center,
.table td.center {
  text-align: center;
}

.table th.right,
.table td.right {
  text-align: right;
}

.table th.nowrap,
.table td.nowrap {
  white-space: nowrap;
}

.table td[onclick$=".click();"] {
  cursor: pointer;
}

.table td .button {
  display: block;
  text-align: center;
}

.table td .button_to {
  display: inline-block;
}

.table td .button.inline {
  display: inline-block;
}

.table.vertical > tbody > tr > th {
  text-align: right;
  text-transform: capitalize;
}

.table.vertical > tbody > tr > td {
  text-align: left;
}

.table.vertical > tbody > tr > th > .field_with_errors,
.table.vertical > tbody > tr > td > .field_with_errors {
  background-color: rgba(255, 0, 0, 1);
  border-radius: 3px;
  color: rgba(255, 255, 255, 1);
  padding: 0 2px;
}

.table.vertical > tbody > tr > td input,
.table.vertical > tbody > tr > td select,
.table.vertical > tbody > tr > td textarea {
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.16);
  min-width: 200px;
  padding: 4px;
  width: calc(100% - 8px);
}

.table.vertical > tbody > tr > td textarea {
  height: 100px;
}

.table.vertical th.center,
.table.vertical td.center {
  text-align: center;
}

.table.vertical.external-height-fix {
  margin-top: -2px;
}

.table.session-notes {
  width: 240px;
}

.table.session-notes td {
  height: 69px;
  vertical-align: middle;
}

.table.session-notes .session-notes-container,
.table.session-demographics .session-demographics-container {
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  height: 67px;
  overflow-y: auto;
  padding: 1px 3px;
  width: 222px;
}

.table .session-question-answer-options {
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  max-height: 400px;
  overflow-y: auto;
  padding: 1px 3px;
  width: calc(100% - 6px);
}

.table .question-settings-blob,
.table .cdn-page-html {
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  height: 67px;
  overflow-y: auto;
  padding: 1px 3px;
  width: 222px;
}

.table .table.question-reports {
  width: 100%;
}

.table .table.question-reports th {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
}

.table .table.question-reports td {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
}

.table .table.question-reports .button {
  opacity: 0.8;
}

.table .table.question-reports > thead > tr,
.table .table.question-reports > tbody > tr > th,
.table .table.question-reports > tfoot > tr {
  background-color: rgba(221, 221, 255, 0.1);
}

body.external .table {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

body.external .table > thead > tr,
body.external .table > tbody > tr:hover,
body.external .table > tbody > tr:nth-child(odd),
body.external .table > tbody > tr:nth-child(even),
body.external .table > tbody > tr > th,
body.external .table > tfoot > tr {
  background-color: transparent;
}

body.external .table > thead > tr > th,
body.external .table > tbody > tr > th,
body.external .table > tbody > tr > td,
body.external .table > tfoot > tr > td {
  border: none;
  padding: 0 5px;
}

body.external .table > tbody > tr > td > .button,
body.external .table > tbody > tr > td > input[type=submit] {
  margin-top: 5px;
  width: 100%;
}

.table-controls .table-control {
  display: inline-block;
}

.table-controls .button {
  font-weight: normal;
}

.invisible-layout-center {
  margin: 0 auto;
}

.invisible-layout-center > tbody > tr > td {
  vertical-align: top;
}

.invisible-layout-center .spacing-gap {
  width: 20px;
}
.rotating-icon {
  -webkit-animation: rotate360 16s linear infinite;
          animation: rotate360 16s linear infinite;
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotating-icon-reverse {
  -webkit-animation: rotate360reverse 16s linear infinite;
          animation: rotate360reverse 16s linear infinite;
}

@-webkit-keyframes rotate360reverse {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes rotate360reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.notification {
	animation-name: notification-slide-in, notification-slide-out;
  animation-delay: 0.0s, 5.0s;
	animation-duration: 1.0s, 1.0s;
	animation-fill-mode: forwards, forwards;
  animation-timing-function: ease-out, ease-in;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: rgba(184, 244, 212, 0.75);
  border: 2px solid rgba(0, 191, 0, 0.75);
  border-radius: 9px;
  box-shadow: 0 8px 16px 8px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  margin: 8px;
  padding: 21px;
  position: absolute;
  top: -200px;
  text-align: center;
  width: calc(100% - 60px)
}

.notification.alert {
  background: rgba(255, 127, 127, 0.75);
  border-color: rgba(191, 0, 0, 0.75);
}
 
@keyframes notification-slide-in {
	0% { top: -200px; }
	100% { top: 0px; }
}

@keyframes notification-slide-out {
	0% { top: 0px; }
	100% { top: -200px; }
}

.notification-banner {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: rgba(164, 255, 249, 1);
  border: 2px solid rgba(45, 157, 157, 1);
  border-radius: 9px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  margin: 14px 7px 0px;
  padding: 7px 21px;
  text-align: center;
}

.notification-banner.alert {
  background: rgba(255, 127, 127, 0.75);
  border-color: rgba(191, 0, 0, 0.75);
}
.modal {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
}

.modal.visible {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 90%;
}

.modal-content h2 {
  font-weight: normal;
}

.modal.visible .modal-content {
  animation: zoomIn 0.25s ease forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(1.32);
  }
  to {
    transform: scale(1);
  }
}

.modal-content button {
  margin: 10px;
  padding: 5px 15px;
}
#thinkscape-session-queue {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  opacity: 0;
  visibility: hidden;
  transition: all 1.0s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  font-size: 24px;
}

#thinkscape-session-queue.active {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 1;
  visibility: visible;
}

.queue-icon {
  width: 160px;
  height: 160px;
}
.environment-label {
	animation-name: environment-label-slide-in;
  animation-delay: 0.0s;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: rgba(208, 74, 93, 1);
  border-radius: 0 0 9px 9px;
  bottom: -200px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 8px;
  padding: 7px 2px 7px 7px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 230px;
}

body.external > .environment-label {
  border-radius: 36px !important;
}

@keyframes environment-label-slide-in {
	0% { bottom: -200px; }
	100% { bottom: 0px; }
}
.search-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.search-input-wrapper {
  position: relative;
  display: inline-block;
}

.search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(93, 74, 208, 1);
}

.submit-icon,
.clear-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: rgba(93, 74, 208, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 24px;
  height: 24px;
  transition: color 0.2s ease;
  z-index: 1;
}

.submit-icon {
  right: 2px;
  padding: 7px 10px !important;
}

.clear-icon {
  left: 2px;
}

.submit-icon:hover,
.clear-icon:hover {
  color: rgba(93, 74, 208, 0.8);
  background: none;
  border: none;
}

.submit-icon:active,
.clear-icon:active {
  color: rgba(93, 74, 208, 0.6);
}

.search-input {
  border: none !important;
  border-radius: 3px !important;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.16) !important;
  font-size: 15px;
  padding: 4px 28px 4px 8px !important;
  width: 200px;
}

.search-input-wrapper.has-clear .search-input {
  padding-left: 28px !important;
  width: 180px !important;
}

.search-input:focus {
  outline: none;
  box-shadow: inset 0 1px 2px 1px rgba(93, 74, 208, 0.2) !important;
} 
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *















 */
