html{
    scroll-behavior: smooth;}

body{
    margin: 0;
    padding: 0;}

.alert{
	position:fixed;
	top:60px;
	right:30px;
    z-index:100;}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;}

    #text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);}

.custom-bar{
	position:fixed;
	top:50px;
	right:30px;
    z-index:100;}

.custom-bar-style{
    width: 340px;}

.question{
    position: fixed;
    top: 25%;
    right: 3%;
    z-index:-1;}

.inform{
    position: fixed;
    top: 25%;
    right: 3%;
    z-index:-1;}

.breadcrumb{
    background-color: transparent;
    padding-left: 0;}

.pagination > li > span {
    color: #E34DAB;}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #B91E96;
    border-color: #B91E96;}

.btn-login{
    background-color: #B91E96;
    background-image: linear-gradient(to left, #E34DAB , #B91E96);
    opacity: 0.8;
    transition: 0.3s;}

.btn-login:hover{
    background-color: #E34DAB;
    background-image: linear-gradient(to right, #E34DAB , #B91E96);
    opacity: 1;}

.rolling-text-container {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.rolling-text {
    margin: 0;
    display: inline-block;
    animation: roll 25s linear infinite;
}

@keyframes roll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.department-card{
    width: 300px;}

.plsHover{
    background-color: #B91E96;}

.rotateMePls{
    font-size: 10px;
    margin: 15px 0 0 0;
    transform: rotate(-45deg);}

.wrap-please{
    display: flex;
    flex-direction: column;}

.wrap-please-v2{
    display: flex;
    flex-direction: column;}

.shadowOnHover:hover{
    box-shadow: 2.5px 1px 1px rgba(0, 0, 0, 0.15);}

.shadowLgOnHover:hover{
    box-shadow: 2.5px 1px 1px rgba(233, 5, 145, 0.952);}

.input-width{
    width: 150px;}

.btn-add-div{
    width: 50px;}
.text-dummy{
    display: none;}

.scroller{
    width: 580px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
    height: 400px;
    max-height: 400px;
    overflow-y: auto;}
.pembungkus{
    max-width: 500px;
    box-shadow: 2.5px 1px 1px rgba(0, 0, 0, 0.15);}

.d-md-col-plz{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.d-m-w100{
    width: 250px;}
.kalo-lg-hidden-ya{
    display: block;}
.kalo-sm-hidden-ya{
    display: none;}
.icon-nama{
    height: 50px;
    width: 50px;}
.body-login{
    width: 330px;}
.ligi-flow{
    display: flex;
    flex-direction: column;
    align-items: center;}
.filter-position{
    display: flex;
    flex-direction: column;}
.export-paginasi{
    display: flex;
    flex-direction: column;
    justify-content: space-between;}

#question-inline-msg{ display: none; }

.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 150px;
    position: relative;
  }

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.emoji-wrapper:before {
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 35%,
        rgba(255, 255, 255, 0) 100%
    );
}

.emoji-wrapper:after {
    bottom: 0;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 35%,
        rgba(255, 255, 255, 0) 100%
    );
}

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.emoji > svg {
    margin: 15px 0;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

#rating-1:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-100px);
}
#rating-2:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-200px);
}
#rating-3:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-300px);
}
#rating-4:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-400px);
}
#rating-5:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-500px);
}

.feedback {
    max-width: 360px;
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .mobile-only{
        width: 500px;}
    .department-card{
        width: 300px;}
    .input-width{
        width: 250px;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .d-md-col-plz{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .wrap-please-v2{
        display: flex;
        flex-direction: row;}
    .filter-position{
        display: flex;
        flex-direction: row;}
    .ligi-flow{
        display: flex;
        flex-direction: row;
        align-items: center;}
    .body-login{
        width: 400px;}
    .icon-nama{
        height: 75px;
        width: 75px;}
    .department-card{
        width: 250px;}
    .wrap-please{
        display: flex;
        flex-direction: row;}
    .question{
        position: fixed;
        top: 25%;
        right: 18%;
        z-index:-1;}
    #sidebarCollapse {
        margin-left: -250px;}
    #sidebarCollapse.show {
        margin-left: 0;}
    .input-width{
        width: 350px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .custom-bar-style{
        width: 380px;}
    .scroller{
        width: 680px;
        height: 330px;
        max-height: 700px;
        overflow-y: auto;}
    .pembungkus{
        max-width: 600px;
        box-shadow: 2.5px 1px 1px rgba(0, 0, 0, 0.15);}
    .export-paginasi{
        display: flex;
        flex-direction: row;
        justify-content: space-between;}
    .kalo-lg-hidden-ya{
        display: none;}
    .kalo-sm-hidden-ya{
        display: block;}
    .d-m-w100{
        width: 150px;}
    .btn-add-div{
        width: 100px;}
    .text-dummy{
        display:inline;}
    .department-card{
        width: 300px;}
    .input-width{
        width: 400px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .wrap-please-v2{
        display: flex;
        flex-direction: column;}
    .scroller{
        width: 680px;
        /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
        height: 700px;
        max-height: 700px;
        overflow-y: auto;}
    .department-card{
        width: 500px;}
    .headerText{
        margin-top: 0; }
    #sidebarCollapse {
        margin-left: -250px;}
    .input-width{
        width: 550px;}
}

/* Extra large devices (large pixels, 1600px and up) */
@media (min-width: 1600px) {
    .d-m-w100{
        width: 220px;}
    .department-card{
        width: 500px;}
    .headerText{
        margin-top: 0; }
    #sidebarCollapse {
        margin-left: -250px;}
    .input-width{
        width: 550px;}
}

/*----------------------------------------------------- */
/* sidebar */
.sidebar-style{
    background-color: #B91E96;
    background-image: linear-gradient(to left, #E34DAB , #B91E96);
    color: #fff;}
.nav-title {
    padding: 0.75rem 1rem;
    font-size: 80%;
    border: 0;
    font-weight: 700;
    color: #e4e7ea;
    text-transform: uppercase;}
.side-wrapper {
    display: flex;
    align-items: stretch;}
#sidebarCollapse {
    background-color: #B91E96;
    background-image: linear-gradient(to left, #E34DAB , #B91E96);
    min-width: 250px;
    max-width: 250px;
    min-height: 94vh;
    color: #fff;
    transition: all 0.3s;}
#sidebarCollapse {
    margin-left: 0;}
.sidebarCollapse-header:hover{
    border-right: solid 5px navy;
}
.sidebar-style-header:hover{
    border-right: solid 5px navy;
}

 /* end of sidebar */
 /*----------------------------------------------------- */


 /* custom admin panel */
 /*------------------------------------------------------*/
