﻿.text-search {
  color: #39BA9D;
  text-decoration: underline;
  cursor: pointer;
}

.btn-searchBtnCont {
  background-color: rgb(30, 25, 100);
  border: none;
  border-radius: 0px;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.btn-searchBtnCont:hover {
  background-color: rgb(92,204,255);
}

.textInput-opa {
  max-width: 280px;
  outline: rgb(114, 119, 128) solid 1px;    
  outline-offset: 0px;
  border: 0px none;
  padding: 0.4em 0.8em;
  box-sizing: border-box;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

.textInput-opa:hover {
  outline: rgb(40, 160, 215) solid 2px;     
  outline-offset: 0px;
}

.cdm-opa-question-text {
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  color: rgb(41, 48, 63);
}