/* range */
.range-area .range-holder {
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    background: #F2F0F0;
    width: 100%;
    position: relative;
    border-radius: 2px;
  }
  .range-area .range-holder ~ .crs-label {
    margin-left: 13px;
  }
  .range-area .btn-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .range-area .btn-holder.disabled span.disable {
    display: block;
  }
  .range-area .btn-holder.disabled a {
    opacity: 0.3;
  }
  .range-area .btn-holder span.disable {
    z-index: 5;
    display: none;
    cursor: not-allowed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  .range-area .range-left-arrow,
  .range-area .range-right-arrow {
    font-size: 1.7142857143em;
    line-height: 1.25;
    color: #CCCCCC;
    font-weight: bold;
    display: block;
    position: relative;
    top: 3px;
  }
  .range-area .ui-slider-handle {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: -4px;
    border-radius: 100px;
    background: #3CBC8D;
    color: #fff;
    font-size: 0.7857142857em;
    line-height: 2.3636363636;
    padding: 0 2px;
    cursor: pointer;
    white-space: nowrap;
  }
  .range-area .range {
    position: relative;
  }
  .range-area .p-bar {
    left: 0;
    top: 0;
    height: 2px;
    width: 30px;
    border-radius: 2px;
    position: absolute;
    background: #3BA880;
  }
  .range-area .range-value {
    font-size: 1.4545454545em;
    line-height: 1.5;
    bottom: 100%;
    left: 50%;
    color: #2D8163;
    transform: translate(-50%, -5px);
    white-space: nowrap;
    position: absolute;
    background-color: #fff;
    letter-spacing: 0.5px;
  }
  .range-area .crs-label {
    display: flex;
    justify-content: flex-end;
    font-size: 11px;
    letter-spacing: 0.34px;
    line-height: 17px;
    color: #666;
  }
  
  .radio-group {
    position: relative;
  }
  
  .radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: lightblue;
    border: 2px solid lightblue;
    cursor: pointer;
    margin: 2px 0;
  }
  
  .radio.selected {
    border-color: blue;
  }
  
  #dd-title p a {
    color: #4D4D4D;
    text-decoration: underline;
  }
  
  #dd-panel.card-stats {
    background: #fff;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 30px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
    background-image: url("../../../../cstatic/11bcb8e9-10e2-4e45-88a0-9ec7696a52za/direct-deposit.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  #dd-panel.card-stats .dd-user-info {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  #dd-panel.card-stats .dd-user-info .name {
    font-size: 1.429em;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 0;
    color: #222222;
  }
  #dd-panel.card-stats .dd-user-info .card-type {
    font-size: 0.6428571429em;
    line-height: 1.3333333333;
    color: #fff;
    margin-bottom: 0;
    border-radius: 100px;
    background-color: #2D8163;
    padding: 7px 25px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    height: 26px;
    margin-left: 16px;
  }
  #dd-panel.card-stats .dd-card-info {
    padding-right: 80px;
  }
  #dd-panel.card-stats .dd-card-info:last-child {
    margin-bottom: 0;
  }
  #dd-panel.card-stats .dd-card-info:last-child {
    padding-right: 0;
  }
  #dd-panel.card-stats .dd-card-info .dd-title {
    color: #666;
    font-size: 0.85714em;
    display: block;
  }
  #dd-panel.card-stats .dd-card-info .dd-value {
    margin-bottom: 4px;
    display: block;
    font-weight: 700;
  }
  #dd-panel.card-stats div#dd-user-info ~ #dd-card-info {
    margin-top: 18px;
  }
  #dd-panel.card-stats .card-num {
    font-weight: 700;
    margin: 0;
  }
  #dd-panel.card-stats .tag {
    margin-left: 15px;
  }
  #dd-panel.card-stats .dd-card-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  
  @media (max-width: 768px) {
    #dd-panel.card-stats .dd-card-info {
      margin-bottom: 15px;
      width: 33.333%;
    }
  }
  @media (max-width: 600px) {
    #dd-panel.card-stats .dd-card-info {
      margin-bottom: 15px;
      width: 100%;
    }
    #dd-panel.card-stats .dd-user-info {
      flex-direction: column;
      align-items: flex-start;
    }
    #dd-panel.card-stats .dd-user-info .card-type {
      margin-left: 0;
      margin-top: 16px;
    }
  }
  #dd-main {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
  }
  #dd-main .header {
    padding: 30px;
  }
  #dd-main .header h2 {
    font-size: 1.28571em;
    line-height: 1.5;
    color: #222;
    margin: 0;
  }
  #dd-main .main {
    padding: 0 30px 30px;
  }
  #dd-main .card-selection {
    padding: 20px;
    border: 1px dashed #D8DDE4;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 176px;
    margin-bottom: 0;
    position: relative;
  }
  #dd-main .card-selection.active {
    border-color: #FAA532;
  }
  #dd-main .card-selection .card-selection-title {
    color: #333333;
    font-size: 1.1428571429em;
    letter-spacing: 0.27px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  #dd-main .card-selection#entire-check {
    background-image: url("../../../../cstatic/43bcb8e9-10e2-4e45-88a0-9ec7696a52da/my-entire-check.svg");
    background-repeat: no-repeat;
    background-position: center 60px;
  }
  #dd-main .card-selection .iradio_minimal-grey {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
  }
  #dd-main .card-selection label.label-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
  }
  #dd-main #dd-selection > .row ~ #dd-agreement {
    margin-top: 45px;
    margin-bottom: 0;
  }
  #dd-main #dd-agreement.agreement .agreement-title {
    color: #444;
    font-size: 0.85714em;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #dd-main #dd-agreement.agreement.green .ico {
    font-size: 10px;
    margin-right: 4px;
    color: #058b71;
  }
  #dd-main #percentage-check .label {
    font-size: 0.8571428571em;
    line-height: 1.6666666667;
    color: #666;
    margin-bottom: 27px;
  }
  #dd-main #percentage-check .custom-range-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #dd-main .btns-holder.dd-main-holder {
    margin-top: 45px;
    margin-bottom: 10px;
  }
  #dd-main .btns-holder.dd-main-holder .btn {
    margin: 0;
    min-width: 144px;
  }
  
  @media (max-width: 767px) {
    #dd-main #dd-selection .row .col-12 {
      margin-bottom: 30px;
    }
    #dd-main #dd-selection .row .col-12:last-child {
      margin-bottom: 0;
    }
  
    .btns-holder.dd-main-holder .btn {
      width: 100%;
      margin: 0;
      display: block;
    }
  }
  /*--Dialog Css--*/
  #dd-tc-modal button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    color: #C8C9CC;
  }
  #dd-tc-modal .title {
    font-size: 1.5714285714em;
    line-height: 1.4545454545;
    margin-bottom: 40px;
    text-align: center;
  }
  #dd-tc-modal .info {
    font-size: 0.9285714286em;
    line-height: 1.3846153846;
    border: 1px solid #D8DDE4;
    padding: 30px;
    border-radius: 4px;
    text-align: left;
    color: #444444;
  }
  #dd-tc-modal .info ul {
    margin-bottom: 0;
    padding-left: 16px;
  }
  #dd-tc-modal .info p, #dd-tc-modal .info ul {
    color: #444444;
    font-size: 1em;
    line-height: 1.3846153846;
  }
  #dd-tc-modal .info strong {
    display: block;
    margin-top: 30px;
    font-size: 0.9230769231em;
    line-height: 1.5;
  }
  #dd-tc-modal .btns {
    text-align: left;
    margin: 50px auto 0 !important;
  }