		.modal-backdrop {
		   background-color: rgb(189 184 184 / 50%);
		}
		.trans{
			 background: rgb(187 187 187 / 50%);
			-webkit-backdrop-filter: blur(3px);
			backdrop-filter: blur(3px);
			border: 2px solid rgba(255,255,255,0.25);
		}
		.help_img {
			display: inherit;
		}
		.offcanvas-header, .modal-header {
		padding: 0;
		border-radius: 0;
		}
		
		.link{
			color:black;
			text-decoration: none;
		}
     .nav-tabs  .link.active {
        color: white;
        background-color: #634B9A;
        border-color: #634B9A;
		 display: block;
   		 padding: 0.5rem 1rem;
    	text-decoration: none;
    	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
      }
		.tab_menu{
    width: 100%;
    text-align: center;
		}
		#top_searchForm{
			top: 0;
    position: fixed;
    z-index: 2;
    height: 9vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 15px;
}
		}
  .imessage {
  background-color: #fff;
  border: 0px solid #e5e5ea;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
  padding: 0.5rem 1.5rem;
  width:100%;
    word-wrap: break-word;


}

.imessage p {
  border-radius: 1.15rem;
  line-height: 1.25;
  max-width: 75%;
  padding: 0.5rem .875rem;
  position: relative;
  word-wrap: break-word;
  font-size:14px;
}

.imessage p::before,
.imessage p::after {
  bottom: -0.1rem;
  content: "";
  height: 1rem;
  position: absolute;
}

p.from-me {
  align-self: flex-end;
  background-color: #634b9a;
  color: #fff; 
}

p.from-me::before {
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-right: 1rem solid #634b9a;
  right: -0.35rem;
  transform: translate(0, -0.1rem);
}

p.from-me::after {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  right: -40px;
  transform:translate(-30px, -2px);
  width: 10px;
}

p[class^="from-"] {
  margin: 0.5rem 0;
  width: fit-content;
}

p.from-me ~ p.from-me {
  margin: 0.25rem 0 0;
}

p.from-me ~ p.from-me:not(:last-child) {
  margin: 0.25rem 0 0;
}

p.from-me ~ p.from-me:last-child {
  margin-bottom: 0.5rem;
}

p.from-them {
  align-items: flex-start;
  background-color: #e5e5ea;
  color: #000;
}

p.from-them:before {
  border-bottom-right-radius: 0.8rem 0.7rem;
  border-left: 1rem solid #e5e5ea;
  left: -0.35rem;
  transform: translate(0, -0.1rem);
}

p.from-them::after {
  background-color: #fff;
  border-bottom-right-radius: 0.5rem;
  left: 20px;
  transform: translate(-30px, -2px);
  width: 10px;
}

p[class^="from-"].emoji {
  background: none;
  font-size: 2.5rem;
}

p[class^="from-"].emoji::before {
  content: none;
}

.no-tail::before {
  display: none;
}

.margin-b_none {
  margin-bottom: 0 !important;
}

.margin-b_one {
  margin-bottom: 1rem !important;
}

.margin-t_one {
  margin-top: 1rem !important;
}



/* general styling */
@font-face {
  font-family: "SanFrancisco";
  src:
    url("https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff2") format("woff2"),
    url("https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff") format("woff");
}


.comment {
  color: #222;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 800px) {

  .imessage {
    font-size: 1.05rem;
    margin: 0 auto 1rem;
    max-width: 600px;
    padding: 0.25rem 0.875rem;
  }

  .imessage p {
    margin: 0.5rem 0;
  }
} 
	#saran-tr:hover {
        background: #efefef;
      }
      #komen-tr:hover {
        background: #efefef;
      }
      .left-r {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-right: 1px solid #7959c3;
      }
      .right-r {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: 1px solid #7959c3;
      }
      .tom {
        padding: .375rem .75rem;
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
      }
      .tombol-outline-primary {
        border: 1px solid #7959c3;
      }
      .btn-check:checked+.tombol-outline-primary {
        background: #634B9A;
        color: white
      }
      .footer-link {
        text-decoration: none;
        color: dimgrey;
        margin: 5px
      }
      .links.active:before {
        content: '';
        border-radius: 100px;
        background-color: #634B9A;
        height: 2px;
        width: 10px;
        display: inline-block;
        position: absolute;
        bottom: 5px;
      }
      @-webkit-keyframes cloud-loop {
        0% {
          -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
        }
        50% {
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
        }
        100% {
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
        }
      }
      .notif_all {
        -webkit-animation-name: cloud-loop;
        animation-name: cloud-loop;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: infinite;
        animation-timing-function: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
      }
      .edit:hover {
        background: #F5F5F5;
      }
      .tom:hover {
        background: #4A318B;
        color: white;
      }
      .tombol-primary {
        background: #634B9A;
        color: white;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 7px;
      }
      .tombol-info {
        background: #3C8FC2;
        color: white;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 7px;
      }
      .tombol-warning {
        background: #F0B708;
        color: white;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 7px;
      }
      .bgr-primary {
        background: #634B9A;
      }
      .tombol-secondary {
        background: #BDC3C7;
        color: white;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 7px;
      }
      .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        color: #9b9b9b;
        border-radius: 0;
      }
      .nav-tabs .nav-item.show .nav-link,
      .nav-tabs .nav-link.active {
        color: #634B9A;
        background-color: transparent;
        border-color: transparent;
      }
      .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: white;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
      }
      .tombol {
        width: 7vh;
        height: 7vh;
        border-radius: 20px;
        background: #efefef;
      }
      .tombol:hover {
        background: #4A318B;
      }
      .tombol-a:hover {
        color: dimgray;
        background: #FFE18A
      }
      .slideshow {
        color: white;
        font-size: 12px;
        display: flex;
        justify-content: center;
        flex-direction: column;
      }
     .p-menu{
         font-size:12px;
         font-family: inherit;
     }
      .highlight-icon {
        background: #f7f7f7;
        margin: 5px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        padding: 5px;
        font-size: 11px;
        text-decoration: none;
        color: black;
        flex-direction: column;
      }
      .setting-icon {
        background: #f7f7f7;
        margin: 5px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        padding: 5px;
        font-size: 13px;
        text-decoration: none;
        color: black;
        flex-direction: column;
      }
      .menus {
        border-radius: 5px;
        display: flex;
        align-items: center;
        font-size: 13px;
        text-decoration: none;
        color: black;
        flex-direction: row;
        padding: 12px;
      }
      .menus:hover {
        background: #f7f7f7;
        color: #4A318B;
      }
      .tombol-update {
        border-radius: 0;
        width: 100%;
        background: #0981bd;
        color: white;
        text-align: center;
      }
      .tombol-simpan {
        border-radius: 0;
        width: 100%;
        background: #0981bd;
        color: white;
        text-align: center;
      }
      .tombol-tambah {
        border-radius: 0;
        width: 100%;
        background: #09b14c;
        color: white;
        text-align: center;
      }
      .tombol-batal {
        border-radius: 0;
        width: 100%;
        background: #C5C5C5;
        color: white;
        text-align: center;
      }
      .tombol-hapus {
        border-radius: 0;
        width: 100%;
        background: #E01014;
        color: white;
        text-align: center;
      }
      .tombol-edit {
        border-radius: 0;
        width: 100%;
        background: #0faea7;
        color: white;
        text-align: center;
      }
      .tombol-bar {
        width: 100%;
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
      }
      .konten {
        padding-bottom: 5vh;
      }
      #hari,
      #jam,
      #menit,
      #detik {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
        font-size: 34px;
        text-align: center;
      }
      .btn-edit-dot {
        background: none;
        border-radius: 10px;
        align-self: flex-end;
        float: right;
        box-shadow: none;
      }
      .input-float {
        border: none;
        background: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
      }
      .col-input-float {
        border: 1px solid #a2a2a2;
        border-radius: 10px;
      }
      .cont-float-10 {
        padding: 10px;
      }
      .label-s {
        font-size: 12px;
        color: dimgrey;
      }
