@import url("https://use.typekit.net/msf2ipm.css");
body{
    font-family: ballinger, sans-serif;
    font-size:14px;
    color:#333;
}
.header{
    display:flex;
    width: 100%;
    position: absolute;
    left:0px;
    top:0px;
    height:30px;
    background-color:white;
}
.search-content{
    display: flex;
    height:100vh;
    background-color:white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.search-area{
    display: flex;
    flex-direction: column;
}
.search-area .logo{
    display: flex;
    justify-content: center;
    margin-bottom:20px;
}
.search-area .logo>img{
    height:110px;
}
.search-area form{
    display: flex;
}
.search-area form>.form-str{
    padding:0px;
    width:100%;
    display: flex;
    border-width:1px 0px 1px 1px;
    border-color:#D9D9D9;
    border-style: solid;
    background-color:white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height:46px;
    overflow: hidden;
}
.search-area form>.form-str2>input.form-control{
    border:none;
    box-shadow: none;
    color:#333;
    border:none;
}
.search-area form>.form-str>input.form-control::placeholder{
    color:#333;
}
.search-area form>.form-str2{
    padding:0px;
    width:100%;
    display: flex;
    border-color:#D9D9D9;
    border-style: solid;
    background-color:white;
    height:46px;
    border-radius: 0px;
    border-width:1px 0px 1px 0px;
}
.search-area form>.form-str2>select.form-control, .search-area form>.form-str>select.form-control{
    border:none;
    box-shadow: none;
}
.search-area form>button.btn.btn-search{
    height:46px;
    background-color: #F99301;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    display: flex;
    align-items: center;
    padding:0px 20px;
    color:white;
}
.search-area form>button.btn.btn-search>i{
    margin-right:5px;
}
.search-area form>.form-str>.vertical-line, .search-area form>.form-str2>.vertical-line{
    width:1px;
    height:30px;
    margin-top:8px;
    background-color: rgba(58, 47, 49, 0.1);
}
ul.top-menu{
    display: flex;
    justify-content: flex-end;
    gap:16px;
    width: 100%;
}
ul.top-menu>li{
    display: flex;
}
ul.top-menu>li>a{
    color:#333;
    font-size:14px;
    font-weight: 400;
    text-decoration: none;
    height: 40px;
    display: flex;
    align-items: center;
}
.search-menu-area{
    display: flex;
    justify-content: center;
}
.search-menu-area>ul{
    display: flex;
    list-style: none;
    justify-content: center;
    width: 100%;
    margin-top:10px;
    align-items: center;
}
.search-menu-area>ul>li{
    display: flex;
}
.search-menu-area>ul>li>a{
    color:#333;
    font-weight: 400;
    font-size:15px;
    text-decoration: none;
    height:30px;
    display: flex;
    align-items: center;
    padding:0px 15px;
    transition: all .3s;
}
.search-menu-area>ul>li>a:hover{
    color: #F99301;
    transition: all .3s;
}
.search-menu-area>ul>li:after{
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 900;
    font-size:6px;
    align-items: center;
    display: flex;
}
.search-menu-area>ul>li:last-child:after{
    display: none;
}
.search-text{
    font-size:14px;
    color:#333;
}
.how-to-works{
    position: relative;
    padding-top:100px;
    padding-bottom:100px;
}
.how-to-works>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
}
ul.nav.nav-tabs{
    display: flex;
    border:none;
    flex-direction: column;
}
ul.nav.nav-tabs>li{
    margin-bottom:20px;
}
ul.nav.nav-tabs>li>button{
    display: flex;
    height:76px;
    background-color: white;
    box-shadow: 0px 3px 16px rgba(0,0,0,.16);
    width:calc(100% - 26px);
    color:#333;
    border-radius: 10px;
    align-items: center;
    font-size:18px;
    font-weight: 500;
    position: relative;
}
ul.nav.nav-tabs>li>button.active{
    border:none;
    background-color:#F99301;
    color:white;
}
ul.nav.nav-tabs>li>button>span.numb-circle{
    display: flex;
    width:52px;
    height:52px;
    border-radius: 50%;
    border:1px solid #F99301;
    background-color: #F99301;
    color:white;
    font-size:16px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:10px;
    right:-26px;
}
ul.nav.nav-tabs>li>button.active>span.numb-circle{
    border-color:#BC0010;
    background-color:white;
    color: #F99301;
}
.tab-pane{
    padding-right:30px;
}
.tab-pane>h6{
    font-size:13px;
    color:#F99301;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    margin-bottom:0px;
}
.tab-pane>h6>span.orange-line{
    display: flex;
    height:1px;
    width:150px;
    background-color: #F99301;
    margin-left:3px;
    margin-bottom:3px;
}
.tab-pane>h2{
    font-size:30px;
    font-weight: 600;
    color:#333;
    margin-bottom:20px;
}
.tab-pane>p{
    font-size:14px;
    color:#333;
    line-height: 24px;;
}
.tab-pane>.video{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}
iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}
.home-info{
    padding-top:60px;
    padding-bottom:60px;
}
.home-info h4{
    text-align: center;
    color:#F99301;
    font-weight: 500;
    font-size:22px;
}
.home-info h1{
    font-size:32px;
    font-weight: 600;
    color:#333;
    text-align: center;
    margin-bottom:25px;
}
.home-info p{
    font-size:16px;
    font-weight: 400;
    color:#333;
    line-height: 30px;
    text-align: center;
}
.signup-area{
    position: relative;
    padding-top:10px;
    padding-bottom:0px;
}
.signup-area>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
}
.formimg>img{
    width:100%;
}
.formarea{
    display: flex;
    align-items: center;
}
.form-box{
    padding:40px;
    background-color:white;
    border-radius: 20px;
    box-shadow: 0px 3px 16px rgba(0,0,0,.26);
    width:100%;
}
.form-box>form h5{
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 3px;
    display: flex;
    align-items: flex-end;
}
.form-box>form h5>img{
    height:24px;
    margin-right:5px;
    margin-bottom:3px;
}
.formstr{
    padding:10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.formstr>input.form-control{
    height:46px;
    border:1px solid #D9D9D9;
    border-radius: 10px;
    font-size:14px;
}
.formstr>input.form-control::placeholder{
    color:#333;
    opacity: .5;
    font-size:14px;
}
.formstrcheck{
    padding:10px;
    display: flex;
    align-items: flex-start;
}
.formstrcheck>label{
    margin-left:5px;
    margin-top:-4px;
}
.formstrcheck>label>a{
    color:#333;
    font-weight: 500;
}
.formstr>button.btn.btn-orange{
    color:white;
    background-color: #F99301;
    width:100%;
    height:46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
}
.formstr>select.form-control{
    height:46px;
    border:1px solid #D9D9D9;
    border-radius: 10px;
    font-size:14px;
}
.formstr>input.form-control.form-control-lg{
    height:39px;
}
#message, #messages{
    height:21px;
}
.sss-area{
    position: relative;
    padding-top:100px;
    padding-bottom:100px;
}
.sss-area>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
}
.sss-left>.h6{
    font-size:13px;
    color:#F99301;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    margin-bottom:0px;
}
.sss-left>h6>span.orange-line{
    display: flex;
    height:1px;
    width:150px;
    background-color: #F99301;
    margin-left:3px;
    margin-bottom:3px;
}
.sss-left>h3{
    font-size:26px;
    color:#333;
    font-weight: 600;
    margin-bottom:20px;
}
.accordion-item{
    margin-bottom:20px;
    border-radius: 10px;
    overflow: hidden;
}
.accordion-button{
    border:1px solid #F99301;
    box-shadow: 0px 3px 16px rgba(0,0,0,.26);
    border-radius: 10px;
    color:#333;
    font-size:16px;
    height:60px;
}
.accordion-item:last-of-type, .accordion-item:first-of-type{
    border-radius: 10px;
    border:none;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed, .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 10px;
}
.accordion-button:not(.collapsed){
    background-color:#F99301;
    box-shadow: 0px 3px 16px rgba(0,0,0,.26);
    border:1px solid #F99301;
    color:white;
}
.accordion-button::after{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    font-size:6px;
    align-items: center;
    display: flex;
    background:none;
    font-size:16px;
    display: flex;
    width:30px;
    height:30px;
    border-radius: 50%;
    border:1px solid #333;
    align-items: center;
    justify-content: center;
}
.accordion-button:not(.collapsed)::after{
    border-color:white;
    background:none;
    transform: rotate(-90deg);
}
.accordion-body{
    background-color: #F2F2F2;
}
.sss-img-area{
    display: flex;
    height: 100%;
}
.sss-img{
    display: flex;
    height:100%;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.sss-img>img{
    width:100%;
}
.footer{
    border-top:8px solid #333;
    padding-top:30px;
}
.footer-logo>img{
    height:70px;
}
ul.footer-menu{
    display: flex;
    list-style: none;
    width:100%;
    justify-content: flex-end;
    gap:10px;
}
ul.footer-menu>li{
    display: flex;
}
ul.footer-menu>li>a{
    display: flex;
    color:#333;
    font-weight: 500;
    font-size:14px;
    height:30px;
    align-items: center;
    padding:0px 10px;
    transition: all .3s;
    text-decoration: none;
}
ul.footer-menu>li>a:hover{
    color:#F99301;
    transition: all .3s;
}
.copyright-str{
    border-top:1px solid #F99301;
    margin-top:60px;
    padding-top:5px;
    padding-bottom:5px;
}
.copyright{
    font-size:13px;
    color:#333;
    font-weight: 400;
}
ul.bottom-menu{
    display: flex;
    width:100%;
    list-style: none;
    margin:0px;
    padding:0px;
    justify-content: flex-end;
    gap:10px;
}
ul.bottom-menu>li{
    display: flex;
}
ul.bottom-menu>li>a{
    padding:0px 10px;
    color:#333;
    font-size:13px;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s;
}
ul.bottom-menu>li>a:hover{
    color:#F99301;
    transition: all .3s;
}
.UserName{
    text-transform: uppercase;
    background: none;
    color: #333 !important;
    display: flex;
    height: 40px;
    border: none;
    align-items: center;
}
.UserName:hover{
    background:none;
    
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    color:#333;
    background:none;
}
.dropdown-menu.show{
    border:none;
    background-color: white;
}
.pageheader{
    border-top:1px solid #F99301;
    padding-top:5px;
    margin-top:5px;
}
.head-logo{
    display: flex;
}
.head-logo>a>img{
    height:70px;
}
.header-menu{
    display: flex;
    justify-content: flex-end;
}
ul.BreadCrumb{
    display: flex;
    list-style:none;
    margin:5px 0px 10px;
    padding:0px;
    justify-content: flex-end;
    align-items: center;
}
ul.BreadCrumb>li{
    display: flex;
    color:#F99301;
    font-size:14px;
    font-weight: 500;
}
ul.BreadCrumb>li>a{
    text-decoration: none;
    color:#333;
    font-size:14px;
    font-weight: 400;
    transition: all .3s;
    display: flex;
    align-items: center;
    padding:0px 10px;
}
ul.BreadCrumb>li>a:hover{
    color:#F99301;
    transition: all .3s;
}
ul.BreadCrumb>li>a::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    font-size:13px;
    color:#333;
    margin-left:10px;
    margin-top:1px;
}
.AddDevice-str{
    position: relative;
    padding-top:60px;
    padding-bottom:60px;
    min-height: 75vh;
}
.AddDevice-str>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
}
.AddDevice-text>h1{
    font-size:36px;
    color:#333;
    font-weight: 600;
    margin-bottom:25px;
}
.AddDevice-text>p{
    font-size:16px;
    color:#333;
    line-height: 30px;;
}
.AddDevice-text{
    padding-right:45px;
}
.device-cell{
    padding:11px;
    text-decoration: none;
    position:relative;
}
.device-box{
    border:1px solid #F99300;
    padding:8px;
    border-radius: 10px;
    background-color:white;
    display: flex;
}
.device-icon-box{
    width: 95px;
    height: 95px;
    background-color: #F99300;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.device-icon-box>i{
    font-size:40px;
    color:white;
}
.device-icon-box>img{
    height: 40px;
}
.device-info{
    display:flex;
    flex-direction: column;
    width: calc(100% - 95px);
    padding-left:10px;
}
.device-info>.info-top{
    border-bottom:1px solid #F99300;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0px;
}
.device-info>.info-top>h4{
    text-transform: uppercase;
    color:#333;
    font-size:18px;
    font-weight: 600;
    margin-bottom:0px;
}
a.device-menu{
    border:none;
    background:none;
    font-size:18px;
    color: #333;
    padding-left:5px;
    transition: all .3s;
}
a.device-menu:hover{
    color:#F99300;
    transition: all .3s;
}
a.device-menu.dropdown-toggle::after{
    display: none;
}
.info-bottom{
    display: flex;
    flex-direction: column;
}
.info-bottom>.BrandModel{
    display: flex;
}
.info-bottom>.BrandModel>span.brand{
    font-size:15px;
    font-weight: 600;
    color:#333;
}
.info-bottom>.BrandModel>span.model{
    font-size:15px;
    font-weight: 400;
    color:#333;
}
.info-bottom>.serial{
    font-size:14px;
    font-weight: 500;
    color:#333;
}
.info-bottom>.notification{
    background-color:red;
    border-radius: 10px;
    color:white;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size:13px;
    padding:1px 0px 2px;
    text-decoration: none;
}
.device-info>.device-text{
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    color:#333;
    font-size:24px;
    font-weight: 600;
    text-transform: uppercase;
}
.info-bottom>.notification.Warning{
    background-color:orange;
    border-radius: 10px;
    color:white;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size:13px;
    padding:1px 0px;
    text-decoration: none;
}
.info-bottom>.notification.Success{
    background-color:green;
    border-radius: 10px;
    color:white;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size:13px;
    padding:1px 0px;
    text-decoration: none;
}
.formstr>textarea.form-control.reason{
    height:110px;
    border:1px solid #D9D9D9;
    border-radius: 10px;
    font-size:14px;
    resize: none;
}
span.lvl{
    height:20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    font-size:12px;
    border-radius: 50%;
    float:right;
    padding-bottom:1px;
}
span.lvl.danger{
    background-color:#dc3545;
}
span.lvl.warning{
    background-color:#ffc107;
}
span.lvl.secondary{
    background-color:#6c757d;
}
span.lvl.info{
    background-color:#0dcaf0;
}
span.lvl.primary{
    background-color:#0d6efd;
}
span.lvl.success{
    background-color:#198754;
}



