.fs-9 {
    font-size: .55rem !important;
}
.blok{
    pointer-events: none !important;
}
/* > Process Styles */
.process-wrap {
  width: 100%;
  margin: auto;
}
.process-main {
    width: 100%;
    min-width: 320px;
    display: flex;
}
.col-3s {
  width: 25%;
  position: relative;
}
.col-3s:first-child .process-step:before {
    content: '1';
}
.col-3s:nth-child(2) .process-step:before{
    content: '2';
}
.col-3s:nth-child(3) .process-step:before {
    content: '3';
}
.col-3s:last-child .process-step:before{
    content: '4';
}
.process-main .col-3s:not(:first-child):before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 17.5px;
    left: calc(-50% + 17px);
    right: 0;
    background: #ebebeb;
    /*border: 2px #ebebeb solid;*/
   -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
     transition: .4s;
}
.process-step-cont {
    font-family: sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}
.process-step {
    border: 5px #ebebeb solid;
    border-radius: 100%;
    line-height: 0;
    background: #959595;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #fff;
    width: 35px;
    height: 35px;
    font-weight: 700;
    margin-bottom: 7px;
    z-index: 4;
    cursor: pointer;
    box-shadow: 0 1px 3px rgb(4 67 6 / 80%);
}
.process-label {
    color: #959595;
    font-weight: 600;
     width: 100%;
     text-align: center;
}
.process-dots {
    width: 10px; 
    height: 10px;
    border-radius: 50%;
    background-color: #ebebeb;
    cursor: pointer;
}
.process-dot-cont {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 60%; 
    padding-top: 5px;
}
.active-step1 .col-3s:first-child .process-step,
.active-step1 .col-3s:first-child .process-dots:first-child,
.active-step1-mini2 .col-3s:first-child .process-step,
.active-step1-mini2 .col-3s:first-child .process-dots:nth-child(-n+2),
.active-step1-mini3 .col-3s:first-child .process-step,
.active-step1-mini3 .col-3s:first-child .process-dots:nth-child(-n+3),
.active-step1-mini4 .col-3s:first-child .process-step,
.active-step1-mini4 .col-3s:first-child .process-dots:nth-child(-n+4)
{
    background-color: #ff5722;
}
.active-step1-mini2 .col-3s:first-child .process-dots:first-child,
.active-step1-mini3 .col-3s:first-child .process-dots:nth-child(-n+2),
.active-step1-mini4 .col-3s:first-child .process-dots:nth-child(-n+3)
 {
    background-color: #fbcb93;
}
.active-step1 .col-3s:first-child .process-label,
.active-step1-mini3 .col-3s:first-child .process-label,
.active-step1-mini2 .col-3s:first-child .process-label,
.active-step1-mini4 .col-3s:first-child .process-label{
    color: #ff5722;
}
.active-step2 .col-3s:first-child,
.active-step3 .col-3s:nth-child(-n+2),
.active-step4 .col-3s:nth-child(-n+3){
    opacity: 0.5;
   /*pointer-events: none;*/
}
.active-step2 .col-3s:first-child .process-step:before,
.active-step3 .col-3s:nth-child(-n+2) .process-step:before,
.active-step4 .col-3s:nth-child(-n+3) .process-step:before{
    content: '\F270';
    padding: 7px;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
}
.active-step2 .col-3s:nth-child(-n+2) .process-step,
.active-step2 .col-3s:nth-child(-n+2) .process-dots,
.active-step3 .col-3s:nth-child(-n+3) .process-step,
.active-step3 .col-3s:nth-child(-n+3) .process-dots,
.active-step4 .col-3s:nth-child(-n+4) .process-step,
.active-step4 .col-3s:nth-child(-n+4) .process-dots {
    background-color: #ff5722;
}
.active-step2 .col-3s:nth-child(-n+2) .process-label,
.active-step3 .col-3s:nth-child(-n+3) .process-label,
.active-step4 .col-3s:nth-child(-n+4) .process-label{
    color: #ff5722;
}
.active-step2 .col-3s:nth-child(-n+2):before,
.active-step3 .col-3s:nth-child(-n+3):before,
.active-step4 .col-3s:nth-child(-n+4):before{
    background: #ff5722 !important;
}
/* > Process Styles */


