* {
    margin: 0;
    padding: 0
}
.field{
    position: relative;
    opacity: 1;
}
html {
    height: 100%
}
body {
    font-family: 'system-ui';
     padding-top: 0px;
}
h1,h2,h3,h4,h5,h6{font-family: 'system-ui'; margin-bottom: 0 !important;}
#grad1 {
    background-size: contain;
}
@media only screen and (max-width: 953px){
    .head{
       padding-top:20px;
    }
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 5px
}

#msform fieldset .form-card {
    /* background: white; */
    /* background: #EAF0FF;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 18px 4px 20px 10px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative; */
}

#msform fieldset {
background-color: cadetblue;
    /* background: white; */
    background: #EAF0FF;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    font-weight: bold;
    color: #343A40
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
}
#msform input,
#msform textarea {
    padding: 5px 15px;
    border: 1px solid #ECECEC;
    border-radius: 15px;
    /* margin-top: 2px; */
    width: -1%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 2px;
    background: white;
}
#internet{
    display:block;
}
.set{
    width:auto !important;
    height: 13px;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
.panel-heading.wifi{
    /* height: 5em  !important; */
    }
#msform input:focus,
#msform textarea:focus {

    box-shadow: none !important;

    font-weight: bold;
    outline-width: 0
}

#msform .action-button {
    width: 156px;
    color: white;
    /* background: skyblue; */
    background: #00A950;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}
:not(#divLG).collapsed > div:nth-child(2) {
    display: block !important;
}
#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 156px;
    color: white;
    border: none;
    /* background: lightblue; */
    background: #00A950;
    box-shadow: none;
    font-size: 17px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: groove;
    border-radius: 0.5rem;
    position: relative;
    background-position: top;
    background-size: 3rem;
    background-image: url(/smartaccess/KE2-logo.svg);
    background-repeat: no-repeat;
    background-position-y: 7px;
}

.fs-title {
    font-size: 18px;
    color: #2C3E50;
    font-weight: bold;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    justify-content: space-around;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    display: inline-block;
    font-size: 12px;
}

#progressbar #cellular:before {
    font-family: FontAwesome;
    content: "\f012";
    margin-bottom: 14px;
}
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
    margin-bottom: 14px;
}
#progressbar #wipass:before {
    font-family: FontAwesome;
    content: "\f023";
    margin-bottom: 14px;
}

#progressbar #connect:before {
    font-family: FontAwesome;
    content: "\f0ac"
}

#progressbar #access:before {
    font-family: FontAwesome;
    content: "\f0ee"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f164"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    min-height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    /* background: skyblue; */
    /* background: #00A950; */
    background: #0068B3;

}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: contain;
    color: green;
    font-size: 124px;
    background-image: url(/smartaccess/check.svg)
}

.helper {
    content: "\003F";
    font-size: 10px;
    margin-top: 5px;
    padding-left: 6px;
    border-style: groove;
    width: 18px;
    float: right;
    height: 19px;
    padding-top: 2px;
    align-items: center;
    -webkit-border-radius: 50%;
    cursor: pointer;
    border-width: 1px;

}
.head {
    padding-top: 34px;
}
#progressbar li.done.active:before, #progressbar li.done.active:after {
   /* background: lightgreen; */
   background: #00A950;
}

::before {}
/*body[easy='1'] button {*/
    /*background: yellow;*/
/*}*/

.stable {
    background: none !important;
    opacity: 2 !important;
    font-weight: 800;
}
.initial:disabled {
    /* background: red !important; */
    background: #E40000 !important;
    opacity: 0.1 !important;
    box-shadow: none !important;
}

@media (min-width: 576px){
    .form-inline .custom-select, .form-inline .input-group {
        width:100%;
    }
}
.delete-icon{
    cursor: pointer;
}
#USE_APMODE_LABEL1 {
    margin-right:1.4em;
    display: inline-block;
    float: right;
}

#USEWR_LABEL1{
    margin-right: 1.4em;
    display: inline-block;
    float: right;
}
#USE_APMODE_LABEL0 {
    /* margin-right:1.4em; */
    /* display: inline-block; */
    /* float: right; */
}

#USEWR_LABEL0{
    margin-right: 1.4em;
    display: inline-block;
    float: right;
}

@media (max-width: 1483px){
    #USE_APMODE0 , #USE_APMODE1{
        /* margin-left: -16% !important; */
    }
}

@media (max-width: 1255px){
    #USE_APMODE0, #USE_APMODE1 {
        /* margin-left: -9% !important; */
    }
}
@media (max-width: 956px){
    #USE_APMODE0, #USE_APMODE1 {
        /* margin-left: 0% !important; */
    }
}

@media only screen and (max-width: 700px){
    #USE_APMODE0, #USE_APMODE1 {
        /* margin-left: 56% !important; */
    }
}

@media only screen and (max-width: 420px){
    #USE_APMODE0, #USE_APMODE1 {
        /* margin-left: 85% !important; */
    }
}

#USE_APMODE_LABEL1 {
    float: left;
    width: 50%;
}
#USE_APMODE_NAME0{
    /* width: 100%; */
    /* position: absolute; */
}

#USEWR_LABEL1{
    float: left;
}
#USE_APMODE_LABEL0 {
    /* float: left; */
    width: 100%;
}

#USEWR_LABEL0{
    float: left;
}
#USEWR_LABEL1{
    float: left;
}

