.open-modal {
    font-weight: bold;
    background: var(--blue);
    color: var(--white);
    padding: 0.75rem 1.75rem;
    margin-bottom: 1rem;
    border-radius: 5px;
  }


  /* MODAL
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    transition: all 0.35s ease-in;
  }

  .modal.is-visible {
    visibility: visible;
    opacity: 1;
  }

  .modal-dialog {
    position: relative;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: auto;
    cursor: default;

    width: 600px;
    padding: 30px;

  }

  .modal-dialog > * {
    padding: 1rem;
  }

  .modal-header,
  .modal-footer {
    background: var(--lightgray);
  }

  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .modal-header .close-modal {
    font-size: 1.5rem;
  }

  .modal p + p {
    margin-top: 1rem;
  }

  .number-list{
  }

  .margintop10{
    margin-top: 10px;
  }

  .linkbutton {
    color:#408ef6;
  }
  .font-size-20 {
    font-size:20px !important;
  }
  .text-bold {
    font-weight: bold !important;
  }
  .checkbox-label {
    display:inline !important;
    margin-left:10px;
    line-height: 25px;
  }
  .invalid-feedback {
    display:block;
    margin-top:10px;
    color:red;
    font-weight:lighter;
    font-size:14px;
  }
  .disabled {
    background-color: #666;
    color:#fff;
  }
  .number-list li { float:left; padding: 20px; border:1px solid #ccc; margin: 5px; }
  .number-list ul { margin-left:0px; }
  .number-list li .form-group { margin-bottom: 0px; }
  .number-list li:hover { background-color: #efefef; }



  .alert-blk { position: fixed; width: 100%; height: 60px;z-index: 9999;bottom: 0;  }
  .alert-waitiner {  width: auto; height: 60px; background: #000; text-align:center;
     padding: 10px 0px 10px 0px; color: #fff; border-top-left-radius:5px;border-top-right-radius:5px;}
     .alert-suciner {  width: auto; height: 60px; background: #55a500; text-align:center;
     padding: 10px 0px 10px 0px; color: #fff; border-top-left-radius:5px;border-top-right-radius:5px;}
     .alert-suciner table { margin-top:3px; }
      .alert-erriner {  width: auto; height: 60px; background: #d40000; text-align:center;
     padding: 10px 0px 10px 0px; color: #fff; border-top-left-radius:5px;border-top-right-radius:5px;}
     .sbl-circ-path2 {
    height: 38px;
    width: 38px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    display: inline-block;
    border: 3px solid;
    border-radius: 50%;
    border-right-color: #1969e1;
    animation: rotate 1s linear infinite;
    top: 45%;
    transform: translateY(-50%);left: 45%;
    transform: translateX(-50%);
  }
  .alert-suciner td { text-align: center; color: #ffffff; }


  .hide { display: none; }
  .infobox { padding:20px; background-color: #fff9e9; border:1px solid #f7a43e; color:#2d2d2d; border-radius: 4px; margin-top: 15px; line-height: 1.5; font-weight:lighter;}
  #sendDeveloper { float:right;}
  .form-group .label { line-height: 21px; }
  h2 { line-height: 28px; }
  a {
    color:#3E8EF7;
  }
  a.btn {
    color:#fff;
  }

  .width-65 {
    width:65%;
    margin-top: 15px;
  }

  .show-on-mobile {
    display: none;
    padding: 25px;
  }

  @media only screen and (max-width:600px) {
    aside {
      display:none;
    }
    .wrap-content {
      width:100%;
    }
    .btn-primary {
      float:none;
      width:100%;
    }

    .width-65 {
      width:100%;
    }
    .show-on-mobile {
      display: block;
    }
  }


  a.white-box {
    display: block;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
  	border:1px solid #ccc;
  }

  a.white-box:hover {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  }

.small {
  margin: 10px;
  display: block;
  font-size: 12px;
  font-weight: lighter;
}

.grey-box {
  padding:20px;
  margin:15px 0px;
  background-color:#efefef;
  border:1px solid #ccc;
  border-radius: 5px;
}
h3 {
  font-size:15px;
  font-family: inherit;
}
.select2-highlighted .select2-result-label {
  color:#ffffff;
}

.selectedcurrent {
  background:#3c68ec;
  color:#fff;
}

#pickplan h4 {
    font-size:18px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top:10px;
}
.selectPlan {
  margin-top: 10px;
}
.form-control {
  margin-top:5px;
  padding:10px;
  width:100%;
  border: 1px solid #ddd;
  background-color: #fff;
}
.planbox {
  padding-bottom:10px;
  padding-top:10px;
  padding-left:25px;
  margin-bottom: 25px;
  border:1px solid #ccc;
  background-color: #dceddf;
  border-radius:5px;
}
#card-element {
  background-color:#fff;
  margin-top:10px;
}
.featurelist {
  font-weight: normal;
  line-height: 25px;
}
.featurelist li {
  font-weight: 300;
  line-height: 25px;
  color:#576064;
}
.partnerbox, .partnerbox h2, .partnerbox p, .partnerbox a {
  color:#fff;
}
.partnerbox h2 {
  margin-bottom: 5px;
}

.partnerbox a {
  font-size: 13px;
}
.disabled1 {
  color:#ccc !important;
}
