@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
   *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
/*    font-family: "Poiret One", cursive;*/
  }
  header {
/*    height: 360px;*/
    z-index: 10;
    background-image: url('../images/bg.jpg');
  }
body{
  background-image: url('../images/bg.jpg');
}
.header-banner {
    /*background-color: #7d87c2f2;*/
    background-color: #354499bd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

header .title-judul {
/*    background-color: #3F51B5;*/
    color: #fff;
    padding: 0 1rem;
    position: absolute;
    top: 9rem;
    left: 3rem;
    line-height: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
header .title-judul h1{
    letter-spacing: 4px;
/*    font-family: "Poiret One", cursive;*/
    font-family: Gadugi;
    font-weight: bold;
    font-size: 70px;
}

header .title-judul p{
    letter-spacing: 3px;
    font-family: "Poiret One", cursive;
    font-weight: bold;
    font-size: 15px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}

nav {
    width: 100%;
    height: 60px;
    background: #3F51B5;
    postion: fixed;
    z-index: 10;
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}

nav .site-title {
    color: white;
    display: flex;
    align-items: center;
    margin-left: 25px;
}
/*.visible-title {
    visibility: visible;
}*/
nav .site-title .person-circle-outline{
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
}
nav .site-title a.log-out{
    display: flex;
    align-items: flex-end;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    margin-left: 10px;
    transition: 0.5s;
}
nav .site-title a.log-out:hover{
    color: #f27474;
}
nav .site-title a.log-out p{
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;

}

nav .site-title .title-detail {
    margin-left: 8px;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
}
nav ul { 
    list-style-type: none;
/*    margin: 0 2% auto 0;*/
margin: 0px 2% 0px 0px;
    padding-left: 0;
    text-align: right;
    max-width: 100%;
    display: flex;
    align-items: center;
}
nav ul li { 
    display: inline-block; 
/*    line-height: 60px;*/
    margin-left: 10px;
}
nav ul li a {
    text-decoration: none; 
    color: white;
    background: #3f51b5;
    padding: 5px;
    width: 80px;
    display: flex;
    border: 1px solid white;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
nav ul li a:hover{
    background: #f3f3f3;
    color: #3f51b5;
}

#content{
    position: absolute;
    width: 100%;
/*    border: 1px solid red;*/
}
.pembungkus-konten{
    background: #ffffffde;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 0px solid black;
    padding: 20px;
    margin: 75px 35px;
}
.pembungkus-konten .konten{
/*    position: relative;*/
    border: 1px solid #3f51b5;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 24px;
    padding: 20px;
    margin: 35px;
    width: 340px;
/*    height: 300px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: 0.5s;
}
.pembungkus-konten .konten:hover{
    box-shadow: rgb(0 0 0 / 100%) 0px 0px 24px;
    background: white;
}
.pembungkus-konten .konten .detail-konten{
/*    position: absolute;*/
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pembungkus-konten .konten h3{
    padding: 10px 4px;
    font-size: 14px;
    letter-spacing: 2px;
}


.pembungkus-konten .menu{
    text-align: center;
    width: 300px;
    border: 1px solid #f5f5f552;
    background: #f5f5f552;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    transition: 0.5s;
}
.pembungkus-konten .menu:hover{
    background: #f1f1f1;
    transform: translateY(-10px);
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2);
}
.pembungkus-konten .menu strong{
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.pembungkus-berita{
    background: #ffffffde;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 0px solid black;
    padding: 5px;
    margin: 15px 35px;
}
.pembungkus-berita .pembungkus-title{
    display: flex;
    background: #3F51B5;
    width: 1300px;
    align-items: center;
    justify-content: center;
        box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}

.pembungkus-berita .pembungkus-title h2{
    color: #f9f9f9;
    padding: 0;
    margin: 12px;
    font-family: "Poiret One", cursive;
    font-size: 40px;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: inline;
    width: 100%;
    text-align: center;
}

.pembungkus-berita .pembungkus-title .detail-title{
    color: white;
    width: 20%;
}
.animation{
    z-index: 11;
    position: fixed;
    bottom: 0px;
    right: 0px;
}

footer{
    z-index: 11;
    text-align: center;
    width: 100%;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    background: #3F51B5;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
footer p{
    color: white;
    font-size: 12px;
}

/*tombol style*/
.btn{
/*    display: flex;*/
    justify-content: space-evenly;
    align-items: center;
    margin: 0px 4px;
    color: whitesmoke;
    width: 135px;
    font-size: 12px;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    transition: 0.5s;
}
.btn:hover{
    background: #ff7043;
    color: whitesmoke;
    transform: translateY(-5px);
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2);
}
.pembungkus-btn a.btn ion-icon{
    font-size: 20px;
}
.pembungkus-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.btn-biru{
    background: #3f51b5;
}
.btn-hijau{
    background: #388e3c;
}
.btn-orange{
    background: #ff7043;
}

.section-header {
    display: block;
    margin-top: 20px;
    position: relative;
    text-align: center;
}
.section-header h1 {
    color: #212121;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 0 24px;
    position: relative;
    z-index: 2;
}
.section-header h1:after {
    position: absolute;
    display: block;
    width: auto;
    height: 3px;
    bottom: 0;
    left: 20%;
    right: 20%;
    border-radius: 1px;
    content: "";
    z-index: 1;
    background: #e6e9ec;
}
section {
    width: 55%;
    padding-bottom: 30px;
    overflow: hidden;
    position: absolute;
    right: 30px;
}
a,
a:link,
a:visited {
/*    color: #212121;*/
    text-decoration: none;
}
.micro-slider {
    height: 290px;
    /* margin: 10px 0; */
    position: relative;
    width: 100%;
}
.micro-slider.fullwidth {
    height: 480px;
    /* margin: 64px 0; */
}
.micro-slider.fullwidth .slider-item {
    height: 480px;
    line-height: 480px;
    width: 100%
}
.slider-wrapper {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
    perspective: 575px !important;
}
.slider-item {
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.12);
    color: #FFF;
    display: none;
    font-size: 42px;
    height: 220px;
    line-height: 320px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 220px;
    cursor: pointer;
}
/*
.slider-item:not(.active) {cursor: pointer;}
*/
.indicators {
    bottom: 0px;
    left: 50%;
    list-style-type: none;
    margin: 0 0 0 -77px;
    padding: 0;
    position: absolute;
}
.indicators li {
    color: #fff;
    float: left;
    height: 16px;
    margin-right: 8px;
    text-align: center;
    width: 16px;
}
.indicators li:last-child {margin: 0;}
.indicators a {
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #E6E9EC;
    color: #FFF;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.indicators .active a {background: #3F51B5;}

  .pembungkus-login{
    z-index: 1;
    position: fixed;
    top: 10px;
    right: 10px;
    border:1px solid white;
    border-radius: 100%;
    background: #3f51b5;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 24px;
    transition: 0.5s;
  }
  .pembungkus-login:hover{
    background: white;
    box-shadow: rgb(0 0 0 / 55%) 0px 0px 24px;
  }
  .pembungkus-login .login{
    
  }
  form{
    position: relative;
    border: 1px solid #3f51b5;
    border-radius: 5px;
    padding: 30px;
    background: whitesmoke;
  }
  form .title-login{
    text-align: center;
    letter-spacing: 2px;
    font-size:18px;
    font-weight: bold;
  }
  form label{
    font-size: 12px;
    letter-spacing: 2px;
  }
  form input, form select{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #3f51b5;
  }
  .btn-login{
    background-color: #3f51b5;
    color: #ffffff;
    align-self: end;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    border: none;
  }
.trigger{
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

.modal {
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}
.tutup-modal {
    cursor: pointer;
   background: red;
   position: absolute;
   top: 0px;
   right: 0px;
   color: white;
   border-radius: 100px;
   width: 25px;
   text-align: center;
   transition: 0.5s;
}
.tutup-modal:hover {
    background-color: darkgray;
}
.show-modal {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal_detail {
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content-detail{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 40rem;
    border-radius: 0.5rem;
}
.show-modal-detail {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.tutup-modal-detail {
    cursor: pointer;
   background: red;
   position: absolute;
   top: 0px;
   right: 0px;
   color: white;
   border-radius: 5px;
   width: 25px;
   text-align: center;
   transition: 0.5s;
}
.tutup-modal-detail:hover {
    background-color: darkgray;
}

.modal_detail .modal-content-detail .isi-detail{
    border-top: 1px solid #c7c7c7;
    padding: 5px;
    margin-top: 5px;
}
.modal_detail .modal-content-detail .isi-detail .pref-pdf{
    padding: 5px 55px;
    text-align: center;
    background: #e9e9e9;
    transition: 0.5s;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.modal_detail .modal-content-detail .isi-detail .pref-pdf:hover{
    background: #d1d1d1;
/*  transform: translateY(-4px);*/
}
.modal_detail .modal-content-detail .isi-detail .pref-pdf a{
    display: flex;
    align-items: center;
    color: black;
}
.modal_detail .modal-content-detail .isi-detail .pref-pdf span{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.modal_detail .modal-content-detail .isi-detail .pref-pdf ion-icon{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}
.modal_detail .modal-content-detail .isi-detail .pref-pdf img{
    width: 50px;
}
.modal_detail .modal-content-detail .isi-detail ul{
    list-style-type: none;
    /* margin: 0 2% auto 0; */
    margin: 0px 2% 0px 0px;
    padding-left: 0;
    max-width: 100%;
}
.modal_detail .modal-content-detail .isi-detail ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 8px;
}
.modal_detail .modal-content-detail .isi-detail .ket-isi-detail{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.modal_detail .modal-content-detail .isi-detail ul ion-icon{
    color: #3F51B5;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 10px;
}
.modal_detail .modal-content-detail .isi-detail ul span{
    font-size: 12px;
    color: #1a1a1a;
}
.pembungkus-photo-p {
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 50%;
    margin-right: 10px;
}
div.pembungkus-photo-p img.photo-p{
    border-radius: 50%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

/*fillter pencarian dan pencarian*/
    .title-judul-pencarian{
        font-size: 15px;
        letter-spacing: 2px;
        font-weight: bold;
    }
    .title-judul-pencarian span{

    }
    .pembungkus-pencarian{
        width: 50%;
/*      position: sticky;*/
        position: absolute;
        top: 0px;
        left: 30px;
        z-index: 1;

    }
    .aksi-toggle-pencarian{
        display: flex;
        font-size: 16px;
        padding: 8px 28px;
        border-radius: 0px;
        color: white;
        align-items: center;
        background: #3F51B5;
        cursor: pointer;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 24px;
        justify-content: space-between;
        transition: 0.5s;
    }
    .aksi-toggle-pencarian:hover{
        background: #0e2d5f;
        box-shadow: rgb(0 0 0 / 45%) 0px 0px 24px;

    }
    .pembungkus-pencarian div.pem-jejang,.pembungkus-pencarian div.pem-vok{
        padding: 8px;
        margin: 2px;
        background: whitesmoke;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 24px;
    }
    .pembungkus-pencarian div.pem-jejang input,.pembungkus-pencarian div.pem-vok input{
        padding: 2px;
        width: 60%;
    }
    .pembungkus-pencarian div.pem-jejang span,.pembungkus-pencarian div.pem-vok span{
        background: #3F51B5;
        color: white;
        padding: 5px;
        font-size: 14px;
        letter-spacing: 2px;
        border-radius: 2px;
    }
    .pembungkus-pencarian div.pem-jejang ul,.pembungkus-pencarian div.pem-vok ul{
        list-style-type: none;
        overflow-x: auto;
        height: 300px;
    }
    .pembungkus-pencarian div.pem-jejang ul li input,.pembungkus-pencarian div.pem-vok ul li input{
        width: 10%;
    }
    .pembungkus-pencarian{

    }
    #menu {
        display: none;
    }
    .aksi-cari{
        display: flex;
        align-items: center;
    }
    .aksi-cari ion-icon.cari {
        background: whitesmoke;
        color: #3F51B5;
        border-radius: 2px;
        border: 1px solid #3f51b5;
        padding: 7px;
        font-size: 20px;
        cursor: pointer;
        transition: 0.5s;
    }
    .aksi-cari ion-icon.cari:hover{
        background: #3f51b5;
        color: #ffffff;
    }
    #toggle.on ion-icon.panah {
        transform: rotate(90deg) translate(0px, 0px);
    }
    #toggle ion-icon {
        transition: all 1s;
    }
    input.input-stl{
        width: 100%;
        border: 2px solid #3f51b5;
        padding: 6px;
        border-radius: 2px;
        outline: 0;
    }
    input.input-stl:hover{
        border: 2px solid #283681;
    }
    #menu .pem-jejang ul li,#menu .pem-vok ul li{
        cursor: pointer;
        margin: 6px;
        font-size: 12px;
        padding: 2px 15px;
        border-radius: 2px;
        transition: 0.5s;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #menu .pem-jejang ul li:hover,#menu .pem-vok ul li:hover{
        background: #3f51b5;
        color: white;
    }
/**/
/*MODAL LOGIN FORM*/
    .password-field{
      position: relative;
    }
    .password-field .field-icon{
      position: absolute;
      top: 36px;
      right: 10px;
    }
    .label-menu{
      padding: 8px;
      background: #3f51b5;
      color: white;
      font-size: 12px;
      border-radius: 10px 0px;
      transition: 0.5s;
    }
    .label-menu:hover{
      background: #3e3e3e;
    }
    .label-menu.aktiv{
      background: #3e3e3e;
    }
    .hide{
      visibility: hidden;
    }
    .reveal{
      visibility: visible;
    }
/**/

.judul_halaman{
    border-top: 1px solid #ffffff36;
    border-bottom: 1px solid #fff;
    text-align: center;
    background: #3f51b5;
    padding: 10px;
    margin-bottom: 5px;
    width: 100%;
    position: relative;
}
.judul_halaman h1{
    color: white;
    font-size: 20px;
    letter-spacing: 2px;
}
.judul_halaman .kembali{
    border: 1px solid white;
    border-radius: 4px;
    padding: 2px 5px;
    color: white;
    font-size: 12px;
    position: absolute;
    right: 75px;
    top: 4px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.judul_halaman .kembali:hover{
    background: white;
    color: #3F51B5;
    transform: translateX(-10px);

}
.judul_halaman .kembali ion-icon{
    font-size: 25px;
}


.tabs-menu{
        position: relative;
        width: 100%;
    }
    .tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabs label {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        margin-right: 0.2rem;
        cursor: pointer;
        background: #fafafa; 
        color: black;
        border: 1px solid #3f51b5;
        font-weight: bold;
        font-family: "Poiret One", cursive;
        -webkit-transition: background ease 0.2s;
        transition: background ease 0.2s;
    }

    .tabs .tab {
        -webkit-box-ordinal-group: 100;
        -webkit-order: 99;
        -ms-flex-order: 99;
        order: 99;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        display: none;
        padding: 1rem;
/*      background: #fafafa;*/
    }

    .tabs input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

    .tabs input[type="radio"]:checked + label { 
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 24px;
        background: #3f51b5;
        color: #f1f1f1;
    }

    .tabs input[type="radio"]:checked + label + .tab { display: block; }
    @media (max-width: 45em) {

        .tabs .tab,  .tabs label {
            -webkit-box-ordinal-group: NaN;
            -webkit-order: initial;
            -ms-flex-order: initial;
            order: initial;
        }

        .tabs label {
            width: 100%;
            margin-right: 0;
            margin-top: 0.2rem;
        }
    }
    .detail-konten h3{
        font-size: 16px;
/*        color: white;*/
    }
    .detail-konten-text{
        padding: 10px 0px;
        display: flex;
        align-items: center;
    }
    .title-konten{
        line-height: 20px;
        color: white;
        padding: 10px;
        background: #3f51b5;
    }
    .title-konten h3{
        font-family: "Poiret One", cursive;
        letter-spacing: 4px;
        font-size: 16px;
        font-weight: bold;
    }
    .title-konten span{
        font-family: "Poiret One", cursive;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .text-konten{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        line-height: 1;
        margin-left: 10px;
/*        width: 250px;*/
    }
    .text-konten strong{
        font-family: "Poiret One", cursive;
        color: black;
        font-size: 14px;
        text-align: left;
        line-height: 12px;
        border-bottom: 1px solid #959595;
        padding-bottom: 4px;
        margin-bottom: 4px;
    }
    .text-konten span{
        font-size: 13px;
        padding-bottom: 4px;
        color: black;
    }
    .text-konten span.ub{
        margin-top: 10px;
        color: #818181;
        font-size: 12px;
    }


/*    perangkat ajar detail*/
    .title-detail img{
        margin-left: 10px;
        padding: 15px;
    }
    .title-detail{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .pembungkus-isi-detail{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .pembungkus-isi-detail .isi-detail{
        border-bottom: 1px solid #c7c7c7;
        padding: 5px;
        margin-top: 5px;
        width: 35%;
    }
    .pembungkus-isi-detail .isi-detail ul {
        list-style-type: none;
        /* margin: 0 2% auto 0; */
        margin: 0px 2% 0px 0px;
        padding-left: 0;
        max-width: 100%;
    }
    .pembungkus-isi-detail .isi-detail ul li {
        display: flex;
        align-items: center;
        
        justify-content: flex-start;
        padding: 4px 8px;
        transition: 0.5s;
            cursor: pointer;
    }
    .pembungkus-isi-detail .isi-detail ul li:hover{
        background: #8989893d;
/*        color: white;*/
    }
    .pembungkus-isi-detail .isi-detail ul ion-icon {
        color: #3F51B5;
        font-size: 20px;
        margin-right: 10px;
    }
    .pembungkus-isi-detail .isi-detail ul span {
        width: 100%;
        font-size: 12px;
/*        color: #1a1a1a;*/
        font-weight: bold;
        letter-spacing: 1px;
    }
    .pembungkus-isi-detail .isi-detail .ket-isi-detail {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .pembungkus-isi-detail .isi-detail .pref-pdf {
        padding: 5px 55px;
        text-align: center;
        background: #e9e9e9;
        transition: 0.5s;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .pembungkus-isi-detail .isi-detail .pref-pdf a {
        display: flex;
        align-items: center;
        color: black;
    }

    .pembungkus_dtl_profile{
      width: 100%;
      background: #3F51B5;
      margin: 30px 0px;
      padding: 0px;
      display: flex;
      justify-content: center;
    }
    .pembungkus_dtl_profile .detail_profile, .pembungkus_dtl_profile .sosial_media{
      width: 400px;
      margin: 20px;
/*      border: 3px solid rebeccapurple;*/
    }
    .pembungkus_dtl_profile .detail_profile h3, .pembungkus_dtl_profile .sosial_media h3{
      color: white;
      border-bottom: 1px solid;
    }
    .pembungkus_dtl_profile .detail_profile ul, .pembungkus_dtl_profile .sosial_media ul{
      list-style-type: none;
      cursor: pointer;
    }
    .pembungkus_dtl_profile .sosial_media ul{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .pembungkus_dtl_profile .sosial_media ul li{
      display: flex;
      align-items: center;
      transition: 0.5s;
      width: 190px;
    }
    .pembungkus_dtl_profile .sosial_media ul li:hover{
      background: #334297;
    }

    .pembungkus_dtl_profile .sosial_media ul li a{
        display: flex;
        align-items: center;
    }

    .pembungkus_dtl_profile .detail_profile ul li span, .pembungkus_dtl_profile .sosial_media ul li span{
      color: white;
      font-size: 12px;
    }
    .pembungkus_dtl_profile .sosial_media ul li ion-icon{
      font-size: 25px;
      margin: 5px 15px 5px 5px;
    }
    .pembungkus_dtl_profile .sosial_media ul li ion-icon.twitter{
      color: #1DA1F2;
    }
    .pembungkus_dtl_profile .sosial_media ul li ion-icon.facebook{
      color: #152a9f;
       display: inline-block;
      width: 25px;
      height: 25px;
      text-align: center;
      border-radius: 5px;
      color: #fff;
      line-height: 20px;
      vertical-align: middle;
      background: #152a9f;
    }
    .pembungkus_dtl_profile .sosial_media ul li ion-icon.youtube{
      color: #c4302b;
    }
    .pembungkus_dtl_profile .sosial_media ul li ion-icon.instagram{
      display: inline-block;
      width: 25px;
      height: 25px;
      text-align: center;
      border-radius: 5px;
      color: #fff;
      line-height: 250px;
      vertical-align: middle;
      background: #d6249f;
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    }
    .pembungkus_dtl_profile .sosial_media ul li ion-icon.tiktok{
      color: #000000;

    }
    .pembungkus_dtl_profile .sosial_media ul li ion-icon.website{
      color: #fbfbff;
      text-shadow: 1px 1px;

    }