#tabledata td {
    padding: 6px;
    font-size: 14px;
     vertical-align: middle!important;
  }
  #tabledata th {
    padding: 6px;
    font-size: 14px;
  }
  .mark, mark {
    padding: 0px !important;
    background-color: transparent !important;
    color: #e91e63 !important;
  }
  .track {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
  }

  .track:before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -7px;
    width: 3px;
    background: #2d353c;
    left: 10px;
    margin-left: 0px;
}

  .track>li {
    position: relative;
    min-height: 50px;
    padding: 5px 0
  }

  .track .track-time {
    position: absolute;
    left: 0;
    width: 13%;
    text-align: right;
    top: 15px;
  }

  .track .track-time .date,
  .track .track-time .time {
    display: block;
    font-weight: 600
  }

  .track .track-time .date {
    line-height: 16px;
    font-size: 12px
  }

  .track .track-time .time {
    line-height: 24px;
    font-size: 10px;
    color: #242a30
  }

  .track .track-icon {
    left: 1px;
    position: absolute;
    width: 5px;
    text-align: center;
    top: 22px;
}

  .track .track-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: #d9e0e7;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid #2d353c;
    transition: border-color .2s linear
  }

  .track .track-body {
    margin-left: 40px;
    margin-right: 0%;
    background: #f4f6f9;
    position: relative;
    padding: 7px 15px;
    border-radius: 6px;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

  .track .track-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #ccd5e3;
    left: -20px;
    top: 20px
  }

  .track .track-body>div+div {
    margin-top: 5px
  }

  .track .track-body>div+div:last-child {
    margin-bottom: -20px;
    padding-bottom: 0px;
    border-radius: 0 0 6px 6px
  }

  .track-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e7eb;
  }

  .track-header .userimage {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0
  }

  .track-header .username {
    font-size: 12px;
    font-weight: 600
  }

  .track-header .username,
  .track-header .username a {
    color: #2d353c
  }

  .track img {
    max-width: 100%;
    display: block
  }

  .track-content {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px
  }

  .track-content:after,
  .track-content:before {
    content: '';
    display: table;
    clear: both
  }

  .track-title {
    margin-top: 0
  }

  .track-footer {
    background: #f4f6f9;
    border-top: 1px solid #e2e7ec;
    margin-top: -10px !important;
    margin-bottom: -5px !important;
  }

  .track-footer a:not(.btn) {
    color: #575d63
  }

  .track-footer a:not(.btn):focus,
  .track-footer a:not(.btn):hover {
    color: #2d353c
  }

  .track-likes {
    color: #6d767f;
    font-weight: 600;
    font-size: 12px
  }

  .track-likes .stats-right {
    float: right
  }

  .track-likes .stats-total {
    display: inline-block;
    line-height: 20px
  }

  .track-likes .stats-icon {
    float: left;
    margin-right: 5px;
    font-size: 9px
  }

  .track-likes .stats-icon+.stats-icon {
    margin-left: -2px
  }

  .track-likes .stats-text {
    line-height: 20px
  }

  .track-likes .stats-text+.stats-text {
    margin-left: 15px
  }

  .track-comment-box {
    background: #f2f3f4;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px
  }

  .track-comment-box .user {
    float: left;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px
  }

  .track-comment-box .user img {
    max-width: 100%;
    max-height: 100%
  }

  .track-comment-box .user+.input {
    margin-left: 44px
  }
  .badge-surat {
    border-radius: 100%;
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    border: 4px solid #EDEDF5;
    position: absolute;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 9;
  }