@charset "utf-8";
:root {
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: #e7772e;
}
.sg-con-wrap .sg-demo {
  display: flex;
  width: 100%;
  min-width: 1600px;
  height: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-left {
  position: absolute;
  height: 100%;
  width: 280px;
  padding: 15px;
  background: #f5f7fa;
  box-sizing: border-box;
}
.sg-con-wrap .sg-demo .sg-demo-left > div {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sg-con-wrap .sg-demo .sg-demo-left > div::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}
.sg-con-wrap .sg-demo .sg-demo-left > div::-webkit-scrollbar-thumb {
  background-color: #e2e6ea;
  border-radius: 3px;
}
.sg-con-wrap .sg-demo .sg-demo-left > div::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 3px;
}
.sg-con-wrap .sg-demo .sg-demo-left ul {
  margin: 0;
  padding: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li {
  padding: 0;
  font-size: 18px;
  font-family: "Pret R";
  color: #333;
  cursor: pointer;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li.first {
  display: none;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li.sg-list-tit {
  padding: 6px 0;
  font-size: 18px;
  font-family: "Pret B";
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li.sg-list-tit > a {
  position: relative;
  padding: 10px 20px;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li.sg-list-tit > a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  background: url(../images/left_default.png) no-repeat;
  transition: all 0.2s;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li a,
.sg-con-wrap .sg-demo .sg-demo-left ul > li div {
  transition: all 0.2s;
  font-family: "Pret R";
  display: block;
  width: 100%;
  padding: 6px 0;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-left ul > li:hover > div {
  color: #e7772e;
  font-weight: bold;
  transition: all 0.2s;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li:hover > a::before {
  background: url(../images/left_color.png) no-repeat;
  transition: all 0.2s;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li:hover .sg-2depth {
  background: #e3e8ed;
  transition: all 0.2s;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li.left-selected > a {
  color: #e7772e;
  font-weight: bold;
}
.sg-con-wrap .sg-demo .sg-demo-left ul > li.left-selected > a::before {
  background: url(../images/left_minus.png) no-repeat;
  transition: all 0.2s;
}
.sg-con-wrap .sg-demo .sg-demo-left .sg-2depth {
  display: none;
  background: #e3e8ed;
  border-radius: 5px;
  transition: all 0.2s;
}
.sg-con-wrap .sg-demo .sg-demo-left .sg-2depth li {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.sg-con-wrap .sg-demo .sg-demo-left .sg-2depth li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 14px;
  display: block;
  width: 3px;
  height: 3px;
  background: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-left .sg-2depth li a,
.sg-con-wrap .sg-demo .sg-demo-left .sg-2depth li div {
  font-size: 15px;
}
.sg-con-wrap .sg-demo .sg-demo-left .main-modal .sbux-mol-hd {
  background: #e7772e;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-left .main-modal .sbux-mol-hd .sbux-mol-hd-close {
  font-size: 28px;
  margin-top: -14px;
}
.sg-con-wrap .sg-demo .sg-demo-left .main-modal .sbux-mol-bd {
  font-size: 16px;
  padding: 30px 20px;
}
.sg-con-wrap .sg-demo .sg-demo-left .main-modal .sbux-mol-ft {
  display: none;
}
.sg-con-wrap .sg-demo .sg-demo-left.fixed {
  position: fixed;
  top: 80px;
  left: 0;
  height: calc(100% - 80px);
}
.sg-con-wrap .sg-demo .sg-demo-body {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: calc(100% - 280px);
  padding: 60px 250px 150px 100px;
  box-sizing: border-box;
  margin-left: 280px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-txtbox {
  margin-bottom: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-txtbox .sg-tutit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  font-size: 30px;
  color: #333333;
  line-height: 50px;
  margin-bottom: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-txtbox .sg-subtxt {
  font-size: 18px;
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-txtbox .text-split {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-left: 24px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-txtbox .text-split::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  margin: 0 0px;
  background: #cacaca;
  top: 15px;
  position: absolute;
  left: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-txtbox .krds-link-wrap {
  width: 100%;
  text-align: right;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-txtbox .krds-link-wrap .krds-link {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 16px;
  gap: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-txtbox .krds-link-wrap .krds-link > span {
  display: flex ;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 20px;
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap .sg-thumbnail-row {
  display: flex;
  gap: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap .sg-thumbnail-row .thumbnail-box {
  display: flex ;
  flex-direction: column;
  width: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap .sg-thumbnail-row .thumbnail-box .thumbnail-top {
  padding: 10px 20px;
  min-height: 235px;
  border-radius: 25px 25px 0 0;
  background: #ffdcc5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap .sg-thumbnail-row .thumbnail-box .thumbnail-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap .sg-thumbnail-row .thumbnail-box .thumbnail-bottom {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  padding: 16px 30px 20px 30px;
  border-radius: 0 0 25px 25px;
  background: #fff8f3;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap .sg-thumbnail-row .thumbnail-box .thumbnail-bottom .bottom-tit {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap .sg-thumbnail-row .thumbnail-box .thumbnail-bottom .bottom-tit .text-split {
  position: relative;
  padding-left: 12px;
  font-size: 20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap .sg-thumbnail-row .thumbnail-box .thumbnail-bottom .bottom-tit .text-split::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap .sg-thumbnail-row .thumbnail-box .thumbnail-bottom .bottom-sub {
  word-break: keep-all;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap.orange .sg-thumbnail-row .thumbnail-box .thumbnail-top {
  background: #ffdcc5;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap.orange .sg-thumbnail-row .thumbnail-box .thumbnail-bottom {
  background: #fff8f3;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap.green .sg-thumbnail-row .thumbnail-box .thumbnail-top {
  background: #c7e0cd;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap.green .sg-thumbnail-row .thumbnail-box .thumbnail-bottom {
  background: #f7faf7;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap.purple .sg-thumbnail-row .thumbnail-box .thumbnail-top {
  background: #d6c9db;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap.purple .sg-thumbnail-row .thumbnail-box .thumbnail-bottom {
  background: #f8f4fa;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap.blue .sg-thumbnail-row .thumbnail-box .thumbnail-top {
  background: #dae0f9;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-thumbnail-wrap.blue .sg-thumbnail-row .thumbnail-box .thumbnail-bottom {
  background: #f6f8ff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap {
  border: 1px solid #e3e8ed;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .sbux-tabs-item.active .sbux-tabs-tgl {
  border-radius: 15px 15px 0 0;
  background: #3f8bfc !important;
  border: 1px solid #3f8bfc !important;
  color: #ffffff !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .sbux-tabs-item.sbux-sct-first.active .sbux-tabs-tgl {
  border-radius: 15px 15px 0 0;
  background: #e7772e !important;
  border: 1px solid #e7772e !important;
  color: #ffffff !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .sbux-tabs-item.sbux-sct-last.active .sbux-tabs-tgl {
  border-radius: 15px 15px 0 0;
  background: #063a74 !important;
  border: 1px solid #063a74 !important;
  color: #ffffff !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .tab-pane {
  position: relative;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-divgroup {
  max-width: 310px;
  min-height: 48px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-divgroup .sbux-inp-icon {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-divgroup > input:focus + span::before {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-divgroup:hover span::before {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-divgroup:hover input {
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-form-group {
  min-width: 310px;
  max-width: 310px;
  min-height: 48px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-form-group .sbux-inp-icon {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-form-group > input:focus + span::before {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-form-group:hover span::before {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-form-group:hover input {
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-input {
  font-family: "Pret R";
  min-width: 310px;
  max-width: 310px;
  min-height: 48px;
  border-radius: 12px;
  padding: 16px;
  font-size: 14px;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-input:focus,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-input:hover {
  border: 1px solid #e7772e !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-uuid-input_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-chk-wrap input:checked + label .sbux-chk-box {
  background: #e7772e;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-chk-wrap input:checked + label .sbux-chk-box::before {
  top: 1px;
  left: 6px;
  color: #e7772e;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-chk-wrap label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-chk-wrap .sbux-chk-txt {
  font-size: 16px;
  font-weight: 400;
  color: #2d3b48;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-chk-wrap .sbux-chk-box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #9eadba;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tol {
  top: -50px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tol .sbux-tol-inner {
  padding: 8px 20px;
  background-color: #e7772e;
  font-size: 14px;
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tol.sbux-tol-top .sbux-tol-arrow {
  border-color: #e7772e transparent transparent transparent;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pop {
  border: 1px solid #e7772e;
  box-shadow: none;
  width: 100%;
  transform: translateX(-50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pop .sbux-pop-title {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pop .sbux-pop-arrow {
  border-top-color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-btn-group .sbux-inp-fr-span {
  width: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-btn-group .sbux-inp-bk-span {
  width: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-btn-group .sbux-inp-fr-btn {
  border: 1px solid #e7772e;
  height: 48px;
  width: 66px;
  background: #e7772e;
  color: #ffffff;
  font-size: 16px;
  border-radius: 12px 0 0 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-btn-group .sbux-inp-fr-btn span {
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-btn-group .sbux-inp-bk-btn {
  border: 1px solid #e7772e;
  height: 48px;
  width: 66px;
  background: #e7772e;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0 12px 12px 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-btn-group .sbux-inp-bk-btn span {
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-inp-btn-group .sbux-inp-input {
  border: 1px solid #e7772e;
  border-radius: 0 0 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .isContentHtml-text {
  display: flex;
  gap: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .isContentHtml-text .style {
  font-size: 18px;
  font-weight: 700;
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-txa {
  font-family: "Pret M";
  width: 300px;
  height: 200px !important;
  max-height: unset !important;
  border: 1px solid #e7772e;
  border-radius: 12px 12px 0 12px;
  padding: 16px;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-txa > div {
  display: flex ;
  flex-direction: column;
  align-items: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-txa img {
  width: 300px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-txa::placeholder {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sb-textarea.sbux-txa-focus,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-txa.sbux-txa-focus {
  box-shadow: 0px 0px 10px lab(72.46% 32.92 51.82 / 0.6);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-comp-root .sbux-rdo-wrap input:checked + label .glyphicon:after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  background: #e7772e;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-comp-root .sbux-rdo-wrap > label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-comp-root .sbux-rdo-box {
  width: 20px;
  height: 20px;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-comp-root .sbux-rdo-txt {
  font-size: 16px;
  font-weight: 400;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-uuid-btn_edgeStyle {
  background: #e7772e;
  border: 1px solid #e7772e;
  color: #ffffff;
  font-size: 16px;
  min-width: 160px;
  min-height: 48px;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-uuid-btn_edgeStyle > img {
  padding: 0 5px 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-uuid-btn_edgeStyle:hover {
  background: #d5661b;
  border: 1px solid #d5661b;
  box-shadow: 0 0 10px rgba(255, 129, 46, 0.8);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-uuid-btn_edgeStyle.sbux-btn-small {
  min-width: 68px;
  min-height: 28px;
  font-size: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-uuid-btn_edgeStyle.sbux-btn-danger {
  background: #d84f4f;
  border: 1px solid #d84f4f;
  box-shadow: 0 0 10px rgba(255, 81, 46, 0.8);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-swi-bar.sbux-swi-default .sbux-swi-inner .sbux-swi-on {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-swi.sbux-swi-ani .sbux-swi-default.sbux-swi-ani {
  box-shadow: 0 0 10px rgba(255, 129, 46, 0.8);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-swi .sbux-swi-bar .sbux-swi-inner > .sbux-swi-off > span {
  margin-top: -6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-swi .sbux-swi-bar .sbux-swi-inner > .sbux-swi-on > span {
  margin-top: -6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-swi.sbux-swi-vertical .sbux-swi-bar .sbux-swi-inner > .sbux-swi-off > span {
  margin-top: -18px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-swi.sbux-swi-vertical .sbux-swi-bar .sbux-swi-inner > .sbux-swi-on > span {
  margin-top: 6px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-date {
  top: -60px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap {
  background: #ffffff;
  border: 1px solid #e7772e;
  font-size: 14px;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap .sbux-pik-pop-body {
  padding: 0 12px 12px 12px;
  background: #ffffff;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap .sbux-pik-pop-body::after {
  height: 36px;
  background: #e7772e;
  border: 1px solid #e7772e;
  border-radius: 12px 12px 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th strong {
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 24px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button.sbux-btn-secondary.active {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap .sbux-pik-pop-body .sbux-pik-dow {
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar {
  border-top: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar .sbux-pik-btn-today {
  background: #ffffff;
  color: #69b300;
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar .sbux-pik-btn-clear {
  background: #ffffff;
  color: #e7772e;
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar .sbux-pik-btn-close {
  background: #ffffff;
  color: #333333;
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th button {
  height: 36px;
  font-size: 14px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th small {
  font-size: 14px;
  font-weight: 400;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th i:before {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button.sbux-pik-now.active {
  background: #69b300;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button:hover {
  background: #e7772e60;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button.sbux-btn.sbux-btn-secondary:hover {
  background: #e7772e !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-input {
  height: 56px;
  font-size: 14px;
  border-radius: 12px 0 0 12px;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-input.sbux-dirty {
  background: #e7772e;
  border-color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-input.sbux-dirty + .sbux-pik-icon-span .sbux-pik-icon-btn {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-icon-span {
  width: 48px;
  height: 48px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-icon-span button {
  width: 100%;
  height: 100%;
  border-radius: 0 12px 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7772e;
  border: 1px solid #e7772e;
  border-left: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-icon-span button.sbux-pik-icon-btn i.sbux-pik-icon.glyphicon-calendar:before {
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode input.sbux-pik-input.sbux-dirty + ul.sbux-ddl-menu + .sbux-pik-icon-span .sbux-pik-icon-btn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode input.sbux-pik-input.sbux-dirty + .sbux-pik-icon-span .sbux-pik-icon-btn {
  background: #e7772e;
  border-color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-pik-popwrap .sbux-pik-pop-body .sbux-pik-cw {
  color: #e7772e;
  font-size: 13px;
  font-weight: 700;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel {
  min-width: 240px;
  min-height: 48px;
  border: 1px solid #e7772e;
  font-size: 16px;
  padding: 12px;
  border-radius: 12px;
  line-height: normal;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel option:checked,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel option:active {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl label,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl label,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl label,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl label {
  padding: 8px 0px 8px 0px;
  font-size: 13px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl:hover {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item.active a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all.active a {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg {
  background: #e7772e;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item.active label span:before,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all.active label span:before {
  top: 0px;
  left: 5px;
  width: 3px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-menu > li.active > a:hover {
  background: #e7772e !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-lis {
  width: 250px;
  border: 1px solid #e7772e;
  border-radius: 12px 0 0 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-lis .sbux-lis-option {
  font-size: 16px;
  padding: 6px 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-lis .sbux-lis-option:hover {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode *::-webkit-scrollbar-track {
  background: #fff1e3;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode *::-webkit-scrollbar-thumb {
  background: #e7772e;
  border-radius: 8px;
  border: 2px solid #fff1e3;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode *::-webkit-scrollbar-thumb:hover {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor {
  display: flex;
  height: 50px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap {
  border: 1px solid #e7772e;
  border-radius: 12px 0 0 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap .sbux-spi-inp {
  min-height: 48px;
  border-radius: 12px 0 0 12px;
  font-size: 16px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap {
  min-height: 50px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap > button {
  background: #e7772e;
  color: #ffffff;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap > button:first-child {
  border-radius: 0 12px 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap > button:last-child {
  border-radius: 0 0 12px 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap.sbux-spi-btn-horizon {
  width: 60px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap.sbux-spi-btn-horizon > button {
  min-width: 25px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap.sbux-spi-btn-horizon > button:first-child {
  border-radius: 0 0 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap.sbux-spi-btn-horizon > button:last-child {
  border-radius: 0 12px 12px 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap .sbux-spi-inp:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap .sbux-spi-inp:focus {
  outline: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-spbtn.sbux-spi-vertical > button {
  height: 25px;
  background: #e7772e;
  color: #ffffff;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-spbtn.sbux-spi-vertical > button:first-child {
  border-radius: 12px 12px 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-spbtn.sbux-spi-vertical > button:nth-of-type(2) {
  border-radius: 0 0 12px 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap {
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap .sbux-spi-inp {
  height: 48px;
  font-size: 16px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap .sbux-spi-inp:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap .sbux-spi-inp:focus {
  outline: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-uuid-slider_edgeStyle {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sli-body {
  width: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sli-body .sbux-sli-wrap {
  background: #ffdec8;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sli-body .sbux-sli-wrap .sbux-sli-bar {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sli-body .sbux-sli-wrap .sbux-sli-handle {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sli-body .sbux-sli-wrap .sbux-sli-handle .sbux-sli-value {
  font-size: 14px;
  top: 4px;
  text-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sli-vertical-body {
  background: #ffdec8;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sli-vertical-body .sbux-sli-vertical-wrap .sbux-sli-handle {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sli-vertical-body .sbux-sli-vertical-wrap .sbux-sli-handle .sbux-sli-value {
  font-size: 14px;
  top: 4px;
  text-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sli-vertical-body .sbux-sli-vertical-wrap .sbux-sli-vertical-bar {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-single-wrap > div.sbux-upl-input {
  min-width: 250px;
  min-height: 48px;
  border: 1px solid #e7772e;
  border-radius: 12px 0 0 12px;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-single-wrap > div.sbux-upl-input > div {
  height: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-single-wrap > div.sbux-upl-input > div > p {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-single-wrap > button.sbux-upl-txt {
  min-width: 60px;
  min-height: 48px;
  background: #e7772e;
  border: 1px solid #e7772e;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-main {
  border: 1px solid #e7772e;
  border-top: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"] + label {
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap .sbux-upl-tit h3 {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap ul.sbux-upl-topmenu li > span {
  background: #e7772e;
  color: #ffffff;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap ul.sbux-upl-topmenu li i {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap ul.sbux-upl-topmenu li button {
  background: #e7772e;
  color: #ffffff;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap .sbux-upl-tit ul {
  display: flex;
  align-items: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header div.sbux-upl-txt {
  padding: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header div.sbux-upl-chk-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"]:checked + label {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"] + label {
  width: 16px;
  height: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"]:checked + label:after {
  top: 2px;
  left: 5px;
  display: block;
  width: 4px;
  height: 7px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-main li div.sbux-upl-file-wrap a.sbux-upl-filename {
  font-weight: 400;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-uuid-ext-tab_norm_edgeStyle {
  display: none !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap ul.sbux-tabs-nor-bd.sbux-tabs-left li.sbux-tabs-item.active > a span.sbux-tabs-text {
  color: #ffffff !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap > ul.sbux-tabs-nor-bd li.sbux-tabs-item > a .sbux-tabs-close-btn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap ul.sbux-tabs-inbox-bd li.sbux-tabs-item > a .sbux-tabs-close-btn {
  position: absolute;
  top: 9px;
  right: 6px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/SBUxNew/images/icon-close.png) 0px 0px no-repeat;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap {
  padding: 20px 20px 0 20px;
  background: #f5f7fa;
  border-bottom: 1px solid #e3e8ed;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap .sbux-tabs-top {
  height: 40px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap .sbux-tabs-top .sbux-sct-inner {
  height: 40px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap .sbux-tabs-menu i {
  color: #e7772e;
  margin-bottom: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li {
  width: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li.current a {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li.current::before {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li:hover a {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul {
  display: flex ;
  flex-direction: column;
  align-items: flex-start;
  height: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap .sbux-tabs-item {
  margin-right: 6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap .sbux-tabs-item .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 15px 15px 0 0;
  background: #e3e8ed;
  border: 1px solid #e3e8ed;
  color: #2d3b48;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap {
  padding: 20px 0 20px 40px !important;
  border-bottom: none !important;
  border-right: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap .sbux-tabs-item {
  margin-right: 0 !important;
  margin-bottom: 6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap .sbux-tabs-item .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 15px 0 0 15px !important;
  background: #e3e8ed;
  border: 1px solid #e3e8ed;
  border-bottom: 1px solid #e7772e !important;
  color: #2d3b48;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_edgeStyle {
  display: flex ;
  justify-content: right;
  align-items: flex-end;
  min-width: 500px;
  padding: 20px 40px 0 40px;
  background: #fff6f0;
  border-bottom: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_edgeStyle .sbux-tabs-item {
  margin-right: 6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_edgeStyle .sbux-tabs-item .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 15px 15px 0 0;
  background: #ffffff !important;
  border: 1px solid #e7772e;
  border-bottom: 1px solid #ffffff;
  color: #2d3b48;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_edgeStyle .sbux-tabs-item.active .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 15px 15px 0 0;
  background: #e7772e !important;
  border: 1px solid #e7772e !important;
  color: #ffffff;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sidemeu {
  background: #e7772e;
  border-radius: 10px;
  border-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sidemeu > ul > li {
  border-bottom: 1px solid #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sidemeu > ul > li.active {
  background: #f28640;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sidemeu.sbux-sidemeu-split ul li div a {
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sidemeu.sbux-sidemeu-split ul li div i {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sidemeu > ul .sbux-sidemeu-sub li {
  background: #dd722c;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sidemeu-slide-btn {
  background: #3f51b5;
  right: -30px;
  width: 30px;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sidemeu-filter-wrap div.sbux-sidemeu-input-wrap input {
  height: 36px;
  border-radius: 8px 0 0 8px;
  background: #ffffff;
  padding-left: 10px;
  color: #333333;
  outline: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sidemeu-filter-wrap div.sbux-sidemeu-input-wrap button {
  height: 36px;
  background: #ffffff;
  border-radius: 0 8px 8px 0;
  color: #f28640;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd {
  overflow: visible;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd .sbux-tre-item-txt {
  color: #333333;
  font-size: 15px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-li-selected {
  background-color: #ffffff;
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-li-selected .sbux-tre-wrap-selected {
  background-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd:hover {
  background-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap:hover {
  background-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-minus:first-child {
  width: 14px;
  height: 14px;
  background: #e7772e;
  border: 1px solid #e7772e;
  border-radius: 25px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-plus:first-child {
  width: 14px;
  height: 14px;
  background: #e7772e;
  border: 1px solid #e7772e;
  border-radius: 25px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-minus:first-child:before {
  top: 6px;
  left: 2px;
  width: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-plus:first-child:after {
  top: 2px;
  left: 7px;
  display: block;
  width: 0;
  height: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-plus:first-child:before {
  top: 6px;
  left: 2px;
  display: block;
  width: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap span.sbux-tre-item-nm {
  display: flex ;
  align-items: center;
  justify-content: flex-start;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap span.sbux-tre-item-nm .sbux-tre-no-branch-icon img {
  width: 20px;
  height: 20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap span.sbux-tre-item-nm > img {
  padding-left: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap i.sbux-tre-item-chk-icon {
  width: 14px !important;
  height: 14px !important;
  background-color: #ffffff;
  border: 1px solid #dd722c;
  border-radius: 2px;
  color: #dd722c;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu {
  max-width: 310px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu .sbux-acc-submeu {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 18px;
  background: #ffa64217;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link {
  min-width: 310px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link i.sbux-acc-holder:before {
  top: 50%;
  transform: translateY(-50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link span.sbux-acc-top-txt {
  font-size: 16px;
  padding-left: 24px;
  padding-right: 8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up {
  min-width: 310px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn {
  border-radius: 12px;
  min-height: 48px;
  background: #e7772e;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span {
  color: #ffffff;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up a.sbux-ddl-btn-tgl button span.sbux-caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk span.sbux-caret {
  right: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk.open .sbux-sel-chk-wrap {
  margin-top: 4px;
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu {
  margin-top: 4px;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > a {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a {
  padding: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a {
  padding: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a::after {
  top: 20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a:hover {
  background: #e7772e;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a > span {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-down ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-nor-up ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-down ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-btn-up ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-down ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-spbtn-up ul.sbux-ddl-menu {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-menu > li.active > a {
  background: #e7772e;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-ddl-menu > li.active > a label > span.sbux-sel-chk-bgimg {
  background: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap {
  display: flex;
  gap: 12px;
  background: #e7772e;
  padding: 4px 24px;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item > a.sbux-bre-link span.sbux-bre-item-txt {
  font-size: 14px;
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item > a.sbux-bre-link span.sbux-bre-item-txt:hover {
  color: #ffffff;
  font-weight: 600;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item:before {
  top: 10px;
  left: -8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl a.sbux-bre-ddl-nor-tgl {
  background: #e7772e;
  border-radius: 12px;
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl a.sbux-bre-ddl-nor-tgl span.sbux-bre-ddl-nor-txt {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl.open a.sbux-bre-ddl-nor-tgl .sbux-bre-ddl-nor-txt {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl.open a.sbux-bre-ddl-nor-tgl .sbux-caret {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl a.sbux-bre-ddl-nor-tgl span.sbux-caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl.open > .sbux-bre-ddl-menu {
  margin-top: 8px;
  width: 200px;
  left: -20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item:before {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl ul.sbux-bre-ddl-menu li a.sbux-bre-link {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl ul.sbux-bre-ddl-menu li:hover > a {
  background-color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-btn.sbux-btn-primary {
  background: #e7772e;
  border: 1px solid #e7772e;
  color: #ffffff;
  font-size: 16px;
  min-width: 160px;
  min-height: 48px;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-btn.sbux-btn-primary:hover {
  background: #e7772e !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-mol-wrap .sbux-mol-cont .sbux-mol-bd {
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-mol-wrap .sbux-mol-cont .sbux-mol-ft {
  margin-top: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-mol-wrap.sbux-in .sbux-mol-lg-dlg .sbux-mol-cont .sbux-mol-bd {
  min-height: 240px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode #modalBody {
  margin: 10px 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode #modalBody input {
  max-width: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-mol-wrap .sbux-mol-dlg {
  display: block;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont {
  border: 1px solid #e7772e;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-hd {
  background: #e7772e;
  border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
  -moz-border-radius: 0;
  border: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-hd .sbux-mol-hd-close {
  margin-top: -15px;
  font-size: 30px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-bd .sbux-form-group {
  min-width: unset !important;
  max-width: unset !important;
  width: 100% !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-bd .sbux-form-group .sbux-inp-input {
  min-width: unset !important;
  padding: 8px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-btn {
  padding: 8px 20px;
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-prg {
  min-width: 360px;
  min-height: 36px;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-prg .sbux-prg-bar {
  background-color: #e7772e !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 34px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-prg .sbux-prg-bar > span {
  display: flex;
  height: 100%;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-gal-wrap {
  max-width: 890px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-gal-wrap ul {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-gal-wrap ul li {
  border: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-gal-wrap ul li a {
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-gal-wrap ul li a img {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .fa-chevron-left:before {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .fa-chevron-right:before {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .content-box > .tab-content {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border: 1px solid #e3e8ed;
  border-left: none;
  border-top: none;
  padding: 40px 20px !important;
  box-sizing: border-box;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .content-box .tab-content-right-wrap {
  width: 300px;
  padding: 20px;
  background: #f5f7fa;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .content-box .tab-content-right-wrap > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap {
  position: relative;
  top: -90px;
  background: #fff1e3;
  width: 700px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-brand-txt {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-top-item-tgl {
  background: #e7772e;
  border: 1px solid #e7772e;
  border-color: #e7772e #e7772e #fff1e3 #e7772e;
  border-radius: 12px 12px 0 0 ;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-top-item-txt {
  color: #ffffff;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li {
  background: #e7772e;
  border-bottom: 1px solid #fff1e3;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-tgl {
  font-size: 14px;
  color: #ffffff;
  border-radius: 12px 12px 0 0 ;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-tgl:hover {
  background: #d5661b;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-chl-tgl {
  font-size: 14px;
  color: #ffffff;
  border-radius: 12px 12px 0 0 ;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-chl-tgl:hover {
  background: #d5661b;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li:hover {
  background: #d5661b;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer {
  padding: 16px 12px;
  border: 2px solid #e7772e;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap > a {
  color: #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap > a .sbux-meu-all-top-item-txt {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap > a .sbux-meu-all-top-item-txt-wrap {
  color: #e7772e;
  border-bottom: 1px solid #e7772e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap .sbux-meu-all-sub-wrap .sbux-meu-all-sub-item-wrap .sbux-meu-all-sub-item-tgl .sbux-meu-all-sub-item-txt {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-viewer-transition {
  z-index: 9999 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-viewer-pictures > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .tab-pane {
  position: relative;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .tab-pane > #PSBUx_IDE0,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .tab-pane > #PSBUx_IDE1,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .tab-pane > #PSBUx_IDE2 {
  display: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-divgroup {
  max-width: 310px;
  min-height: 48px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-divgroup .sbux-inp-icon {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-divgroup > input:focus + span::before {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-divgroup:hover span::before {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-divgroup:hover input {
  border: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-form-group {
  max-width: 310px;
  min-height: 48px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-form-group .sbux-inp-icon {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-form-group > input:focus + span::before {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-form-group:hover span::before {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-form-group:hover input {
  border: 1px solid #3f8bfc;
  border-top: none;
  border-left: none;
  border-right: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-input {
  font-family: "Pret R";
  background: #f6f6f6;
  border: 1px solid #3f8bfc;
  border-top: none;
  border-left: none;
  border-right: none;
  min-width: 310px;
  max-width: 310px;
  min-height: 48px;
  border-radius: 0;
  padding: 16px;
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-input:focus,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-input:hover {
  border-bottom: 1px solid #3f8bfc !important;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-uuid-input_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-chk-wrap input:checked + label .sbux-chk-box {
  background: #3f8bfc;
  border: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-chk-wrap input:checked + label .sbux-chk-box::before {
  top: 1px;
  left: 6px;
  color: #3f8bfc;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-chk-wrap label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-chk-wrap .sbux-chk-txt {
  font-size: 16px;
  font-weight: 400;
  color: #2d3b48;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-chk-wrap .sbux-chk-box {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #d3d3d3;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tol {
  top: -50px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tol .sbux-tol-inner {
  padding: 8px 20px;
  background-color: #3f8bfc;
  font-size: 14px;
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tol.sbux-tol-top .sbux-tol-arrow {
  border-color: #3f8bfc transparent transparent transparent;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pop {
  border: 1px solid #3f8bfc;
  box-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pop .sbux-pop-title {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pop .sbux-pop-arrow {
  border-top-color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-btn-group .sbux-inp-fr-span {
  width: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-btn-group .sbux-inp-bk-span {
  width: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-btn-group .sbux-inp-fr-btn {
  position: relative;
  background: #f6f6f6;
  border: 1px solid #3f8bfc;
  border-left: none;
  border-top: none;
  border-right: none;
  height: 48px;
  width: 66px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0 0 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-btn-group .sbux-inp-fr-btn span {
  font-size: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-btn-group .sbux-inp-fr-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 24px;
  height: 24px;
  background: url(/SBUxNew/images/icon-demo-search.png) no-repeat;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-btn-group .sbux-inp-bk-btn {
  position: relative;
  background: #f6f6f6;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border: 1px solid #3f8bfc;
  height: 48px;
  width: 66px;
  color: #ffffff;
  font-size: 0;
  border-radius: 0 0 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-btn-group .sbux-inp-bk-btn span {
  font-size: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-btn-group .sbux-inp-bk-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 24px;
  height: 24px;
  background: url(/SBUxNew/images/icon-demo-search.png) no-repeat;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-inp-btn-group .sbux-inp-input {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border: 1px solid #3f8bfc;
  border-radius: 0 0 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .isContentHtml-text {
  display: flex;
  gap: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .isContentHtml-text .style {
  font-size: 18px;
  font-weight: 700;
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-txa {
  font-family: "Pret M";
  width: 300px;
  height: 200px !important;
  max-height: unset !important;
  border-bottom: 1px solid #3f8bfc;
  border-top: none;
  border-right: none;
  border-left: none;
  background: #f6f6f6;
  padding: 16px;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-txa > div {
  display: flex ;
  flex-direction: column;
  align-items: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-txa img {
  width: 300px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-txa::placeholder {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-comp-root .sbux-rdo-wrap input:checked + label .glyphicon:after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  background: #3f8bfc;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-comp-root .sbux-rdo-wrap > label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-comp-root .sbux-rdo-box {
  width: 20px;
  height: 20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-comp-root .sbux-rdo-txt {
  font-size: 16px;
  font-weight: 400;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-uuid-btn_grayveilStyle {
  background: #f6f6f6;
  border: 1px solid #3f8bfc;
  color: #3f8bfc;
  font-size: 16px;
  min-width: 160px;
  min-height: 48px;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-uuid-btn_grayveilStyle > img {
  padding: 0 5px 0 0;
  filter: brightness(0.5);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-uuid-btn_grayveilStyle:hover {
  border-bottom: 1px solid #3f8bfc;
  border-top: 1px solid #3f8bfc;
  border-right: 1px solid #3f8bfc;
  border-left: 1px solid #3f8bfc;
  background: #ffffff;
  box-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-uuid-btn_grayveilStyle.sbux-btn-small {
  min-width: 68px;
  min-height: 28px;
  font-size: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-uuid-btn_grayveilStyle.sbux-btn-danger {
  color: #ffffff;
  background: #d84f4f;
  border: 1px solid #d84f4f;
  box-shadow: 0 0 10px rgba(255, 81, 46, 0.8);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi .sbux-swi-box .sbux-swi-bar {
  height: 8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi.sbux-swi-vertical.sbux-swi-xlarge .sbux-swi-default.sbux-swi-bar,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi.sbux-swi-vertical.sbux-swi-xlarge .sbux-swi-line.sbux-swi-bar,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi.sbux-swi-vertical.sbux-swi-xlarge .sbux-swi-square.sbux-swi-bar {
  width: 8px;
  height: 60px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi-bar.sbux-swi-default .sbux-swi-handle {
  top: -6px;
  border: 1px solid #dddddd;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi.sbux-swi-vertical .sbux-swi-bar.sbux-swi-default .sbux-swi-handle {
  left: -7px;
  top: 34px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi.sbux-swi-vertical .sbux-swi-bar.sbux-swi-default .sbux-swi-handle.sbux-swi-active {
  left: 16px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi-bar.sbux-swi-default .sbux-swi-inner .sbux-swi-on {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi.sbux-swi-ani .sbux-swi-default.sbux-swi-ani {
  box-shadow: 0 0 10px rgba(98, 156, 255, 0.8);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi .sbux-swi-bar .sbux-swi-inner > .sbux-swi-off > span {
  margin-top: -6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi .sbux-swi-bar .sbux-swi-inner > .sbux-swi-on > span {
  margin-top: -6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi.sbux-swi-vertical .sbux-swi-bar .sbux-swi-inner > .sbux-swi-off > span {
  margin-top: -18px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-swi.sbux-swi-vertical .sbux-swi-bar .sbux-swi-inner > .sbux-swi-on > span {
  margin-top: 6px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap {
  background: #f6f6f6;
  font-size: 13px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap .sbux-pik-pop-body {
  background: #f6f6f6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap .sbux-pik-pop-body::after {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th strong {
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button {
  font-size: 13px;
  padding: 4px 8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button.sbux-btn-secondary.active {
  background: #3f8bfc;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar {
  border-top: 1px solid #dddddd;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar .sbux-pik-btn-today {
  background: #69b300;
  color: #ffffff;
  font-size: 13px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar .sbux-pik-btn-clear {
  background: #3f8bfc;
  color: #ffffff;
  font-size: 13px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar .sbux-pik-btn-close {
  background: #333333;
  color: #ffffff;
  font-size: 13px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th small {
  font-size: 14px;
  font-weight: 400;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button.sbux-pik-now.active {
  background: #69b300;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button:hover {
  background: #3f8bfc60;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button.sbux-btn.sbux-btn-secondary:hover {
  background: #3f8bfc !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th small {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-input.sbux-dirty {
  height: 48px;
  background: #f6f6f6;
  border-color: #3f8bfc;
  border-radius: 0 0 0 0;
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-icon-span {
  width: 48px;
  height: 48px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-icon-span button {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-icon-span button > i::before {
  font-size: 16px;
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-date {
  top: -60px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode input.sbux-pik-input.sbux-dirty + ul.sbux-ddl-menu + .sbux-pik-icon-span .sbux-pik-icon-btn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode input.sbux-pik-input.sbux-dirty + .sbux-pik-icon-span .sbux-pik-icon-btn {
  background: #f6f6f6;
  border-color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-input {
  font-size: 13px;
  background: #f6f6f6;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #3f8bfc;
  min-height: 48px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-pik-popwrap .sbux-pik-pop-body .sbux-pik-cw {
  color: #3fb6ff;
  font-size: 13px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel {
  background: url(/SBUxNew/api/sbux/assets/css/default/images/sbicons-selectbox.png) no-repeat 95% 50% #f6f6f6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  min-width: 240px;
  border-bottom: 1px solid #3f8bfc;
  font-size: 16px;
  padding: 12px;
  min-height: 48px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel.sbux-sel-chk-btn {
  background: #f6f6f6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk span.sbux-caret {
  right: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk.open .sbux-sel-chk-wrap {
  margin-top: 4px;
  border: 1px solid #3f8bfc;
  box-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk.open .sbux-sel-chk-wrap > li > a > label {
  font-size: 16px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel option:checked,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel option:active {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl label,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl label,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl label,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl label {
  padding: 8px 0px 8px 0px;
  font-size: 13px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl:hover {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item.active a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all.active a {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item.active a label .sbux-sel-chk-bgimg {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg {
  background: #3f8bfc;
  border: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item.active label span:before,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all.active label span:before {
  top: 0px;
  left: 5px;
  width: 3px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-menu > li.active > a:hover {
  background: #3f8bfc !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-lis {
  width: 250px;
  background: #f6f6f6;
  border-bottom: 1px solid #3f8bfc;
  border-top: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-lis .sbux-lis-option {
  font-size: 16px;
  padding: 6px 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-lis .sbux-lis-option:hover {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode *::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode *::-webkit-scrollbar-thumb {
  background: #3f8bfc;
  border-radius: 8px;
  border: 2px solid #f6f6f6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode *::-webkit-scrollbar-thumb:hover {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor {
  display: flex;
  height: 50px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap {
  border: 1px solid #3f8bfc;
  border-top: none;
  border-left: none;
  border-right: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap .sbux-spi-inp {
  border-radius: 0;
  background: #f6f6f6;
  min-height: 48px;
  font-size: 16px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap {
  min-height: 50px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap > button {
  background: #3f8bfc;
  color: #ffffff;
  border: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap > button:first-child {
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap > button:last-child {
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap.sbux-spi-btn-horizon {
  width: 60px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap.sbux-spi-btn-horizon > button {
  min-width: 25px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap .sbux-spi-inp:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap .sbux-spi-inp:focus {
  outline: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-spbtn.sbux-spi-vertical > button {
  border-radius: 0;
  height: 25px;
  background: #3f8bfc;
  color: #ffffff;
  border: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap {
  border: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap .sbux-spi-inp {
  background: #f6f6f6;
  height: 48px;
  font-size: 16px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap .sbux-spi-inp:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap .sbux-spi-inp:focus {
  outline: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-uuid-slider_grayveilStyle {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sli-body {
  width: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sli-body .sbux-sli-wrap {
  background: #b2d1ff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sli-body .sbux-sli-wrap .sbux-sli-bar {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sli-body .sbux-sli-wrap .sbux-sli-handle {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sli-body .sbux-sli-wrap .sbux-sli-handle .sbux-sli-value {
  font-size: 14px;
  top: 4px;
  text-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sli-vertical-body {
  background: #b2d1ff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sli-vertical-body .sbux-sli-vertical-wrap .sbux-sli-handle {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sli-vertical-body .sbux-sli-vertical-wrap .sbux-sli-handle .sbux-sli-value {
  font-size: 14px;
  top: 4px;
  text-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sli-vertical-body .sbux-sli-vertical-wrap .sbux-sli-vertical-bar {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-single-wrap > div.sbux-upl-input {
  background: #f6f6f6;
  min-width: 250px;
  min-height: 48px;
  border: 1px solid #3f8bfc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-single-wrap > div.sbux-upl-input > div {
  height: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-single-wrap > div.sbux-upl-input > div > p {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-single-wrap > button.sbux-upl-txt {
  min-width: 60px;
  min-height: 48px;
  background: #3f8bfc;
  border: 1px solid #3f8bfc;
  border-radius: 0 0 0 0;
  color: #ffffff;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #3f8bfc;
  background: #f6f6f6;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-main {
  background: #f6f6f6;
  border: 1px solid #3f8bfc;
  border-top: none;
  border-left: none;
  border-right: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"] + label {
  border: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap .sbux-upl-tit h3 {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap ul.sbux-upl-topmenu li > span {
  background: #3f8bfc;
  color: #ffffff;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap ul.sbux-upl-topmenu li i {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap ul.sbux-upl-topmenu li button {
  background: #3f8bfc;
  color: #ffffff;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap .sbux-upl-tit ul {
  display: flex;
  align-items: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header div.sbux-upl-txt {
  padding: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header div.sbux-upl-chk-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"]:checked + label {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"] + label {
  width: 16px;
  height: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"]:checked + label:after {
  top: 2px;
  left: 5px;
  display: block;
  width: 4px;
  height: 7px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-main li div.sbux-upl-file-wrap a.sbux-upl-filename {
  font-weight: 400;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-uuid-ext-tab_norm_grayveilStyle {
  display: none !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap ul.sbux-tabs-nor-bd.sbux-tabs-left li.sbux-tabs-item.active > a span.sbux-tabs-text {
  color: #ffffff !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap > ul.sbux-tabs-nor-bd li.sbux-tabs-item > a .sbux-tabs-close-btn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap ul.sbux-tabs-inbox-bd li.sbux-tabs-item > a .sbux-tabs-close-btn {
  position: absolute;
  top: 9px;
  right: 6px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/SBUxNew/images/icon-close.png) 0px 0px no-repeat;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap {
  padding: 20px 20px 0 20px;
  background: #f5f7fa;
  border-bottom: 1px solid #e3e8ed;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap .sbux-tabs-top {
  height: 40px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap .sbux-tabs-top .sbux-sct-inner {
  height: 40px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap .sbux-tabs-menu i {
  color: #3f8bfc;
  margin-bottom: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li {
  width: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li.current a {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li.current::before {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li:hover a {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul {
  display: flex ;
  flex-direction: column;
  align-items: flex-start;
  height: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap .sbux-tabs-item {
  margin-right: 6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap .sbux-tabs-item .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 15px 15px 0 0;
  background: #e3e8ed;
  border: 1px solid #e3e8ed;
  color: #2d3b48;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap {
  padding: 20px 0 20px 40px !important;
  border-bottom: none !important;
  border-right: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap .sbux-tabs-item {
  margin-right: 0 !important;
  margin-bottom: 6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap .sbux-tabs-item .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 15px 0 0 15px !important;
  background: #e3e8ed;
  border: 1px solid #e3e8ed;
  border-right: 1px solid #3f8bfc !important;
  color: #2d3b48;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_grayveilStyle {
  display: flex ;
  justify-content: right;
  align-items: flex-end;
  min-width: 500px;
  padding: 20px 40px 0 40px;
  background: #f5f7fa;
  border-bottom: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_grayveilStyle .sbux-tabs-item {
  margin-right: 6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_grayveilStyle .sbux-tabs-item .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 0;
  background: #ffffff !important;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #2d3b48;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_grayveilStyle .sbux-tabs-item.active .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 0;
  background: #3f8bfc !important;
  border: 1px solid #3f8bfc !important;
  color: #ffffff;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sidemeu {
  background: #f6f6f6;
  border-radius: 0;
  border-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sidemeu > ul > li {
  border-bottom: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sidemeu > ul > li.active {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sidemeu.sbux-sidemeu-split ul li div a {
  padding: 16px;
  color: #333333;
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sidemeu-li.active.sbux-sidemeu-selected > div > a.sbux-sidemeu-link > span {
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sidemeu.sbux-sidemeu-split ul li div i {
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sidemeu > ul .sbux-sidemeu-sub li {
  background: #e6e6e6;
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sidemeu-slide-btn {
  background: #3f8bfc;
  right: -30px;
  width: 30px;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sidemeu-filter-wrap div.sbux-sidemeu-input-wrap input {
  border: 1px solid #3f8bfc;
  height: 36px;
  border-radius: 0;
  background: #ffffff;
  padding-left: 10px;
  outline: none;
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-sidemeu-filter-wrap div.sbux-sidemeu-input-wrap button {
  border: 1px solid #3f8bfc;
  border-left: none;
  height: 36px;
  background: #ffffff;
  border-radius: 0;
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd {
  overflow: visible;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd .sbux-tre-item-txt {
  color: #333333;
  font-size: 15px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-li-selected {
  background-color: #ffffff;
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-li-selected .sbux-tre-wrap-selected {
  background-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd:hover {
  background-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap:hover {
  background-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-minus:first-child {
  width: 12px;
  height: 12px;
  background: #3f8bfc;
  border: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-plus:first-child {
  width: 12px;
  height: 12px;
  background: #3f8bfc;
  border: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-minus:first-child:before {
  top: 5px;
  left: 2px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-plus:first-child:after {
  top: 1px;
  left: 6px;
  display: block;
  width: 0;
  height: 9px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-plus:first-child:before {
  top: 5px;
  left: 2px;
  display: block;
  width: 9px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap span.sbux-tre-item-nm {
  display: flex ;
  align-items: center;
  justify-content: flex-start;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap span.sbux-tre-item-nm .sbux-tre-no-branch-icon img {
  width: 20px;
  height: 20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap span.sbux-tre-item-nm > img {
  padding-left: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap i.sbux-tre-item-chk-icon {
  background-color: #ffffff;
  border-radius: 2px;
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu {
  max-width: 310px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu .sbux-acc-submeu {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 18px;
  background: #e6e6e6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link {
  min-width: 310px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link i.sbux-acc-holder:before {
  top: 50%;
  transform: translateY(-50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link span.sbux-acc-top-txt {
  font-size: 16px;
  padding-left: 24px;
  padding-right: 8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up {
  min-width: 310px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn {
  border-radius: 0;
  min-height: 48px;
  background: #f6f6f6;
  border-bottom: 1px solid #3f8bfc;
  border-top: none;
  border-left: none;
  border-right: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span {
  color: #333333;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up a.sbux-ddl-btn-tgl button span.sbux-caret {
  border-top-color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > a {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a {
  padding: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a {
  background: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a {
  padding: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a::after {
  top: 20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a:hover {
  background: #3f8bfc;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a > span {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-down ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-nor-up ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-down ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-btn-up ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-down ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-spbtn-up ul.sbux-ddl-menu {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-ddl-menu > li.active > a {
  background: #3f8bfc;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap {
  display: flex;
  gap: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item > a.sbux-bre-link span.sbux-bre-item-txt {
  font-size: 14px;
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item > a.sbux-bre-link span.sbux-bre-item-txt:hover {
  color: #333333;
  font-weight: 600;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item:before {
  top: 10px;
  left: -20px;
  color: #333333 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl a.sbux-bre-ddl-nor-tgl {
  min-width: 200px;
  background: #efefef;
  border-radius: 0;
  font-size: 14px;
  border-bottom: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl a.sbux-bre-ddl-nor-tgl span.sbux-bre-ddl-nor-txt {
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl.open a.sbux-bre-ddl-nor-tgl .sbux-bre-ddl-nor-txt {
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl.open a.sbux-bre-ddl-nor-tgl .sbux-bre-ddl-nor-txt {
  color: #333333 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl.open a.sbux-bre-ddl-nor-tgl .sbux-caret {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl a.sbux-bre-ddl-nor-tgl span.sbux-caret {
  border-top-color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl.open > .sbux-bre-ddl-menu {
  margin-top: 8px;
  width: 200px;
  left: 0px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item:before {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl ul.sbux-bre-ddl-menu li a.sbux-bre-link {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl ul.sbux-bre-ddl-menu li:hover > a {
  background-color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item > a.sbux-bre-link {
  padding: 7px 24px !important;
  background: #3f8bfc;
  border-radius: 15px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-btn.sbux-btn-primary {
  background: #f6f6f6;
  border: 1px solid #3f8bfc;
  color: #3f8bfc;
  font-size: 16px;
  min-width: 160px;
  min-height: 48px;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-btn.sbux-btn-primary:hover {
  background: #ffffff !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-btn.sbux-btn-primary:hover {
  background: #3f8bfc !important;
  color: #ffffff !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-mol-wrap .sbux-mol-cont .sbux-mol-bd {
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-mol-wrap .sbux-mol-cont .sbux-mol-ft {
  margin-top: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-mol-wrap.sbux-in .sbux-mol-lg-dlg .sbux-mol-cont .sbux-mol-bd {
  min-height: 240px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode #modalBody {
  margin: 10px 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode #modalBody input {
  max-width: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-mol-wrap .sbux-mol-dlg {
  display: block;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont {
  border: 1px solid #3f8bfc;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-hd {
  background: #3f8bfc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-hd .sbux-mol-hd-close {
  margin-top: -15px;
  font-size: 30px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-bd .sbux-form-group {
  min-width: unset !important;
  max-width: unset !important;
  width: 100% !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-bd .sbux-form-group .sbux-inp-input {
  min-width: unset !important;
  padding: 8px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-btn {
  padding: 8px 20px;
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-prg {
  min-width: 360px;
  min-height: 36px;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-prg .sbux-prg-bar {
  background-color: #3f8bfc !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 34px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-prg .sbux-prg-bar > span {
  display: flex;
  height: 100%;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-gal-wrap {
  max-width: 890px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-gal-wrap ul {
  display: flex;
  gap: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-gal-wrap ul li {
  height: 150px;
  border: 1px solid #333333;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-gal-wrap ul li a img {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .fa-chevron-left:before {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .fa-chevron-right:before {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode #sbux-gal-boxTitle {
  width: 100% !important;
  font-size: 16px;
  font-weight: 400;
  padding-top: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .content-box > .tab-content {
  display: flex !important ;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border: 1px solid #e3e8ed;
  border-left: none;
  border-top: none;
  padding: 40px 20px !important;
  box-sizing: border-box;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .content-box .tab-content-right-wrap {
  width: 300px;
  padding: 20px;
  background: #f5f7fa;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .content-box .tab-content-right-wrap > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap {
  position: relative;
  top: -90px;
  background: #f6f6f6;
  width: 700px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-brand-txt {
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-top-item-tgl {
  background: #3f8bfc;
  border: 1px solid #3f8bfc;
  border-color: #3f8bfc #3f8bfc #f6f6f6 #3f8bfc;
  border-radius: 0 0 0 0 ;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-top-item-txt {
  color: #f6f6f6;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li {
  background: #3f8bfc;
  border-bottom: 1px solid #f6f6f6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-tgl {
  font-size: 14px;
  color: #f6f6f6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-tgl:hover {
  background: #f6f6f6;
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-chl-tgl {
  font-size: 14px;
  color: #f6f6f6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-chl-tgl:hover {
  background: #f6f6f6;
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li:hover {
  background: #f6f6f6;
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer {
  padding: 16px 12px;
  border: 2px solid #3f8bfc;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap > a {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap > a .sbux-meu-all-top-item-txt {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap > a .sbux-meu-all-top-item-txt-wrap {
  color: #3f8bfc;
  border-bottom: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.grayveilStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap .sbux-meu-all-sub-wrap .sbux-meu-all-sub-item-wrap .sbux-meu-all-sub-item-tgl .sbux-meu-all-sub-item-txt {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .tab-pane {
  position: relative;
  gap: 8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .tab-pane > #PSBUx_IDE0,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .tab-pane > #PSBUx_IDE1,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .tab-pane > #PSBUx_IDE2 {
  display: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .tab-pane p.krds-label {
  height: 25px;
  font-size: 17px;
  display: flex ;
  align-items: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .tab-pane .krds-number {
  display: flex ;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-divgroup {
  max-width: 310px;
  min-height: 48px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-divgroup .sbux-inp-icon {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-divgroup .sbux-inp-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(../images/icon-demo-delete-krds.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-divgroup > input:focus + span::before {
  color: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-divgroup:hover span::before {
  color: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-divgroup:hover input {
  border: 1px solid #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-form-group {
  max-width: 310px;
  min-height: 48px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-form-group .sbux-inp-icon {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-form-group > input:focus + span::before {
  color: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-form-group:hover span::before {
  color: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-form-group:hover input {
  border: 1px solid #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-input {
  font-family: "Pret R";
  border: 1px solid #58616a;
  min-width: 310px;
  max-width: 310px;
  min-height: 56px;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 19px;
  color: #464c53;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-input:focus,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-input:hover {
  border: 2px solid #256ef4 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-uuid-input_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-chk-wrap input:checked + label .sbux-chk-box {
  background: #256ef4;
  border: 1px solid #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-chk-wrap input:checked + label .sbux-chk-box::before {
  top: 2px;
  left: 6px;
  color: #063a74;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-chk-wrap label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-chk-wrap .sbux-chk-txt {
  font-size: 16px;
  font-weight: 400;
  color: #131416;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-chk-wrap .sbux-chk-box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #9eadba;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tol {
  top: -50px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tol .sbux-tol-inner {
  padding: 8px 20px;
  background-color: #1e2124;
  font-size: 15px;
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tol.sbux-tol-top .sbux-tol-arrow {
  border-color: #063a74 transparent transparent transparent;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pop {
  border: 1px solid #1e2124;
  box-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pop .sbux-pop-title {
  background: #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pop .sbux-pop-arrow {
  border-top-color: #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-btn-group .sbux-inp-fr-span {
  width: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-btn-group .sbux-inp-fr-span .sbux-inp-fr-btn {
  height: 56px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-btn-group .sbux-inp-bk-span {
  width: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-btn-group .sbux-inp-bk-span .sbux-inp-bk-btn {
  height: 56px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-btn-group .sbux-inp-fr-btn {
  border: 1px solid #256ef4;
  height: 48px;
  width: 66px;
  background: #256ef4;
  color: #ffffff;
  font-size: 16px;
  border-radius: 12px 0 0 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-btn-group .sbux-inp-fr-btn span {
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-btn-group .sbux-inp-bk-btn {
  border: 1px solid #256ef4;
  height: 48px;
  width: 66px;
  background: #256ef4;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0 12px 12px 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-btn-group .sbux-inp-bk-btn span {
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-inp-btn-group .sbux-inp-input {
  border: 1px solid #58616a;
  border-radius: 0 0 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .isContentHtml-text {
  display: flex;
  gap: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .isContentHtml-text .style {
  font-size: 18px;
  font-weight: 700;
  color: #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-txa {
  font-family: "Pret M";
  width: 500px !important;
  height: 200px !important;
  max-height: unset !important;
  border-radius: 8px;
  border: 1px solid #58616a;
  background: #ffffff;
  padding: 8px 16px;
  font-size: 19px;
  color: #464c53;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-txa > div {
  display: flex ;
  flex-direction: column;
  align-items: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-txa img {
  width: 300px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-txa-wrap .sbux-txa {
  font-family: "Pret M";
  width: 500px !important;
  height: 200px !important;
  max-height: unset !important;
  border-radius: 8px;
  border: 1px solid #58616a;
  background: #ffffff;
  padding: 8px 16px;
  font-size: 19px;
  color: #464c53;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-txa::placeholder {
  color: #8a949e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sb-textarea.sbux-txa-focus,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-txa.sbux-txa-focus {
  border: 2px solid #256ef4 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-comp-root .sbux-rdo-wrap input:checked + label .glyphicon {
  border: 1px solid #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-comp-root .sbux-rdo-wrap input:checked + label .glyphicon:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  background: #256ef4;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-comp-root .sbux-rdo-wrap > label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-comp-root .sbux-rdo-box {
  width: 20px;
  height: 20px;
  border: 1px solid #58616a;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-comp-root .sbux-rdo-txt {
  font-size: 16px;
  font-weight: 400;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-uuid-btn_KRDSStyle {
  background: #256ef4;
  border: 1px solid #256ef4;
  color: #ffffff;
  font-size: 19px;
  min-width: unset;
  min-height: 56px;
  border-radius: 8px;
  padding: 0 20px;
  line-height: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-uuid-btn_KRDSStyle > img {
  padding: 0 5px 0 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-uuid-btn_KRDSStyle:hover {
  border: 1px solid #256ef4;
  background: #0b50d0;
  box-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-uuid-btn_KRDSStyle.sbux-btn-small {
  min-width: 68px;
  min-height: 28px;
  font-size: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-uuid-btn_KRDSStyle.sbux-btn-danger {
  color: #ffffff;
  background: #d84f4f;
  border: 1px solid #d84f4f;
  box-shadow: 0 0 10px rgba(255, 81, 46, 0.8);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-xlarge .sbux-swi-default.sbux-swi-bar,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-xlarge .sbux-swi-line.sbux-swi-bar,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-xlarge .sbux-swi-square.sbux-swi-bar {
  width: 40px;
  height: 24px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-small .sbux-swi-default.sbux-swi-bar,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-small .sbux-swi-line.sbux-swi-bar,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-small .sbux-swi-square.sbux-swi-bar {
  width: 32px;
  height: 20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-small .sbux-swi-default.sbux-swi-bar .sbux-swi-handle.sbux-swi-active,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-small .sbux-swi-line.sbux-swi-bar .sbux-swi-handle.sbux-swi-active,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-small .sbux-swi-square.sbux-swi-bar .sbux-swi-handle.sbux-swi-active {
  margin-left: -20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-xlarge .sbux-swi-default.sbux-swi-bar .sbux-swi-handle,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-xlarge .sbux-swi-line.sbux-swi-bar .sbux-swi-handle,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-xlarge .sbux-swi-square.sbux-swi-bar .sbux-swi-handle {
  width: 24px;
  height: 24px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-xlarge .sbux-swi-default.sbux-swi-bar .sbux-swi-handle.sbux-swi-active,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-xlarge .sbux-swi-line.sbux-swi-bar .sbux-swi-handle.sbux-swi-active,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-xlarge .sbux-swi-square.sbux-swi-bar .sbux-swi-handle.sbux-swi-active {
  margin-left: -24px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode input[type="checkbox"][value="off"] ~ .sbux-swi-handle {
  border: 2px solid #6d7882;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-bar.sbux-swi-default .sbux-swi-handle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #256ef4;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-bar.sbux-swi-default .sbux-swi-inner .sbux-swi-on {
  background: #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-bar.sbux-swi-default .sbux-swi-inner .sbux-swi-off {
  background: #6d7882;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-bar.sbux-swi-square .sbux-swi-handle .sbux-swi-ico {
  position: relative;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-bar .sbux-swi-handle .sbux-swi-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: url(../images/icon-switch-xmark.png);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi-bar .sbux-swi-handle.sbux-swi-active .sbux-swi-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: url(../images/icon-switch-checked.png);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi.sbux-swi-ani .sbux-swi-default.sbux-swi-ani {
  box-shadow: 0 0 10px rgba(71, 139, 255, 0.8);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi .sbux-swi-bar .sbux-swi-inner > .sbux-swi-off > span {
  margin-top: -6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi .sbux-swi-bar .sbux-swi-inner > .sbux-swi-on > span {
  margin-top: -6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi.sbux-swi-vertical .sbux-swi-bar .sbux-swi-inner > .sbux-swi-off > span {
  margin-top: -18px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-swi.sbux-swi-vertical .sbux-swi-bar .sbux-swi-inner > .sbux-swi-on > span {
  margin-top: 6px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap {
  background: #eef2f7;
  border: 1px solid #d6e0eb;
  font-size: 17px;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap .sbux-pik-pop-body {
  background: #eef2f7;
  padding: 12px;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap .sbux-pik-pop-body::after {
  height: 40px;
  top: 5px;
  background: #eef2f7;
  border-bottom: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th button.sbux-pik-switch {
  color: #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th button.sbux-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  color: #1e2124;
  border: 1px solid #cdd1d5;
  min-width: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th button.sbux-btn-arrow .glyphicon-chevron-left {
  transform: rotate(90deg);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th button.sbux-btn-arrow .glyphicon-chevron-right {
  transform: rotate(-90deg);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th small {
  color: #1e2124;
  font-size: 15px;
  font-weight: 400;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th strong {
  font-size: 17px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button {
  font-size: 17px;
  padding: 4px 8px;
  border-radius: 25px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button.sbux-btn-secondary.active {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day thead th i:before {
  display: flex;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/SBUxNew/images/ico_angle.svg) no-repeat;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar {
  padding: 16px 24px;
  border-top: 1px solid #d6e0eb;
  background: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar .sbux-pik-btn-today {
  background: #ffffff;
  color: #1e2124;
  border: 1px solid #ffffff;
  font-size: 15px;
  height: 40px;
  padding: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar .sbux-pik-btn-clear {
  background: #ffffff;
  color: #1e2124;
  border: 1px solid #1e2124;
  font-size: 15px;
  height: 40px;
  padding: 6px 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap .sbux-pik-pop-showbar .sbux-pik-btn-close {
  background: #256ef4;
  color: #ffffff;
  border: none;
  font-size: 15px;
  height: 40px;
  padding: 6px 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button.sbux-pik-now.active {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button:hover {
  background: #063a7460;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap table.sbux-pik-pop-day tbody td button.sbux-btn.sbux-btn-secondary:hover {
  background: #063a74 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-icon-span button.sbux-pik-icon-btn i.sbux-pik-icon.glyphicon-calendar:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/SBUxNew/images/ico_KRDS_calendar.svg) no-repeat;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-input {
  min-height: 56px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-input.sbux-dirty {
  height: 56px;
  min-height: 56px;
  background: #ffffff;
  border-color: #464c53;
  border-radius: 8px 0 0 8px;
  color: #464c53;
  font-size: 19px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-icon-span {
  width: 56px;
  height: 56px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-icon-span button {
  background: #ffffff !important;
  width: 100%;
  height: 100%;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-date {
  top: -100px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode input.sbux-pik-input.sbux-dirty + ul.sbux-ddl-menu + .sbux-pik-icon-span .sbux-pik-icon-btn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode input.sbux-pik-input.sbux-dirty + .sbux-pik-icon-span .sbux-pik-icon-btn {
  background: #063a74;
  border-color: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-pik-popwrap .sbux-pik-pop-body .sbux-pik-cw {
  color: #1e2124;
  font-size: 13px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel {
  min-height: 56px !important;
  min-width: 400px !important;
  font-size: 19px !important;
  color: #8a949e;
  background: url(/SBUxNew/images/ico_angle.svg) no-repeat 95% 50% #ffffff;
  min-width: 240px;
  border: 1px solid #58616a;
  font-size: 13px;
  padding: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel:focus {
  border: 2px solid #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel option:checked,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel option:active {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl label,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl label,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl label,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl label {
  padding: 8px 0px 8px 0px;
  font-size: 13px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl:hover {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item.active a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all.active a {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-item-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all a.sbux-sel-chk-all-tgl label span.sbux-sel-chk-bgimg {
  background: #063a74;
  border: 1px solid #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-item.active label span:before,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sel-chk ul.sbux-sel-chk-wrap li.sbux-sel-chk-all.active label span:before {
  top: 0px;
  left: 5px;
  width: 3px;
  height: 9px;
  border: solid #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-menu > li.active > a:hover {
  background: #063a74 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-lis {
  width: 250px;
  background: #ffffff;
  border: 1px solid #58616a;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-lis .sbux-lis-option {
  font-size: 16px;
  padding: 6px 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-lis .sbux-lis-option:hover {
  background: #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode *::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode *::-webkit-scrollbar-thumb {
  background: #58616a;
  border-radius: 8px;
  border: 2px solid #f6f6f6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode *::-webkit-scrollbar-thumb:hover {
  background: #58616a;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-nor {
  display: flex;
  height: 50px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap {
  border: 1px solid #cdd1d5;
  border-radius: 12px 0 0 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap .sbux-spi-inp {
  min-height: 48px;
  border-radius: 12px 0 0 12px;
  font-size: 16px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap {
  min-height: 50px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap > button {
  background: #256ef4;
  color: #ffffff;
  border: 1px solid #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap.sbux-spi-btn-horizon {
  width: 60px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-nor .sbux-spi-btn-wrap.sbux-spi-btn-horizon > button {
  min-width: 25px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap .sbux-spi-inp:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-nor .sbux-spi-inp-wrap .sbux-spi-inp:focus {
  outline: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-spbtn.sbux-spi-vertical > button {
  height: 25px;
  background: #256ef4;
  color: #ffffff;
  border: 1px solid #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap {
  border: 1px solid #cdd1d5;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap .sbux-spi-inp {
  height: 48px;
  font-size: 16px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap .sbux-spi-inp:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-spi-spbtn.sbux-spi-vertical .sbux-spi-inp-wrap .sbux-spi-inp:focus {
  outline: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-uuid-slider_KRDSStyle {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sli-body {
  width: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sli-body .sbux-sli-wrap {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sli-body .sbux-sli-wrap .sbux-sli-bar {
  background: #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sli-body .sbux-sli-wrap .sbux-sli-handle {
  background: #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sli-body .sbux-sli-wrap .sbux-sli-handle .sbux-sli-value {
  font-size: 14px;
  top: 4px;
  text-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sli-vertical-body {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sli-vertical-body .sbux-sli-vertical-wrap .sbux-sli-handle {
  background: #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sli-vertical-body .sbux-sli-vertical-wrap .sbux-sli-handle .sbux-sli-value {
  font-size: 14px;
  top: 4px;
  text-shadow: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sli-vertical-body .sbux-sli-vertical-wrap .sbux-sli-vertical-bar {
  background: #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-single-wrap {
  position: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-single-wrap > div.sbux-upl-input {
  min-width: 600px;
  min-height: 300px;
  border: 1px solid #e6e8ea;
  border-radius: 12px;
  font-size: 16px;
  background: #e6e8ea;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-single-wrap > div.sbux-upl-input > div {
  height: 100%;
  display: flex ;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-single-wrap > div.sbux-upl-input button {
  right: unset;
  margin: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-single-wrap > div.sbux-upl-input > div > p {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-single-wrap > button.sbux-upl-txt {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 60px;
  min-height: 48px;
  background: #256ef4;
  border: 1px solid #256ef4;
  border-radius: 8px;
  color: #ffffff;
  font-size: 17px;
  padding: 0 16px;
  display: flex ;
  align-items: center;
  justify-content: center;
  line-height: 48px;
  gap: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-single-wrap > button.sbux-upl-txt::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/SBUxNew/images/icon-fileupload.png) no-repeat;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-main {
  border: 1px solid #063a74;
  border-top: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"] + label {
  border: 1px solid #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap .sbux-upl-tit h3 {
  color: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap ul.sbux-upl-topmenu li > span {
  background: #256ef4;
  color: #ffffff;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap ul.sbux-upl-topmenu li i {
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap ul.sbux-upl-topmenu li button {
  background: #256ef4;
  color: #ffffff;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap .sbux-upl-tit ul {
  display: flex;
  align-items: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.edgeStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header div.sbux-upl-txt {
  padding: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-header div.sbux-upl-chk-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"]:checked + label {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"] + label {
  width: 16px;
  height: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"]:checked + label:after {
  top: 2px;
  left: 5px;
  display: block;
  width: 4px;
  height: 7px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap .sbux-upl-con-wrap .sbux-upl-main li div.sbux-upl-file-wrap a.sbux-upl-filename {
  font-weight: 400;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-upl-wrap input[class="sbux-upl-chk"]:checked + label {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-uuid-ext-tab_norm_KRDSStyle {
  display: none !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap ul.sbux-tabs-nor-bd.sbux-tabs-left li.sbux-tabs-item.active > a span.sbux-tabs-text {
  color: #2d3b48 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap > ul.sbux-tabs-nor-bd li.sbux-tabs-item > a .sbux-tabs-close-btn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap ul.sbux-tabs-inbox-bd li.sbux-tabs-item > a .sbux-tabs-close-btn {
  position: absolute;
  top: 9px;
  right: 6px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/SBUxNew/images/icon-close.png) 0px 0px no-repeat;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap {
  padding: 20px 20px 0 20px;
  background: #f5f7fa;
  border-bottom: 1px solid #e3e8ed;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-top {
  height: 40px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-top .sbux-sct-inner {
  height: 40px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-menu i {
  color: #2d3b48;
  margin-bottom: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li {
  width: 100%;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li.current a {
  color: #2d3b48;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li.current::before {
  background: #2d3b48;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul li:hover a {
  color: #2d3b48;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-menu .sbux-tabs-panel > li ul {
  display: flex ;
  flex-direction: column;
  align-items: flex-start;
  height: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-item {
  margin-right: 6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-item .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 15px 15px 0 0;
  background: #e3e8ed;
  border: 1px solid #e3e8ed;
  color: #2d3b48;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap {
  padding: 20px 0 20px 40px !important;
  border-bottom: none !important;
  border-right: 1px solid #b1b8be;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap .sbux-tabs-item {
  margin-right: 0 !important;
  margin-bottom: 6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap .sbux-tabs-item .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 0 !important;
  background: #e3e8ed;
  border: 1px solid #e3e8ed;
  border-bottom: none !important;
  border-right: 1px solid #b1b8be !important;
  color: #2d3b48;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap .sbux-tabs-item.active .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 0;
  background: #ffffff !important;
  border: none;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: 2px solid #052b57 !important;
  color: #052b57 !important;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap.sbux-tabs-left-wrap .sbux-tabs-item.active .sbux-tabs-tgl > span {
  font-weight: 700;
  color: #052b57 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_KRDSStyle {
  display: flex ;
  justify-content: right;
  align-items: flex-end;
  min-width: 500px;
  padding: 20px 40px 0 40px;
  background: #ffffff;
  border-bottom: 1px solid #b1b8be;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_KRDSStyle .sbux-tabs-item {
  margin-right: 6px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_KRDSStyle .sbux-tabs-item .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 15px 15px 0 0;
  color: #464c53;
  font-size: 16px;
  background: #ffffff !important;
  border: 1px solid #ffffff;
  font-weight: 700;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_KRDSStyle .sbux-tabs-item.active .sbux-tabs-tgl {
  height: 40px;
  line-height: 25px;
  border-radius: 15px 15px 0 0;
  background: #ffffff !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #052b57 !important;
  color: #2d3b48 !important;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap.sbux-uuid-tab_norm_KRDSStyle .sbux-tabs-item.active .sbux-tabs-tgl > span {
  font-weight: 700;
  color: #052b57 !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-tabs-wrap .sbux-tabs-item.active .sbux-tabs-tgl {
  background: #e7772e;
  border: 1px solid #e7772e;
  color: #2d3b48 !important;
  border-right: 1px solid #b1b8be !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu {
  min-width: 248px;
  background: #ffffff;
  border-radius: 0;
  border-color: #ffffff;
  border: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu > ul > li {
  min-width: 248px;
  border-bottom: 1px solid #8a949e;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu > ul > li.active {
  background: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu > ul > li[aria-expanded="true"] > div .sbux-sidemeu-ico {
  transform: rotate(180deg);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu > ul > li .sbux-sidemeu-sub > li[aria-expanded="true"] > div .sbux-sidemeu-ico {
  transform: rotate(180deg);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu > ul > li .sbux-sidemeu-sub > li > div .sbux-sidemeu-link {
  position: relative;
  font-weight: 400;
  padding: 16px 16px 16px 34px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu > ul > li .sbux-sidemeu-sub > li > div .sbux-sidemeu-link::before {
  content: "•";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu > ul > li .sbux-sidemeu-sub > li .sbux-sidemeu-sub1 > li > div .sbux-sidemeu-link {
  position: relative;
  font-weight: 400;
  padding: 16px 16px 16px 34px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu > ul > li .sbux-sidemeu-sub > li .sbux-sidemeu-sub1 > li > div .sbux-sidemeu-link::before {
  content: "•";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu.sbux-sidemeu-split ul li div a {
  padding: 16px;
  color: #1e2124;
  font-size: 16px;
  font-weight: 700;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu-li.active.sbux-sidemeu-selected > div > a.sbux-sidemeu-link > span {
  color: #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu.sbux-sidemeu-split ul li div i {
  color: #1e2124;
  height: 37px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu.sbux-sidemeu-split ul li div i::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/icon-sidemenu-arrow.png) no-repeat;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu > ul .sbux-sidemeu-sub li {
  background: #ffffff;
  color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu-slide-btn {
  background: #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu-filter-wrap div.sbux-sidemeu-input-wrap input {
  border: 1px solid #58616a;
  height: 36px;
  border-radius: 8px 0 0 8px;
  background: #ffffff;
  padding-left: 10px;
  color: #58616a;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-sidemeu-filter-wrap div.sbux-sidemeu-input-wrap button {
  border: 1px solid #58616a;
  border-left: none;
  height: 36px;
  background: #ffffff;
  border-radius: 0 8px 8px 0;
  color: #58616a;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd {
  overflow: visible;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd .sbux-tre-item-txt {
  color: #333333;
  font-size: 15px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-li-selected {
  background-color: #ffffff;
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-li-selected .sbux-tre-wrap-selected {
  background-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd:hover {
  background-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap:hover {
  background-color: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-minus:first-child {
  width: 12px;
  height: 12px;
  background: #1e2124;
  border: 1px solid #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-plus:first-child {
  width: 12px;
  height: 12px;
  background: #1e2124;
  border: 1px solid #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-minus:first-child:before {
  top: 5px;
  left: 2px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-plus:first-child:after {
  top: 1px;
  left: 6px;
  display: block;
  width: 0;
  height: 9px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap div.sbux-tre-item-chl-hd span.sbux-tre-item-chl-nm i.sbux-tre-plus:first-child:before {
  top: 5px;
  left: 2px;
  display: block;
  width: 9px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap span.sbux-tre-item-nm {
  display: flex ;
  align-items: center;
  justify-content: flex-start;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap span.sbux-tre-item-nm .sbux-tre-no-branch-icon img {
  width: 20px;
  height: 20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap span.sbux-tre-item-nm > img {
  padding-left: 4px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-tre-bd li.sbux-tre-item-chl-wrap ul.sbux-tre-item-chl-chl li.sbux-tre-item-wrap i.sbux-tre-item-chk-icon {
  background-color: #ffffff;
  border-radius: 2px;
  color: #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu {
  max-width: 310px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu .sbux-acc-submeu {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 18px;
  background: #e6e6e6;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link {
  min-width: 310px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  background: #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link i.sbux-acc-holder:before {
  top: 50%;
  transform: translateY(-50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link span.sbux-acc-top-txt {
  font-size: 16px;
  padding-left: 24px;
  padding-right: 8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu {
  max-width: 310px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu .sbux-acc-submeu {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 18px;
  background: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link {
  min-width: 310px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1e2124;
  background: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link i.sbux-acc-holder:before {
  top: 50%;
  transform: translateY(-50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu a.sbux-acc-link span.sbux-acc-top-txt {
  font-size: 16px;
  padding-left: 24px;
  padding-right: 8px;
  color: #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu.open {
  border-top: 1px solid #6d7882;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode ul.sbux-acc-meu-list li.sbux-acc-meu.open a.sbux-acc-link {
  font-weight: 700;
  color: #052b57;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up {
  min-width: 310px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn {
  border-radius: 6px;
  min-height: 48px;
  background: #ffffff;
  border: 1px solid #58616a;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up a.sbux-ddl-btn-tgl button.sbux-ddl-btn-tglbtn span {
  color: #333333;
  font-size: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down a.sbux-ddl-btn-tgl button span.sbux-caret,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up a.sbux-ddl-btn-tgl button span.sbux-caret {
  border-top-color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > a {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a {
  padding: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li:hover > a {
  background: #063a74;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li:hover > .sbux-ddl-menu > li > a > span {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a {
  padding: 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a::after,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a::after {
  top: 20px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a:hover,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a:hover {
  background: #063a74;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down.open > .sbux-ddl-menu > li > a > span,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up.open > .sbux-ddl-menu > li > a > span {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down ul.sbux-ddl-menu,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up ul.sbux-ddl-menu {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-menu > li.active > a {
  background: #063a74;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down ul.sbux-ddl-menu li.disabled,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up ul.sbux-ddl-menu li.disabled,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down ul.sbux-ddl-menu li.disabled,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up ul.sbux-ddl-menu li.disabled,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down ul.sbux-ddl-menu li.disabled,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up ul.sbux-ddl-menu li.disabled,
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-down ul.sbux-ddl-menu li[disabled],
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-nor-up ul.sbux-ddl-menu li[disabled],
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-down ul.sbux-ddl-menu li[disabled],
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-btn-up ul.sbux-ddl-menu li[disabled],
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-down ul.sbux-ddl-menu li[disabled],
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-ddl-spbtn-up ul.sbux-ddl-menu li[disabled] {
  background: #cdd1d5;
  color: #6d7882;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl.open a.sbux-bre-ddl-nor-tgl .sbux-caret {
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl a.sbux-bre-ddl-nor-tgl span.sbux-caret {
  border-top-color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl.open > .sbux-bre-ddl-menu {
  margin-top: 8px;
  width: 200px;
  left: 0px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item:before {
  color: #333333;
  top: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item .sbux-bre-ddl ul.sbux-bre-ddl-menu li a.sbux-bre-link {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item > a.sbux-bre-link span.sbux-bre-item-txt {
  transition: 0.4s ease-in-out;
  font-size: 14px;
  text-decoration: underline;
  padding: 4px 8px;
  border-radius: 8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-bre-wrap > ul.sbux-bre-item-wrap li.sbux-bre-item > a.sbux-bre-link span.sbux-bre-item-txt:hover {
  background-color: #eef2f7;
  transition: 0.4s ease-in-out;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-btn.sbux-btn-primary {
  background: #256ef4;
  border: 1px solid #256ef4;
  color: #ffffff;
  font-size: 18px;
  min-width: unset;
  min-height: 56px;
  border-radius: 8px;
  padding: 0 20px;
  line-height: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-btn.sbux-btn-primary:hover {
  border: 1px solid #256ef4 !important;
  background: #0b50d0 !important;
  box-shadow: none !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg {
  display: block;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont {
  border: 1px solid #b1b8be;
  border-radius: 12px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-btn .sbux-btn-txt {
  vertical-align: unset;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-sm-dlg {
  min-width: 784px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-hd {
  background: #ffffff;
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border: none;
  padding: 56px 40px 0 40px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-hd .sbux-mol-hd-txt {
  font-size: 24px;
  color: #1e2124;
  font-weight: 700;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-hd .sbux-mol-hd-close {
  margin-top: -35px !important;
  font-size: 45px !important;
  right: 25px !important;
  margin-top: -15px;
  font-size: 30px;
  color: #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-bd {
  padding: 16px 40px 8px 40px;
  font-size: 17px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-bd .sbux-form-group {
  margin-top: 10px;
  min-width: unset !important;
  max-width: unset !important;
  width: 100% !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-bd .sbux-form-group .sbux-inp-input {
  max-width: unset;
  min-width: unset !important;
  padding: 8px !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-mol-ft {
  margin-top: unset;
  border-top: none;
  padding: 16px 40px 40px 40px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-btn {
  min-width: 80px;
  min-height: 48px;
  font-size: 17px;
  border: 1px solid #58616a;
  border-radius: 8px;
  padding: 10px 16px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-mol-wrap .sbux-mol-dlg .sbux-mol-cont .sbux-btn:hover {
  background: #f4f5f6;
  color: #1e2124;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-prg {
  min-width: 360px;
  min-height: 36px;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-prg .sbux-prg-bar {
  background-color: #256ef4 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 34px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-prg .sbux-prg-bar > span {
  display: flex;
  height: 100%;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-gal-wrap {
  max-width: 890px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-gal-wrap ul {
  display: flex;
  gap: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-gal-wrap ul li {
  height: 150px;
  border: 1px solid #256ef4;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-gal-wrap ul li a img {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .fa-chevron-left:before {
  color: #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .fa-chevron-right:before {
  color: #256ef4;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode #sbux-gal-boxTitle {
  width: 100% !important;
  font-size: 16px;
  font-weight: 400;
  padding-top: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .content-box > .tab-content {
  display: flex !important ;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border: 1px solid #e3e8ed;
  border-left: none;
  border-top: none;
  padding: 40px 20px !important;
  box-sizing: border-box;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .content-box .tab-content-right-wrap {
  width: 300px;
  padding: 20px;
  background: #f5f7fa;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .content-box .tab-content-right-wrap > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap {
  position: relative;
  top: -90px;
  border-top: 1px solid #cdd1d5;
  border-bottom: 1px solid #cdd1d5;
  background: #ffffff;
  width: 700px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-fluid .sbux-meu-hd-wrap {
  height: 64px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-fluid .sbux-meu-bd-wrap > ul.sbux-meu-bd-ul > li {
  border-right: 16px solid transparent;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-fluid .sbux-meu-bd-wrap > ul.sbux-meu-bd-ul > li a.sbux-meu-top-item-tgl span.sbux-meu-top-item-caret {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: unset;
  margin-left: unset;
  background: url(../images/icon-sidemenu-arrow.png) no-repeat 0px 3px;
  border: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-fluid .sbux-meu-bd-wrap > ul.sbux-meu-bd-ul > li ul.sbux-meu-sub-wrap li.sbux-ddl-sub-item-chl:after {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-right: unset;
  margin-top: unset;
  background: url(../images/icon-sidemenu-arrow.png) no-repeat;
  transform: rotate(-90deg);
  content: "";
  z-index: 100;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-brand-txt {
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-top-item-tgl {
  background: #ffffff;
  border: 4px solid #ffffff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0 0 0 0 ;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-top-item-tgl:hover {
  border: 4px solid #063a74;
  border-top: none;
  border-right: none;
  border-left: none;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-top-item-txt {
  color: #464c53;
  font-size: 19px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li {
  background: #eef2f7;
  border-bottom: 1px solid #eef2f7;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-tgl {
  font-size: 17px;
  color: #1e2124;
  padding: 20px 28px 20px 15px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-tgl:hover {
  background: #ffffff;
  color: #052b57;
  font-weight: 700;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-chl-tgl {
  font-size: 17px;
  color: #1e2124;
  padding: 20px 28px 20px 15px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li .sbux-meu-sub-item-chl-tgl:hover {
  background: #ffffff;
  color: #052b57;
  font-weight: 700;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-wrap li:hover {
  background: #ffffff;
  color: #052b57;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer {
  padding: 16px 12px;
  border: 2px solid #3f8bfc;
  border-radius: 0;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap > a {
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap > a .sbux-meu-all-top-item-txt {
  font-size: 17px;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap > a .sbux-meu-all-top-item-txt-wrap {
  color: #3f8bfc;
  border-bottom: 1px solid #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-body .sg-demo-tab-wrap .demo-content.KRDSStyle-mode .sbux-meu-wrap .sbux-meu-sub-layer ul.sbux-meu-all-bd-ul li.sbux-meu-all-top-item-wrap .sbux-meu-all-sub-wrap .sbux-meu-all-sub-item-wrap .sbux-meu-all-sub-item-tgl .sbux-meu-all-sub-item-txt {
  font-size: 14px;
}
.sg-con-wrap .sg-demo .sg-demo-api-wrap .demo-api-table {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e3e8ed;
  border-left: 1px solid #e3e8ed;
}
.sg-con-wrap .sg-demo .sg-demo-api-wrap .demo-api-table .table-row {
  display: flex;
}
.sg-con-wrap .sg-demo .sg-demo-api-wrap .demo-api-table .table-row .table-col {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #e3e8ed;
  border-right: 1px solid #e3e8ed;
}
.sg-con-wrap .sg-demo .sg-demo-api-wrap .demo-api-table .table-row .table-col.th {
  width: 30%;
  color: #3f8bfc;
}
.sg-con-wrap .sg-demo .sg-demo-api-wrap .demo-api-table .table-row .table-col.th > a {
  color: #3f8bfc;
  position: relative;
}
.sg-con-wrap .sg-demo .sg-demo-api-wrap .demo-api-table .table-row .table-col.th > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 16px;
  height: 16px;
  transform: translateY(-45%);
  background: url(../images/icon-demo-link.png) no-repeat;
}
.sg-con-wrap .sg-demo .sg-demo-api-wrap .demo-api-table .table-row.header .table-col {
  font-weight: 600;
  background: #f5f7fa;
}
.sg-con-wrap .sg-demo .sg-demo-api-wrap .demo-api-table .table-row.header .table-col.th {
  width: 30%;
  color: #333333;
}
.sg-con-wrap .sg-demo .sg-demo-api-wrap .demo-api-table .table-row.body .table-col {
  background: #ffffff;
}
.sg-con-wrap .sg-demo .sg-demo-con {
  display: block;
  width: 100%;
  margin: 15px 0;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 15px 10px;
  box-sizing: border-box;
}
.sg-con-wrap .sg-demo .sg-demo-con .sg-btn-wrap {
  padding: 10px 0;
  box-sizing: border-box;
}
.sg-con-wrap .sg-demo .sg-demo-con .sg-btn-wrap #selPesonalDataList {
  border: 1px solid #ddd;
  height: 30px;
  padding: 6px 12px;
  border-radius: 6px;
}
.sg-con-wrap .sg-demo .sg-demo-con .sg-btn-wrap > button {
  font-size: 14px;
  font-family: "Pret R";
  color: #333;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}
.sg-con-wrap .sg-demo .sg-demo-con .sg-btn-wrap > button:hover {
  background: #e7772e;
  border: 1px solid #fff;
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sg-con-wrap .sg-demo .sg-demo-con .sg-sauce {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.sg-con-wrap .sg-demo .sg-demo-con .sg-sauce .sg-sauce-tit {
  font-size: 20px;
  color: #e7772e;
  font-family: "Pret M";
  line-height: 28px;
}
.sg-con-wrap .sg-demo .sg-demo-con .sg-sauce .sg-sauce-sub {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.sg-con-wrap .sg-demo .sg-demo-con .sg-sauce .sg-saucebox {
  width: 100%;
  padding: 10px 0;
}
.sbux-ale-item-wrapper.class_edgeStyle,
.sbux-ale-item-wrapper {
  min-width: 400px;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark,
.sbux-ale-item-wrapper .sbux-ale-dark {
  border-radius: 12px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  background: #e7772e !important;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark .sbux-ale-item,
.sbux-ale-item-wrapper .sbux-ale-dark .sbux-ale-item {
  padding: 16px 24px;
  font-size: 20px;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark .sbux-ale-item img.sbux-ale-img,
.sbux-ale-item-wrapper .sbux-ale-dark .sbux-ale-item img.sbux-ale-img {
  width: 68px;
  height: 68px;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-with-img,
.sbux-ale-item-wrapper .sbux-ale-dark .sbux-ale-item .sbux-ale-with-img {
  min-width: 260px;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img .sbux-ale-title,
.sbux-ale-item-wrapper .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img .sbux-ale-title {
  font-size: 16px;
  padding: 0 0 10px 0;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img p,
.sbux-ale-item-wrapper .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img p {
  line-height: 24px;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > span,
.sbux-ale-item-wrapper .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > span {
  font-size: 20px;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > div,
.sbux-ale-item-wrapper .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > div {
  display: flex ;
  align-items: center;
  justify-content: center;
  padding-top: 20px !important;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > div input,
.sbux-ale-item-wrapper .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > div input {
  margin-right: 6px !important;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark .sbux-ale-close,
.sbux-ale-item-wrapper .sbux-ale-dark .sbux-ale-close {
  top: 6px;
  right: 15px;
  background: none;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-ale-dark .sbux-ale-close:hover,
.sbux-ale-item-wrapper .sbux-ale-dark .sbux-ale-close:hover {
  background: none;
}
.sbux-ale-item-wrapper.class_edgeStyle .sbux-btn,
.sbux-ale-item-wrapper .sbux-btn {
  margin-right: 4px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #e7772e !important;
  border: none;
  padding: 8px 24px;
}
.sbux-ale-item-wrapper.class_grayveilStyle {
  min-width: 400px;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark {
  border-radius: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  background: #3f8bfc !important;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark .sbux-ale-item {
  padding: 16px 24px;
  font-size: 20px;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark .sbux-ale-item img.sbux-ale-img {
  width: 68px;
  height: 68px;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-with-img {
  min-width: 260px;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img .sbux-ale-title {
  font-size: 16px;
  padding: 0 0 10px 0;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img p {
  line-height: 24px;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > span {
  font-size: 20px;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > div {
  display: flex ;
  align-items: center;
  justify-content: center;
  padding-top: 20px !important;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > div input {
  margin-right: 6px !important;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark .sbux-ale-close {
  top: 6px;
  right: 15px;
  background: none;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-ale-dark .sbux-ale-close:hover {
  background: none;
}
.sbux-ale-item-wrapper.class_grayveilStyle .sbux-btn {
  margin-right: 4px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #3f8bfc !important;
  border: none;
  padding: 8px 24px;
}
.sbux-ale-item-wrapper.class_KRDSStyle {
  min-width: 400px;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-close:before {
  color: #1e2124;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark.hover .sbux-ale-close:before {
  color: #1e2124;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark {
  border-radius: 8px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  background: #ffffff !important;
  border: 1px solid #cdd1d5;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item {
  padding: 16px 24px;
  font-size: 20px;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item img.sbux-ale-img {
  width: 68px;
  height: 68px;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-with-img {
  min-width: 260px;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-with-img span {
  color: #1e2124;
  font-size: 16px;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-with-img p {
  color: #1e2124;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img .sbux-ale-title {
  font-size: 17px;
  padding: 0 0 10px 0;
  color: #1e2124;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img p {
  line-height: 24px;
  color: #1e2124;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > span {
  font-size: 20px;
  color: #1e2124;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > div {
  display: flex ;
  align-items: center;
  justify-content: center;
  padding-top: 20px !important;
  color: #1e2124;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-item .sbux-ale-without-img > div > div input {
  margin-right: 6px !important;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-close {
  top: 6px;
  right: 15px;
  background: none;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-ale-dark .sbux-ale-close:hover {
  background: none;
}
.sbux-ale-item-wrapper.class_KRDSStyle .sbux-btn {
  margin-right: 4px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #1e2124 !important;
  border: 1px solid #1e2124;
  padding: 8px 24px;
}
.sbux-gal-close:hover {
  background: #ffffff;
  border: 2px solid #ffffff !important;
}
.sbux-gal-close:hover i {
  color: #e7772e !important;
}
#sbux-gal-boxTitle {
  width: 100% !important;
  font-size: 16px;
  font-weight: 400;
  padding-top: 0;
  text-align: center;
}
.language-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 !important;
  font-size: 0;
}
.language-box .copy-area {
  background: #333;
  color: white;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.language-box .copy-area .copy-btn {
  display: flex;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.language-box .copy-area .copy-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.language-box .language-html {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  box-sizing: border-box;
  min-height: 120px;
}
