.number-circle{
  margin-top: -2px !important;
  width: 25px !important;
  height: 25px !important;
  padding: 2px !important;
}

.custom-select-box {
  height: 30px !important;
  border-radius: 5px;
  border: 2px solid darkgray;
  color: black !important;
  margin-top: 10px;
}

.accordion-toggle, zp, label {
  font-size: 14px;
}

.accordion-toggle {
  font-size: 14px;
}

.sfym a {
  text-decoration: none !important;
}

.loader img {
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.w-100cstm{
  width:100% !important;
}

.modal-footer{
  padding: 0px 15px 5px !important;
}

@media screen and (max-width:1440px){
  .btncstm{
      font-size:12px !important;
      padding: 5px !important;
 }
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

  * {
    box-sizing: border-box;
  }

  #loader {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: #0005;
  }

  .loader-img {
    margin-left: 35%;
    margin-top: 10%;
  }

  .side-wrapper {
    width: 350px;
    background: #eee;
    padding: 30px 15px;
    height: 100vh;
  }

  .side-wrapper label {
    display: block;
    font-size: 14px;
  }

  .side-wrapper .form-group {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .side-wrapper .form-group input.iptext,
  .side-wrapper .form-group select.ipselect {
    padding: 0px 10px;
    height: 34px;
    width: 100%;
    outline: none !important;
    border: 1px solid #ccc;
    font-size: 1rem;
  }

  .toggle-text a {
    color: #498698;
    font-size: 18px;
    text-decoration: none;
    position: relative;
  }

  .toggle-text a:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #333;
    border-bottom: 7px solid transparent;
    transition: all .3s ease;
  }

  .custom-form-section .toggle-text a:after {
    transform: rotate(90deg);
  }

  .toggle-text a span {
    color: #000;
  }

  .prolab {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
  }

  .custom-form-section-heading h3 {
    font-weight: 500;
    margin-bottom: 0;
  }

  .form-group.maxwidth {
    margin: 0 auto;
    padding: 0 15px;
  }

  .custom-form-section .custom-form-section-heading {
    display: block
  }
  
  .btn:focus,
  .btn:active,
  .btn:visited,
  .btn:hover {
    outline: none !important;
  }

  .disabled-button {
    color: #498698;
    border: none;
  }

  .disabled-button:hover {
    color:gray;
  }

  .utilitymessage{
    width: 60%; 
    padding-left: 30px;
  }
