/*
 * Globals
 */

/* media query */
body{
  overflow-y:overlay;
}

@media only screen and (min-width: 515px){
  .card-begin-setup{
    width: 500px;
  }
}
@media only screen and (max-width: 615px) {
        .nav-masthead {
            display: flex;
            gap: 20px;

        }
    }
@media only screen and (min-width: 615px){
  .nav-masthead{
gap: 38px;
font-size: 20px;
  }
}
@media only screen and (max-width: 415px){
.btn-outline-begin{
font-size: 10px;
}
}
@media only screen and (max-width: 515px){
  .card-begin-setup{
    width: 400px;
  }
}
@media  (max-width: 415px){
  .card-begin-setup{
    width: 300px;
  }
}
/* @media only screen and (max-width: 615px){
  .nav-masthead{
    gap: 0;
  }
} */
/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}
.btn{
    border: 0px;
}


/*
 * Base structure
 */


.cover-container {
  max-width: 80em;
}

.btn-outline-light {
    color: black!important;
    border-color: #f8f9fa!important;
    background: white!important;
}
/*
 * Header
 */
  .nav-masthead{
      display: flex;
      flex-direction: row;
      align-items: center;
  }

.nav-masthead .nav-link {
  color: #333;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #ffffff;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #333;
  border-bottom-color: #fff;
}
/* bg-image */
.centered_img {
  position: absolute;
     top: 4%;
    left: 12%;
    right: 12%;
}

.centered_img_setup {
  position: absolute;
     top: 4%;
    left: 12%;
    right: 12%;
    width: 50%;
    margin: auto;
}

