
.custom-select {
  position: relative;
  width: 100%;
  height: 36px;
  border: 1px solid transparent;
  background: #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.custom-select a {
  display: inline-block;
  width: 300px;
  height: 20px;
  padding: 8px 10px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.custom-select a span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
.custom-select select {
  display: none !important;
}
.custom-select > div {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  margin: 1px 0 0 0px;
  width: 100%;
  border: 1px solid #888;
  border-top: 0;
  background: #FFFFFF;
  z-index: 10;
  overflow: hidden;
  right: -1px;
    width: auto;
}
.custom-select input {
  width: calc(100% - 30px);
  border: 1px solid #888;
  margin: 5px 15px 0 15px;
  padding: 10px;
  font-size: 14px;
  height: 32px;
    border-radius: 6px;
    background-color: rgba(167, 170, 189, 0.2);
    border: none;
}
.custom-select > div > div {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  margin-top: 5px;
  max-height: 120px;
}
.custom-select div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-select div ul li {
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(34, 34, 34, 0.8);
}
.custom-select div ul li.active {
  display: block;
  cursor: pointer;
}
.custom-select div ul li:hover {
  background: #f6f9ff;
  /* color: #fff; */
}
.custom-select div ul li.option-hover {
  background: #f6f9ff;
  color: #222222;
}
.custom-select div ul li.option-disabled {
  color: #999;
}
.custom-select div ul li.option-disabled:hover {
  background: #ff9999;
  color: #fff;
}
.custom-select div ul li.option-hover.option-disabled {
  background: #ff6666;
  color: #fff;
}
.custom-select div ul li.no-results {
  display: none;
  background: #f2f2f2;
  color: #000;
}

/* Custom Select - Open
----------------------------------*/
.custom-select-open {
  border-bottom: 1px solid #eee;
}
.custom-select-open div {
  display: block;
}

/* Hide Input Box
----------------------------------*/
.custom-select input.custom-select-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: -1000px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  z-index: -1 !important;
}

/* Mobile Override
----------------------------------*/
.custom-select-mobile select {
  display: inline !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-select.custom-select-open{
  border-radius: 6px 6px 0 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #558ef8;
  border-bottom: solid 1px transparent;
}
.custom-select.custom-select-open > div{
  border-radius:  0 0 6px 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #558ef8;
  border-top: solid 1px transparent;
}
.subject .custom-select:after{
  content: "";
   background: url(../image/sub-arrow.svg);
   width: 20px;
   height: 20px;
   position: absolute;
   top: 0px;
   right: 10px;
   bottom: 15px;
   background-repeat: no-repeat;
   transform: rotate(180deg);
}
.subject .custom-select.custom-select-open:after{
  top: 15px;
    right: 3px;
    bottom: 15px;
    transform: rotate(0deg);
}
.topic .custom-select:after{
  content: "";
   background: url(../image/sub-arrow.svg);
   width: 20px;
   height: 20px;
   position: absolute;
   top: 0px;
   right: 10px;
   bottom: 15px;
   background-repeat: no-repeat;
   transform: rotate(180deg);
}
.topic .custom-select.custom-select-open:after{
    top: 15px;
    right: 3px;
    bottom: 15px;
    transform: rotate(0deg);
}

.changePassword_wrap input.ng-touched.ng-invalid {outline: 1px solid #ae1313;}
        