/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.less to edit this template
*/
/*
    Created on : 14. 6. 2023, 23:44:07
    Author     : chada
*/
@font-face {
  font-family: Montserrat;
  src: url(/fonts/Montserrat-Regular.ttf);
}
* {
  font-family: Montserrat;
}
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  margin: 0;
}
h1 {
  font-size: 36px;
}
h1.hero {
  font-size: 58px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}
@media only screen and (max-width: 520px) {
  h1 {
    font-size: 22px;
  }
  h1.hero {
    font-size: 24px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
}
body {
  margin: 0;
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 520px) {
  body {
    width: 100%;
  }
}
body > header {
  width: 100%;
  max-width: 1110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 104px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 520px) {
  body > header {
    flex-direction: column;
    gap: 20px;
  }
  body > header > * {
    width: 100%;
  }
}
body > header > img {
  height: 42.5px;
}
body > header #cocuWrapper {
  flex: 1;
  max-width: fit-content;
}
body > header .ham_menu {
  display: none;
  z-index: 999;
  position: absolute;
  top: 100%;
  width: 100%;
}
body > header .ham_menu .toggleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F4F4F4;
  padding: 12px 15px;
  gap: 8px;
}
body > header .ham_menu .toggleWrapper h4 {
  margin: 0;
  flex: 1;
}
body > header .ham_menu .toggleWrapper .hamIco {
  width: 19px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body > header .ham_menu .toggleWrapper .hamIco > div {
  width: 100%;
  height: 2px;
  background-color: black;
}
body > header .ham_menu nav.navMenu {
  display: none;
  flex-direction: column;
  /*gap:12px;*/
  background-color: white;
}
body > header .ham_menu nav.navMenu a {
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding: 12px;
  text-decoration: none;
}
body > header .ham_menu nav.navMenu a h5 {
  margin: 0;
  color: #2D2B27;
}
body > header .ham_menu nav.navMenu a:hover {
  background-color: #a8a8a814;
}
body > header .ham_menu nav.navMenu a.button {
  background-color: transparent;
  color: #38749D;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 30px;
  border: 1px solid #38749D;
  margin-top: 24px;
}
body > header .ham_menu.active .toggleWrapper {
  background-color: white;
}
body > header .ham_menu.active nav.navMenu {
  display: flex;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 520px) {
  body > header {
    width: 100%;
    height: unset;
  }
  body > header > .custCareWrapper {
    display: none;
  }
  body > header > img {
    width: 50%;
    height: unset;
  }
  body > header .ham_menu {
    display: block;
  }
}
body > main {
  width: 1110px;
  margin: 0 auto;
}
@media only screen and (max-width: 520px) {
  body > main {
    padding: 15px;
    width: 100%;
    /*padding:15px;*/
  }
}
body > main #sf-front_page_heading {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
body > main #sf-front_page_heading > #sf_main {
  flex: 5;
  width: 60%;
}
@media only screen and (max-width: 520px) {
  body > main #sf-front_page_heading > #sf_main {
    width: 100%;
    order: 2;
  }
}
@media only screen and (max-width: 520px) {
  body > main #sf-front_page_heading > #sf_main #sf_main_hdesc {
    display: none;
  }
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper > label {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
  display: block;
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper a {
  display: flex;
  color: #38749D;
  font-size: 16px;
  font-weight: 700;
  margin-top: 45px;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  /*                        img{
                                                    margin-left: 5px;
                                                }*/
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn {
  display: flex;
  /*height: 57px;*/
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 520px) {
  body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn {
    flex-direction: column;
    align-items: end;
  }
  body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn .inputWicon,
  body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn #sf_main_warrUpdateBtn {
    width: 100%;
    margin: 0;
  }
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn > .inputWicon {
  position: relative;
  display: flex;
  align-items: center;
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn > .inputWicon > .inputIcon {
  position: absolute;
  left: 11px;
  width: 21px;
  height: 21px;
  pointer-events: none;
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn .info_wapper {
  position: relative;
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn .info_wapper .infoContent {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 450px;
  background-color: white;
  padding: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn .info_wapper .infoContent.active {
  display: block;
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn .info_wapper .infoContent img {
  width: 80%;
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn .info_wapper .infoContent p {
  /*margin-bottom: 0;*/
}
@media only screen and (max-width: 520px) {
  body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn {
    width: 100%;
  }
  body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn .inputWicon {
    order: 2;
  }
  body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn #sf_main_warrUpdateBtn {
    order: 4;
    margin: 0;
  }
  body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn .info {
    order: 1;
    margin-right: 10px;
  }
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn input {
  border: 1px solid #DDDDDD;
  padding: 16px 5px 16px 40px;
  font-size: 16px;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (max-width: 520px) {
  body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn input {
    width: 100%;
  }
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn > #sf_main_warrUpdateBtn {
  height: 100%;
  margin-left: 0;
  box-sizing: border-box;
  padding: 16px 32px;
  background-color: #38749D;
  color: white;
  font-size: 16px;
  font-weight: 700;
  border: none;
  margin-right: 15px;
}
@media only screen and (max-width: 520px) {
  body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper .searchInput_wBtn > #sf_main_warrUpdateBtn {
    width: 100%;
    margin: 0;
  }
}
body > main #sf-front_page_heading > #sf_main #sf_main_wsearchWrapper #sf_main_searchInfo {
  color: red;
}
body > main #sf-front_page_heading > #sf_main #devicePortal {
  cursor: pointer;
}
body > main #sf-front_page_heading > img {
  width: 555px;
}
@media only screen and (max-width: 520px) {
  body > main #sf-front_page_heading > img {
    order: 1;
    width: 100%;
  }
}
body > main .sf_main_catWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 40px;
}
body > main .sf_main_catWrapper > div {
  width: 30%;
  display: flex;
  flex-direction: column;
  /*flex:1;*/
}
body > main .sf_main_catWrapper > div > .icon {
  max-width: 56px;
}
body > main .sf_main_catWrapper > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body > main .sf_main_catWrapper > div > div legend {
  font-weight: 700;
  font-size: 22px;
  display: block;
  margin: 10px 0 0 0;
}
body > main .sf_main_catWrapper > div > div p {
  flex: 1;
}
body > main .sf_main_catWrapper > div > div a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #38749D;
  text-decoration: none;
  /*flex:1;*/
  /*align-self: end;*/
}
@media only screen and (max-width: 520px) {
  body > main .sf_main_catWrapper {
    display: flex;
    gap: 32px;
  }
  body > main .sf_main_catWrapper > div {
    /*flex-wrap: wrap;*/
    width: 100%;
    flex-direction: row;
    align-items: start;
  }
  body > main .sf_main_catWrapper > div > .icon {
    margin-right: 19px;
  }
  body > main .sf_main_catWrapper a {
    width: 100%;
  }
}
body > footer {
  background-color: #F4F4F4;
  width: 100%;
  height: 280px;
  margin-bottom: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
body > footer > div {
  max-width: 1110px;
  width: 100%;
  /*width: 1110px;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body > footer > div > .footer-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 156px;
  border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width: 520px) {
  body > footer > div > .footer-top > * {
    width: 100%;
  }
  body > footer > div > .footer-top > .logoWrapper {
    display: none;
  }
}
body > footer > div > .footer-top .custCareWrapper {
  margin-left: 60px;
}
body > footer > div > .footer-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /*height: 130px;*/
  flex: 1;
}
@media only screen and (max-width: 520px) {
  body > footer > div > .footer-bottom > * {
    width: 100%;
  }
}
body > footer > div > .footer-bottom > .bottom_left > * {
  padding: 0 8px;
}
body > footer > div > .footer-bottom > .bottom_left > *:not(:last-child) {
  border-right: 1px solid #2D2B27;
}
body > footer > div > .footer-bottom > .bottom_left > label,
body > footer > div > .footer-bottom > .bottom_left a {
  font-size: 14px;
  font-weight: 400;
  color: #2D2B27;
}
body > footer > div > .footer-bottom > .bottom_left > a {
  cursor: pointer;
}
body > footer > div > .footer-bottom > .bottom_left > a:hover {
  color: blue;
}
@media only screen and (max-width: 520px) {
  body > footer > div > .footer-bottom > .bottom_left {
    display: flex;
    flex-direction: column;
  }
  body > footer > div > .footer-bottom > .bottom_left > * {
    width: 100%;
    border-right: none !important;
  }
  body > footer > div > .footer-bottom > .bottom_left > a {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
  }
  body > footer > div > .footer-bottom > .bottom_left label {
    margin-bottom: 24px;
  }
}
.filler {
  flex: 1;
}
.custCareWrapper {
  display: flex;
}
.custCareWrapper > img {
  margin-right: 5px;
}
.custCareWrapper label {
  font-size: 14px;
  font-weight: 400;
  color: #2D2B27;
}
.custCareWrapper b {
  font-size: 16px;
  font-weight: 700;
  color: #2D2B27;
  display: block;
  white-space: nowrap;
}
.picker #cocuWrapper {
  display: flex;
  align-self: center;
}
.picker #cocuWrapper #countryPicker {
  display: flex;
  align-items: center;
  width: 100%;
  height: 24px;
  margin-right: 50px;
  cursor: pointer;
  position: relative;
}
.picker #cocuWrapper #countryPicker > img {
  width: 38px;
  display: block;
  height: 100%;
}
.picker #cocuWrapper #countryPicker > img:nth-child(2) {
  width: 8px;
  margin-left: 8px;
}
#cocuWrapper {
  display: flex;
  align-self: center;
}
#cocuWrapper #countryPicker {
  display: flex;
  align-items: center;
  width: 100%;
  height: 24px;
  margin-right: 28px;
  cursor: pointer;
  position: relative;
}
#cocuWrapper #countryPicker > img {
  width: 38px;
  display: block;
  height: 100%;
}
#cocuWrapper #countryPicker > img:nth-child(2) {
  width: 8px;
  margin-left: 8px;
}
#cocuWrapper #currencyPicker {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
}
#cocuWrapper #currencyPicker > img {
  width: 8px;
  margin-left: 8px;
}
#cocuWrapper .switch {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  border: 1px solid #DDDDDD;
  background-color: #fdebe9;
  border-radius: 4px;
  padding: 0;
  margin-left: 28px;
  /*width: 70px;*/
  padding: 0 18px;
}
#cocuWrapper .switch .thumb {
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: 15px;
  color: white;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: white;
}
#cocuWrapper .switch.active {
  background-color: #38749D;
  color: white;
}
#cocuWrapper .switch.active .thumb {
  top: -1px;
  right: -1px;
  left: unset;
}
.picker {
  position: relative;
  display: flex;
  align-items: center;
}
.picker .selection {
  position: absolute;
  top: 100%;
  left: -4px;
  padding-top: 5px;
  width: 46px;
  padding-inline-start: 0;
  list-style: none;
  margin: 0;
  /*background-color: #f4f4f4;*/
  display: none;
  /*border: 1px solid lightgray;*/
  padding: 5px 4px;
}
.picker .selection > li {
  width: 100%;
}
.picker .selection > li > img {
  width: 100%;
}
.picker.active .selection {
  display: block;
}
#sf_upgrade_dev_detailW {
  display: flex;
  margin-top: 64px;
}
#sf_upgrade_dev_detailW #sf_upgrade_dev_detail {
  margin-left: 30px;
}
#sf_upgrade_dev_detailW #sf_upgrade_dev_detail label {
  font-weight: bold;
  margin-right: 5px;
  display: block;
}
#sf_upgrade_dev_detailW #sf_upgrade_dev_detail > * {
  /*margin-bottom: 8px;*/
  white-space: nowrap;
}
#sf_upgrade_dev_detailW #sf_upgrade_dev_detail * {
  font-size: 16px;
}
#sf_upgrade_dev_detailW h5 {
  display: inline-block;
  margin: 8px 0;
  margin-right: 5px;
  font-size: 16px;
}
#sf_upgrade_dev_detailW a {
  text-decoration: none;
  color: #38749D;
  margin-top: 8px;
  line-height: 24px;
  font-weight: 700;
  display: block;
}
#sf_upgrade_dev_detailW .sf_warrGraph {
  width: 450px;
  /*background-color:red;*/
  margin-left: auto;
}
#sf_upgrade_dev_detailW .sf_warrGraph h4 {
  margin-top: 8px;
}
#sf_upgrade_dev_detailW .sf_warrGraph .wTimeline {
  margin-left: 0;
}
/*#sf_upgrade_serviceList_section{
    >div{

    }
}*/
#sf_upgrade_serviceSlider.loading {
  display: none;
}
#sf_upgrade_serviceSlider > h2 {
  margin-top: 0;
}
#sf_upgrade_serviceSlider .sf_sliderWrapper {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
#sf_upgrade_serviceSlider .sf_sliderWrapper > input[type="range"] {
  width: 80%;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*background-color: #38749D;*/
  border-radius: 12px;
  height: 14px;
  /*
            &::-ms-thumb{
                -webkit-appearance: none;
                height: 36px;
                width: 36px;
                border-radius: 50%;
                border: 11px solid #38749D;
                background: white;
                transition: background .3s ease-in-out;
            }*/
}
#sf_upgrade_serviceSlider .sf_sliderWrapper > input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 11px solid #38749D;
  background: white;
  transition: background 0.3s ease-in-out;
}
#sf_upgrade_serviceSlider .sf_sliderWrapper > input[type="range"]::-moz-range-thumb {
  appearance: none;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 11px solid #38749D;
  background: white;
  transition: background 0.3s ease-in-out;
  box-sizing: border-box;
}
#sf_upgrade_serviceSlider .sf_sliderWrapper > div {
  width: 20%;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
