.SumoSelect p {
  margin: 0
}

.SumoSelect {
  width: 160px;
  max-width: 160px;
  letter-spacing: -0.5px;
  display: inline-block;
  background: #EBF5FF;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #0E9AFF;
  /* padding: 8px 12px; */
  cursor: pointer;
  position: relative;
  outline: 0;
  margin:3px 3px 3px 0;
}

.SelectBox {
  padding: 0px;
}

.sumoStopScroll {
  /* 스크롤 옵션 선택 시 바디스크롤 멈춤 */
  /*overflow: hidden*/
}

.SumoSelect .hidden {
  display: none
}

.SumoSelect .search-txt {
  display: none;
  outline: 0
}

.SumoSelect .no-match {
  display: none;
  padding: 6px
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px
}

.SumoSelect.open>.search>label, .SumoSelect.open>.search>span {
  visibility: hidden
}

.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0
}

.SelectClass {
  z-index: 1
}

.SumoSelect .select-all>label, .SumoSelect>.CaptionCont, .SumoSelect>.optWrapper>.options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}

.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
  /*box-shadow: 0 0 2px #7799d0;
  border-color: #7799d0*/
}

.SumoSelect>.CaptionCont {
  position: relative;
  /* border: 1px solid #a4a4a4; */
  min-height: 14px;
  /*background-color: #fff;*/
  /*border-radius: 2px;*/
  margin: 0;
  padding: 8px 12px;
}

.SumoSelect>.CaptionCont>span {
  display: block;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  vertical-align: middle;
  margin-top: 2px;
}

.SumoSelect>.CaptionCont>span.placeholder {
  color: #0E9AFF;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.SumoSelect>.CaptionCont>label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px
}

.SumoSelect>.CaptionCont>label::after {
  content: "\f078";
  font: var(--fa-font-solid);
  margin-left: 8px;
  color: #0E9AFF;
  font-size: 12px;
  vertical-align: middle;
  margin-top: 13px;
  display: inline-block;
}

.SumoSelect>.CaptionCont>label>i {}

.SumoSelect>.optWrapper {
  position: absolute;
  top: 105%;
  left: 0%;
  z-index: 1000;
  display: none;
  float: left;
  width: 188px;
  overflow-y: auto;
  padding: 50px 0 10px 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  background: #F8F8F8;
  border: 1px solid rgba(218, 218, 218, 0.5);
  box-shadow: 0px 2px 20px rgb(0 0 0 / 15%);
  border-radius: 15px;
}

.SumoSelect.open>.optWrapper {
  /*top: 35px;*/
  display: block
}

.SumoSelect.open>.optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto
}

.SumoSelect>.optWrapper>.options {
  border-radius: 2px;
  position: relative;
  max-height: 250px
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
  border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options {
  border-radius: 0 0 2px 2px
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
  border-radius: 0;
  padding-bottom: 8px;
}

.SumoSelect>.optWrapper.options .opt:first-child {
  border-top: 0px !important;
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
  opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
  padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
  padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
  /*padding: 6px 6px;*/
  position: relative;
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
  border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
  border-radius: 0;
  border-top: 0px;
}

.SumoSelect>.optWrapper.selall>.options>li.opt:last-child label {
  padding: 12px 10px 0px 10px;
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
  padding-bottom:6px;
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
  border-radius: 0
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child i {
  top: 10px;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
  /*background-color: #e4e4e4*/
}

.SumoSelect .select-all.sel, .SumoSelect>.optWrapper>.options li.opt.sel {
  /* background-color: #a1c0e4 */
}

.SumoSelect>.optWrapper>.options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  padding: 12px 10px;
  width: 80%;
}

.SumoSelect>.optWrapper>.options li span {
  display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
  background-color: inherit;
  pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
  padding-left: 35px;
  cursor: pointer;
  border-top: 1px solid #DDDDDD;
}

.SumoSelect .select-all>span, .SumoSelect>.optWrapper.multiple>.options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -25px
}

.SumoSelect .select-all>span i, .SumoSelect>.optWrapper.multiple>.options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 0px solid #aeaeae;
  border-radius: 0px;
}

.SumoSelect>.optWrapper>.MultiControls {
  display: block !important;
  /* border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, .13);
  border-radius: 0 0 3px 3px */
  position: absolute;
  top: 10px;
  right: 11px;
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
  display: block;
  position: absolute;
  top: 10px;
  right: 11px;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
  padding: 6px
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
  /* box-shadow: 0 0 2px #a1c0e4; */
  /* border-color: #a1c0e4; */
  outline: 0;
  /* background-color: #a1c0e4 */
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
  display: inline-block;
  cursor: pointer;
  padding: 6px;
  /* width: 50%; */
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
  /*background-color: #f1f1f1*/
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
  border-right: 0px solid #dbdbdb;
  border-radius: 0;
  font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    color: #0E9AFF;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
  border-radius: 0 0 3px 0;
  display: none;
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
  padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
  padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
  padding-bottom: 43px
}

.SumoSelect .select-all.partial>span i, .SumoSelect .select-all.selected>span i, .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i::after {
  content: "\f00c";
  font: var(--fa-font-solid);
  color: #222;
  font-size: 16px;
  position: absolute;
  top: -3px;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  font-style: normal;
}

.SumoSelect.disabled {
  opacity: .7;
  cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
  border-color: #ccc;
  box-shadow: none
}

.SumoSelect .select-all {
  position: relative;
  padding: 0 0 0 35px;
  /* height: 20px; */
  cursor: pointer;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

.SumoSelect .select-all label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  padding: 12px 10px;
  width: 80%;
}

.SumoSelect .select-all>label, .SumoSelect .select-all>span i {
  cursor: pointer
}

.SumoSelect .select-all.partial>span i {}

.SumoSelect .select-all.selected>span i::after {
  content: "\f00c";
  font: var(--fa-font-solid);
  color: #222;
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  font-style: normal;
}

.SumoSelect>.optWrapper>.options li.optGroup {
  padding-left: 5px;
  text-decoration: underline
}

.reset-all {
  padding: 5px 10px 5px 35px;
  border-bottom: 1px solid #cdcdcd
}

.SumoSelect[is-selected=false] .reset-all {
  opacity: .5;
  pointer-events: none
}

.SumoSelect[is-selected=true] .reset-all {
  opacity: 1;
  cursor: pointer;
  color: #7799d0
}

.SumoSelect[is-selected=true] .reset-all * {
  cursor: pointer
}

.SumoSelect[is-selected=true] .reset-all:hover {
  color: #000
}





.sumo-title {
  cursor: default;
  position: absolute;
  top: 17px;
  left: 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  display: block;
}

.sumo-right {
  left: auto !important;
  right: 0px !important;
}


/*

@media screen and (max-width:385px) {
  .SumoSelect {
    width: 145px !important;
    max-width: 145px !important;
    margin: 0 3px 0 0;
  }
}

@media screen and (max-width:351px) {
  .SumoSelect {
    margin: 3px 3px 3px 0 !important;
  }
}

*/
