body {
  font-family: 'Helvetica', sans-serif;
  background-color: #f7f7f7;
  height: 100%;
}

body .sidebar {
  position: absolute;
  width: 480px;
  z-index: 101;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(173, 173, 173, 0.6);
}

body .sidebar .bg-sidebar {
  background: -webkit-gradient(linear, left bottom, left top, from(#F25C25), to(#F8872E));
  background: linear-gradient(to top, #F25C25, #F8872E);
  width: 350px;
  height: 100%;
  padding-top: 45px;
  position: relative;
}

body .sidebar .bg-sidebar .photo {
  margin-bottom: 12px;
}

body .sidebar .bg-sidebar .photo .frame-photo {
  position: relative;
}

body .sidebar .bg-sidebar .photo .frame-photo .img-photo {
  padding: 5px;
  background-color: white;
  width: 87px;
  height: 87px;
  border-radius: 50%;
}

body .sidebar .bg-sidebar .photo .frame-photo .badge {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #8E8E8E;
}

body .sidebar .bg-sidebar .photo .frame-photo .badge .img-badge {
  width: 14px;
  height: 14px;
}

body .sidebar .bg-sidebar .name {
  font-weight: 600;
  font-size: 16px;
  color: white;
}

body .sidebar .bg-sidebar .email {
  font-size: 16px;
  color: white;
  font-style: italic;
  margin-bottom: 12px;
}

body .sidebar .bg-sidebar .menu1 {
  background-color: #163356;
  border-radius: 10px;
  padding: 14px 24px;
}

body .sidebar .bg-sidebar .menu2 {
  background-color: transparent;
  border-radius: 10px;
  padding: 14px 24px;
}

body .sidebar .bg-sidebar .menu-accordion .accordion-item {
  background-color: transparent;
  border: none;
}

body .sidebar .bg-sidebar .menu-accordion .accordion-item .accordion-button {
  background-color: #163356;
  border-radius: 10px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

body .sidebar .bg-sidebar .menu-accordion .accordion-item .accordion-button::after {
  background-image: url("../images/icon/arrow-bottom.png");
  background-size: 11px 7px;
  background-position: center;
}

body .sidebar .bg-sidebar .menu-accordion .accordion-item .accordion-body {
  padding: 0;
}

body .sidebar .bg-sidebar .link-menu {
  text-decoration: none;
}

body .sidebar .bg-sidebar .img-icon {
  width: 24px;
  height: 24px;
}

body .sidebar .bg-sidebar .text-menu {
  margin-left: 12px;
  color: white;
  text-decoration: none;
}

body .sidebar .bg-sidebar .side-footer {
  color: white;
  font-weight: 600;
  font-style: 16px;
  width: 100%;
  position: absolute;
  bottom: 30px;
}

body .sidebar .bg-sidebar-overlay {
  background-color: red;
  width: 130px;
  height: 100%;
  background-color: transparent;
}

body .sidebar .bg-sidebar-overlay:hover {
  cursor: pointer;
}

@media (max-width: 376px) {
  body .sidebar {
    width: 375px;
  }
  body .sidebar .bg-sidebar {
    width: 275px;
  }
  body .sidebar .bg-sidebar .photo {
    margin-bottom: 10px;
  }
  body .sidebar .bg-sidebar .photo .frame-photo .img-photo {
    padding: 4px;
    width: 85px;
    height: 85px;
  }
  body .sidebar .bg-sidebar .photo .frame-photo .badge {
    width: 25px;
    height: 25px;
  }
  body .sidebar .bg-sidebar .photo .frame-photo .badge .img-badge {
    width: 12px;
    height: 12px;
  }
  body .sidebar .bg-sidebar .name {
    font-size: 14px;
  }
  body .sidebar .bg-sidebar .email {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body .sidebar .bg-sidebar .side-footer {
    font-weight: 600;
    font-size: 14px;
  }
  body .sidebar .bg-sidebar-overlay {
    width: 100px;
  }
}

@media (max-width: 321px) {
  body .sidebar {
    width: 320px;
  }
  body .sidebar .bg-sidebar {
    width: 220px;
  }
  body .sidebar .bg-sidebar .photo {
    margin-bottom: 8px;
  }
  body .sidebar .bg-sidebar .photo .frame-photo .img-photo {
    padding: 4px;
    width: 83px;
    height: 83px;
  }
  body .sidebar .bg-sidebar .photo .frame-photo .badge {
    width: 23px;
    height: 23px;
  }
  body .sidebar .bg-sidebar .photo .frame-photo .badge .img-badge {
    width: 10px;
    height: 10px;
  }
  body .sidebar .bg-sidebar .name {
    font-size: 12px;
  }
  body .sidebar .bg-sidebar .email {
    font-size: 12px;
    margin-bottom: 8px;
  }
  body .sidebar .bg-sidebar .side-footer {
    font-size: 12px;
  }
  body .sidebar .bg-sidebar-overlay {
    width: 100px;
  }
}

body .main-screen {
  max-width: 480px;
  background-color: #ffffff;
}

body .main-screen.main-screen-content {
  min-height: 1250px;
}

body .main-screen .section-login .top {
  position: relative;
  margin-bottom: 30px;
}

body .main-screen .section-login .top .logo {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  margin-left: auto;
  margin-right: auto;
}

body .main-screen .section-login .form {
  padding-right: 40px;
  padding-left: 40px;
}

body .main-screen .section-login .form .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
  color: #3A3A3A;
  letter-spacing: 1px;
}

body .main-screen .section-login .form .desc {
  font-size: 18px;
  line-height: 16px;
  color: #8E8E8E;
}

body .main-screen .section-login .form .height-70 {
  height: 70px;
}

body .main-screen .section-login .form form .input-group {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

body .main-screen .section-login .form form .input-group .input-text {
  width: 100%;
  border: none;
  outline: none;
  color: #3A3A3A;
  font-size: 16px;
  padding: 17px 20px;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

body .main-screen .section-login .form form .input-group .show-pass {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 20px;
}

body .main-screen .section-login .form form .input-group .show-pass:hover {
  cursor: pointer;
}

body .main-screen .section-login .form form .link-sandi {
  text-decoration: none;
  color: #8E8E8E;
  font-size: 14px;
}

body .main-screen .section-login .form form .height-85 {
  height: 85px;
}

body .main-screen .section-login .form form .btn-submit {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  width: 210px;
  margin-bottom: 15px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
}

body .main-screen .section-login .form form .text-daftar {
  color: #8E8E8E;
  font-size: 16px;
}

body .main-screen .section-login .form form .text-daftar .link-daftar {
  color: #F35E26;
  font-weight: 700;
  text-decoration: none;
}

body .main-screen .section-login .form form .height-125 {
  height: 125px;
}

@media (max-width: 376px) {
  body .main-screen .section-login .top .logo {
    width: 100px;
    height: 100px;
  }
  body .main-screen .section-login .form {
    padding-right: 30px;
    padding-left: 30px;
  }
  body .main-screen .section-login .form .title {
    font-size: 30px;
    line-height: 34.5px;
  }
  body .main-screen .section-login .form .desc {
    font-size: 14px;
    line-height: 16px;
  }
  body .main-screen .section-login .form .height-70.height-sm-58 {
    height: 58px;
  }
  body .main-screen .section-login .form form .input-group {
    margin-bottom: 15px;
  }
  body .main-screen .section-login .form form .input-group .input-text {
    font-size: 14px;
    padding: 15px 20px;
  }
  body .main-screen .section-login .form form .link-sandi {
    font-size: 12px;
  }
  body .main-screen .section-login .form form .height-85.height-sm-76 {
    height: 76px;
  }
  body .main-screen .section-login .form form .btn-submit {
    font-size: 16px;
    padding: 13px;
    width: 175px;
    margin-bottom: 10px;
  }
  body .main-screen .section-login .form form .text-daftar {
    font-size: 14px;
  }
  body .main-screen .section-login .form form .height-125.height-sm-115 {
    height: 115px;
  }
}

body .main-screen .section-daftar .top {
  height: 240px;
  position: relative;
}

body .main-screen .section-daftar .top .bg-orange {
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

body .main-screen .section-daftar .top .photo-profile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  margin-left: auto;
  margin-right: auto;
}

body .main-screen .section-daftar .top .photo-profile .box-foto {
  position: relative;
}

body .main-screen .section-daftar .top .photo-profile .box-foto .photo {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

body .main-screen .section-daftar .top .photo-profile .box-foto .add-photo {
  position: absolute;
  bottom: 15%;
  right: 0;
}

body .main-screen .section-daftar .top .photo-profile .box-foto .upload-foto {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

body .main-screen .section-daftar .top .photo-profile .box-foto .upload-foto:hover {
  cursor: pointer;
}

body .main-screen .section-daftar .form {
  padding-right: 40px;
  padding-left: 40px;
}

body .main-screen .section-daftar .form .input-group {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

body .main-screen .section-daftar .form .input-group .input-text {
  width: 100%;
  border: none;
  outline: none;
  color: #3A3A3A;
  font-size: 16px;
  padding: 17px 20px;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

body .main-screen .section-daftar .form .input-group .show-pass {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 20px;
}

body .main-screen .section-daftar .form .input-group .show-pass:hover {
  cursor: pointer;
}

body .main-screen .section-daftar .form .form-select {
  width: 100%;
  border: none;
  outline: none;
  color: #3A3A3A;
  font-size: 16px;
  padding: 17px 20px;
  border-radius: 50px;
  background-position-x: calc(100% - 25px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

body .main-screen .section-daftar .form .form-check .form-check-input {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .main-screen .section-daftar .form .form-check .form-check-input:checked {
  background-color: #F35E26;
  border-color: #F35E26;
}

body .main-screen .section-daftar .form .form-check .form-check-label {
  color: #8E8E8E;
  font-size: 16px;
}

body .main-screen .section-daftar .form .form-check .form-check-label .link-syarat {
  color: #F35E26;
  font-weight: 600;
  text-decoration: none;
}

body .main-screen .section-daftar .form .height-85 {
  height: 85px;
}

body .main-screen .section-daftar .form .btn-submit {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  width: 210px;
  margin-bottom: 15px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
}

body .main-screen .section-daftar .form .text-daftar {
  color: #8E8E8E;
  font-size: 16px;
}

body .main-screen .section-daftar .form .text-daftar .link-daftar {
  color: #F35E26;
  font-weight: 700;
  text-decoration: none;
}

body .main-screen .section-daftar .form .height-85 {
  height: 85px;
}

@media (max-width: 376px) {
  body .main-screen .section-daftar .top {
    height: 180px;
  }
  body .main-screen .section-daftar .top .bg-orange {
    height: 70%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  body .main-screen .section-daftar .top .photo {
    width: 100px;
    height: 100px;
    bottom: 12%;
  }
  body .main-screen .section-daftar .form {
    padding-right: 30px;
    padding-left: 30px;
  }
  body .main-screen .section-daftar .form .title {
    font-size: 30px;
    line-height: 34.5px;
  }
  body .main-screen .section-daftar .form .desc {
    font-size: 14px;
    line-height: 16px;
  }
  body .main-screen .section-daftar .form .height-70.height-sm-58 {
    height: 58px;
  }
  body .main-screen .section-daftar .form .input-group {
    margin-bottom: 15px;
  }
  body .main-screen .section-daftar .form .input-group .input-text {
    font-size: 14px;
    padding: 15px 20px;
  }
  body .main-screen .section-daftar .form .form-select {
    font-size: 14px;
    padding: 15px 20px;
  }
  body .main-screen .section-daftar .form .form-check .form-check-label {
    font-size: 14px;
  }
  body .main-screen .section-daftar .form .height-85.height-sm-76 {
    height: 76px;
  }
  body .main-screen .section-daftar .form .btn-submit {
    font-size: 16px;
    padding: 13px;
    width: 175px;
    margin-bottom: 10px;
  }
  body .main-screen .section-daftar .form .text-daftar {
    font-size: 14px;
  }
  body .main-screen .section-daftar .form .height-85.height-sm-75 {
    height: 75px;
  }
}

body .main-screen .header-homepage {
  position: relative;
}

body .main-screen .header-homepage .navbar {
  position: absolute;
  width: 100%;
}

body .main-screen .header-homepage .navbar .brand .navbar-brand {
  margin-right: 0;
}

body .main-screen .header-homepage .navbar .brand .navbar-brand img {
  height: 30px;
}

body .main-screen .header-homepage .navbar .brand .vr {
  margin: 3px 8px;
  margin-left: 18px;
}

body .main-screen .header-homepage .navbar .brand .navbar-partner img {
  height: 25px;
}

body .main-screen .header-homepage .navbar .navbar-toggler {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .main-screen .header-homepage .navbar .sidenav-overlay {
  position: fixed;
  z-index: -10;
  height: 100%;
  max-width: 480px;
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(173, 173, 173, 0.6);
}

body .main-screen .header-homepage .navbar .sidenav {
  height: 0%;
  max-width: 480px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #adadad;
  background-color: rgba(173, 173, 173, 0);
  overflow-y: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .main-screen .header-homepage .navbar .sidenav .sidenav-nav {
  background-color: white;
  padding: 20px;
}

body .main-screen .header-homepage .navbar .sidenav .sidenav-nav .text-end {
  margin-bottom: 20px;
}

body .main-screen .header-homepage .navbar .sidenav .sidenav-nav .navbar-nav {
  margin-top: 20px;
}

body .main-screen .header-homepage .navbar .sidenav .sidenav-nav .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #6D6D6D;
  margin-bottom: 10px;
}

body .main-screen .header-homepage .navbar .sidenav .sidenav-nav .navbar-nav .nav-item .nav-link.active {
  color: #F35E26;
  font-weight: 700;
}

body .main-screen .header-homepage .navbar .sidenav .sidenav-nav .navbar-nav .button-group {
  margin-top: 10px;
}

body .main-screen .header-homepage .navbar .sidenav .sidenav-nav .navbar-nav .button-group .btn-daftar {
  background-color: white;
  border: 1px solid #F35E26;
  border-radius: 20px;
  padding: 5px;
  color: #F35E26;
  font-weight: 700;
  font-size: 16px;
  width: 125px;
}

body .main-screen .header-homepage .navbar .sidenav .sidenav-nav .navbar-nav .button-group .btn-masuk {
  background-color: #F35E26;
  border: 1px solid #F35E26;
  border-radius: 20px;
  padding: 5px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  width: 125px;
}

body .main-screen .hero {
  padding-top: 100px;
  background-image: url("../images/peta.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 85px;
}

body .main-screen .hero .slider-hero {
  margin-bottom: 50px;
}

body .main-screen .hero .slider-hero .bg-hero {
  text-align: center;
}

body .main-screen .hero .slider-hero .bg-hero .title {
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

body .main-screen .hero .slider-hero .bg-hero .desc {
  color: #3A3A3A;
}

body .main-screen .hero .btn-daftar {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 45px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
}

body .main-screen .kenapa-harus {
  padding-bottom: 70px;
  background-image: url("../images/peta.png");
  background-repeat: no-repeat;
  background-size: cover;
}

body .main-screen .kenapa-harus .top {
  position: relative;
  margin-bottom: 30px;
}

body .main-screen .kenapa-harus .top .title {
  color: white;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 15%;
}

body .main-screen .kenapa-harus .desc {
  color: #3A3A3A;
}

body .main-screen .kenapa-harus .divider {
  background-color: #F35E26;
  height: 2px;
  width: 75px;
  margin-top: 20px;
  margin-bottom: 20px;
}

body .main-screen .kenapa-harus .slogan {
  color: #F35E26;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 35px;
}

body .main-screen .manfaat {
  padding-bottom: 70px;
}

body .main-screen .manfaat .title {
  color: #3A3A3A;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 25px;
}

body .main-screen .manfaat .slide-box .bg-manfaat {
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  margin-right: 25px;
  margin-left: 25px;
}

body .main-screen .manfaat .slide-box .bg-manfaat .header {
  margin-bottom: 15px;
}

body .main-screen .manfaat .slide-box .bg-manfaat .header .icon-manfaat {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

body .main-screen .manfaat .slide-box .bg-manfaat .header .title {
  margin-bottom: 0;
  margin-left: 5px;
  color: #3A3A3A;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

body .main-screen .manfaat .slide-box .bg-manfaat .desc {
  text-align: center;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
}

body .main-screen .join-us {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 70px;
  background-image: url("../images/bg-circle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

body .main-screen .join-us .title {
  color: #3A3A3A;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 25px;
}

body .main-screen .join-us .bg-step {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to top, #F8872E, #F25C25);
  padding: 15px;
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 100%;
}

body .main-screen .join-us .bg-step .number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #F35E26;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 12px;
}

body .main-screen .join-us .bg-step .step {
  font-size: 18px;
  font-weight: 700;
  height: 55px;
}

body .main-screen .join-us .bg-step .desc {
  font-size: 14px;
}

body .main-screen .join-us .btn-daftar {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 45px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
}

body .main-screen .cerita-relawan {
  padding-bottom: 70px;
}

body .main-screen .cerita-relawan .title {
  color: #3A3A3A;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 25px;
}

body .main-screen .cerita-relawan .slide-box .bg-relawan {
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  margin-right: 25px;
  margin-left: 25px;
}

body .main-screen .cerita-relawan .slide-box .bg-relawan .header {
  margin-bottom: 15px;
}

body .main-screen .cerita-relawan .slide-box .bg-relawan .header .icon-relawan {
  width: 48px;
  height: 48px;
  border-radius: 48%;
  margin-bottom: 8px;
}

body .main-screen .cerita-relawan .slide-box .bg-relawan .header .name {
  margin-bottom: 0;
  color: #F35E26;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

body .main-screen .cerita-relawan .slide-box .bg-relawan .header .how {
  color: #8E8E8E;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 17px;
}

body .main-screen .cerita-relawan .slide-box .bg-relawan .desc {
  text-align: center;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
}

body .main-screen .jumlah-relawan {
  padding-bottom: 50px;
}

body .main-screen .jumlah-relawan .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 26px;
}

body .main-screen .jumlah-relawan .box-jumlah {
  text-align: center;
}

body .main-screen .jumlah-relawan .box-jumlah .desc {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

body .main-screen .jumlah-relawan .box-jumlah .jumlah {
  font-size: 26px;
  font-weight: 700;
}

body .main-screen .apaitu-relawan {
  background-color: #071F3B;
  padding: 52px 24px 24px 24px;
  position: relative;
}

body .main-screen .apaitu-relawan .btn-up {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #F35E26;
  border-radius: 22px;
  padding: 12px 22px;
  width: 200px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

body .main-screen .apaitu-relawan .title {
  color: white;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 27px;
}

body .main-screen .apaitu-relawan .desc {
  color: white;
  font-size: 16px;
}

body .main-screen .help {
  padding: 22px 20px;
}

body .main-screen .help .box {
  margin-bottom: 45px;
}

body .main-screen .help .box .title {
  color: #3A3A3A;
  font-weight: 700;
  font-size: 16px;
}

body .main-screen .help .box a {
  font-size: 14px;
  color: #747474;
  display: block;
  text-decoration: none;
  margin-bottom: 4px;
}

body .main-screen .help .box .box-child .icon {
  width: 24px;
  height: 24px;
  margin-right: 11px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
}

body .main-screen .help .box .box-child table {
  margin-bottom: 20px;
}

body .main-screen .help .box .box-child table td {
  color: #3A3A3A;
  font-size: 14px;
}

body .main-screen .help .box .box-child p {
  color: #3A3A3A;
  font-size: 14px;
}

body .main-screen .help .brand {
  margin-bottom: 14px;
}

body .main-screen .help .brand .navbar-brand {
  margin-right: 0;
}

body .main-screen .help .brand .navbar-brand img {
  height: 44px;
}

body .main-screen .help .brand .vr {
  margin: 3px 8px;
  margin-left: 18px;
}

body .main-screen .help .brand .navbar-partner img {
  height: 40px;
}

body .main-screen .help .social-media .icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
}

body .main-screen footer {
  padding: 10px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  background-color: #071F3B;
}

@media (max-width: 376px) {
  body .main-screen .header-homepage .navbar .brand .navbar-brand img {
    height: 25px;
  }
  body .main-screen .header-homepage .navbar .brand .vr {
    margin: 5px 8px;
    margin-left: 15px;
  }
  body .main-screen .header-homepage .navbar .brand .navbar-partner img {
    height: 20px;
  }
  body .main-screen .header-homepage .navbar .sidenav .sidenav-nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  body .main-screen .header-homepage .navbar .sidenav .sidenav-nav .navbar-nav .button-group .btn-daftar {
    font-size: 14px;
    width: 117px;
  }
  body .main-screen .header-homepage .navbar .sidenav .sidenav-nav .navbar-nav .button-group .btn-masuk {
    font-size: 14px;
    width: 117px;
  }
  body .main-screen .hero {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  body .main-screen .hero .carousel {
    margin-bottom: 10px;
  }
  body .main-screen .hero .carousel .title {
    font-size: 30px;
  }
  body .main-screen .hero .carousel .desc {
    font-size: 14px;
    margin-bottom: 40px;
  }
  body .main-screen .hero .btn-daftar {
    font-size: 16px;
    padding: 13px 40px;
  }
  body .main-screen .kenapa-harus {
    padding-bottom: 60px;
  }
  body .main-screen .kenapa-harus .top {
    margin-bottom: 25px;
  }
  body .main-screen .kenapa-harus .top .title {
    font-size: 26px;
    top: 12%;
  }
  body .main-screen .kenapa-harus .desc {
    font-size: 14px;
  }
  body .main-screen .kenapa-harus .slogan {
    font-size: 16px;
    margin-bottom: 30px;
  }
  body .main-screen .manfaat {
    padding-bottom: 60px;
  }
  body .main-screen .manfaat .title {
    font-size: 26px;
  }
  body .main-screen .manfaat .slide-box .bg-manfaat {
    padding: 18px;
    margin-bottom: 25px;
    margin-right: 20px;
    margin-left: 20px;
  }
  body .main-screen .manfaat .slide-box .bg-manfaat .header {
    margin-bottom: 15px;
  }
  body .main-screen .manfaat .slide-box .bg-manfaat .header .icon-manfaat {
    width: 38px;
    height: 38px;
  }
  body .main-screen .manfaat .slide-box .bg-manfaat .header .title {
    font-size: 20px;
  }
  body .main-screen .manfaat .slide-box .bg-manfaat .desc {
    font-size: 12px;
  }
  body .main-screen .join-us {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 60px;
  }
  body .main-screen .join-us .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  body .main-screen .join-us .bg-step {
    padding: 12px;
  }
  body .main-screen .join-us .bg-step .number {
    width: 34px;
    height: 34px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  body .main-screen .join-us .bg-step .step {
    font-size: 16px;
    height: 50px;
  }
  body .main-screen .join-us .bg-step .desc {
    font-size: 12px;
  }
  body .main-screen .join-us .btn-daftar {
    font-size: 16px;
    padding: 13px 40px;
  }
  body .main-screen .cerita-relawan {
    padding-bottom: 60px;
  }
  body .main-screen .cerita-relawan .title {
    font-size: 26px;
  }
  body .main-screen .cerita-relawan .slide-box .bg-relawan {
    padding: 18px;
    margin-bottom: 25px;
    margin-right: 20px;
    margin-left: 20px;
  }
  body .main-screen .cerita-relawan .slide-box .bg-relawan .header {
    margin-bottom: 15px;
  }
  body .main-screen .cerita-relawan .slide-box .bg-relawan .header .icon-relawan {
    width: 45px;
    height: 45px;
    margin-bottom: 6px;
  }
  body .main-screen .cerita-relawan .slide-box .bg-relawan .header .name {
    font-size: 16px;
  }
  body .main-screen .cerita-relawan .slide-box .bg-relawan .header .how {
    font-size: 13px;
    margin-bottom: 15px;
  }
  body .main-screen .cerita-relawan .slide-box .bg-relawan .desc {
    font-size: 12px;
  }
  body .main-screen .jumlah-relawan {
    padding-bottom: 45px;
  }
  body .main-screen .jumlah-relawan .title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  body .main-screen .jumlah-relawan .box-jumlah .desc {
    font-size: 11px;
    margin-bottom: 8px;
  }
  body .main-screen .jumlah-relawan .box-jumlah .jumlah {
    font-size: 24px;
  }
  body .main-screen .apaitu-relawan {
    padding: 50px 22px 22px 22px;
  }
  body .main-screen .apaitu-relawan .btn-up {
    top: -18px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    width: 176px;
    border-radius: 20px;
  }
  body .main-screen .apaitu-relawan .title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  body .main-screen .apaitu-relawan .desc {
    font-size: 14px;
  }
  body .main-screen .help {
    padding: 20px 18px;
  }
  body .main-screen .help .box {
    margin-bottom: 40px;
  }
  body .main-screen .help .box .title {
    font-size: 14px;
  }
  body .main-screen .help .box a {
    font-size: 12px;
  }
  body .main-screen .help .box .box-child .icon {
    width: 22px;
    height: 22px;
    margin-right: 9px;
  }
  body .main-screen .help .box .box-child table {
    margin-bottom: 18px;
  }
  body .main-screen .help .box .box-child table td {
    font-size: 12px;
  }
  body .main-screen .help .box .box-child p {
    font-size: 12px;
  }
  body .main-screen .help .brand {
    margin-bottom: 12px;
  }
  body .main-screen .help .brand .navbar-brand img {
    height: 42px;
  }
  body .main-screen .help .brand .vr {
    margin: 5px 8px;
    margin-left: 15px;
  }
  body .main-screen .help .brand .navbar-partner img {
    height: 38px;
  }
  body .main-screen .help .social-media .icon {
    width: 23px;
    height: 23px;
    margin-right: 4px;
    margin-left: 4px;
  }
  body .main-screen footer {
    padding: 8px;
    font-size: 12px;
  }
}

body .main-screen .header-dashboard {
  position: relative;
}

body .main-screen .header-dashboard .navbar {
  background-image: url("../images/bg-header1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 100%;
}

body .main-screen .header-dashboard .navbar .navbar-photo {
  padding: 2px;
  background: white;
  border-radius: 50%;
}

body .main-screen .header-dashboard .navbar .navbar-photo img {
  border-radius: 50%;
  height: 30px;
}

body .main-screen .header-dashboard .navbar .navbar-toggler {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .main-screen .title-section {
  color: #3A3A3A;
  font-weight: 700;
  font-size: 20px;
}

body .main-screen .top-section {
  margin-bottom: 20px;
}

body .main-screen .top-section .title-section {
  color: #3A3A3A;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0px;
}

body .main-screen .table-collapse .table {
  margin-bottom: 0;
}

body .main-screen .table-collapse .table .btn-droptable {
  background-color: #F35E26;
  border-radius: 50%;
  padding: 0;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .main-screen .table-collapse .table .btn-droptable img {
  width: 10px;
  height: 7px;
}

body .main-screen .table-collapse .table td {
  border-bottom: 0.75px solid #8A8A8A;
  border-top: 0.75px solid #8A8A8A;
}

body .main-screen .table-collapse .table .td-left {
  font-weight: 700;
  font-size: 14px;
  color: #3A3A3A;
}

body .main-screen .table-collapse .table .td-right {
  font-size: 14px;
  color: #3A3A3A;
}

body .main-screen .slick-dots li {
  background-color: #C4C4C4;
  width: 6px;
  height: 6px;
  border-radius: 5px;
}

body .main-screen .slick-dots li button {
  display: none;
}

body .main-screen .slick-dots li.slick-active {
  width: 14px;
  background-color: #F35E26;
}

body .main-screen .status-akun {
  background-image: url("../images/bg-header1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 75px;
}

body .main-screen .status-akun .sapa {
  font-size: 20px;
  color: white;
  font-weight: 700;
  margin-bottom: 5px;
}

body .main-screen .status-akun .keterangan {
  margin-bottom: 28px;
}

body .main-screen .status-akun .keterangan .nama {
  font-size: 16px;
  color: white;
  font-style: italic;
}

body .main-screen .status-akun .keterangan .status {
  background-color: white;
  border-radius: 4px;
  padding: 2px 8px;
  color: #717171;
  font-size: 12px;
}

body .main-screen .status-akun .keterangan .status img {
  width: 14px;
  height: 14px;
}

body .main-screen .status-akun .status-donasi {
  background-color: white;
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 24px;
}

body .main-screen .status-akun .status-donasi .top .icon {
  width: 44px;
  height: 44px;
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}

body .main-screen .status-akun .status-donasi .top .box-jumlah {
  margin-bottom: 0px;
}

body .main-screen .status-akun .status-donasi .top .box-jumlah .jumlah {
  font-size: 20px;
  color: #F35E26;
  font-weight: 700;
  margin-bottom: 5px;
}

body .main-screen .status-akun .status-donasi .top .box-jumlah .desc {
  color: #3A3A3A;
  font-size: 14px;
  margin-bottom: 0px;
}

body .main-screen .status-akun .status-donasi hr {
  margin-top: 14px;
  margin-bottom: 14px;
}

body .main-screen .status-akun .status-donasi .bottom .box-progress p {
  color: #3A3A3A;
  font-size: 13px;
  margin-bottom: 4px;
}

body .main-screen .status-akun .status-donasi .bottom .box-progress p span {
  font-weight: 600;
}

body .main-screen .status-akun .status-donasi .bottom .box-progress .progress {
  margin-bottom: 4px;
  border-radius: 2px;
  height: 6px;
}

body .main-screen .status-akun .status-donasi .bottom .box-progress .progress .progress-bar {
  background-color: #F35E26;
}

body .main-screen .status-akun .card-poin {
  margin-bottom: 30px;
  padding: 12px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
  -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
}

body .main-screen .status-akun .card-poin .poin p {
  margin-bottom: 0px;
  color: white;
  font-size: 12px;
}

body .main-screen .status-akun .card-poin .poin h4 {
  margin-bottom: 0px;
  color: white;
  font-size: 18px;
  font-weight: 700;
}

body .main-screen .status-akun .card-poin .misi {
  background-color: white;
  border-radius: 5px;
  color: #F35E26;
  font-size: 14px;
  font-weight: 700;
  padding: 1px 12px;
  text-decoration: none;
}

body .main-screen .program {
  padding-bottom: 25px;
}

body .main-screen .program .top {
  margin-bottom: 20px;
}

body .main-screen .program .top a {
  text-decoration: none;
  color: #F35E26;
  font-weight: 700;
  font-size: 13px;
}

body .main-screen .program .slider-program .card {
  border: none;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 15px;
}

body .main-screen .program .slider-program .card .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

body .main-screen .program .slider-program .card .card-body {
  padding: 8px;
}

body .main-screen .program .slider-program .card .card-body .card-title {
  color: #3A3A3A;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body .main-screen .program .slider-program .card .card-body .card-text {
  color: #3A3A3A;
  font-size: 10px;
  margin-bottom: 2px;
}

body .main-screen .program .slider-program .card .card-body .card-text img {
  width: 7px;
  height: 7px;
  margin-right: 5px;
}

body .main-screen .program .slider-program .card .card-body .target {
  color: #F35E26;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 8px;
}

body .main-screen .program .slider-program .card .card-body .share {
  margin-bottom: 12px;
}

body .main-screen .program .slider-program .card .card-body .share p {
  color: #3A3A3A;
  font-size: 10px;
  margin-bottom: 0;
}

body .main-screen .program .slider-program .card .card-body .share .sosmed a {
  margin-right: 5px;
}

body .main-screen .program .slider-program .card .card-body .share .sosmed a img {
  width: 20px;
  height: 20px;
}

body .main-screen .program .slider-program .card .card-body .btn-etalase {
  background-color: #F35E26;
  border-radius: 5px;
  padding: 3px 12px;
  color: white;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 4px;
}

body .main-screen .link-share {
  padding-bottom: 25px;
}

body .main-screen .link-share .top {
  margin-bottom: 20px;
}

body .main-screen .link-share .card-share {
  padding: 10px 10px 20px 10px;
  -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 18px;
}

body .main-screen .link-share .card-share .img-share {
  background: -webkit-gradient(linear, left bottom, left top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to top, #F8872E, #F25C25);
  width: 100%;
  border-radius: 50%;
  padding: 8px;
}

body .main-screen .link-share .card-share .card-right .top {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

body .main-screen .link-share .card-share .card-right .top .name {
  color: #F35E26;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

body .main-screen .link-share .card-share .card-right .top .link-more {
  border: none;
  outline: none;
  background-color: transparent;
}

body .main-screen .link-share .card-share .card-right .top .link-more.dropdown-toggle::after {
  display: none;
}

body .main-screen .link-share .card-share .card-right .top .dropdown-menu {
  padding: 7px 9px;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
  width: 100px !important;
}

body .main-screen .link-share .card-share .card-right .top .dropdown-menu li {
  display: inline-block;
}

body .main-screen .link-share .card-share .card-right .top .dropdown-menu li .dropdown-item {
  padding: 0;
  text-decoration: none;
  color: #F35E26;
  font-size: 12px;
}

body .main-screen .link-share .card-share .card-right .middle {
  width: 100%;
  margin-bottom: 8px;
}

body .main-screen .link-share .card-share .card-right .middle .copy-link {
  width: 100%;
  background-color: #DDDCDC;
  border-radius: 5px;
  border: none;
  color: #767474;
  font-style: italic;
  outline: none;
  margin-right: 10px;
  font-style: 12px;
  padding-right: 10px;
  padding-left: 10px;
}

body .main-screen .link-share .card-share .card-right .middle .btn-salin {
  background-color: #F35E26;
  font-weight: 700;
  color: white;
  font-size: 12px;
  padding: 3px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  border-radius: 0.25rem;
}

body .main-screen .link-share .card-share .card-right .bottom {
  width: 100%;
}

body .main-screen .link-share .card-share .card-right .bottom a img {
  width: 25px;
  height: 25px;
}

body .main-screen .leader {
  padding-bottom: 15px;
}

body .main-screen .leader .top {
  margin-bottom: 20px;
}

body .main-screen .leader .card-share {
  padding: 10px 10px 20px 10px;
  -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 18px;
}

body .main-screen .leader .card-share .img-share {
  background: -webkit-gradient(linear, left bottom, left top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to top, #F8872E, #F25C25);
  width: 100%;
  border-radius: 50%;
  padding: 6px;
}

body .main-screen .leader .card-share .card-right .top {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

body .main-screen .leader .card-share .card-right .top .name {
  color: #F35E26;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

body .main-screen .leader .card-share .card-right .top .link-more {
  border: none;
  outline: none;
  background-color: transparent;
}

body .main-screen .leader .card-share .card-right .top .link-more.dropdown-toggle::after {
  display: none;
}

body .main-screen .leader .card-share .card-right .top .dropdown-menu {
  padding: 7px 9px;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
  width: 100px !important;
}

body .main-screen .leader .card-share .card-right .top .dropdown-menu li {
  display: inline-block;
}

body .main-screen .leader .card-share .card-right .top .dropdown-menu li .dropdown-item {
  padding: 0;
  text-decoration: none;
  color: #F35E26;
  font-size: 12px;
}

body .main-screen .leader .card-share .card-right .middle {
  width: 100%;
  margin-bottom: 8px;
}

body .main-screen .leader .card-share .card-right .middle .copy-link {
  width: 100%;
  background-color: #DDDCDC;
  border-radius: 5px;
  border: none;
  color: #767474;
  font-style: italic;
  outline: none;
  margin-right: 10px;
  font-style: 12px;
  padding-right: 10px;
  padding-left: 10px;
}

body .main-screen .leader .card-share .card-right .middle .btn-salin {
  background-color: #F35E26;
  font-weight: 700;
  color: white;
  font-size: 12px;
  padding: 3px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  border-radius: 0.25rem;
}

body .main-screen .leader .card-share .card-right .bottom {
  width: 100%;
}

body .main-screen .leader .card-share .card-right .bottom a img {
  width: 25px;
  height: 25px;
}

body .main-screen .leader .card-total {
  padding: 17px 22px;
  -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 18px;
}

body .main-screen .leader .card-total .keterangan {
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
}

body .main-screen .leader .card-total .jumlah {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 32px;
  color: #F35E26 !important;
}

body .main-screen .leader .tabs-total .nav-link {
  background-color: white;
  border: 1px solid #F35E26;
  margin-right: 14px;
  color: #F35E26;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 7px;
}

body .main-screen .leader .tabs-total .nav-link.active {
  color: white;
  background-color: #F35E26;
}

body .main-screen .leader .bg-jumlah {
  -webkit-box-shadow: 0px 4px 20px 1px rgba(70, 70, 70, 0.2);
          box-shadow: 0px 4px 20px 1px rgba(70, 70, 70, 0.2);
  border-radius: 5px;
  margin-bottom: 22px;
  padding: 32px 17px;
}

body .main-screen .leader .bg-jumlah .jumlah {
  color: white;
  font-size: 24px;
  font-weight: 700;
}

body .main-screen .leader .bg-jumlah .keterangan {
  color: white;
  font-size: 14px;
}

body .main-screen .leader .bg-jumlah.bg-orange {
  background-color: #F35E26;
}

body .main-screen .leader .bg-jumlah.bg-blue {
  background-color: #01619E;
}

body .main-screen .leader .bg-jumlah.bg-green {
  background-color: #006837;
}

body .main-screen .leader .bg-jumlah.bg-yellow {
  background-color: #FFBD28;
}

body .main-screen .history-fee {
  padding-bottom: 24px;
}

body .main-screen .history-fee .top {
  margin-bottom: 20px;
}

body .main-screen .history-fee .card-total {
  padding: 26px;
  -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 18px;
  position: relative;
}

body .main-screen .history-fee .card-total.bg-navy {
  background-color: #163356;
}

body .main-screen .history-fee .card-total .jumlah {
  font-weight: 700;
  font-size: 32px;
  color: white;
}

body .main-screen .history-fee .card-total .keterangan {
  font-weight: 700;
  font-size: 16px;
  color: white;
}

body .main-screen .history-fee .card-total a {
  position: absolute;
  top: 20px;
  right: 20px;
}

body .main-screen .history-fee .bg-jumlah {
  -webkit-box-shadow: 0px 4px 20px 1px rgba(70, 70, 70, 0.2);
          box-shadow: 0px 4px 20px 1px rgba(70, 70, 70, 0.2);
  border-radius: 5px;
  margin-bottom: 22px;
  padding: 32px 17px;
  position: relative;
}

body .main-screen .history-fee .bg-jumlah .jumlah {
  color: white;
  font-size: 24px;
  font-weight: 700;
}

body .main-screen .history-fee .bg-jumlah .keterangan {
  color: white;
  font-size: 14px;
  line-height: 14px;
  height: 30px;
}

body .main-screen .history-fee .bg-jumlah a {
  position: absolute;
  top: 15px;
  right: 15px;
}

body .main-screen .history-fee .bg-jumlah.bg-orange {
  background-color: #F35E26;
}

body .main-screen .history-fee .bg-jumlah.bg-blue {
  background-color: #01619E;
}

body .main-screen .history-fee .bg-jumlah.bg-green {
  background-color: #006837;
}

body .main-screen .history-fee .bg-jumlah.bg-yellow {
  background-color: #FFBD28;
}

body .main-screen .history-fee .bg-jumlah.bg-amber {
  background-color: #FF8901;
}

body .main-screen .history-fee .bg-jumlah.bg-grey {
  background-color: #3A3A3A;
}

body .main-screen .top-list {
  padding-bottom: 60px;
}

body .main-screen .top-list .accordion .accordion-item {
  margin-bottom: 12px;
  background-color: transparent;
  border: none;
}

body .main-screen .top-list .accordion .accordion-item .accordion-header {
  background-color: transparent;
  border: none;
}

body .main-screen .top-list .accordion .accordion-item .accordion-header .accordion-button {
  border: 2px solid #F35E26;
  border-radius: 5px;
  background-color: #F35E26;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 14px;
  color: white;
  font-weight: 700;
  font-size: 14px;
}

body .main-screen .top-list .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/icon/plus.png");
}

body .main-screen .top-list .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: white;
  color: #F35E26;
}

body .main-screen .top-list .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  background-image: url("../images/icon/plus-orange.png");
}

@media (max-width: 376px) {
  body .main-screen .header-dashboard .navbar .navbar-photo img {
    height: 25px;
  }
  body .main-screen .table-collapse .table .btn-droptable {
    width: 20px;
    height: 20px;
  }
  body .main-screen .table-collapse .table .btn-droptable img {
    width: 9px;
    height: 6px;
  }
  body .main-screen .table-collapse .table .td-left {
    font-size: 12px;
  }
  body .main-screen .table-collapse .table .td-right {
    font-size: 12px;
  }
  body .main-screen .title-section {
    font-size: 18px;
  }
  body .main-screen .top-section .title-section {
    font-size: 18px;
  }
  body .main-screen .status-akun {
    padding-top: 70px;
  }
  body .main-screen .status-akun .sapa {
    font-size: 18px;
  }
  body .main-screen .status-akun .keterangan {
    margin-bottom: 26px;
  }
  body .main-screen .status-akun .keterangan .nama {
    font-size: 14px;
  }
  body .main-screen .status-akun .keterangan .status {
    font-size: 10px;
  }
  body .main-screen .status-akun .keterangan .status img {
    width: 12px;
    height: 12px;
  }
  body .main-screen .status-akun .status-donasi {
    padding: 12px;
    margin-bottom: 20px;
  }
  body .main-screen .status-akun .status-donasi .top .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  body .main-screen .status-akun .status-donasi .top .box-jumlah .jumlah {
    font-size: 18px;
  }
  body .main-screen .status-akun .status-donasi .top .box-jumlah .desc {
    font-size: 12px;
  }
  body .main-screen .status-akun .status-donasi hr {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  body .main-screen .status-akun .status-donasi .bottom .box-progress p {
    font-size: 11px;
    margin-bottom: 2px;
  }
  body .main-screen .status-akun .card-poin {
    padding: 10px;
    margin-bottom: 25px;
  }
  body .main-screen .status-akun .card-poin .poin p {
    font-size: 10px;
  }
  body .main-screen .status-akun .card-poin .poin h4 {
    font-size: 16px;
  }
  body .main-screen .status-akun .card-poin .misi {
    font-size: 12px;
    padding: 1px 10px;
  }
  body .main-screen .program {
    padding-bottom: 20px;
  }
  body .main-screen .program .top {
    margin-bottom: 18px;
  }
  body .main-screen .program .top a {
    font-size: 11px;
  }
  body .main-screen .program .slider-program .card {
    border: none;
    -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  body .main-screen .program .slider-program .card .card-img-top {
    height: 100px;
  }
  body .main-screen .program .slider-program .card .card-body {
    padding: 6px;
  }
  body .main-screen .program .slider-program .card .card-body .card-title {
    font-size: 10px;
  }
  body .main-screen .program .slider-program .card .card-body .card-text {
    font-size: 8px;
  }
  body .main-screen .program .slider-program .card .card-body .target {
    font-size: 8px;
    margin-bottom: 8px;
  }
  body .main-screen .program .slider-program .card .card-body .share {
    margin-bottom: 10px;
  }
  body .main-screen .program .slider-program .card .card-body .share p {
    font-size: 8px;
  }
  body .main-screen .program .slider-program .card .card-body .share .sosmed a img {
    width: 18px;
    height: 18px;
  }
  body .main-screen .program .slider-program .card .card-body .btn-etalase {
    font-size: 9px;
  }
  body .main-screen .link-share {
    padding-bottom: 20px;
  }
  body .main-screen .link-share .top {
    margin-bottom: 18px;
  }
  body .main-screen .link-share .card-share {
    padding: 8px 8px 18px 8px;
    margin-bottom: 15px;
    padding-right: 0;
  }
  body .main-screen .link-share .card-share .card-right {
    margin-left: 14px;
    margin-right: 10px;
  }
  body .main-screen .link-share .card-share .card-right .top {
    margin-bottom: 3px;
  }
  body .main-screen .link-share .card-share .card-right .top .name {
    font-size: 14px;
  }
  body .main-screen .link-share .card-share .card-right .top .etalase a {
    font-size: 10px;
  }
  body .main-screen .link-share .card-share .card-right .middle {
    margin-bottom: 6px;
  }
  body .main-screen .link-share .card-share .card-right .middle .copy-link {
    width: 100%;
    font-style: 10px;
  }
  body .main-screen .link-share .card-share .card-right .middle .btn-salin {
    font-size: 10px;
  }
  body .main-screen .link-share .card-share .card-right .bottom a img {
    width: 23px;
    height: 23px;
  }
  body .main-screen .leader {
    padding-bottom: 10px;
  }
  body .main-screen .leader .top {
    margin-bottom: 18px;
  }
  body .main-screen .leader .card-share {
    padding: 8px 8px 18px 8px;
    margin-bottom: 15px;
    padding-right: 0;
  }
  body .main-screen .leader .card-share .card-right {
    margin-left: 14px;
    margin-right: 10px;
  }
  body .main-screen .leader .card-share .card-right .top {
    margin-bottom: 3px;
  }
  body .main-screen .leader .card-share .card-right .top .name {
    font-size: 14px;
  }
  body .main-screen .leader .card-share .card-right .top .etalase a {
    font-size: 10px;
  }
  body .main-screen .leader .card-share .card-right .middle {
    margin-bottom: 6px;
  }
  body .main-screen .leader .card-share .card-right .middle .copy-link {
    width: 100%;
    font-style: 10px;
  }
  body .main-screen .leader .card-share .card-right .middle .btn-salin {
    font-size: 10px;
  }
  body .main-screen .leader .card-share .card-right .bottom a img {
    width: 23px;
    height: 23px;
  }
  body .main-screen .leader .card-total {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  body .main-screen .leader .card-total .keterangan {
    font-size: 14px;
  }
  body .main-screen .leader .card-total .jumlah {
    font-size: 30px;
  }
  body .main-screen .leader .tabs-total .nav-link {
    margin-right: 10px;
    font-size: 12px;
    padding: 3px 5px;
  }
  body .main-screen .leader .bg-jumlah {
    margin-bottom: 20px;
    padding: 30px 15px;
  }
  body .main-screen .leader .bg-jumlah .jumlah {
    font-size: 22px;
  }
  body .main-screen .leader .bg-jumlah .keterangan {
    font-size: 12px;
  }
  body .main-screen .history-fee {
    padding-bottom: 20px;
  }
  body .main-screen .history-fee .top {
    margin-bottom: 18px;
  }
  body .main-screen .history-fee .card-total {
    padding: 24px;
    margin-bottom: 15px;
  }
  body .main-screen .history-fee .card-total .jumlah {
    font-size: 30px;
  }
  body .main-screen .history-fee .card-total .keterangan {
    font-size: 14px;
  }
  body .main-screen .history-fee .bg-jumlah {
    margin-bottom: 20px;
    padding: 30px 15px;
  }
  body .main-screen .history-fee .bg-jumlah .jumlah {
    font-size: 22px;
  }
  body .main-screen .history-fee .bg-jumlah .keterangan {
    font-size: 12px;
  }
  body .main-screen .top-list {
    padding-bottom: 50px;
  }
  body .main-screen .top-list .accordion .accordion-item {
    margin-bottom: 10px;
  }
  body .main-screen .top-list .accordion .accordion-item .accordion-header .accordion-button {
    padding: 3px 12px;
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  body .main-screen .leader .tabs-total .nav-link {
    margin-right: 6px;
    font-size: 11px;
    padding: 3px 5px;
  }
}

@media (min-width: 389px) and (max-width: 415px) {
  body .main-screen .link-share .card-share .img-share {
    width: 90%;
  }
  body .main-screen .leader .card-share .img-share {
    width: 90%;
  }
}

body .main-screen .membership {
  padding-top: 75px;
  padding-bottom: 30px;
}

body .main-screen .membership .slider-membership {
  margin-top: 20px;
}

body .main-screen .membership .slider-membership .bg-membership {
  padding: 14px;
  border-radius: 10px;
  color: white;
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 0 16px 12px 16px;
}

body .main-screen .membership .slider-membership .bg-membership.member-silver {
  background: linear-gradient(70deg, #6F6F6F, #AFAFAF);
}

body .main-screen .membership .slider-membership .bg-membership.member-silver .badge {
  background: linear-gradient(160deg, #9D9D9D, #6D6D6D);
}

body .main-screen .membership .slider-membership .bg-membership.member-silver .progress-bar {
  background-color: #545454;
}

body .main-screen .membership .slider-membership .bg-membership.member-gold {
  background: linear-gradient(70deg, #A77E01, #E5AD00);
}

body .main-screen .membership .slider-membership .bg-membership.member-gold .badge {
  background: linear-gradient(160deg, #E5AD00, #A77E01);
}

body .main-screen .membership .slider-membership .bg-membership.member-gold .progress-bar {
  background-color: #896700;
}

body .main-screen .membership .slider-membership .bg-membership.member-platinum {
  background: linear-gradient(70deg, #163356, #6F8FB5);
}

body .main-screen .membership .slider-membership .bg-membership.member-platinum .badge {
  background: linear-gradient(160deg, #426997, #163356);
}

body .main-screen .membership .slider-membership .bg-membership.member-platinum .progress-bar {
  background-color: #021123;
}

body .main-screen .membership .slider-membership .bg-membership .status-member {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

body .main-screen .membership .slider-membership .bg-membership .now-member {
  font-size: 12px;
  margin-bottom: 5px;
}

body .main-screen .membership .slider-membership .bg-membership .badge {
  height: 31px;
  width: 31px;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 14px;
}

body .main-screen .membership .slider-membership .bg-membership .bg-gradien {
  position: absolute;
  top: 0;
  right: 15%;
}

body .main-screen .membership .slider-membership .bg-membership .height-120 {
  height: 120px;
}

body .main-screen .membership .slider-membership .bg-membership .progress {
  margin-bottom: 10px;
  border-radius: 2px;
  height: 6px;
}

body .main-screen .membership .slider-membership .bg-idea {
  color: white;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
  padding: 14px 20px;
  font-size: 13px;
  margin: 0 16px 12px 16px;
}

body .main-screen .membership .slider-membership .bg-idea .img-idea {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

body .main-screen .keuntungan {
  margin-bottom: 30px;
}

body .main-screen .keuntungan .top {
  margin-bottom: 20px;
}

body .main-screen .keuntungan .modal-keuntungan {
  text-decoration: none;
  color: #3A3A3A;
}

body .main-screen .keuntungan .bg-keuntungan {
  margin-bottom: 16px;
}

body .main-screen .keuntungan .bg-keuntungan .bg-icon {
  -webkit-box-shadow: 0px 2px 4px 1px rgba(166, 166, 166, 0.12);
          box-shadow: 0px 2px 4px 1px rgba(166, 166, 166, 0.12);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 15px;
}

body .main-screen .keuntungan .bg-keuntungan .bg-icon .img-keuntungan {
  width: 46px;
  height: 46px;
}

body .main-screen .keuntungan .bg-keuntungan .desc {
  font-size: 13px;
  width: 100px;
}

body .main-screen .poin-kamu {
  margin-bottom: 30px;
}

body .main-screen .poin-kamu .top {
  margin-bottom: 20px;
}

body .main-screen .poin-kamu .bg-poin {
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px;
}

body .main-screen .poin-kamu .bg-poin .img-coin {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

body .main-screen .poin-kamu .bg-poin .total-poin .jumlah {
  color: #F35E26;
  font-size: 22px;
  font-weight: 700;
}

body .main-screen .poin-kamu .bg-poin .total-poin .desc {
  color: #8E8E8E;
  font-size: 12px;
}

body .main-screen .poin-kamu .bg-poin .btn-poin {
  background: #F35E26;
  color: white;
  padding: 5px 13px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
}

body .main-screen .misi-kamu {
  padding-bottom: 14px;
}

body .main-screen .misi-kamu .top {
  margin-bottom: 16px;
}

body .main-screen .misi-kamu .nav-link {
  background-color: white;
  border: 1px solid #F35E26;
  margin-right: 16px;
  color: #F35E26;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 12px;
}

body .main-screen .misi-kamu .nav-link.active {
  color: white;
  background-color: #F35E26;
}

body .main-screen .misi-kamu .bg-misi {
  -webkit-box-shadow: 0px 4px 20px rgba(79, 79, 79, 0.15);
          box-shadow: 0px 4px 20px rgba(79, 79, 79, 0.15);
  border-radius: 10px;
  margin-bottom: 20px;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 14px;
  color: white;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-top.bg-orange {
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
}

body .main-screen .misi-kamu .bg-misi .bg-misi-top.bg-navy {
  background: -webkit-gradient(linear, left top, right top, from(#386296), to(#163356));
  background: linear-gradient(to right, #386296, #163356);
}

body .main-screen .misi-kamu .bg-misi .bg-misi-top.bg-green {
  background: -webkit-gradient(linear, left top, right top, from(#00A759), to(#007C42));
  background: linear-gradient(to right, #00A759, #007C42);
}

body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-icon {
  background-color: white;
  border-radius: 50%;
  height: 56px;
  width: 56px;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-icon img {
  height: 45px;
  width: 45px;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-detail .judul {
  font-size: 14px;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-detail .hadiah {
  font-weight: 700;
  font-size: 16px;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-waktu {
  background-color: white;
  border-radius: 10px;
  padding: 0 5px;
  color: #F8872E;
  font-size: 11px;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-bottom {
  padding: 10px 14px;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-bottom .intruksi {
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-bottom .progress {
  margin-bottom: 4px;
  border-radius: 2px;
  height: 6px;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-bottom .progress .progress-bar.bg-orange {
  background-color: #F35E26;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-bottom .ayo {
  font-size: 13px;
  color: #8E8E8E;
}

body .main-screen .misi-kamu .bg-misi .bg-misi-bottom .btn-mulai {
  background-color: #F35E26;
  color: white;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 19px;
}

body .main-screen .selesaikan-misi {
  padding-bottom: 25px;
}

body .main-screen .selesaikan-misi .top {
  margin-bottom: 14px;
}

body .main-screen .selesaikan-misi .bg-selesaimisi {
  border-radius: 10px;
  padding: 10px 14px;
  color: white;
  margin-bottom: 20px;
}

body .main-screen .selesaikan-misi .bg-selesaimisi.bg-orange {
  background: -webkit-gradient(linear, left top, right top, from(#F8872E), to(#F25C25));
  background: linear-gradient(to right, #F8872E, #F25C25);
}

body .main-screen .selesaikan-misi .bg-selesaimisi .misi-icon {
  background-color: white;
  border-radius: 50%;
  height: 56px;
  width: 56px;
}

body .main-screen .selesaikan-misi .bg-selesaimisi .misi-icon img {
  height: 45px;
  width: 45px;
}

body .main-screen .selesaikan-misi .bg-selesaimisi .misi-detail .judul {
  font-size: 14px;
}

body .main-screen .selesaikan-misi .bg-selesaimisi .misi-detail .hadiah {
  font-weight: 700;
  font-size: 16px;
}

body .main-screen .selesaikan-misi .intruksi {
  font-weight: 700;
  font-size: 16px;
}

body .main-screen .selesaikan-misi .desc {
  font-size: 14px;
  color: #8E8E8E;
}

body .main-screen .selesaikan-misi .waktu {
  font-size: 16px;
  color: #8E8E8E;
}

body .main-screen .selesaikan-misi .tanggal {
  font-weight: 700;
  font-size: 16px;
  color: #8E8E8E;
}

body .main-screen .syarat-ketentuan {
  padding-bottom: 25px;
}

body .main-screen .syarat-ketentuan .title-section {
  margin-bottom: 16px;
}

body .main-screen .syarat-ketentuan ul {
  padding-left: 20px;
}

body .main-screen .syarat-ketentuan ul li {
  color: #8E8E8E;
  font-size: 14px;
}

body .main-screen .tukar-poin {
  padding-bottom: 50px;
}

body .main-screen .tukar-poin .top {
  margin-bottom: 20px;
}

body .main-screen .tukar-poin .jumlah {
  color: #F35E26;
  font-weight: 700;
  font-size: 22px;
}

body .main-screen .tukar-poin .ket {
  font-size: 12px;
  color: #8E8E8E;
  margin-bottom: 38px;
}

body .main-screen .tukar-poin .intruksi {
  font-size: 14px;
  color: #8E8E8E;
}

body .main-screen .tukar-poin .input-poin {
  border: none;
  border-bottom: 1px solid #8E8E8E;
  padding: 5px 0;
  color: #F35E26;
  font-weight: 700;
  font-size: 20px;
  outline: none;
  width: 100%;
  margin-bottom: 25px;
}

body .main-screen .tukar-poin .input-poin::-webkit-input-placeholder {
  color: #8E8E8E;
  font-weight: 700;
}

body .main-screen .tukar-poin .input-poin:-ms-input-placeholder {
  color: #8E8E8E;
  font-weight: 700;
}

body .main-screen .tukar-poin .input-poin::-ms-input-placeholder {
  color: #8E8E8E;
  font-weight: 700;
}

body .main-screen .tukar-poin .input-poin::placeholder {
  color: #8E8E8E;
  font-weight: 700;
}

body .main-screen .tukar-poin .btn-tukar {
  background-color: #F35E26;
  border-radius: 5px;
  padding: 12px 32px;
  color: white;
  font-weight: 700;
  font-size: 18px;
}

body .main-screen .bottomNav .bottomNav-overlay {
  position: fixed;
  z-index: -10;
  height: 100%;
  max-width: 480px;
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(173, 173, 173, 0.6);
}

body .main-screen .bottomNav .myBottomNav {
  height: 0%;
  max-width: 480px;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #adadad;
  background-color: rgba(173, 173, 173, 0);
  overflow-y: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .main-screen .bottomNav .myBottomNav .sidenav-nav {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

body .main-screen .bottomNav .myBottomNav .sidenav-nav .text-start .closebtn {
  font-weight: 700;
  font-size: 18px;
  color: #3A3A3A;
  text-decoration: none;
  font-family: 'Helvetica', sans-serif;
}

body .main-screen .bottomNav .myBottomNav .sidenav-nav .navbar-nav {
  padding: 20px 40px;
}

body .main-screen .bottomNav .myBottomNav .sidenav-nav .navbar-nav .gambar {
  width: 110px;
  height: 110px;
  margin-bottom: 12px;
}

body .main-screen .bottomNav .myBottomNav .sidenav-nav .navbar-nav .judul {
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
}

body .main-screen .bottomNav .myBottomNav .sidenav-nav .navbar-nav .desc {
  font-size: 14px;
  color: #8E8E8E;
  margin-bottom: 12px;
}

body .main-screen .bottomNav .myBottomNav .sidenav-nav .navbar-nav .btn-share {
  background-color: #F35E26;
  border: 1px solid #F35E26;
  border-radius: 5px;
  padding: 6px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
}

@media (max-width: 376px) {
  body .main-screen .membership {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  body .main-screen .membership .slider-membership {
    margin-top: 18px;
  }
  body .main-screen .membership .slider-membership .bg-membership {
    padding: 12px;
    margin: 0 14px 10px 14px;
  }
  body .main-screen .membership .slider-membership .bg-membership .status-member {
    font-size: 14px;
  }
  body .main-screen .membership .slider-membership .bg-membership .now-member {
    font-size: 10px;
  }
  body .main-screen .membership .slider-membership .bg-membership .badge {
    height: 29px;
    width: 29px;
    top: 12px;
    right: 12px;
  }
  body .main-screen .membership .slider-membership .bg-membership .height-120 {
    height: 118;
  }
  body .main-screen .membership .slider-membership .bg-idea {
    padding: 12px 18px;
    font-size: 11px;
    margin: 0 14px 10px 14px;
  }
  body .main-screen .membership .slider-membership .bg-idea .img-idea {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }
  body .main-screen .keuntungan {
    margin-bottom: 20px;
  }
  body .main-screen .keuntungan .top {
    margin-bottom: 18px;
  }
  body .main-screen .keuntungan .bg-keuntungan {
    margin-bottom: 14px;
  }
  body .main-screen .keuntungan .bg-keuntungan .bg-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 13px;
  }
  body .main-screen .keuntungan .bg-keuntungan .bg-icon .img-keuntungan {
    width: 44px;
    height: 44px;
  }
  body .main-screen .keuntungan .bg-keuntungan .desc {
    font-size: 11px;
    width: 96px;
  }
  body .main-screen .poin-kamu {
    margin-bottom: 25px;
  }
  body .main-screen .poin-kamu .top {
    margin-bottom: 18px;
  }
  body .main-screen .poin-kamu .bg-poin {
    padding: 8px;
  }
  body .main-screen .poin-kamu .bg-poin .img-coin {
    width: 19px;
    height: 19px;
    margin-right: 8px;
  }
  body .main-screen .poin-kamu .bg-poin .total-poin .jumlah {
    font-size: 20px;
  }
  body .main-screen .poin-kamu .bg-poin .total-poin .desc {
    font-size: 10px;
  }
  body .main-screen .poin-kamu .bg-poin .btn-poin {
    padding: 3px 11px;
    font-size: 12px;
  }
  body .main-screen .misi-kamu {
    padding-bottom: 12px;
  }
  body .main-screen .misi-kamu .top {
    margin-bottom: 14px;
  }
  body .main-screen .misi-kamu .nav-link {
    margin-right: 14px;
    font-size: 12px;
    padding: 3px 10px;
  }
  body .main-screen .misi-kamu .bg-misi {
    margin-bottom: 22px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-top {
    padding: 8px 12px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-icon {
    height: 54px;
    width: 54px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-icon img {
    height: 43px;
    width: 43px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-detail {
    padding-left: 10px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-detail .judul {
    font-size: 12px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-detail .hadiah {
    font-size: 14px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-waktu {
    font-size: 9px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-bottom {
    padding: 8px 12px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-bottom .intruksi {
    font-size: 14px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-bottom .progress {
    margin-bottom: 2px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-bottom .ayo {
    font-size: 11px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-bottom .btn-mulai {
    font-size: 11px;
    padding: 3px 17px;
  }
  body .main-screen .selesaikan-misi {
    padding-bottom: 20px;
  }
  body .main-screen .selesaikan-misi .top {
    margin-bottom: 12px;
  }
  body .main-screen .selesaikan-misi .bg-selesaimisi {
    padding: 8px 12px;
    margin-bottom: 18px;
  }
  body .main-screen .selesaikan-misi .bg-selesaimisi .misi-icon {
    height: 54px;
    width: 54px;
  }
  body .main-screen .selesaikan-misi .bg-selesaimisi .misi-icon img {
    height: 43px;
    width: 43px;
  }
  body .main-screen .selesaikan-misi .bg-selesaimisi .misi-detail {
    padding-left: 10px;
  }
  body .main-screen .selesaikan-misi .bg-selesaimisi .misi-detail .judul {
    font-size: 12px;
  }
  body .main-screen .selesaikan-misi .bg-selesaimisi .misi-detail .hadiah {
    font-size: 14px;
  }
  body .main-screen .selesaikan-misi .intruksi {
    font-size: 14px;
  }
  body .main-screen .selesaikan-misi .desc {
    font-size: 12px;
  }
  body .main-screen .selesaikan-misi .waktu {
    font-size: 14px;
  }
  body .main-screen .selesaikan-misi .tanggal {
    font-size: 14px;
  }
  body .main-screen .syarat-ketentuan {
    padding-bottom: 20px;
  }
  body .main-screen .syarat-ketentuan .title-section {
    margin-bottom: 14px;
  }
  body .main-screen .syarat-ketentuan ul {
    padding-left: 16px;
  }
  body .main-screen .syarat-ketentuan ul li {
    font-size: 12px;
  }
  body .main-screen .tukar-poin {
    padding-bottom: 40px;
  }
  body .main-screen .tukar-poin .top {
    margin-bottom: 18px;
  }
  body .main-screen .tukar-poin .jumlah {
    font-size: 20px;
  }
  body .main-screen .tukar-poin .ket {
    font-size: 10px;
    margin-bottom: 35px;
  }
  body .main-screen .tukar-poin .intruksi {
    font-size: 12px;
  }
  body .main-screen .tukar-poin .input-poin {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body .main-screen .tukar-poin .btn-tukar {
    padding: 10px 30px;
    font-size: 16px;
  }
  body .main-screen .bottomNav .myBottomNav .sidenav-nav {
    padding: 18px;
  }
  body .main-screen .bottomNav .myBottomNav .sidenav-nav .text-start {
    font-size: 16px;
  }
  body .main-screen .bottomNav .myBottomNav .sidenav-nav .navbar-nav {
    padding: 16px 36px;
  }
  body .main-screen .bottomNav .myBottomNav .sidenav-nav .navbar-nav .gambar {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  body .main-screen .bottomNav .myBottomNav .sidenav-nav .navbar-nav .judul {
    font-size: 14px;
  }
  body .main-screen .bottomNav .myBottomNav .sidenav-nav .navbar-nav .desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
  body .main-screen .bottomNav .myBottomNav .sidenav-nav .navbar-nav .btn-share {
    padding: 4px;
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-icon {
    height: 50px;
    width: 50px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-icon img {
    height: 38px;
    width: 38px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-top .misi-waktu {
    font-size: 8px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-bottom {
    padding: 6px 10px;
  }
  body .main-screen .misi-kamu .bg-misi .bg-misi-bottom .btn-mulai {
    font-size: 11px;
    padding: 3px 10px;
  }
  body .main-screen .selesaikan-misi .bg-selesaimisi .misi-icon {
    height: 50px;
    width: 50px;
  }
  body .main-screen .selesaikan-misi .bg-selesaimisi .misi-icon img {
    height: 38px;
    width: 38px;
  }
}

body .main-screen .profil-singkat {
  padding-top: 75px;
  padding-bottom: 30px;
}

body .main-screen .profil-singkat .data-profil {
  margin-bottom: 25px;
}

body .main-screen .profil-singkat .data-profil .img-photo {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-right: 10px;
}

body .main-screen .profil-singkat .data-profil .right .nama {
  font-weight: 700;
  font-size: 16px;
}

body .main-screen .profil-singkat .data-profil .right .lokasi {
  font-size: 12px;
}

body .main-screen .profil-singkat .data-profil .right .lokasi img {
  width: 12px;
  height: 12px;
}

body .main-screen .profil-singkat .data-profil .btn-bagikan {
  border-radius: 10px;
  background-color: #F35E26;
  padding: 5px 11px;
  color: white;
  font-weight: 700;
  font-size: 14px;
}

body .main-screen .profil-singkat .img-banner {
  border-radius: 10px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body .main-screen .program-keseluruhan {
  padding-bottom: 50px;
}

body .main-screen .program-keseluruhan .tabs-program .nav-link {
  background-color: white;
  border: 1px solid #F35E26;
  margin-right: 14px;
  color: #F35E26;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 7px;
}

body .main-screen .program-keseluruhan .tabs-program .nav-link.active {
  color: white;
  background-color: #F35E26;
}

body .main-screen .program-keseluruhan .filtering-input {
  margin-bottom: 20px;
}

body .main-screen .program-keseluruhan .filtering-input .select-search {
  -webkit-box-shadow: 0px 2px 4px 1px rgba(166, 166, 166, 0.2);
          box-shadow: 0px 2px 4px 1px rgba(166, 166, 166, 0.2);
  border-radius: 5px;
  padding: 4px 10px;
  color: #8E8E8E;
  font-size: 14px;
  border: none;
  outline: none;
  width: 100%;
}

body .main-screen .program-keseluruhan .filtering-input .select-search::-webkit-input-placeholder {
  color: #8E8E8E;
  font-size: 14px;
}

body .main-screen .program-keseluruhan .filtering-input .select-search:-ms-input-placeholder {
  color: #8E8E8E;
  font-size: 14px;
}

body .main-screen .program-keseluruhan .filtering-input .select-search::-ms-input-placeholder {
  color: #8E8E8E;
  font-size: 14px;
}

body .main-screen .program-keseluruhan .filtering-input .select-search::placeholder {
  color: #8E8E8E;
  font-size: 14px;
}

body .main-screen .program-keseluruhan .filtering-input .input-seacrh {
  -webkit-box-shadow: 0px 2px 4px 1px rgba(166, 166, 166, 0.2);
          box-shadow: 0px 2px 4px 1px rgba(166, 166, 166, 0.2);
  border-radius: 5px;
  padding: 4px 10px;
  color: #8E8E8E;
  font-size: 14px;
  border: none;
  outline: none;
  width: 100%;
  margin-right: 5px;
  margin-left: 10px;
}

body .main-screen .program-keseluruhan .filtering-input .input-seacrh:focus {
  -webkit-box-shadow: 0 0 4px 0px #F35E26;
          box-shadow: 0 0 4px 0px #F35E26;
}

body .main-screen .program-keseluruhan .filtering-input .input-seacrh::-webkit-input-placeholder {
  color: #8E8E8E;
  font-size: 14px;
}

body .main-screen .program-keseluruhan .filtering-input .input-seacrh:-ms-input-placeholder {
  color: #8E8E8E;
  font-size: 14px;
}

body .main-screen .program-keseluruhan .filtering-input .input-seacrh::-ms-input-placeholder {
  color: #8E8E8E;
  font-size: 14px;
}

body .main-screen .program-keseluruhan .filtering-input .input-seacrh::placeholder {
  color: #8E8E8E;
  font-size: 14px;
}

body .main-screen .program-keseluruhan .filtering-input .btn-search {
  width: 32px;
  -webkit-box-shadow: 0px 2px 4px 1px rgba(166, 166, 166, 0.2);
          box-shadow: 0px 2px 4px 1px rgba(166, 166, 166, 0.2);
  border-radius: 5px;
  padding: 6px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .main-screen .program-keseluruhan .filtering-input .btn-search:focus {
  -webkit-box-shadow: 0 0 4px 0px #F35E26;
          box-shadow: 0 0 4px 0px #F35E26;
}

body .main-screen .program-keseluruhan .filtering-input .btn-search img {
  width: 14px;
  height: 14px;
}

body .main-screen .program-keseluruhan .card-program {
  border: none;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 20px;
}

body .main-screen .program-keseluruhan .card-program .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

body .main-screen .program-keseluruhan .card-program .card-body {
  padding: 8px;
}

body .main-screen .program-keseluruhan .card-program .card-body .card-title {
  color: #3A3A3A;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body .main-screen .program-keseluruhan .card-program .card-body .card-text {
  color: #3A3A3A;
  font-size: 10px;
  margin-bottom: 2px;
}

body .main-screen .program-keseluruhan .card-program .card-body .card-text img {
  width: 7px;
  height: 7px;
  margin-right: 5px;
}

body .main-screen .program-keseluruhan .card-program .card-body .target {
  color: #F35E26;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 8px;
}

body .main-screen .program-keseluruhan .card-program .card-body .share {
  margin-bottom: 12px;
}

body .main-screen .program-keseluruhan .card-program .card-body .share a {
  margin-left: 5px;
  margin-right: 5px;
}

body .main-screen .program-keseluruhan .card-program .card-body .share a img {
  width: 21px;
  height: 21px;
}

body .main-screen .program-keseluruhan .card-program .card-body .btn-etalase {
  background-color: #F35E26;
  border-radius: 5px;
  padding: 6px 11px;
  color: white;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 4px;
}

body .main-screen .program-keseluruhan .btn-selengkapnya {
  border-radius: 10px;
  background-color: white;
  border: 1px solid #F35E26;
  padding: 7px 12px;
  color: #F35E26;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 376px) {
  body .main-screen .profil-singkat {
    padding-top: 65px;
    padding-bottom: 20px;
  }
  body .main-screen .profil-singkat .data-profil {
    margin-bottom: 20px;
  }
  body .main-screen .profil-singkat .data-profil .img-photo {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  body .main-screen .profil-singkat .data-profil .right .nama {
    font-size: 14px;
  }
  body .main-screen .profil-singkat .data-profil .right .lokasi {
    font-size: 10px;
  }
  body .main-screen .profil-singkat .data-profil .right .lokasi img {
    width: 10px;
    height: 10px;
  }
  body .main-screen .profil-singkat .data-profil .btn-bagikan {
    padding: 3px 9px;
    font-size: 12px;
  }
  body .main-screen .profil-singkat .img-banner {
    height: 170px;
  }
  body .main-screen .program-keseluruhan {
    padding-bottom: 40px;
  }
  body .main-screen .program-keseluruhan .tabs-program .nav-link {
    margin-right: 10px;
    font-size: 12px;
    padding: 3px 5px;
  }
  body .main-screen .program-keseluruhan .filtering-input {
    margin-bottom: 18px;
  }
  body .main-screen .program-keseluruhan .filtering-input .select-search {
    padding: 4px 10px;
    font-size: 12px;
    width: 140px;
  }
  body .main-screen .program-keseluruhan .filtering-input .select-search::-webkit-input-placeholder {
    font-size: 12px;
  }
  body .main-screen .program-keseluruhan .filtering-input .select-search:-ms-input-placeholder {
    font-size: 12px;
  }
  body .main-screen .program-keseluruhan .filtering-input .select-search::-ms-input-placeholder {
    font-size: 12px;
  }
  body .main-screen .program-keseluruhan .filtering-input .select-search::placeholder {
    font-size: 12px;
  }
  body .main-screen .program-keseluruhan .filtering-input .select-search option:hover {
    background-color: #F35E26 !important;
  }
  body .main-screen .program-keseluruhan .filtering-input .input-seacrh {
    padding: 4px 10px;
    font-size: 12px;
  }
  body .main-screen .program-keseluruhan .filtering-input .input-seacrh::-webkit-input-placeholder {
    font-size: 12px;
  }
  body .main-screen .program-keseluruhan .filtering-input .input-seacrh:-ms-input-placeholder {
    font-size: 12px;
  }
  body .main-screen .program-keseluruhan .filtering-input .input-seacrh::-ms-input-placeholder {
    font-size: 12px;
  }
  body .main-screen .program-keseluruhan .filtering-input .input-seacrh::placeholder {
    font-size: 12px;
  }
  body .main-screen .program-keseluruhan .filtering-input .btn-search {
    padding: 4px 6px;
  }
  body .main-screen .program-keseluruhan .card-program {
    margin-bottom: 15px;
  }
  body .main-screen .program-keseluruhan .card-program .card-img-top {
    height: 90px;
  }
  body .main-screen .program-keseluruhan .card-program .card-body {
    padding: 6px;
  }
  body .main-screen .program-keseluruhan .card-program .card-body .card-title {
    font-size: 10px;
    margin-bottom: 3px;
  }
  body .main-screen .program-keseluruhan .card-program .card-body .card-text {
    font-size: 8px;
  }
  body .main-screen .program-keseluruhan .card-program .card-body .card-text img {
    width: 6px;
    height: 6px;
    margin-right: 4px;
  }
  body .main-screen .program-keseluruhan .card-program .card-body .target {
    font-size: 8px;
    margin-bottom: 6px;
  }
  body .main-screen .program-keseluruhan .card-program .card-body .share {
    margin-bottom: 5px;
  }
  body .main-screen .program-keseluruhan .card-program .card-body .share a {
    margin-left: 4px;
    margin-right: 4px;
  }
  body .main-screen .program-keseluruhan .card-program .card-body .share a img {
    width: 19px;
    height: 19px;
  }
  body .main-screen .program-keseluruhan .card-program .card-body .btn-etalase {
    padding: 5px 10px;
    font-size: 11px;
    margin-bottom: 3px;
  }
  body .main-screen .program-keseluruhan .btn-selengkapnya {
    padding: 5px 10px;
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  body .main-screen .program-keseluruhan .tabs-program .nav-link {
    margin-right: 6px;
    font-size: 11px;
    padding: 3px 5px;
  }
}

body .main-screen .donasi-bank {
  padding-top: 75px;
  padding-bottom: 30px;
}

body .main-screen form .box-input {
  margin-bottom: 12px;
}

body .main-screen form .box-input .form-label {
  font-size: 14px;
  color: #6B6B6B;
  margin-bottom: 6px;
}

body .main-screen form .box-input .form-control {
  border-radius: 5px;
  border: 0.75px solid #C4C4C4;
  font-size: 14px;
  color: #6B6B6B;
}

body .main-screen form .box-input .form-control:focus {
  -webkit-box-shadow: 0 0 4px 1px #F35E26;
          box-shadow: 0 0 4px 1px #F35E26;
}

body .main-screen form .box-input .form-control::-webkit-input-placeholder {
  color: #C4C4C4;
}

body .main-screen form .box-input .form-control:-ms-input-placeholder {
  color: #C4C4C4;
}

body .main-screen form .box-input .form-control::-ms-input-placeholder {
  color: #C4C4C4;
}

body .main-screen form .box-input .form-control::placeholder {
  color: #C4C4C4;
}

body .main-screen form .box-input .form-select {
  border-radius: 5px;
  border: 0.75px solid #C4C4C4;
  font-size: 14px;
  color: #6B6B6B;
}

body .main-screen form .box-input .form-select:focus {
  -webkit-box-shadow: 0 0 4px 1px #F35E26;
          box-shadow: 0 0 4px 1px #F35E26;
}

body .main-screen form .btn-simpan {
  background-color: #F35E26;
  border-radius: 5px;
  padding: 6px 14px;
  color: white;
  font-weight: 700;
  font-size: 16px;
}

body .main-screen form .btn-clear {
  background-color: #F35E26;
  border-radius: 5px;
  padding: 6px 14px;
  color: white;
  font-weight: 700;
  font-size: 16px;
}

body .main-screen form .btn-search {
  background-color: #163356;
  border-radius: 5px;
  padding: 6px 14px;
  color: white;
  font-weight: 700;
  font-size: 16px;
}

body .main-screen .btn-detail {
  background-color: #F35E26;
  border-radius: 5px;
  padding: 6px 13px;
  color: white;
  font-size: 14px;
}

body .main-screen .filtering-data {
  margin-top: 20px;
  margin-bottom: 20px;
}

body .main-screen .filtering-data .showing {
  font-size: 14px;
  color: #3A3A3A;
}

body .main-screen .filtering-data .showing select {
  outline: none;
  border: 0.5px solid #8A8A8A;
  border-radius: 3px;
}

body .main-screen .filtering-data .btn-pagination {
  border-radius: 8px;
  width: 36px;
  height: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .main-screen .filtering-data .btn-pagination img {
  width: 6px;
  height: 9px;
}

body .main-screen .filtering-data .btn-pagination.btn-prev {
  background: #F0F0F0;
}

body .main-screen .filtering-data .btn-pagination.btn-next {
  background: #F35E26;
}

body .main-screen .top-section .identitas {
  color: #6B6B6B;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

body .main-screen .data-transaksi {
  padding-bottom: 50px;
}

body .main-screen .form-search-data {
  padding-bottom: 30px;
}

@media (max-width: 376px) {
  body .main-screen .donasi-bank {
    padding-top: 65px;
    padding-bottom: 20px;
  }
  body .main-screen form .box-input {
    margin-bottom: 10px;
  }
  body .main-screen form .box-input .form-label {
    font-size: 12px;
    margin-bottom: 4px;
  }
  body .main-screen form .box-input .form-control {
    font-size: 12px;
  }
  body .main-screen form .box-input .form-select {
    font-size: 12px;
  }
  body .main-screen form .btn-simpan {
    padding: 4px 12px;
    font-size: 14px;
  }
  body .main-screen form .btn-clear {
    padding: 4px 12px;
    font-size: 14px;
  }
  body .main-screen form .btn-search {
    padding: 4px 12px;
    font-size: 14px;
  }
  body .main-screen .top-section .identitas {
    font-size: 14px;
  }
  body .main-screen .data-transaksi {
    padding-bottom: 20px;
  }
  body .main-screen .form-search-data {
    padding-bottom: 20px;
  }
}

body .main-screen .elearning {
  padding-top: 75px;
  padding-bottom: 30px;
}

body .main-screen .elearning .box-input {
  margin-bottom: 22px;
  position: relative;
}

body .main-screen .elearning .box-input .form-control {
  border-radius: 5px;
  border: 0.75px solid #C4C4C4;
  font-size: 14px;
  color: #6B6B6B;
}

body .main-screen .elearning .box-input .form-control:focus {
  -webkit-box-shadow: 0 0 4px 1px #F35E26;
          box-shadow: 0 0 4px 1px #F35E26;
}

body .main-screen .elearning .box-input .form-control::-webkit-input-placeholder {
  color: #C4C4C4;
}

body .main-screen .elearning .box-input .form-control:-ms-input-placeholder {
  color: #C4C4C4;
}

body .main-screen .elearning .box-input .form-control::-ms-input-placeholder {
  color: #C4C4C4;
}

body .main-screen .elearning .box-input .form-control::placeholder {
  color: #C4C4C4;
}

body .main-screen .elearning .box-input .icon-search {
  position: absolute;
  top: 10px;
  right: 10px;
}

body .main-screen .elearning .box-edukasi {
  margin-bottom: 22px;
  -webkit-box-shadow: 0px 3px 20px 1px rgba(70, 70, 70, 0.1);
          box-shadow: 0px 3px 20px 1px rgba(70, 70, 70, 0.1);
  border-radius: 5px;
  text-align: center;
  padding: 14px 24px;
  height: 120px;
}

body .main-screen .elearning .box-edukasi .img-keuntungan {
  margin-bottom: 4px;
  width: 48px;
  height: 48px;
}

body .main-screen .elearning .box-edukasi .desc {
  font-size: 14px;
  height: 40px;
}

body .main-screen .elearning .table-edukasi td {
  vertical-align: top;
  padding-bottom: 22px;
}

body .main-screen .elearning .table-edukasi .no {
  color: #F35E26;
  font-weight: 700;
  font-size: 14px;
}

body .main-screen .elearning .table-edukasi .judul {
  color: #F35E26;
  font-weight: 700;
  font-size: 14px;
}

body .main-screen .elearning .table-edukasi .desc {
  color: #3A3A3A;
  font-size: 12px;
}

body .main-screen .elearning .table-edukasi .img-table {
  width: 37px;
  height: 37px;
}

@media (max-width: 376px) {
  body .main-screen .elearning {
    padding-top: 65px;
    padding-bottom: 20px;
  }
  body .main-screen .elearning .box-input {
    margin-bottom: 20px;
  }
  body .main-screen .elearning .box-input .form-control {
    font-size: 12px;
  }
  body .main-screen .elearning .box-input .icon-search {
    top: 8px;
    right: 8px;
  }
  body .main-screen .elearning .box-edukasi {
    margin-bottom: 20px;
    padding: 12px;
    height: 110px;
  }
  body .main-screen .elearning .box-edukasi .img-keuntungan {
    margin-bottom: 2px;
    width: 46px;
    height: 46px;
  }
  body .main-screen .elearning .box-edukasi .desc {
    font-size: 12px;
  }
  body .main-screen .elearning .table-edukasi td {
    padding-bottom: 20px;
  }
  body .main-screen .elearning .table-edukasi .no {
    font-size: 12px;
  }
  body .main-screen .elearning .table-edukasi .judul {
    font-size: 12px;
  }
  body .main-screen .elearning .table-edukasi .desc {
    font-size: 10px;
  }
  body .main-screen .elearning .table-edukasi .img-table {
    width: 35px;
    height: 35px;
  }
}

body .main-screen .profile-kamu {
  padding-top: 75px;
  padding-bottom: 30px;
}

body .main-screen .profile-kamu .frame-photo {
  -webkit-filter: drop-shadow(0px 3px 20px rgba(74, 74, 74, 0.2));
          filter: drop-shadow(0px 3px 20px rgba(74, 74, 74, 0.2));
  margin-bottom: 14px;
}

body .main-screen .profile-kamu .frame-photo .img-photo {
  padding: 5px;
  background-color: white;
  width: 105px;
  height: 105px;
  border-radius: 50%;
}

body .main-screen .profile-kamu .frame-photo .img-photo:hover {
  cursor: pointer;
}

body .main-screen .profile-kamu .box-name {
  position: relative;
  margin-bottom: 5px;
}

body .main-screen .profile-kamu .box-name .name {
  font-weight: 700;
  font-size: 20px;
  color: var(--dark);
}

body .main-screen .profile-kamu .box-name .img-edit {
  position: absolute;
  right: 0;
  top: 5px;
}

body .main-screen .profile-kamu .email {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 8px;
}

body .main-screen .profile-kamu .status {
  display: inline-block;
  -webkit-box-shadow: 0px 2px 5px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 2px 5px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
  padding: 7px 5px;
  font-size: 16px;
  color: #717171;
  margin-bottom: 32px;
}

body .main-screen .profile-kamu .status img {
  width: 20px;
  height: 20px;
}

body .main-screen .profile-kamu .status-badge {
  background-color: white;
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 4px;
}

body .main-screen .profile-kamu .status-badge .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: 12px;
}

body .main-screen .profile-kamu .status-badge .box-progress p {
  color: #3A3A3A;
  font-size: 13px;
  margin-bottom: 4px;
}

body .main-screen .profile-kamu .status-badge .box-progress p span {
  font-weight: 600;
}

body .main-screen .profile-kamu .status-badge .box-progress .progress {
  margin-bottom: 4px;
  border-radius: 2px;
  height: 6px;
}

body .main-screen .profile-kamu .status-badge .box-progress .progress .progress-bar {
  background-color: #F35E26;
}

body .main-screen .pengaturan-profile {
  padding-bottom: 30px;
}

body .main-screen .pengaturan-profile .box-upload-foto {
  position: relative;
}

body .main-screen .pengaturan-profile .box-upload-foto .frame-photo {
  -webkit-filter: drop-shadow(0px 3px 20px rgba(74, 74, 74, 0.2));
          filter: drop-shadow(0px 3px 20px rgba(74, 74, 74, 0.2));
  margin-bottom: 14px;
}

body .main-screen .pengaturan-profile .box-upload-foto .frame-photo .img-photo {
  padding: 2px;
  background-color: white;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

body .main-screen .pengaturan-profile .box-upload-foto .frame-photo .img-photo:hover {
  cursor: pointer;
}

body .main-screen .pengaturan-profile .box-upload-foto .icon-edit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19px;
  height: 19px;
}

body .main-screen .pengaturan-profile .box-upload-foto .upload-foto {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px !important;
  height: 62px !important;
  outline: none;
  opacity: 0;
}

body .main-screen .pengaturan-profile .box-upload-foto .upload-foto:hover {
  cursor: pointer;
}

body .main-screen .pengaturan-profile .box-password {
  position: relative;
}

body .main-screen .pengaturan-profile .box-password .show-pass {
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 20px;
  height: 16px;
}

body .main-screen .pengaturan-profile .box-password .show-pass:hover {
  cursor: pointer;
}

body .main-screen .unggah-dokumen {
  padding-bottom: 80px;
}

body .main-screen .unggah-dokumen .box-upload {
  border: 0.75px solid #C4C4C4;
  border-radius: 5px;
  padding: 12px 42px 16px 42px;
}

body .main-screen .unggah-dokumen .box-upload .preview-photo {
  background-color: #E5E5E5;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}

body .main-screen .unggah-dokumen .box-upload .preview-photo .front .ket {
  margin-top: 4px;
  color: #8A8A8A;
  font-size: 12px;
}

body .main-screen .unggah-dokumen .box-upload .button-upload {
  display: inline-block;
  background-color: #F35E26;
  border-radius: 5px;
  padding: 9px 14px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

body .main-screen .unggah-dokumen .box-upload .button-upload .upload-foto {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

body .main-screen .unggah-dokumen .box-upload .button-upload .upload-foto:hover {
  cursor: pointer;
}

@media (max-width: 376px) {
  body .main-screen .profile-kamu {
    padding-top: 65px;
    padding-bottom: 20px;
  }
  body .main-screen .profile-kamu .frame-photo {
    margin-bottom: 12px;
  }
  body .main-screen .profile-kamu .frame-photo .img-photo {
    padding: 3px;
    width: 100px;
    height: 100px;
  }
  body .main-screen .profile-kamu .box-name {
    margin-bottom: 3px;
  }
  body .main-screen .profile-kamu .box-name .name {
    font-size: 18px;
  }
  body .main-screen .profile-kamu .email {
    font-size: 14px;
    margin-bottom: 6px;
  }
  body .main-screen .profile-kamu .status {
    padding: 5px 3px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  body .main-screen .profile-kamu .status img {
    width: 18px;
    height: 18px;
  }
  body .main-screen .profile-kamu .status-badge {
    padding: 10px;
    margin-bottom: 10px;
  }
  body .main-screen .profile-kamu .status-badge .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  body .main-screen .profile-kamu .status-badge .box-progress p {
    font-size: 11px;
    margin-bottom: 2px;
  }
  body .main-screen .pengaturan-profile {
    padding-bottom: 20px;
  }
  body .main-screen .pengaturan-profile .box-upload-foto .frame-photo {
    margin-bottom: 12px;
  }
  body .main-screen .pengaturan-profile .box-upload-foto .frame-photo .img-photo {
    width: 60px;
    height: 60px;
  }
  body .main-screen .pengaturan-profile .box-upload-foto .icon-edit {
    width: 17px;
    height: 17px;
  }
  body .main-screen .pengaturan-profile .box-upload-foto .upload-foto {
    width: 60px !important;
    height: 60px !important;
  }
  body .main-screen .pengaturan-profile .box-password .show-pass {
    right: 6px;
    bottom: 8px;
    width: 18px;
    height: 14px;
  }
  body .main-screen .unggah-dokumen {
    padding-bottom: 60px;
  }
  body .main-screen .unggah-dokumen .box-upload {
    padding: 12px 40px 14px 40px;
  }
  body .main-screen .unggah-dokumen .box-upload .preview-photo {
    height: 180px;
    margin-bottom: 18px;
  }
  body .main-screen .unggah-dokumen .box-upload .preview-photo .front .ket {
    margin-top: 2px;
    font-size: 10px;
  }
  body .main-screen .unggah-dokumen .box-upload .button-upload {
    padding: 7px 12px;
    font-size: 12px;
  }
  body .main-screen .unggah-dokumen .button-upload {
    padding: 7px 11px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=main.css.map */