#sf_upgrade_serviceSlider .sf_sliderWrapper > div label {
  font-weight: 700;
  font-size: 35px;
  width: 30px;
  display: inline-block;
  text-align: center;
}
#sf_upgrade_serviceSlider .sf_sliderWrapper > div button {
  fill: #2D2B27;
}
#sf_upgrade_serviceSlider .sf_sliderWrapper > div button.disabled {
  fill: #F4F4F4;
}
#sf_upgrade_serviceList_section.loading {
  display: none;
}
#sf_upgrade_serviceList_section > h2 {
  margin-top: 0;
}
.sf_serviceList {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-top: 62px;
}
.sf_serviceList h2,
.sf_serviceList h3 {
  font-weight: 700;
  /*font-size: 22px;*/
}
.sf_serviceList.more .DetailListWrapper {
  display: block;
}
.sf_serviceList.more .learnMore > .more {
  display: none;
}
.sf_serviceList.more .learnMore > .less {
  display: block;
}
.sf_serviceList > div {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #DDDDDD;
  padding: 20px;
  position: relative;
  width: 255px;
}
.sf_serviceList > div > img {
  height: 70px;
  width: 70px;
}
.sf_serviceList > div h2 {
  font-weight: 700;
  /*font-size: 26px;*/
  line-height: 36px;
  margin: 16px 0 30px 0;
}
.sf_serviceList > div h3 {
  font-weight: 700;
  /*font-size:22px;*/
  line-height: 27px;
  margin: 8px 0;
}
.sf_serviceList > div .priceWrapper {
  display: flex;
  position: relative;
  max-width: fit-content;
}
.sf_serviceList > div .priceWrapper > h2:first-child {
  margin-right: 2px;
}
.sf_serviceList > div .priceWrapper .origPrice {
  position: absolute;
  right: 10px;
  text-decoration: line-through;
}
.sf_serviceList > div .DetailListWrapper {
  flex: 1;
  display: none;
  margin-bottom: 30px;
}
.sf_serviceList > div .DetailListWrapper legend {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.sf_serviceList > div .DetailListWrapper > div > div {
  padding: 8px 0;
}
.sf_serviceList > div .DetailListWrapper > div > div:not(:last-child) {
  border-bottom: 1px solid #DDD;
}
.sf_serviceList > div .toBasket {
  width: 215px;
  height: 54px;
  border: 1px solid #2D2B27;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.sf_serviceList > div .learnMore {
  color: #38749D;
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}
.sf_serviceList > div .learnMore > .less {
  display: none;
}
.sf_serviceList > div.selected {
  border: 1px solid #3C8949;
  background: rgba(60, 137, 73, 0.1);
}
.sf_serviceList > div.selected .toBasket {
  color: white;
  background-color: #3C8949;
  gap: 10px;
}
.sf_serviceList > div .recommended {
  position: absolute;
  bottom: 100%;
  left: -1px;
  width: calc(100% + 2px);
  height: 31px;
  background-color: #2D2B27;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sf_serviceList > div p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /*flex:1;*/
}
.bottomDelimeter {
  border-bottom: 1px solid #DDDDDD;
  padding: 64px 0;
}
.bold_label {
  font-size: 16px;
  font-weight: 700;
}
#sf_upgrade_deviceInfo {
  padding-top: 30px;
}
#sf_upgrade_deviceInfo .lds-ring {
  display: none;
}
#sf_upgrade_deviceInfo.loading {
  border-bottom: none;
}
#sf_upgrade_deviceInfo.loading .lds-ring {
  display: block;
}
#sf_upgrade_deviceInfo > h1 {
  margin-top: 0;
}
#sf_upgrade_additionalList_section {
  margin-top: 64px;
}
#sf_upgrade_additionalList_section h2 {
  margin-top: 0;
  margin-bottom: 32px;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div {
  display: flex;
  height: 110px;
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div > .middle {
  flex: 1;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div > img {
  width: 60px;
  margin-right: 16px;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div h4 {
  /*font-size: 18px;*/
  font-weight: 700;
  margin: 0 0 7px 0;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #2D2B27;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div h3 {
  margin: 0 0 16px 0;
  white-space: nowrap;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div .priceWrapper {
  display: flex;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div .priceWrapper h3:first-child {
  margin-right: 2px;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div button {
  white-space: nowrap;
  color: #38749D;
  /*width: 138px;*/
  padding: 0;
  height: 24px;
  font-weight: 700;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div button:disabled {
  color: red;
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div.selected {
  border-color: #3C8949;
  background: rgba(60, 137, 73, 0.1);
}
#sf_upgrade_additionalList_section .sf-additionalSvc-list > div > .basketWrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-left: 50px;
}
#sf_upgrade_additionalList_section .lds-ring {
  display: none;
}
#sf_upgrade_additionalList_section.loading .sf-additionalSvc-list {
  display: none;
}
#sf_upgrade_additionalList_section.loading .lds-ring {
  display: block;
}
#sf_upgrade_summary_section {
  width: 730px;
  margin: 64px auto 95px auto ;
  background-color: #F4F4F4;
  /*    display:flex;
        flex-direction: column;*/
  box-sizing: border-box;
  padding: 60px 65px;
}
#sf_upgrade_summary_section.loading {
  display: none;
}
#sf_upgrade_summary_section h2 {
  font-weight: 700;
  /*font-size: 26px;*/
}
#sf_upgrade_summary_section button {
  width: 600px;
  height: 74px;
  background-color: #38749D;
  color: white;
  font-weight: 700;
  font-size: 22px;
}
#sf_upgrade_summary_section button:disabled {
  background-color: #979797;
}
#sf_upgrade_summary_section .sf_upgradeSummary_summary {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#sf_upgrade_summary_section .sf_upgradeSummary_summary .priceWrapper {
  display: flex;
}
#sf_upgrade_summary_section .sf_upgradeSummary_summary .priceWrapper > h1:first-child {
  margin-right: 4px;
}
#sf_upgrade_summary_section .sf_upgradeSummary_summary .priceWrapper div:nth-of-type(2) {
  margin-right: 4px;
  margin-left: 2px;
}
#sf_upgrade_summary_section .sf_upgradeSummary_summary legend {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}
#sf_upgrade_summary_section .sf_upgradeSummary_summary .right {
  display: flex;
  flex-direction: column;
  align-items: end;
}
#sf_upgrade_summary_section .sf_upgradeSummary_summary .right legend {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#sf_upgrade_summary_section .sf_upgradeSummary_summary.bottomDelimeter {
  padding: 24px 0;
}
#sf_upgrade_summary_section .sf_upgrade_summary_list > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0;
  padding-bottom: 24px;
}
#sf_upgrade_summary_section .sf_upgrade_summary_list > div h4 {
  margin: 0;
}
#sf_upgrade_summary_section .sf_upgrade_summary_list > div .priceWrapper {
  display: flex;
}
#sf_upgrade_summary_section .sf_upgrade_summary_list > div .priceWrapper h4:first-child {
  margin-right: 2px;
}
#sf_upgrade_summary_detail {
  display: flex;
  justify-content: space-between;
  /*height: 1000px;*/
  width: 100%;
  min-width: 800px;
  margin-top: 30px;
}
#sf_upgrade_summary_detail > * {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 520px) {
  #sf_upgrade_summary_detail {
    flex-direction: column;
    min-width: 0;
  }
  #sf_upgrade_summary_detail > * {
    width: 100%;
  }
}
#sf_upgrade_summary_detail > .right {
  /*width: 50%;*/
  background-color: #F4F4F4;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#sf_upgrade_summary_detail > .right .bottomDelimeter {
  padding: 0 0 25px 0;
}
#sf_upgrade_summary_detail > .right H3 {
  margin: 0;
}
#sf_upgrade_summary_detail > .right .titleWrapp {
  display: flex;
  align-items: center;
}
#sf_upgrade_summary_detail > .right .titleWrapp img {
  height: 27px;
  margin-right: 20px;
}
#sf_upgrade_summary_detail > .right .basketContentList {
  overflow: auto;
  flex: 1;
  max-height: 250px;
}
#sf_upgrade_summary_detail > .right .basketContentList > div {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 24px;
}
#sf_upgrade_summary_detail > .right .basketContentList > div .price {
  color: #38749D;
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#sf_upgrade_summary_detail > .right .basketContentList > div > div {
  display: flex;
  flex-wrap: wrap;
}
#sf_upgrade_summary_detail > .right .basketContentList > div > div > h5 {
  margin: 0;
  width: 100%;
}
#sf_upgrade_summary_detail > .right .basketContentList > div > div .descWrapper {
  display: flex;
  align-items: start;
  margin-top: 8px;
  font-size: 12px;
}
#sf_upgrade_summary_detail > .right .basketContentList > div > div .descWrapper .yearsWrapper {
  display: flex;
  margin-right: 8px;
  background-color: #38749D;
  color: white;
  padding: 5px 10px;
}
#sf_upgrade_summary_detail > .right #basketSummarySection {
  width: 100%;
  margin-top: 32px;
}
#sf_upgrade_summary_detail > .right #basketSummarySection > .countWrapper {
  display: flex;
  padding: 11px 26px;
  background-color: #D9D9D9;
  justify-content: space-between;
  align-items: center;
}
#sf_upgrade_summary_detail > .right #basketSummarySection > .countWrapper > * {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
#sf_upgrade_summary_detail > .right #basketSummarySection > .priceWrapper {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
#sf_upgrade_summary_detail > .right #basketSummarySection > .priceWrapper .priceValueWrapper * {
  white-space: nowrap;
  display: flex;
  gap: 8px;
}
#sf_upgrade_summary_detail > .right #basketSummarySection > .priceWrapper .priceValueWrapper h3 {
  line-height: 27px;
  margin-bottom: 8px;
  color: #38749D;
}
#sf_upgrade_summary_detail > .right #basketSummarySection > .priceWrapper .priceValueWrapper .currChar {
  margin-left: -8px;
}
#sf_upgrade_summary_detail > .right #basketSummarySection #basket_checkout_btn {
  width: 100%;
  padding: 15px 30px;
  background: #3C8949;
  color: white;
  margin-top: 24px;
}
#sf_upgrade_summary_detail > .right #basketSummarySection .agree {
  margin-top: 24px;
  text-align: center;
  color: #2D2B27;
}
#sf_upgrade_summary_detail > .right #basketSummarySection img {
  margin-top: 24px;
  width: 100%;
}
#sf_upgrade_summary_detail > .left {
  display: flex;
  flex-wrap: wrap;
  /*width: 50%;*/
  height: fit-content;
  justify-content: space-between;
  align-items: end;
  /*align-items: end;*/
}
@media only screen and (max-width: 520px) {
  #sf_upgrade_summary_detail > .left {
    width: 100%;
  }
}
#sf_upgrade_summary_detail > .left > h1,
#sf_upgrade_summary_detail > .left h3 {
  width: 100%;
  margin: 0 0 30px 0;
}
#sf_upgrade_summary_detail > .left > h1 {
  margin: 0 0 36px 0;
}
#sf_upgrade_summary_detail > .left > * {
  width: calc(50% - 5px);
  box-sizing: border-box;
  margin-top: 16px;
}
@media only screen and (max-width: 520px) {
  #sf_upgrade_summary_detail > .left > * {
    width: 100%;
  }
}
#sf_upgrade_summary_detail > .left > * > select,
#sf_upgrade_summary_detail > .left > * input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  height: 54px;
  padding: 15px 12px;
}
#sf_upgrade_summary_detail > .left > * > select:required,
#sf_upgrade_summary_detail > .left > * input:required {
  background-color: #f3ffef;
}
#sf_upgrade_summary_detail > .left > * > select:invalid,
#sf_upgrade_summary_detail > .left > * input:invalid {
  background-color: #fff3f3;
}
#sf_upgrade_summary_detail > .left > *:has([required]) {
  color: red;
}
#sf_upgrade_summary_detail > .left > * > .labelWrapper label {
  font-weight: 700;
  font-size: 14px;
  color: #2D2B27;
}
#sf_upgrade_summary_detail > .left .cTypeWrapper {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  /*height: 100%;*/
  align-self: stretch;
}
#sf_upgrade_summary_detail > .left .cTypeWrapper button {
  fill: #DDDDDD;
  flex: 1;
  border: 1px solid #DDDDDD;
  /*width: 45%;*/
}
#sf_upgrade_summary_detail > .left .cTypeWrapper button svg {
  fill: inherit;
}
#sf_upgrade_summary_detail > .left .cTypeWrapper button.active {
  fill: #38749D;
  border-color: #38749D;
}
#sf_upgrade_summary_detail > .left .searchWrapper {
  position: relative;
}
#sf_upgrade_summary_detail > .left .searchWrapper button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}
#sf_upgrade_summary_detail > .left .searchWrapper.active button {
  display: block;
}
main.purchase > * {
  display: none;
}
main.purchase > #sf_upgrade_summary_detail {
  display: flex;
}
main > #sf_upgrade_summary_detail {
  display: none;
  margin-bottom: 24px;
}
main > #sf_upgrade_summary_detail .devWrapper {
  display: flex;
}
main.wlmenu {
  display: flex;
  justify-content: space-between;
}
main.wlmenu .lmenu {
  width: 255px;
  flex-direction: column;
  gap: 30px;
  display: flex;
  margin-bottom: 24px;
}
@media only screen and (max-width: 520px) {
  main.wlmenu .lmenu {
    display: none;
  }
}
main.wlmenu #devInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
main.wlmenu #devInfo h4 {
  margin: 0;
}
main.wlmenu #devInfo h4#devVarStatus {
  color: #E22319;
  margin: 16px 0;
}
main.wlmenu #devInfo h4#devVarStatus.active {
  color: #3C8949;
}
main.wlmenu #devInfo > div {
  display: flex;
  gap: 8px;
}
main.wlmenu .navMenu {
  display: flex;
  flex-direction: column;
  /*gap:12px;*/
}
main.wlmenu .navMenu a {
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding: 12px;
  text-decoration: none;
}
main.wlmenu .navMenu a h5 {
  margin: 0;
  color: #2D2B27;
}
main.wlmenu .navMenu a:hover {
  background-color: #a8a8a814;
}
main.wlmenu .navMenu a.button {
  background-color: transparent;
  color: #38749D;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 30px;
  border: 1px solid #38749D;
  margin-top: 24px;
}
main.wlmenu .content {
  min-height: 200px;
  /*background-color: lightcyan;*/
  width: 730px;
}
@media only screen and (max-width: 520px) {
  main.wlmenu .content {
    margin-top: 50px;
  }
}
#sf_upgrade_summary_detail .devWrapper {
  margin-top: 25px;
}
#sf_upgrade_summary_detail .devWrapper img {
  height: 81px;
  margin-right: 16px;
}
#sf_upgrade_summary_detail .devWrapper b {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
#sf_upgrade_summary_detail .devWrapper legend {
  font-weight: 700;
  font-size: 14px;
  /*margin-top: 10px;*/
}
#sf_upgrade_summary_detail .devWrapper button {
  color: #38749D;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  margin-top: 10px;
}
#sf_upgrade_summary_detail .devWrapper .countWrapper {
  display: flex;
}
#sf_upgrade_summary_detail .devWrapper .countWrapper > legend {
  margin-right: 3px;
}
dialog {
  border: none;
  border-radius: 8px;
  height: 730px;
  width: 888px;
}
dialog::backdrop {
  /*background-color: red;*/
}
dialog button.close {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 39px;
  height: 39px;
  background: url(/assets/cancel.svg) no-repeat;
  /*background:*/
}
dialog.terms {
  overflow: hidden;
}
dialog.terms > h1 {
  height: 15%;
  margin: 0;
  line-height: 100px;
}
dialog.terms > .content {
  overflow: auto;
  height: 85%;
}
dialog.specWarDialog {
  height: fit-content;
  padding: 22px;
}
dialog.specWarDialog .btnWrapper {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
dialog.specWarDialog .btnWrapper button {
  height: 100%;
  /*margin-left: 0;*/
  box-sizing: border-box;
  padding: 16px 32px;
  background-color: #38749D;
  color: white;
  font-size: 16px;
  font-weight: 700;
  border: none;
  margin-right: 15px;
}
dialog.specWarDialog h1 {
  margin-top: 0;
}
.devConfigDialog {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow: hidden;
}
.devConfigDialog main {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  overflow: hidden;
}
.devConfigDialog main .tableWrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: auto;
  width: 100%;
  align-items: start;
}
.devConfigDialog main .tableWrapper table {
  width: 100%;
  overflow: auto;
  max-height: calc(100% - 90px);
  border-spacing: 0;
}
.devConfigDialog main .tableWrapper table th,
.devConfigDialog main .tableWrapper table td {
  text-align: center;
  height: 26px;
}
.devConfigDialog main .tableWrapper table thead {
  font-size: 12px;
  color: #A8A8A8;
  /*position: absolute;*/
  /*                left:0;
                                    top:0;
                                    width: 100%;*/
}
.devConfigDialog main .tableWrapper table thead th {
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
}
.devConfigDialog main .tableWrapper table tbody tr.edit {
  background-color: #ededed;
}
.devConfigDialog main .tableWrapper table tbody tr > td {
  padding-top: 20px;
}
.devConfigDialog main .tableWrapper table tbody tr > td:first-child > div {
  border: 1px solid #D6E6F1;
  background-color: #D6E6F1;
  border-radius: 26px;
  width: 24px;
  box-sizing: border-box;
  color: #2D2B27;
  font-weight: 700;
  margin-left: auto;
}
.devConfigDialog main .tableWrapper table tbody tr > td .pDate_wrapper {
  display: inline-flex;
  justify-content: middle;
}
.devConfigDialog main .tableWrapper table tbody tr > td .pDate_wrapper img {
  /*margin-left: auto;*/
}
.devConfigDialog main .tableWrapper table tbody tr > td .pDate_wrapper.edit > div,
.devConfigDialog main .tableWrapper table tbody tr > td .pDate_wrapper.edit > img {
  display: none;
}
.devConfigDialog main .tableWrapper table tbody tr > td .regInfoWrapper {
  display: inline-flex;
  justify-content: middle;
  max-width: 205px;
  white-space: nowrap;
}
.devConfigDialog main .tableWrapper table tbody tr > td .regInfoWrapper > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit {
  background-color: #ededed;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td {
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
  padding: 0 20px 10px 20px;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td > div.formWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 8px;
  row-gap: 8px;
  width: 100%;
  background-color: transparent;
  border: none;
  /*justify-content: space-between;*/
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td > div.formWrapper > div {
  /*                                        margin-right: 5px;
                                                                                margin-bottom: 12px;*/
  text-align: left;
  font-size: 10px;
  color: red;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td > div.formWrapper > div input,
.devConfigDialog main .tableWrapper table tbody tr.regEdit td > div.formWrapper > div select {
  font-size: 14px;
  border: 1px solid #DDDDDD;
  padding: 8px 2px;
  width: 100%;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td > div.formWrapper > div label {
  font-weight: 700;
  font-size: 10px;
  color: #2D2B27;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td > div.formWrapper > div.span2 {
  grid-column: span 2;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td div.toolbar {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  padding-top: 8px;
  justify-content: right;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td div.toolbar button {
  font-size: 16px;
  color: white;
  padding: 10px;
  font-weight: 700;
  border-radius: 2px;
  margin-right: 8px;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td div.toolbar button.storno {
  background-color: red;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td div.toolbar button.ok {
  background-color: green;
}
.devConfigDialog main .tableWrapper table tbody tr.regEdit td div.toolbar button.same {
  background-color: #38749D;
}
.devConfigDialog main > .newDevWrapper {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  margin-top: 10px;
}
.devConfigDialog main > .newDevWrapper > button {
  font-size: 16px;
  color: #38749D;
  font-weight: 700;
  justify-self: end;
}
.devConfigDialog main > .newDevWrapper .inputWrapper {
  margin-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.devConfigDialog main > .newDevWrapper .inputWrapper button {
  position: absolute;
  right: 15px;
  width: 26px;
  height: 26px;
  padding: 0;
  /*top:50%;*/
}
.devConfigDialog main > .newDevWrapper .inputWrapper input {
  height: 54px;
  padding: 14px 52px 14px 15px;
}
.devConfigDialog main > .newDevWrapper.active .showInput {
  display: none;
}
.devConfigDialog footer {
  display: grid;
  /*justify-content: space-between;*/
  width: 100%;
  margin-top: 48px;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
}
.devConfigDialog footer > div {
  grid-column: 2;
  align-content: center;
  display: flex;
  gap: 8px;
}
.devConfigDialog footer button {
  background-color: #38749D;
  color: white;
  padding: 15px 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
main.promo {
  /*display:flex;*/
}
main.promo .formWrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}
main.promo .formWrapper #promoForm {
  margin-bottom: 10px;
}
main.promo .formWrapper #promoForm > div {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  width: 100%;
}
main.promo .formWrapper #promoForm > div > input,
main.promo .formWrapper #promoForm > div select {
  height: 54px;
  border: 1px solid #DDDDDD;
}
main.promo .formWrapper button {
  /*width: 600px;*/
  height: 74px;
  background-color: #38749D;
  color: white;
  font-weight: 700;
  font-size: 22px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #F4F4F4;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F4F4F4 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.titleSpinWrapper {
  display: flex;
}
.titleSpinWrapper .lds-ring {
  margin-left: 50px;
}
.highlight-debug {
  outline: #ed03033d;
  outline-style: dotted;
}
.lang-debug-title {
  position: fixed;
}
#devSummaryPage {
  /*    .devSummInfoWrapper{
            display:flex;
        }*/
}
#devSummaryPage #devSummInfo {
  display: flex;
  gap: 50px;
}
#devSummaryPage #devSummInfo .left {
  flex: 6;
}
#devSummaryPage #devSummInfo .left .summary .link {
  color: #38749D;
  cursor: pointer;
}
#devSummaryPage #devSummInfo .left .summary h4 {
  margin-bottom: 0;
}
#devSummaryPage #devSummInfo .left .summary .pdCorrect {
  margin-top: -5px;
  margin-bottom: 16px;
}
#devSummaryPage #devSummInfo .left .summary > div {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
#devSummaryPage #devSummInfo .left .summary > pre {
  margin: 0;
}
#devSummaryPage #devSummInfo .left .wTimeline {
  margin-left: 0;
}
#devSummaryPage #devSummInfo .left > h4 {
  margin: 30px 0;
}
#devSummaryPage #devSummInfo .left .warrantyAlertW {
  cursor: pointer;
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #38749D;
  margin-top: 10px;
}
#devSummaryPage #devSummInfo .right {
  flex: 4;
}
#devSummaryPage #devSummInfo .right .warrLevel {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#devSummaryPage #devSummInfo .right .warrLevel img {
  margin-top: auto;
  width: 100%;
  max-width: 116px;
}
#devSummaryPage #devSummInfo .right .warrLevel p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 520px) {
  #devSummaryPage #devSummInfo {
    flex-direction: column;
  }
  #devSummaryPage #devSummInfo .right {
    display: flex;
    flex-direction: row;
  }
  #devSummaryPage #devSummInfo .right .warrLevel {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: start;
  }
  #devSummaryPage #devSummInfo .right .warrLevel h4 {
    width: 100%;
  }
}
#devSummaryPage .actionPane {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
#devSummaryPage .actionPane button {
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  color: white;
  background-color: #38749D;
}
#devSummaryPage .actionPane button.inverted {
  border: 1px solid var(--blue-main, #38749D);
  background-color: white;
  color: #38749D;
}
@media only screen and (max-width: 520px) {
  #devSummaryPage .actionPane {
    flex-direction: column;
    gap: 16px;
  }
}
.comGateDialog {
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.comGateDialog iframe {
  width: 600px;
  height: 800px;
}
.comGateDialog::backdrop {
  background: rgba(236, 239, 241, 0.4);
}
#wLookupListWrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 64px;
  margin-bottom: 50px;
}
#wLookupListWrapper > div h2 {
  margin: 0;
  margin-bottom: 12px;
}
#wLookupListWrapper > div > span {
  display: flex;
  justify-content: space-between;
}
#wLookupListWrapper > div.foldable {
  cursor: pointer;
}
#wLookupListWrapper > div.foldable.folded img {
  transform: rotate(180deg);
}
#wLookupListWrapper > div.foldable.folded > div {
  display: none;
}
#wLookupListWrapper > div > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#wLookupListWrapper > div > div > div {
  padding: 5px;
}
#wLookupListWrapper > div > div > div h4 {
  margin: 0;
}
#wLookupListWrapper > div > div > div > p {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
  color: #373737;
  opacity: 0.7;
}
#wLookupListWrapper > div > div > div .detailWrapper {
  display: flex;
  gap: 100px;
}
#wLookupListWrapper > div > div > div .detailWrapper a {
  text-decoration: none;
  color: #38749D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#wLookupListWrapper > div > div > div .detailWrapper > div {
  min-width: 40%;
}
#wLookupListWrapper > div > div > div .detailWrapper > div > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
#wLookupListWrapper > div > div > div .detailWrapper > div > div p {
  margin: 0;
  color: #2D2B27;
}
#wLookupListWrapper > div > div > div:hover {
  background-color: #FAFAFA;
}
#wLookupListWrapper > div > div > div:hover p {
  /*margin: 0;*/
  color: #2A2A20;
}
#menu_devsearchWrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#menu_devsearchWrapper #menu_devsearch {
  position: relative;
  display: flex;
  align-items: center;
}
#menu_devsearchWrapper #menu_devsearch input {
  /*margin-top: 15px;*/
  height: 54px;
  padding: 14px 92px 14px 15px;
  border: 1px solid #DDD;
  width: 100%;
}
#menu_devsearchWrapper #menu_devsearch button {
  position: absolute;
  right: 8px;
  padding: 0;
}
#warralarmdialog {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 16px;
}
#warralarmdialog input {
  height: 55px;
  padding: 8px;
}
#warralarmdialog button {
  margin: 16px;
  padding: 15px 30px;
  background-color: #38749D;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
