.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(95, 58, 252,0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .progress-wrap::after {
    position: absolute;
    content: '\f176';
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #2b4eff;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }



  .progress-wrap svg path {
    fill: none;
  }

  .progress-wrap svg.progress-circle path {
    stroke: #2b4eff;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

.container-update{background-color: #DD4814;width: 100%;height: 100%;}
/* Ikon media sosial */
.sticky-container{padding:0px; margin:0px; position:fixed; right:-170px;top:530px; width:210px; z-index: 1100;}
.sticky .li-custom{opacity: 0.5; border-radius:30px 0px 0px 30px;list-style-type:none;background-color:rgb(0,150,136);color:#efefef;padding:10px 10px 10px 15px; -webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; cursor:pointer;}
.sticky .li-custom:hover{opacity: 100;margin-left:-125px;}
.sticky .li-custom img{float:left;margin:5px 4px;margin-right:5px;}
.sticky .li-custom p{padding-top:5px;margin:0px;line-height:16px; font-size:11px;}
.sticky .li-custom p a{ text-decoration:none; color:#2C3539;}
.sticky .li-custom p a:hover{text-decoration:underline;}
