@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;display=fallback");

body {
  background: #ffffff; 
  font-family: Roboto, sans-serif;
  color: #666;
}

.login {
  margin: 90px auto;
  padding: 40px 50px;
  max-width: 300px;
  border-radius: 5px;
  background: #ecebeb;
}
  .login input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 2px; 
    font-family: Roboto, sans-serif;
  }

.login input[type=text],
.login input[type=password] {
  border: 1px solid #c0c0c0;
  transition: .2s;
}

.login input[type=text] 
.login input[type=password]:hover {
  border-color: #F44336;
  outline: none;
  transition: all .2s ease-in-out;
} 

.login button {
  border: none;
  background: #EF5350;
  color: white;
  font-weight: bold;  
  transition: 0.2s;
  width: 100%;
  padding: 15px;
  font-size: 20px;
}

.login button{
  background: #F44336;  
  margin-top: 10px;
}

  .login h2 {
    margin: 20px 0 0; 
    color: #EF5350;
    font-size: 28px;
    padding-bottom: 30px;
  }

.login p {
  margin-bottom: 40px;
}

.links {
  display: table;
  width: 100%;  
  box-sizing: border-box;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

.links a {
  display: table-cell;
  padding-top: 10px;
}

.links a:first-child {
  text-align: left;
}

.links a:last-child {
  text-align: right;
}

  .login h2,
  .login p,
  .login a {
    text-align: center;    
  }

.login a {
  text-decoration: none;  
  font-size: .8em;
}

.login a:visited {
  color: inherit;
}

.login a:hover {
  text-decoration: none;
}

.tabs {
   
  width: 100%;
  background: #eeeded;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #EF5350;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.tabs ul li {
  flex-grow: 1;
  text-align: center;
  display: inline-block;
}

.tabs ul li label {
  display: block;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.tabs ul li label:hover {
  background: #aa2a28;
}

.tabs input[type="radio"]:checked + label {
  background: #fff;
  color: #EF5350;
  border-bottom: 2px solid #EF5350;
  position: relative;
  z-index: 2;
}

.tabs .content section {
  display: none;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #eee;
}

.tabs input[type="radio"]:nth-of-type(1):checked ~ .content section:nth-of-type(1),
.tabs input[type="radio"]:nth-of-type(2):checked ~ .content section:nth-of-type(2),
.tabs input[type="radio"]:nth-of-type(3):checked ~ .content section:nth-of-type(3) {
  display: block;
}

@media (max-width: 600px) {
  .tabs ul {
      flex-direction: row;
  }

  .tabs ul li label {
      border-radius: 0;
  }

  .tabs ul li label:first-of-type {
      border-radius: 10px 10px 0 0;
  }

  .tabs ul li label:last-of-type {
      border-radius: 0 0 10px 10px;
  }
}
.Subscriptions{
  margin: 50px auto;
  padding: 40px 40px;
  max-width: 90%;
  border-radius: 5px;
  background: #f7f7f7;
 
}

.fa-regular {
  padding-right: 8px;
}
.fa{
  padding-right: 8px;
}
 .subpage-header img{
   background-size:cover;
   height:250px; 
   width:100%;
  }
 .subpage-header{ margin-top:0;}
 .content h6{
  color:#707070;
  
 }
 .content span{
  color: #F44336;
 }
.text-right button{
  float: right;
}

.vertical {
  border-left: 1px solid rgb(188, 188, 188);
  height: 55px;

}
.next{
  float: right;
  margin-right: 65px;
 
}

.profile{
  margin: 30px;
}
.profile input {
  width: 50%;
  display: block;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 2px; 
  
}
.profile input[type=text],
.profile input[type=email],
.profile input[type=number] {
  border: 1px solid #c0c0c0;
  transition: .2s;
}
@media (max-width: 600px) {
  .profile input {
    width: 100%;
  }
  
}

.cancel{
  padding: 8px;
  background-color: #F44336;
  border: none;
  border-radius: 5px;
  color: #ffffff;

}
.update{
  padding: 8px;
  background-color: #71aff6;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  
}
#device{
  padding: 5px;
  border-radius: 5px;
}
@media (max-width: 900px) {
.image-box img{
  width: 100%;
  text-align: center;
}
}
.price h5 {
   color: #F44336;
}
.Submit{
  padding:12px 50px;
  background-color: #F44336;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 30px;
  font-size: 20px;
}

.add-Serial input[type=text] {
  width: 100%;
  margin-top: 5px;
  padding: 5px;
  border: 1px solid rgb(148, 148, 148);
}

.verticals {
  border-left: 1px solid rgb(188, 188, 188);
  height: 150px;
 
}
@media (max-width:468px) {
  .Subscriptions{
    text-align: center;
  }
  .Subscriptions {
    margin: 50px auto;
    padding: 30px 20px;
    max-width: 100%;
    border-radius: 5px;
    background: #f7f7f7;
}
}

.manage-content{
  background-color: #ffffff; 
  color: rgb(76, 76, 76);
  width: 100%; 
  display:none;
  padding: 10px;
  margin-top: 10px;
  
}

@media (max-width:468px){
  .manage-content {
    background-color: #ffffff;
    color: rgb(76, 76, 76);
    height: fit-content;
    width: 100%;
    font-size: 8px;
    
}
.verticals {
  border-left: none !important;
 
}
.vertical {
  border-left: none !important;
  
}
.down h5{
  margin-top: 30px !important;
  
}
.new{
  text-align: center !important;
  padding-top: 10px;
}

}
.new{
  text-align: right;
}

._success {
   
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
    background-color:white;
}

    ._success i {
        font-size: 55px;
        color: #28a745;
    }

    ._success h2 {
        margin-bottom: 12px;
        font-size: 40px;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 10px;
    }

    ._success p {
        margin-bottom: 0px;
        font-size: 18px;
        color: #495057;
        font-weight: 500;
    }
._failed {
    border-bottom: solid 4px red !important;
}

    ._failed i {
        color: red !important;
    }