.container_img {
  position: relative;
  color: white;
  background-color: #0095d9;
}
.bg-begin {
  background-color: #F0940E;
  position: relative;
  color: white;
}
.container_img_ins{
  background-color: #000000;
  position: relative;
}
.btn-primary-begin{
   background-color: #0095d9!important;
   color: #fff!important;
   border-radius: 8px!important;
   text-align: center!important;
   vertical-align: middle!important;
   margin-top: -15px!important;
}
button.btn.mt-4 {
    background-color: #0095d9;
    color: #fff;
    border-radius: 8px;
}
.btn-primary-begin-setup{
   background-color: #0095d9;
   color: #fff;
   border-radius: 8px;
}
.bg-white_error{
  background-color: #0095d9;
  color:#ffffff;
}
.bg-begin{
  height: 200px;
}
.error_nav{
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between!important;
}
.btn-outline-begin{
  border-color: #0095d9;
  color: #0095d9;
}
.logo_style{
      display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.card-begin-setup{
    background-color: #fff;
    margin: auto;
    border-radius: 22px;
    box-shadow: rgb(28 28 28 / 8%) 2px 5px 15px;
    margin-top: -40px;

}
.card-begin-body{
  padding: 2rem;
}
.image_bg{
    height: 600px;
    opacity: 0.4;
    object-fit: cover;
    width: 100%;

}

.image_bg_ins {
opacity: 0.3;
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.image_aside{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 130px;
}
.password_begin{
      display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
}

.password_begin p a{
color:#0095d9;
}

.help_begin a{
color: #0095d9;
text-decoration: none;
}
.nav-link{
  padding: 0.5rem 0rem;
}

/* support*/
.bg-support{
  background-color: #0095d9;
  margin-top: 0.4px;
}
.nav-link-support{
      padding: 0.26rem 0rem;

}
.cover-container-support {
  max-width: 62em;
}
.text-sm-support{
  font-size: 14px;
}
.nav-masthead-support {
  display: flex;
  gap: 0;
}
.support-disabled{
  opacity: 0.5;
}
.nav-masthead-support .nav-link-support{
  border-bottom: none;
  font-size: 22px;
}

    .dropdown:hover .dropdown-menu {
  display: block;
  
}
.dropdown-item-support{
  color: #0095d9;
  background-color: #fff;
}
.dropdown-item-support:hover{
color: #0095d9;
background-color: #fff;
}
.bdr-support{
  border-bottom: 2px solid#0095d9;
}
.bg-signin-support {
      background-color: #cbebfa;
    /* padding: 18px 24px; */
    display: flex;
}
.support_prod_name{
  display: flex;
  justify-content: space-around;
  padding-top: 48px;
  margin-left: 1rem;
  
}
.support_slide_sec{
  display: flex;
      flex-direction: row;
      justify-content:space-evenly;
      /* margin-left: 2rem; */
}
.radio_setup{
  font-size: 1.3rem;
}
.support_slide_sec_ver{
     display: flex;
    flex-direction: row;
    margin: 0rem 16rem 0rem 5rem;
    justify-content: space-around;
}

.support_slide_sec_ver_nxt{
  display: flex;
    flex-direction: row;
    margin: 0rem 11rem 0rem 5rem;
    justify-content: space-around;
}
.sec_slider{
  width: 37%;
}
.input_sub_btn{
  display: flex;
  gap: 12px;
}


.carousel-item img{
  height: 170px;
  object-fit: cover;
}
.related_select{
  display: flex;
  justify-content: center;
    gap: 92px;
    color: #0095d9;
}

.text-setup h3{
      margin-right: 6rem;
}

.support_prod_name .icons .icon-img{
    border: 1px solid #0095d9;
    border-radius: 50%;
    padding: 4px;
}
.head_setup{
  display: flex;
      justify-content: space-between;
}
.text-setup{
  display: flex;
  justify-content: space-around;
}
.img-setup{
  display: flex;
  justify-content: space-evenly;
}
.install_title{
  font-size: 52px;
}
.install_subtitle{
  font-size: 25px;
}
.install_serial{
  font-size: 30px;
}
.centered_install_text{
 padding-block: 40px;
  
   width:78%
}
.instant_img{
  display: flex;
  gap: 50px;
  justify-content: space-evenly;
}
.img_ins_circle{
width:200px;
height: 200px;
border-radius: 50%;
}
.per_section{
  display: flex;
  background-color: #efefef;
  align-items: center;
  gap: 22px;
  justify-content:flex-start;                             
}
.per_img{
  width: 15%;
}
.per_icon_tog {
  width: 60px;
  margin-left: 25rem;
}
.setup_section {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.setup_head{
  display: flex;
  justify-content: space-between;
}
.err_img{
  align-self: center;
}
.box_design{
  width: 190px;
    padding: 16px;
    color: #ffffff;
    border-radius: 12px;
}
.load_network{
  align-self: center;
}
/* loader */

#bigpic{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;

}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}

/* animated loading */
/*
 * Baseline styles
 */


/*
 * Loading Dots
 * Can we use pseudo elements here instead :after?
 */
.loading span {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0.5em;
  background: #000000;
  border-radius: .6em;
  animation: loading 1s infinite alternate;
}

/*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */

.loading span:nth-of-type(2) {
  background: #08F0F7;
  animation-delay: 0.6s;
}
.loading span:nth-of-type(3) {
  background: #F708AF;
  animation-delay: 0.8s;
}
.loading span:nth-of-type(4) {
  background: #E8F708;
  animation-delay: 1.0s;
}


/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.btn-primary-begin:disabled{
 display: none;
}



.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}

.modal-alert .modal-dialog {
  width: 380px;
}

.modal-tour .modal-dialog {
  width: 380px;
}





.floating-chat {
        background-color: #0095d9!important;
    color: white !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 160px;
    height: 49px;
    transform: translateY(70px);
    transition: all 250ms ease-out;
    border-radius: 8px;
    opacity: 0;
    background: green;
    background: green;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}
.floating-chat.enter {
  transform: translateY(0);
  opacity: 0.6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
.floating-chat.expand {
    width: 250px;
    max-height: 400px;
    height: 400px;
    border-radius: 5px;
    background: white;
    cursor: auto;
    opacity: 1;
}
.floating-chat.expand .chat-with {
    display: none;
}
.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}
.floating-chat button {
  background: #0095d9;
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}
.floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}
.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}
.floating-chat .chat .header button {
  flex-shrink: 0;
}
.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: white;
}
.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px "Noto Sans", sans-serif;
  border-radius: 10px;
  background-color: #0095d9;
  word-wrap: break-word;
  max-width: 81%;
}
.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: "";
  background-size: cover;
}
.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
}
.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(https://github.com/Thatkookooguy.png);
}
.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}
.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: white;
}
.floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(https://github.com/ortichon.png);
}
.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}
.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
}
.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: #0095d9;
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: white;
  overflow-y: auto;
  padding: 2px 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}