.hover-target {
    position: relative;
    font-size: 2rem;
  }
  
  .hover-popup {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 60%;
    left: 5%;
    width: 50ch;
    margin: min(1rem, 20px);
    font-size: .8rem;
    background-color: #fff;
    border-radius: 8px;
    padding: 1.5em;
    z-index: 42;
    transform: scale(0);
    transition: transform 200ms ease;
    transform-origin: 67.7% -10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
  }
  *,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
  .hover-target:hover + .hover-popup,
  .hover-target:focus + .hover-popup,
  .hover-popup:hover{
    transform: scale(1);
  }
  
  .hover-popup :not(:first-child) {
    margin-top: 1rem;
  }
  
  .hover-popup span {
    color: rgb(200, 20, 0);
    font-weight: 700;
  }
  
  .hover-popup::before {
  /* This is the triangle/arrow */
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    right:117px;
    box-shadow: 0px -7px 10px rgba(0, -7, 0, .16);
  }
  
  .hover-popup::after {
    /* This is merely here to expand the hoverable area, as a buffer between the "Hover me" text and the popup. */
    content: '';
    position: absolute;
    top: -1rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  
  @media (prefers-reduced-motion: reduce) {
    *,
    ::before,
    ::after {
      animation-delay: -1ms !important;
      animation-duration: -1ms !important;
      animation-iteration-count: 1 !important;
      background-attachment: initial !important;
      scroll-behavior: auto !important;
      transition-duration: 0s !important;
      transition-delay: 0s !important;
    }
  }
  .account-area{
    padding:30px;
  }
  .account-area>h2{
    font-size:28px;
    font-weight: 600;
    margin-bottom:30px;
    padding-bottom:3px;
    border-bottom:1px solid #ddd;
  }