/**
	 * Component: Dropdown
	 * --------------------------------------------------
	 */
.pcy_dropdown {
  position: relative;
  text-align: left;
  width:100%;
  margin-bottom:10px;
}

.pcy_dropdown_list {
  /* border: 1px solid #eee; */
  z-index: 10;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 230px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: opacity .25s linear, top .25s linear;
  transition: opacity .25s linear, top .25s linear;
  max-height: 200px;
  overflow-y: auto;
  font-weight: 600;
  margin: unset;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 8%);
 
}

.pcy_dropdown.is-open .pcy_dropdown_list {
  opacity: 1;
  visibility: visible;
  top: 52px;
}

.pcy_dropdown_list_item {
  padding: 12px 8px;
  font-size: 12px;
  cursor: pointer;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
}

.pcy_dropdown_list_item:hover {
  /* background-color: #E6E9ED; */
}

.pcy_dropdown_list li:nth-child(odd) {
  background: #f7f8fb;
}
.pcy_dropdown_list li:nth-child(even) {
background: #fff;
}


/*.pcy_dropdown_list_item.selected-list-item {
  background-color: #3386af;
  color: #fff;
}*/

/* capability page css */

.pcy_capability_dropdown {
  position: relative;
  text-align: left;
  width:100%;
  margin-bottom:10px;
}

.pcy_capability_dropdown_list {
  /* border: 1px solid #eee; */
  z-index: 10;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: opacity .25s linear, top .25s linear;
  transition: opacity .25s linear, top .25s linear;
  max-height: 200px;
  overflow-y: auto;
  font-weight: 600;
  margin: unset;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 8%);
  visibility: hidden;
}

.pcy_capability_dropdown.is-open .pcy_capability_dropdown_list {
  opacity: 1;
  visibility: visible;
  top: 52px;
}

.pcy_capability_dropdown_list_item {
  padding: 12px 8px;
  font-size: 12px;
  cursor: pointer;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
}

.pcy_capability_dropdown_list_item:hover {
  /* background-color: #E6E9ED; */
}

.pcy_capability_dropdown_list li:nth-child(odd) {
  background: #f7f8fb;
}
.pcy_capability_dropdown_list li:nth-child(even) {
background: #fff;
}

.pcy_capability_button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pcy_capability_button:hover, .pcy_capability_button:focus {
  outline: none;
  text-decoration: none;
}
.pcy_capability_button:not(:disabled) {
  cursor: pointer;
}

.pcy_capability_button_dropdown {
 
  padding-left: 15px;
    font-size: 12px;
    border-bottom: unset;
    width: 98%;
    height: 38px;
    border: 1px solid #212121;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 10px 0px 0px 6px;
    justify-content: left;
    text-align: left;
}
}

.pcy_capability_button_dropdown:hover {
  cursor:pointer;
}

.pcy_capability_button_dropdown:after {
  content: "";
  position: absolute;
  top: 23px;
  /*left: 205px;*/
  right: 30px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #696969;
}

/* end of capability css */

/**
 * Component: Button
 * --------------------------------------------------
 */
.pcy_button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pcy_button:hover, .pcy_button:focus {
  outline: none;
  text-decoration: none;
}
.pcy_button:not(:disabled) {
  cursor: pointer;
}

/**
 * Component: Button
 * Modifier: Dropdown
 * --------------------------------------------------
 */
.pcy_button_dropdown {
  /*width:100%;
  text-align:left;*/
  /*padding: 6px 34px 6px 12px;*/
 /*  background-color: #fff; */
  /* color: #3386af; */
  /*font-size: 14px;*/
  /*line-height: 30px;
  min-height: 32px;
  border-radius: 0px;
  padding-left:15px;*/
  /* border-bottom: 2px solid #e8e8e8; */
  /*-webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;*/
  padding-left: 15px;
    font-size: 12px;
    border-bottom: unset;
    width: 230px;
    height: 38px;
    border: 1px solid #212121;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 10px 0px 0px 6px;
    justify-content: left;
    text-align: left;
}
}

.pcy_button_dropdown:hover {
  cursor:pointer;
}

.pcy_button_dropdown:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 205px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #696969;
}


/* toggle start */
.switch {
  display: inline-flex;
}

.switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switch input[type=checkbox]:checked+label {
  background: #cdf6d7;
}

.switch input[type=checkbox]:checked+label::after {
  left: calc(100% - 4px);
  transform: translateX(-100%);
  background: #4eb060;
}

.switch label {
  cursor: pointer;
  width: 36px;
  height: 18px;
  background: #fddee6;
  display: block;
  border-radius: 24px;
  position: relative;

}

.switch label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #ec4a71;
  border-radius: 16px;
  transition: 0.3s;
}

/* toggle end */