/*** setup new design css **/
.blue_brdr_box{
    background: #EAF0FF;
    padding: 2px;
    border-radius: 10px;
    width: 100%;
    float: left;
    margin: 0 0 20px;
    height: calc(100% - 20px);

}
.header_popup{
    padding: 5px 12px 5px;
    margin: 0;
}
.white_box_inner {
    /* padding: 15px 15px 15px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    float: left;
    height: calc(100% - 40px); */

    background: #EAF0FF;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}

.blue_brdr_box_sub{
    background: #DFE6F8;
    padding: 2px;
    border-radius: 10px;
    width: 100%;
    margin: 0 0 20px;
    height: calc(100% - 20px);

}
.white_box_inner-white{
    padding: 15px 15px 15px;
    background: #EAF0FF;
    border-radius: 10px;
    width: 100%;

    height: calc(100% - 40px);
}
.card{
    z-index: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    background-position: top;
    background-size: 3rem;
    background-image: url(/smartaccess/KE2-logo.svg);
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-color: #EAF0FF;
}
/* ----------------------------------------- Switch CSS */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
  margin: 6px 0 0 10px;}

  .header_popup .switch{margin: 5px 0 0 10px;}

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
  border: 1px solid #A9A9A9;}

  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 1px;
    background-color: #707070;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider:before{background-color: #fff;}

  input:checked + .slider {
    background-color: #00A950;
  border: 1px solid #00A950;}

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(16px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 10px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

   /* ----------------------------------------- Switch CSS */
.float-left { float: left;}
.clear { clear: both; }
.btn_blue, .btn_blue:hover {
    background: #0068B3;
    color: #fff;
}
.bootstrap-select {
    width: 100% !important;
    border: 1px solid #ECECEC;
    border-radius: 15px;
}
.bootstrap-select>.dropdown-toggle{
    background-color:#fff;
    color: #000;
}
.help_icn {
    float: right;
    margin: 5px 0 0 0;
}
.help_icn .fas {
    font-size: 20px;
    color: #0068B3;
    cursor: pointer;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}
.as-button {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    padding: 6px 20px;
    border-radius: 0 10px 10px 0;
    /* margin-top: 2px; */
}
.as-button:hover{background-color: #e6e6e6; border-color: #adadad;}
#msform #PORTAL,#msform #password-field, #msform #WIFI-CLIENT-PASS0,#msform #WIFI-CLIENT-PASS1, #msform #WICA-PASS, #msform #MPASS, #msform #PASS  {
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0; 
}
.input-group-text {
    border-top-right-radius: 15px; 
    border-bottom-right-radius: 15px; 
}
.panel-default{ border: none;}
.panel { margin-bottom: 0px; background-color:#EAF0FF}
.panel-title {
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: auto;
    padding: 3px 0 0 0;
}
/* .panel-heading .wifi { background-color:#EAF0FF; border-color:none } */
.panel-heading {height: 2.5em !important;}
.txt_green {color: #00A950;}
.input-group{ display: inline-flex !important; }
body[easy='1'] #msform input:placeholder-shown { background: yellow; }
@media (max-width: 1025px){
    #progressbar li {font-size: 10px;}
    .panel-heading.wifi {height: 3em !important;}
}
@media (max-width: 767px){
    #progressbar li {font-size: 10px;}
    .panel-heading.wifi {height: 3em !important;}
}
@media (max-width: 364px){
    #progressbar li {font-size: 9px;}
    .panel-heading.wifi {height: 3em !important;}
}
.checkbox-group {
  margin-top: 15px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.checkbox-container input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.2);
}

.connection-status {
  border: thin solid black;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.status-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.status-label {
  font-weight: 600;
}


.signal-wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.signal-indicator {
  margin: 10px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #eaeef2;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.signal-strength {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.signal-bars-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  box-sizing: border-box;
}

.signal-bars {
  display: flex;
  align-items: flex-end;
  height: 30px;
  gap: 3px;
  box-sizing: border-box;
}

.bar {
  width: 12px !important;
  background-color: #ccc;
  border-radius: 2px;
  box-sizing: border-box;
}

.bar-1 { height: 20%; }
.bar-2 { height: 40%; }
.bar-3 { height: 60%; }
.bar-4 { height: 80%; }
.bar-5 { height: 100%; }

.bar-active {
  background-color: #3498db;
}

.signal-quality-text {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

.quality-excellent { color: #2ecc71; }
.quality-good { color: #27ae60; }
.quality-fair { color: #f39c12; }
.quality-poor { color: #d35400; }
.quality-bad { color: #e74c3c; }

.status-span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.status-connected {
  background-color: #2ecc71;
}

.status-disconnected {
  background-color: #e74c3c;
}

.status-searching {
  background-color: #f39c12;
}
.status-not-registered {
  background-color: #ffe600;
}

.warning-message {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 0 5px 5px 0;
}

.message { 
  padding-top: 5px;
  font-weight: normal;
}

.modem-loading-view, .app-error-container {
  padding: 30px 20px;
  text-align: center;
}

.app-error-icon {
  font-size: 48px;
  color: #e74c3c;
  margin-bottom: 20px;
}

.app-error-title {
  font-size: 24px;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 10px;
}

.app-error-message {
  color: #7f8c8d;
  margin-bottom: 20px;
}

.modem-message-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modem-message-text {
  color: #7f8c8d;
  margin-bottom: 20px;
}

.modem-spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-left-color: #3498db;
  animation: modem-spin 1s linear infinite;
}

@keyframes modem-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}