*{box-sizing:border-box}a{color:#222}html,body{padding:0;margin:0}h1,h2,h3,h4,h5,h6{margin:1em 0;font-size:22px}p{margin:1em 0}nav:not(.mm-menu) {display:none}.w100{width:100%}.cursor-pointer{cursor:pointer}.content_area{background-color:#f1f4f6}.header-text-menu{background-color:#3468ac;padding:5px 0;font-size:13px;color:#fff}.header-text-menu ul{list-style:none}.header-text-menu a{color:#fff;font-size:13px}.header-text-menu a:hover,.header-text-menu a:active{color:#fff}#header{background-color:#1f78b8}.header-menu.fixed-top{background-color:#1f78b8;padding:0;max-height:70px}.header-menu.fixed-top:after{content:"";height:8px;width:100%;background:linear-gradient(to right,#e3b547,#f8e890,#f4e281,#e3b574);position:absolute;margin-top:-3px;box-shadow: rgb(0 0 0 / 25%) 0 6px 16px, rgb(0 0 0 / 17%) 0 4px 9px}.content-header{}.content-header .icon{font-size:2rem;display:flex;align-items:center;align-content:center;text-align:center;padding:.83333rem;margin:0 30px 0 0;background:#fff;box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);border-radius:.25rem;width:60px;height:60px}.active{color:#1f78b8}.content-header .h-title{font-size:26px}.content-detail{}.select2-container .select2-selection--single{height:36px!important}.lds-ripple{display:inline-block;position:relative;width:80px;height:80px}.lds-ripple div{position:absolute;border:4px solid red;opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.lds-ripple div:nth-child(2) {animation-delay:-.5s}@keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }