/** Shopify CDN: Minification failed

Line 211:1 Unexpected "8"

**/
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: unset;
}

.section-no-136 .g-box {
  padding: 1px;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #d9d9d9, #b4b4b4 18.01%, #787878 44.01%, #dcdcdc 67.02% 82.02%, #5f5f5f 100.03%) !important;
}

.section-no-136 .g-box .g-box-inner {
  border-radius: 11px;
  background: #f5f5f5;
  padding: 0.65rem 2rem;
}

.section-no-136 .check-status-form input:focus {
    box-shadow: none;
}

.section-no-136 .check-status-form{
  max-width: 29rem;
  margin: 0 auto;
}

.section-no-136 .check-status-form-resp{
  max-width: 35rem;
  margin: 0 auto;
}

.section-no-136 .check-status-form .btn--red{
  max-width: 100%;
  width: 100%;
  min-height: 4rem;
   margin: 0 auto;
}

.section-no-136 .check-status-form input {
    border-radius: 0 !important;
    line-height: 1.42857143;
    padding: 0;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    color: #B3B3B3;
    border: 0 !important;
    background: inherit !important;
    font-size: 24px;
}

#activation-key::placeholder {
  color: #B3B3B3; /* light gray example */
  font-size: 24px;
}

.section-no-136 .success-msg {
   
    padding: 1px !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #d9d9d9, #b4b4b4 18.01%, #787878 44.01%, #dcdcdc 67.02% 82.02%, #5f5f5f 100.03%) !important;
    border: 0 !important;
    margin:0;
}



.section-no-136 .success-msg .license-table{
    border-radius: 11px;
    background: #fff;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.section-no-136 .success-msg .license-table .bar {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #B3B3B3;
}


.section-no-136 .success-msg .license-table .bar:nth-last-child(2) {
    border-bottom: 0;
}
.bar-status{
   padding: 12px 16px;
  border-radius: 10px;
}
.bar-status.Active{ 
    background: #CCF3DA;
    border: 1px solid #006B44;
  color: #006b44;
}
.bar-status.Expired{
    background: #F3CCCC;
    border: 1px solid #820000;
  color: #820000;
}

.bar-status.Expiring-Soon{
    background: #F6F8CC;
    border: 1px solid #7A6200;
  color: #7A620;
}


.bar-status-info {
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
}
div#update-details {
    max-width: 50rem;
    margin: 0 auto;
}

#update_detail input {
    padding: 10px 18px;
    height: 41px;
    opacity: .4;
    border: 1px solid #B3B3B3 !important;
    border-radius: 6px;
    background-color: #fff !important;
  color: #000 !important;
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.updating-d .success-msg {
   
    background: transparent !important;
}

.alert-warning {
  margin-top: 1rem;
}

#update_detail input::placeholder{
   
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  display: flex;
  align-items: center;
  
  /* Black */
  color: #333232;
  
  
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 1;

}

#update_detail label{
  font-size: 20px;
}

div#update-details .btn--red{
  min-width: 29rem;
  min-height: 4rem;
}

#update-details .g-box-inner {
  border-radius: 11px;
  background: #fff !important;
  padding: 2rem;
}


#ajax-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #31669D4D;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ajax-spinner {
  width: 60px;
  height: 60px;
  border: 8px solid #DDE6F1;
  border-top: 8px solid #b92234; /* Match Bodno green */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}8

@media(max-width: 767px){
  .bar-status{
    padding: 1rem;
  }

  #update-details .g-box-inner {
    padding: 1rem;
  }

  #update_detail label{
  font-size: 18px;
}

  .section-no-136 .g-box .g-box-inner {
    border-radius: 11px;
    background: #f5f5f5;
    padding: 0.55rem;
  }

  .section-no-136 .success-msg .license-table{
    padding: 1rem;
  }
}
@media(max-width: 500px){
  
  .section-no-136 .check-status-form .btn--red{
    max-width: 100%;
    min-height: 3.2rem;
  }

  div#update-details .btn--red{
    min-width: 100%;
    min-height: 3.2rem;
  }

  .section-no-136 .success-msg .license-table .bar {
    grid-template-columns: 42% 58%;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #B3B3B3;
  }

}