body {
  font-family: 'Hind', sans-serif;
  line-height: 1.4;
  font-size: 16px;
  color: #444;
  background-color: #eee;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
a {
  color: #2A09A0;
  transition: all 0.3s;
  text-decoration: none!important;
}
a:hover,
a:active,
a:focus {
  color: #1C066A;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  margin: 0;
}
#body-box {
  background-color: #fff;
  min-height: 100vh;
}
.navbar {
  background-color: #2A09A0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .navbar-brand img {
  height: 32px;
}
.navbar .navbar-nav {
  flex-direction: column;
}
.navbar .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(34deg, #2a09a0eb 20%, #c469c6 100%);
  box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.41);
}
.navbar .navbar-collapse .navbar-nav {
  width: 100%;
}
.navbar .navbar-collapse li {
  display: block;
}
.navbar .navbar-collapse li a {
  display: block;
  padding: 10px 1rem;
  color: #fff !important;
  border-top: 1px solid white;
}
.navbar .navbar-collapse li a:hover {
  background-color: #1C066A;
  color: #fff !important;
}
.navbar .navbar-collapse.collapse:not(.show) {
  display: none!important;
}
.navbar .navbar-toggler {
  display: block;
}
.background {
  min-height: 180px;
  height: 300px;
}
.background img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.background .overlay {
  background: rgba(74, 34, 149, 0.6);
}
.background .overlay:after {
  display: none;
}
.background .overlay .middled {
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.background .overlay .middled .inner {
  text-transform: uppercase;
}
.background .overlay .middled .inner .title {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.background .overlay .middled .inner .name {
  font-size: 2rem;
}
.background .overlay .middled .inner .date {
  margin: 0 0 1rem;
}
.background .overlay .middled .inner .invitation {
  background: linear-gradient(230deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.18) 100%);
  color: #fff;
  padding: 6px 1rem;
  font-size: 14px;
  border: 1px solid #ffffff30;
  backdrop-filter: blur(4px);
}
.background .overlay .middled .inner .invitation:hover {
  background: linear-gradient(230deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#content {
  padding: 0.5rem 0.5rem;
}
#content #profile {
  padding: 0 0.5rem;
}
#content #invitation {
  padding: 0 0.5rem;
}
#content #attendance {
  padding: 0 0.5rem;
}
#content #comment {
  padding: 0 0.5rem;
}
#home-page {
  border-radius: 16px 16px 0.25rem 0.25rem;
}
#home-page .main-menu {
  background: linear-gradient(34deg, #2a09a0 20%, #c469c6 100%);
  color: #fff;
  padding: 0.5em 0;
  border-radius: 13px 13px 0 0;
  margin-bottom: 1rem;
  text-align: center;
}
#home-page .main-menu a {
  color: #fff;
  padding: 0.5rem;
  display: block;
  background: linear-gradient(230deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.18) 100%);
  border-radius: 0.2rem;
  border: 1px solid #ffffff30;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(68, 68, 68, 0.45);
  box-shadow: 0px 0px 12px 3px rgba(68, 68, 68, 0.45);
  transition: all 0.3s;
}
#home-page .main-menu a:hover {
  background: linear-gradient(230deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#home-page .main-menu a:hover i {
  font-size: 28px;
  margin-bottom: 5px;
}
#home-page .main-menu a i {
  display: block;
  font-size: 25px;
  margin-bottom: 8px;
}
#home-page .main-menu a span {
  display: block;
  font-size: 11px;
}
#home-page .main-menu .row {
  padding: 0.4rem 0.4rem;
}
#home-page .main-menu .row .col-6 {
  padding: 0.2rem 0.2rem;
}
#home-page .main-menu .row .col-3 {
  padding: 0.2rem 0.2rem;
}
#home-page .tabs .nav-pills button {
  color: #444;
  border-radius: 0;
}
#home-page .tabs .nav-pills .active {
  background-color: #2A09A0;
  color: #fff;
}
#home-page .tabs .tab-content {
  padding: 0.5rem 0;
}
#home-page .tabs .tab-content h3.title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
#home-page .tabs .tab-content .info-box {
  text-align: center;
}
#home-page .tabs .tab-content .info-box .row {
  padding: 0 0.6rem;
  margin-top: 1rem;
}
#home-page .tabs .tab-content .info-box .row .col-3 {
  padding: 0.2rem 0.2rem;
}
#home-page .tabs .tab-content .info-box .row .col-4 {
  padding: 0.2rem 0.2rem;
}
#home-page .tabs .tab-content .info-box .list {
  display: block;
  background-color: #2A09A0;
  color: #fff;
  padding: 5px;
  margin-bottom: 1rem;
  border-radius: 0.2rem;
}
#home-page .tabs .tab-content .info-box .list h4 {
  font-size: 22px;
}
#home-page .tabs .tab-content .info-box .list span {
  font-size: 11px;
}
#comment .comment-menu {
  background: linear-gradient(34deg, #2a09a0 20%, #c469c6 100%);
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: -1rem;
  padding: 0.5rem 0;
}
#comment .comment-menu .row {
  padding: 0 0.6rem;
}
#comment .comment-menu .row .col-3 {
  padding: 0.2rem 0.2rem;
}
#comment .comment-menu .row .col-12 {
  padding: 0;
}
#comment .comment-menu .comment-button {
  border-radius: 0.2rem;
  border: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #eee;
  color: #444;
  padding: 0.5rem;
  display: block;
  transition: all 0.3s;
}
#comment .comment-menu .comment-button h4 {
  font-size: 22px;
}
#comment .comment-menu .comment-button span {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
}
#comment .comment-menu .comment-button .export-pdf {
  padding: 0;
  margin-bottom: 0;
}
#comment .comment-menu .comment-button .export-pdf i {
  display: block;
  margin-right: 0;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
