/*MENU KATEGORI*/
.kategori-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.kategori-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
  /*margin: auto;*/
}
.kategori-item a {
  display: block;
  width: 80px;
  margin-bottom: 10px;
}
.kategori-item-img img {
  width: 60%;
  margin: auto;
}
.kategori-item-label {
  font-weight: 800;
}
.kategori-item :hover {
  /*box-shadow: 2px 3px 4px #aaaaaa;*/
}

/*--KALKULATOR--*/
.kalkulator {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.kalkulator-list {
  background: #fafafa;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.kalkulator-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
}
.kalkulator-item a {
  color: #ff7417;
  display: block;
  width: 100%;
}
.kalkulator-item-icon {
  font-size: 16px;
}
.kalkulator-item-label {
  font-weight: 700;
  font-size: 9px;
}
.kalkulator-item2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px;
  margin: auto;
  padding-bottom: 8px;
  padding-top: 4px;
}

.kalkulator-list2 {
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.kalkulator-list2 :hover {
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ff7417;
  color: white;
}
.kalkulator-item2 a {
  color: #313131;
  display: block;
  width: 100%;
}
.kalkulator-items-imgs img {
  width: 50%;
  margin: auto;
}
.kalkulator-item-label2 {
  font-weight: 800;
  font-size: 9px;
}

/*Quot*/

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}

/*ICON CHAT WA*/

#icon-wa {
  right: auto;
  left: 80%;
  top: auto;
  z-index: 10;
  text-align: center;
}

#icon-wa.affix {
  bottom: 10%;
}

#icon-wa .img {
  border-radius: 100%;

  font-size: 18px;

  width: 56px;

  height: 56px;

  opacity: 10;

  background-image: url("../img/wa.jpg");

  background-size: cover;
  border: solid 1px #fff;
  box-shadow: 0 0 4px 0 rgb(46, 46, 46);
}

#icon-wa .img:hover {
  color: rgba(255, 123, 0, 0.705);

  opacity: 1;
}

/*CARD PROFILE*/
.card-profile {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 380px;
  margin: auto;
  text-align: center;
  font-family: arial;
  background: #ff9a1786;
  padding: 20px;
  border-radius: 10px;
}

