<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Tambahan ============================= */
input, button, a, span {
  transition: all ease-out .2s
}
.form-control{
  height:40px;
  /* border-radius:0px; */
}
input:focus, select:focus, textarea:focus, .form-control:focus {
  box-shadow: 0px 0px 9px purple;
}
input, select, textarea, input:hover, select:hover, textarea:hover{
  outline: none;
}
input:focus, select:focus, textarea:focus {
  border: none;  
}
.gan {
  margin: 0 auto;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgb(247, 246, 248);
  border: 1px solid rgba(156, 39, 176, 0.39);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 0 15px rgba(156, 39, 176, 0.58);
  border-radius: 5px;
  max-width: 700px;
  width: 100%;
}

.tempat-login {
    color: #8b1a9e;
    /*text-shadow: 1px 0px 1px #9021a2, -1px 0px 1px #9021a2, 0px 1px 1px #9021a2, 0px -1px 1px #9021a2, -1px -1px 1px #9021a2, 1px 1px 1px #9021a2, -1px 1px 1px #9021a2, 1px -1px 1px #9021a2;*/
    font-size: 20px;
    font-weight: bold;
    font-family: "Timew New Roman";
    text-transform: uppercase;
    padding: 0px 15px;
}


.syarat-ketentuan span {
  color: #fead53;
  font-size: 17px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.syarat-ketentuan p {
    color: #6e6a6a;
    font-size: 13px;
    padding: 5px 20px;
    text-align: justify;
}


.judul-syarat-ketentuan {
    color: #fead53;
    font-size: 25px;
    margin-bottom: 30px;
    padding-left: 15px;
}


.read-more {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    padding: 6px 25px;display: inline-block
}
.read-more:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none;
}
.single-shop-product h6 {
    font-size: 17px;
    margin: 10px 0;
}
.artikel-single p {
    color: #6e6a6a;
    font-size: 14px;
    padding: 5px;
    text-align: justify;
}

.logo {
  text-align: center;
}
.form-search {
  text-align: center;
  margin-bottom: 10px;
}
.form-search .input {
  display: table;
  border-collapse: separate;
  position: relative;
  margin: 0 auto;
}
.form-search input[type="text"] {
  width: 530px;
  border: 2px solid rgba(97, 5, 97, 0.42);
}
.form-search input, .form-search select {
  height: 45px;
  margin: 3px 0;
  border-radius: 10px;
}
.form-search .input {
  width: 530px;
}
.form-search .input select:first-child {
  border-radius: 10px 0 0 10px;
  width: 265px;
  border: 2px solid #bc96bc;
  border-right: 1px solid rgba(128, 128, 128, 0.16);
  position: relative;
}
.form-search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 263px;
}
.form-search .bootstrap-select:first-child button {
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: 42px;
  border: 2px solid #bc96bc;
  border-right: none;
  position: relative;
  margin-right: -2px;
}
.form-search .input select:last-child {
  border-radius: 0 10px 10px 0;
  width: 265px;
  border: 2px solid #bc96bc;
  border-left: 1px solid rgba(128, 128, 128, 0.22);
}
.form-search .bootstrap-select:last-child button {
  height: 42px;
  border-radius: 0 10px 10px 0;
  width: 100%;
  border: 2px solid #bc96bc;
  border-left: none;
  margin-left: -2px;
}
.form-search input[type="submit"] {
  width: 100px;
  border-radius: 10px;
  border-bottom: 3px solid #5f065f;
}


.login-header, .login-page {
  color: white;
}
.login-header .input-group-addon, .login-page .input-group-addon {
  border-right: none;
  border-color: rgb(215, 215, 215);
  background: rgb(241, 239, 241);
}
.login-header input[type="email"], .login-header input[type="password"], .login-page input[type="email"], .login-page input[type="password"] {
  border-radius: 0 5px 5px 0;
}
.login-header input[type="submit"], .login-page input[type="submit"] {
  border-radius: 5px;
}


.easy00 {
  padding: 10px 30px;
  background: rgba(128, 0, 128, 0.56);
  color: #e7d0ea;
}
.easy00 a, button i {
  color: #fff;
}

.easy01 {
  float: right;
  padding: 0;
}
.easy01 a {
    text-decoration: none;
}
.easy01 span {
  color: #f9e5fd;
  background: rgba(156, 49, 175, 0.78);
  padding: 5px 15px;
  margin:0;
  border-radius: 10px;
  border: 1px solid rgb(156, 49, 175);
}
.easy01 span:hover {
  background: rgba(249,229,253,0.79);
  color: rgba(156, 49, 175, 0.78);
  box-shadow: 0 0 15px white;
}
.info-error {
  color: red;
}

.kategori-area {
   padding: 20px 20px 10px;
   box-sizing: border-box;
   background: linear-gradient(#f5e3f7, rgb(224, 187, 230));
}
.kategori-area .subcat {
  padding: 5px 10px;
  border-radius: 3px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.kategori-area a {
  color: #860b86;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.kategori-area .subcat:hover {
  background: rgba(156, 39, 176, 0.35);
}
.kategori-area.sub {
  position: absolute;
  left:0;
  z-index: 1;
  width:100%;
  margin-top: 35px;  
  opacity:0;
  visibility: hidden; 
  transition: all ease-out .1s;
}
.kategori-area .subkat:hover .kategori-area.sub {
  opacity:1;
  visibility: visible
}
.kategori-area ul li {
  list-style: none;
  display: inline-flex;
}


.aPhotoThumb {
    width: 200px;
    height: 150px;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 15px;
    padding: 0 !important;
    position: relative;
    cursor: pointer;
}
.featured-label {
    position: absolute;
    top: 3px;
    left: 3px;
}
.hapus_label {
    position: absolute;
    top: 10px;
    left: 20px;
    display: none;
}
.featured-tombol {
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 3;
    padding-left: 3px !important;
    padding-right: 3px !important;
    display: none;
}
.hapus_foto_usaha, .hapus_foto_artikel {
    color: red;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    display: none;
}
.hover_foto_usaha, .hover_foto_artikel {
    position: absolute;
    width: 250px;
    height: 188px;
    top: 0px;
    left: 0px;
    display: none;
}
</pre></body></html>