
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
 /* Page Content  */
 * {
  font-family: 'Heebo', sans-serif;
  }
   
   header {
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  }
  
  footer  {
    background:linear-gradient(0deg, rgba(229, 233, 236,1) 0%, rgba(229, 233, 236,1) 100%);
    
  }

  footer.contact-footer {
    background: #edf1f7;
  }
  /*
  .container {
    max-width: 768px;
  }
  */
  .navbar .container {
    padding: 0px;
  }
  
  .navbar-brand {
    top: -12px;
    position: relative;
    padding-left: 10px;
  }
  
   /* User Initials */
  
  :root {
    --avatar-size: 24px;
  }
  .bg-danger {
    background-color: $orange !important;
  }
  //alert
  .alert-danger {
    background-color: $orange;
  }


  .countdown {
    position: relative;
    margin: auto;
    margin-top: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
  }
  
  .countdown .countdown-number {
    color: white;
    display: inline-block;
    line-height: 40px;
  }
  
  .countdown svg {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
  }
  
  .countdown svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: white;
    fill: none;
    animation: countdown 3s linear 1 forwards;
  }
  .paused .countdown svg circle {
    animation-play-state: paused;
  }

  
  @keyframes countdown {
    from {
      stroke-dashoffset: 0px;
    }
    to {
      stroke-dashoffset: 113px;
    }
  }


  .circle {
    /*background-color: #657a91;*/
    border-radius: 50%;
    height: var(--avatar-size);
    text-align: center;
    width: var(--avatar-size);
    margin: auto;
  }
  
  .initials {
    font-size: 10px; 
    /*line-height: 1;
    position: relative;
    top:-1px;
    */
    font-weight: bold; 
  }
  
  
  :root {
    --avatar-size-lg: 72px;
  }
  
  .circle-lg {
    background-color: #657a91;
    border-radius: 50%;
    height: var(--avatar-size-lg);
    text-align: center;
    width: var(--avatar-size-lg);
  }
  
  .circle-lg .initials {
    font-size: 26px; 
    line-height: 1;
    position: relative;
    top:23px;
  }
  
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
   /* Orders Card */
  
  .card-header {
    padding: 1.5rem;
    margin-bottom: 0;
    background-color: #f2f4f6;
    border-bottom: 1px solid transparent;
    border-radius: 1.5rem!important;
    transition: all .35s ease;
  }
  .card-header:hover {
    background-color: #ffffff;
    transition: all .35s ease;
  }
  .order .card-header {
    cursor: pointer;
  }
  .is-collapsed .card-header {
    background-color: #ffffff;
    border-radius: 1.5rem 1.5rem 0 0 !important;
    transition: all .35s ease;
  }
  
  .card {
    background-color: #f2f4f6;
    border: 1px solid #ffffff;
    box-shadow: 0px transparent;
    transition: box-shadow .4s ease-in-out;
    transition: margin .4s ease-in-out;
    margin: 1em 0.5em;
    box-shadow: 0px 0px 40px 0px rgba(117, 117, 117, 0.4);
  }
  
  .card.is-collapsed { 
    margin:  1.5rem 0!important;
  }
  .card i {
    transition: transform .35s ease;
  }
  
  .card.is-collapsed i {
    transition: transform .35s ease;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
  }
  
  .order__cancel-button {
    border-bottom: 2px solid #ffab00;
  }
  
  
  .card-secondary.is-collapsed  { 
    box-shadow: 0px 0px 0px 10px #34ba9c, 0px 0px 40px 0px rgba(117, 117, 117, 0.4);
  }
  
  .card-warning.is-collapsed { 
    box-shadow: 0px 0px 0px 10px #ffab00, 0px 0px 40px 0px rgba(117, 117, 117, 0.4);
  }

  .card-authorised.is-collapsed { 
    box-shadow: 0px 0px 0px 10px #009CDD, 0px 0px 40px 0px rgba(117, 117, 117, 0.4);
  }

  .card-danger.is-collapsed { 
    box-shadow: 0px 0px 0px 10px #dd2c00, 0px 0px 40px 0px rgba(117, 117, 117, 0.4);
  }


  
   /* Modal */


   .modal-header {
    border-bottom: 1px solid #ffffff;
    }

  .modal-header, .modal-footer {
    border: 0;
  }
  
  .modal-dialog {
    padding: 5px;
  }
  
  
   /* Forms */
  
  .md-36 {
    font-size: 36px;
  }

  .md-12 {
    font-size: 12px!important;
  }

  .ic-24 {
    width: 24px;
  }
  
  .btn-lg  {
    font-size: 1rem;
  }
  .button-icon {
    width: 24px;
    height: 24px;
  }
  .btn .material-icons {
    vertical-align: top;
  }
  //info color button
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: $gray-600;
  border-color: $gray-600;
}
  /*
  .btn-ckeck .button-icon {
    margin-right: 8px;
  }
  */
  .btn-ckeck{
    background-color: #ffffff;
    color: #0f1d2f;
  }
  .btn-ckeck .button-icon {
    fill: #0f1d2f;
  }
  .btn-secondary,
  .btn-ckeck:hover .button-icon,
  .btn-ckeck:focus .button-icon,
  .btn-ckeck.enabled:focus .button-icon,
  .btn-ckeck.enabled .button-icon {
    fill: #ffffff;
  }

   .btn-ckeck.enabled {
    background-color:#34ba9c;
    color: #ffffff;
  }
  
  .btn-ckeck:hover, .btn-ckeck:focus, .btn-ckeck.enabled:focus {
    background-color: #29927b;
    border-color: #29927b;
    color: #ffffff;
  }
  
  
  .input-group>.input-group-prepend>.input-group-text {
    min-width: 60px;
    justify-content: center;
    margin-right: 15px;
  }
  .invalid-feedback.minmax-helper {
    width: auto;
  }

  /* Alert */
  
  .alert, .form-control-lg, .input-group-tex, 
  .input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child), 
  .input-group>.input-group-prepend>.input-group-text {
    border-radius: 0.5rem;
  }
  .input-group>.input-group-prepend>.input-group-text {
    background-color: transparent;
  }
  
  .form-control:disabled, .form-control[readonly] {
    background-color: #f2f4f6;
    opacity: inherit;
  }
  
  /*
  .alert {
    z-index: 99;
    position: absolute;
    width: 100%;
  }
  */
  button {
    outline: none!important;
  }

  .btn:focus {
    outline: 0;
    box-shadow: none!important;
  }


  /* =truevo-widget */
.wpwl-form-card {
  max-width: 380px;
  padding: 38px 24px 4px 24px;
  border-radius: 12px;
  background: linear-gradient(-180deg, rgb(0, 35, 73) 0%, rgb(15, 29, 47) 100%);
}

.wpwl-control {
  border-radius: 3px;
  background-color: #002349;
  border: 2px solid #013a9b;
  color: #FFFFFF;
  height: 46px;
}
.wpwl-has-error~.wpwl-hint {
  color: #DD2C00;
}
.wpwl-group-submit {
  text-align: left;
  width: 70%;
}
.wpwl-group-brand {
  margin-top: 20px;
  width: 30%;
}
.wpwl-button-pay {
  float: none;
  background-color: #0097d9;
  border-color: #0097d9; 
  border-radius: 61px;
  text-transform: uppercase;
  font-weight: bold;
}
.wpwl-button-pay.wpwl-button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=1);
  opacity: 1;
}
@media (min-width: 480px) {

  .wpwl-group-cardNumber,
  .wpwl-group-cardHolder {
    padding-right: 15px;
    width: 70%;
  }

  .wpwl-group-expiry,
  .wpwl-group-cvv {
    width: 30%;
  }
  .wpwl-group-submit {
    margin-top: 48px;
  }
  .wpwl-group-brand {
    margin-bottom: 0;
    margin-top: 53px;
  }
}

.wpwl-message  {
  min-height: 238px;
  max-width: 380px;
  margin: 0 auto 40px auto;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}
.wpwl-message.wpwl-has-error ,
.wpwl-message.wpwl-has-cancel  {
  background-color: #ec6758;
}
/*
.wpwl-message.wpwl-has-error:before {
  content: 'DECLINE';
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wpwl-message.wpwl-has-cancel .wpwl-message-type,
.wpwl-message.wpwl-has-success .wpwl-message-type {
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.card.rapidpay .card-header:hover,
.card.rapidpay.card-secondary.is-collapsed .card-header {
  background-color: #3bcbac;
}
.card.rapidpay.card-secondary.is-collapsed {
  box-shadow: none;
}
.card.rapidpay {
  color:#fff;
  background-color: #2c9c84;
  border: 0;
  box-shadow: none;
}
.card.rapidpay .card-header  {
  background-color: #34ba9c;
  border: 1px solid transparent;
}
@media print {
  .wrapper_qr_code {
    page-break-after: always;
  }
}
.text-paypage-color {
  color:#011996;
}

.qr_code_border {
  border: 1px dashed rgb(1, 25, 150);
}
@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}

.form-control{
    border-radius: 2px !important;
    
}

.div-spring-col3{
    padding:2px;
}

.text-bold{
font-weight: 800;
text-transform: uppercase;
text-align: center;
margin-bottom: 20px;
}

.row {
    display: flex;
    padding: 1px !important;
}



.spring-wrapper{
    background: -moz-linear-gradient(top, #008ace, #00559e);
    font-size:0.8rem !important;
    color:#FFFFFF;
    padding: 20px;
}

.spring-parent-div{
    border:2px solid #e0e0e0;
    border-radius:5px;
    background: -moz-linear-gradient(top, #008ace, #00559e);
    background-color:#008ace;
    font-size:0.8rem !important;
    color:#FFFFFF;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #4C657F;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #99A7B6;
    border-radius: 1.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
  margin-bottom: 0.1rem;
}

.sub-div{
    padding:10px;
    min-height:800px;
}

.float-left{
    float:left;
}

.div-spring-section{
min-height:400px;
margin-top:10px;
}

.logo{
padding-bottom:20px;
}

.logo img{
width:350px;
}

.current-spring-square{

}

.replacement-spring-square{

}