.title-nama {
  color: rgb(221, 219, 219);
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
.title-kode {
  color: rgb(65, 65, 65);
  font-size: 18px;
  font-weight: 800;
}

.box-img {
  width: 120px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
}

.swipertwo {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swipertwo .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swipertwo .swiper-pagination-bullet-active {
  color: #fff;
  background: #ff7417;
}
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.lds-spinload {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinload div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #ff7417;
  animation: lds-spinload 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-spinload div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-spinload div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-spinload div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-spinload {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.box {
  overflow: hidden;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.c-box {
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(240, 233, 233, 0.103);
  margin: 5px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 6px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
}
.box img {
  width: 100%;
  height: 150px;
}
.box h2 {
  padding: 10px;
  margin: 0px;
}
.box h3 {
  padding: 10px;
  margin: 0px;
}
.box p {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
}

.form-group,
label {
  font-size: 800;
}
input {
  font-size: 16px;
}
.card-donasi {
  padding: 0 25px;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  border-radius: 25px;
  background-color: #ffffffb7;
}
.card-nm {
  font-size: 13px;
  color: #444444;
  font-weight: 700;
}
.card-donasi img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.card-amount {
  font-size: 22px;
  color: #ff7417;
  font-weight: 800;
}

.card-time {
  line-height: 12px;
  font-size: 10px;
  color: #868686;
  font-weight: 700;
}
.card-text {
  font-size: 9px;
  color: #4d4d4d;
  font-weight: 500;
}

.tablink {
  background-color: #fff;
  font-weight: 800;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0;
  font-size: 17px;
  width: 50%;
  border-radius: 10px 10px 0 0;
}

/*.tablink:hover {
  background-color: #ff7417;
  color: #fff;
}*/
.tabcontent {
  display: none;
  padding: 80px 20px;
  height: 100%;
}

.btnback {
  font-size: 22px;
  font-weight: 800;
  color: #ff7417;
}
.mobile-sec {
  background-color: #ffffff;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.mobile-nav {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.box-num {
  max-width: 480px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 6px;
  background-color: #ffffff;
  color: #ffffff;
  margin: 0 auto;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.box-nobody {
  max-width: 480px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 6px;
  background-color: #d6d6d6;
  color: #ffffff;
  margin: 0 auto;
  height: 400px;
  padding-bottom: 70px;
  text-align: center;
}
.box-nobody .item {
  font-size: 1rem;
  font-weight: 600;
  padding: 40% 20%;
  text-align: center;
}
.box-nobody .item .fas {
  font-size: 6rem;
  font-weight: 600;
  text-align: center;
}
.box-det {
  max-width: 480px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 6px;
  background-color: #e9e9e994;
  color: #ffffff;
  margin: 0 auto;
}
.box-form {
  color: #444444;
  margin: 10px;
  padding: 8px;
  max-width: 460px;
  border: 1px solid #a4a4a4;
  border-radius: 6px;
}
.box-form div label {
  font-size: 12px;
  font-wheight: 800;
}
.box-form div input {
  font-size: 12px;
  font-wheight: 600;
}
#custom-search-input .search-query {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 20px;
}

#custom-search-input button {
  border: 0;
  background: none;
  margin-bottom: 0;
  margin-right: -20px;
  border-radius: 3px;
  color: #ffff00;
}

.search-query:focus + button {
  z-index: 2;
}
.footer-menu {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.footer-menu-list {
  background: #fafafa;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.footer-menu-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
}
.footer-menu-item a {
  color: #ff7417;
  display: block;
  width: 100%;
}
.footer-menu-item-icon {
  font-size: 16px;
}
.footer-menu-item-label {
  font-weight: 700;
  font-size: 9px;
}
.footer-menu-item2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(242, 241, 241);
  border-radius: 10px;
  margin: 4px;
  padding-bottom: 8px;
  padding-top: 4px;
}

.footer-menu-list2 {
  background: #fafafa;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.footer-menu-list2 :hover {
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ff7417;
  color: white;
}
.footer-menu-item2 a {
  color: #313131;
  display: block;
  width: 100%;
}
.footer-menu-item-icon2 {
  font-size: 26px;
}
.footer-menu-item-label2 {
  font-weight: 800;
  font-size: 9px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home-button {
  background-color: #ff7417;
  border-radius: 12px;
}

.content {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}

.nav-pills {
  width: 90%;
  width: auto;
}

.nav-item {
  width: 50%;
}

.nav-link {
  background-color: #f96400;
}

.nav-pills .nav-link {
  font-weight: bold;
  padding-top: 13px;
  text-align: center;
  background: #f96400;
  color: #f8f8f8;
  border-radius: 5px;
  height: 100px;
}

.nav-pills .nav-link.active {
  background: #f0f0f0;
  color: #000;
  z-index: 1000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.tab-content {
  position: relative;
  height: auto;
  margin-top: -50px;
  background: #f0f0f0;
  color: #000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.tab-content button {
  border-radius: 4px;
  width: 100px;
  margin: 0 auto;
  float: right;
}

.btn-orange-grd {
  background: #fc4a1a;
  background-image: linear-gradient(to bottom right, #fc4a1a, #f7b733, #fc4a1a);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 900;
  box-shadow: 0 0.5px 3px 0 #3a3a3a;
  margin: 10px;
}
.btn-donasi-grd {
  background: #fc4a1a;
  background-image: linear-gradient(to bottom right, #fc4a1a, #f7b733, #fc4a1a);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 900;
  border: 1px solid #f7b733;
}
.btn-donasi-batal {
  background: #fc4a1a;
  background-image: linear-gradient(to bottom right, #363636, #bdbdbd, #535353);
  color: rgb(20, 20, 20);
  text-decoration: none;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 900;
}
.btn-donasi-pros {
  background: #fc4a1a;
  background-image: linear-gradient(to bottom right, #fc4a1a, #f7b733, #fc4a1a);
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 900;
  border: 1px solid #f7b733;
}
.btn-list-data {
  border: 2px solid #fc4a1a;
  color: #fc4a1a;
  border-radius: 10px;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 900;
  text-align: center;
  margin: 10px;
  box-shadow: 0 0.5px 3px 0 #3a3a3a;
}

.btn-orange-grd :hover,
.btn-list-data :hover {
  color: #0a0a0a;
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
.checkbox {
  background-color: #fff;
  display: inline-block;
  height: 20px;
  margin: 0 0.25em;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  float: right;
}
.checkbox span {
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
  padding: 0;
}
.checkbox span:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 20px;
  left: 3px;
  position: absolute;
  top: 10px;
  width: 10px;
}
.checkbox span:hover:after {
  border-color: #999;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + span:after {
  -webkit-animation: check 0.8s;
  -moz-animation: check 0.8s;
  -o-animation: check 0.8s;
  animation: check 0.8s;
  border-color: #555;
}
.checkbox input:checked + .default:after {
  border-color: rgb(255, 81, 0);
}
.checkbox input:checked + .primary:after {
  border-color: #2196f3;
}
.checkbox input:checked + .success:after {
  border-color: #8bc34a;
}
.checkbox input:checked + .info:after {
  border-color: #3de0f5;
}
.checkbox input:checked + .warning:after {
  border-color: #ffc107;
}
.checkbox input:checked + .danger:after {
  border-color: #f44336;
}

.select2,
.select2-selection,
span .select2-selection.select2-selection--single {
  font-weight: 800;
  height: 40px;
  font-size: 18px;
  padding-top: 5px;
}

ul > li.select2-results__option {
  font-weight: 700;
  font-size: 14px;
}

.BoxLoading-overlay {
  background: #e6e6e6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.BoxLoading {
  position: fixed;
  top: 50%;
  left: 45%;
  height: 100px;
  width: 100px;
  z-index: 3;
  border-radius: 10px;
  background-color: transparent;
}

.BoxModal-overlay {
  background: #e6e6e6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: scroll;
}
.BoxModal-main {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(243, 243, 243);
}
.BoxModal-body,
.BoxModal-footer {
  margin: 5px 10px;
  background-color: #fff;
}
.BoxModal-header {
  padding: 20px 10px 10px 10px;
  line-height: 82%;
  background-color: #fff;
  border-bottom: #ff6e00 double 2px;
}

.company-details {
  text-align: right;
}
.BoxModal-footer {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .BoxLoading {
    top: 50%;
    left: 40%;
  }
}

/*///////////////////////
/////////////////////////////*/
.nav-tabs .nav-link.active {
  font-weight: bold;
  background-color: #fff;
  border-bottom: 3px solid #ff6e00;
  border-right: none;
  border-left: none;
  border-top: none;
  padding: 2px 5px;
}
.nav-item {
  background-color: #fff;
  color: #444444;
  font-size: 12px;
  font-weight: 600;
  line-height: 85%;
  font-weight: 800;
}
.tab-content,
.tab-pane.fade.active.show {
  margin: 2px 0;
  font-size: 12px;
}