#warralarmdialog .desc {
  margin: 15px 0;
}
#warralarmdialog .close {
  background-color: transparent;
  padding: 0;
  top: 20px;
  right: 20px;
  margin: 0;
}
#warralarmdialog h5 {
  margin-top: 45px;
}
#warralarmdialog .terms {
  cursor: pointer;
  color: #38749D;
}
#warralarmdialog .terms:hover {
  color: #0f3beb;
}
.sf_paymentSuccDialog {
  width: 400px;
  height: fit-content;
}
.sf_paymentSuccDialog .svcOrder_confirmationWrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 50px;
}
.sf_paymentSuccDialog .svcOrder_confirmationWrapper button {
  display: block;
  align-self: center;
  padding: 10px;
  background-color: #38749D;
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.svcOrderDetail {
  margin-top: 80px;
}
.svcOrderDetail > div {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 10px;
  row-gap: 6px;
  /*margin: 30px 0;*/
  padding: 10px 0 40px 0 ;
}
.svcOrderDetail > div h4 {
  grid-column: 1 / -1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.svcOrderDetail > div:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.svcOrderDetail .services {
  grid-template-columns: max-content auto max-content 1fr;
}
.svcOrderDetail .devices {
  grid-template-columns: max-content max-content max-content;
}
main.reg_check h1 {
  margin: 64px 0 48px 0;
}
main.reg_check .options {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 128px;
}
@media only screen and (max-width: 520px) {
  main.reg_check .options {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 48px;
  }
  main.reg_check .options .right {
    display: none;
  }
}
main.reg_check .options > div {
  width: 45%;
}
@media only screen and (max-width: 520px) {
  main.reg_check .options > div {
    width: 100%;
  }
}
main.reg_check .options > div h4 {
  margin: 0;
  margin-bottom: 8px;
}
main.reg_check .options > div p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin: 0;
  opacity: 0.7;
}
main.reg_check .options .inputWrapper {
  display: flex;
  height: 54px;
  width: 100%;
  margin-top: 32px;
}
main.reg_check .options .inputWrapper input {
  padding: 15px 92px 15px 15px;
  flex: 1;
  min-width: 0;
  border-radius: 0;
  border: 1px solid #DDD;
}
main.reg_check .options button {
  background-color: #38749D;
  color: white;
  padding: 15px 30px;
}
main.reg_check .options .right .inputWrapper {
  gap: 15px;
}
main.reg_check #regAdvWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*gap: 48px;*/
}
@media only screen and (max-width: 520px) {
  main.reg_check #regAdvWrapper {
    flex-direction: column;
  }
}
main.reg_check #regAdvWrapper h2 {
  width: 100%;
  margin: 0;
  margin-bottom: 48px;
}
main.reg_check #regAdvWrapper h4 {
  /*font-size: 14px;*/
  margin: 0;
  /*font-weight: 400;*/
  color: black;
}
main.reg_check #regAdvWrapper p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
}
main.reg_check #regAdvWrapper > div {
  width: 30%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 520px) {
  main.reg_check #regAdvWrapper > div {
    width: 100%;
    gap: 30px;
  }
}
main.reg_check #regAdvWrapper > div img {
  width: 32px;
  align-self: start;
}
main.reg_check #regAdvWrapper > div .wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/*# sourceMappingURL=sf.css.map */