#comment .comment-menu .comment-button .export-pdf span {
  font-size: 14px;
}
#comment .comment-tab {
  background-color: #eee;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
#comment .comment-tab .head .name,
#comment .comment-tab .head .attendance {
  font-size: 14px;
  display: inline-block;
}
#comment .comment-tab .head .attendance {
  font-size: 10px;
  background-color: #2A09A0;
  color: #fff;
  padding: 0px 6px 0px;
  border-radius: 2px;
}
#comment .comment-tab .hubungan {
  margin-top: -2px;
  margin-bottom: 5px;
}
#comment .comment-tab .hubungan span {
  font-size: 10px;
  color: #aaa;
  letter-spacing: 0.5px;
}
#comment .comment-tab .body {
  margin-bottom: 5px;
  font-size: 12px;
}
#comment .comment-tab .body p {
  margin-bottom: 5px;
}
#comment .comment-tab .foot {
  font-size: 11px;
  text-align: right;
  color: #2A09A0;
}
#comment .comment-tab:last-child {
  margin-bottom: 0;
}
#comment .comment-tab .btn-delete {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 14px;
  font-size: 12px;
}
#invitation .invitation-menu {
  background: linear-gradient(34deg, #2a09a0 20%, #c469c6 100%);
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}
#invitation .invitation-menu .invitation-count {
  padding: 0.5rem;
  background-color: #eee;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.2rem;
}
#invitation .invitation-menu .invitation-count .total {
  font-size: 22px;
}
#invitation .invitation-menu .invitation-count p {
  margin-bottom: 0;
  font-size: 14px;
}
#invitation .invitation-menu .invitation-button {
  font-size: 11px;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  color: #fff;
  background: linear-gradient(230deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.18) 100%);
  border: 1px solid #ffffff30;
  padding: 0.5rem;
  display: block;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(68, 68, 68, 0.45);
  box-shadow: 0px 0px 12px 3px rgba(68, 68, 68, 0.45);
  transition: all 0.3s;
}
#invitation .invitation-menu .invitation-button:hover {
  background: linear-gradient(230deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#invitation .invitation-menu .invitation-button:hover i {
  font-size: 25px;
  margin-bottom: 5px;
}
#invitation .invitation-menu .invitation-button i {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}
#invitation .invitation-menu .invitation-button span {
  display: block;
  font-size: 12px;
}
#invitation .invitation-list {
  position: relative;
}
#invitation .add-box {
  border-bottom: 3px double #e7e7e7;
  margin-bottom: 1rem;
}
#attendance .attendance-menu {
  background: linear-gradient(34deg, #2a09a0 20%, #c469c6 100%);
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}
#attendance .attendance-menu .attendance-button {
  border-radius: 0.2rem;
  border: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #eee;
  color: #444;
  padding: 0.5rem;
  display: block;
}
#attendance .attendance-menu .attendance-button h4 {
  font-size: 22px;
}
#attendance .attendance-menu .attendance-button span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
#attendance .attendance-list {
  position: relative;
}
#attendance .add-box {
  border-bottom: 3px double #e7e7e7;
  margin-bottom: 1rem;
}
.breadcrumb {
  margin-top: -0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: #F3EEF8;
  position: relative;
  font-size: 18px;
}
.breadcrumb .btn-back {
  font-size: 14px;
  padding: 0.3rem 0.7rem;
  margin-right: 0.5rem;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ol li:after {
  content: '/';
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumb ol li:last-child:after {
  content: '';
  margin: 0;
}
.container.stretch {
  padding: 0;
}
.pull-top {
  margin-top: -0.5rem;
}
.push-top {
  margin-top: 0.5rem;
}
table .actions {
  width: 10%;
}
table .actions a {
  border-radius: 0.2rem;
  display: inline-block;
  text-align: center;
}
table p {
  margin-bottom: 0;
}
.btn-primary {
  background-color: #2A09A0;
  border: 0;
}
.btn-primary:hover {
  background-color: #1C066A;
}
.actions .btn.btn-primary {
  background-color: #0DB841;
  color: #fff;
  font-size: 12px;
  margin: 2px 0;
}
.actions .btn.btn-primary:hover {
  background-color: #0d8d34;
}
.actions .btn.btn-copy{
    background-color: #a3358b;
}
.actions .btn.btn-copy:hover{
    background-color: #782266;
}
.actions .btn.btn-secondary {
  background-color: #d65c4b;
  border: #b24739;
  color: #fff;
}
.actions .btn.btn-info {
  color: #fff;
  background-color: #2A09A0;
  padding: 4px 10px;
  border: 0;
  font-size: 12px;
}
.actions .btn.btn-info:hover {
  background-color: #1C066A;
}
.actions .btn.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border: 0;
  padding: 4px 10px;
  font-size: 12px;
}
.actions .btn.btn-danger:hover {
  background-color: #ad202e;
}
.overlay {
  color: #fff;
  z-index: 1;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay:after {
  content: '';
  color: #fff;
  z-index: 1;
  cursor: not-allowed;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay .middled {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
.overlay .middled .inner {
  display: table-cell;
  vertical-align: middle;
}
.data-empty td {
  padding: 0;
}
.data-empty td .alert {
  margin: 0;
}
.export-pdf {
  font-size: 14px;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  background: linear-gradient(230deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.18) 100%);
  color: #fff;
  padding: 0.5rem;
  display: block;
  border: 1px solid #ffffff30;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(68, 68, 68, 0.45);
  box-shadow: 0px 0px 12px 3px rgba(68, 68, 68, 0.45);
  transition: all 0.3s;
}
.export-pdf:hover {
  background: linear-gradient(230deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.export-pdf i {
  margin-right: 8px;
  font-size: 20px;
  vertical-align: midddle;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-customer_gold {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.72);
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 0 #ffffff;
  letter-spacing: 5px;
  box-shadow: 2px 2px 0.5em rgba(122, 98, 0, 0.55), inset 1px 1px 0 rgba(255, 255, 255, 0.9), inset -1px -1px 0 rgba(0, 0, 0, 0.34);
  border: 1px solid #deca73;
  background: -moz-linear-gradient(-72deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #452100 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100);
  background: -webkit-linear-gradient(-72deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #452100 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100);
  background: -o-linear-gradient(-72deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #452100 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100);
  background: linear-gradient(-72deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #452100 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100);
}
.btn-customer_silver {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 5px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 0 #ffffff;
  box-shadow: 2px 2px 0.5em rgba(122, 122, 122, 0.55), inset 1px 1px 0 rgba(255, 255, 255, 0.9), inset -1px -1px 0 rgba(0, 0, 0, 0.34);
  border: 1px solid #dedede;
  background: -moz-linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
  background: -webkit-linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
  background: -o-linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
  background: linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
}
.btn-customer_platinum {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.72);
  letter-spacing: 5px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 0 #ffffff;
  box-shadow: 2px 2px 0.5em rgba(122, 122, 122, 0.55), inset 1px 1px 0 rgba(255, 255, 255, 0.9), inset -1px -1px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #cacade;
  background: -moz-linear-gradient(-72deg, #dedeff, #ffffff 16%, #dedeff 21%, #ffffff 24%, #555564 27%, #dedeff 36%, #ffffff 45%, #ffffff 60%, #dedeff 72%, #ffffff 80%, #dedeff 84%, #555564);
  background: -webkit-linear-gradient(-72deg, #dedeff, #ffffff 16%, #dedeff 21%, #ffffff 24%, #555564 27%, #dedeff 36%, #ffffff 45%, #ffffff 60%, #dedeff 72%, #ffffff 80%, #dedeff 84%, #555564);
  background: -o-linear-gradient(-72deg, #dedeff, #ffffff 16%, #dedeff 21%, #ffffff 24%, #555564 27%, #dedeff 36%, #ffffff 45%, #ffffff 60%, #dedeff 72%, #ffffff 80%, #dedeff 84%, #555564);
  background: linear-gradient(-72deg, #dedeff, #ffffff 16%, #dedeff 21%, #ffffff 24%, #555564 27%, #dedeff 36%, #ffffff 45%, #ffffff 60%, #dedeff 72%, #ffffff 80%, #dedeff 84%, #555564);
}
ul.list-group {
  list-style: none;
}
.alert.sticky {
  position: absolute;
  margin: 0;
  top: 5%;
  z-index: 10;
  width: 90%;
  margin: 5%;
}
.table {
  font-size: 14px;
}
.btn-info {
  color: #FFF;
  background-color: #a00990;
  border: 0;
}
.btn-info:hover {
  color: #FFF;
  background-color: #69035f;
}
td.actions {
  text-align: center;
}
#reader__dashboard_section_csr button {
  background: #2A09A0;
  border: none;
  color: #FFF;
  padding: 4px 16px;
  border-radius: 4px;
  margin-right: 10px;
}
#reader__dashboard_section_csr button:hover {
  background: #1C066A;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  display: none !important;
}
.notice_text {
  background: #ffe5e5;
  border: 1px solid #ff6b6b;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-style: italic;
  margin-top: 0.8rem;
}
