.card.custom-card {
    background: #424874;
    border-radius:15px;
}

.card.custom-card2 {
    border-radius:15px;
}

.owl-theme .owl-nav.disabled+.owl-dots{
    display : none;
}

.card.custom-card {
    background: #424874;
    border-radius:15px;
}

.card.custom-card2 {
    border-radius:15px;
}

.employee-title-job p {
    color : #eee;
}

.gambar {
    height:55px;
    width:55px;
    float: right;
}

.gambar img {
    object-fit:cover;
    border-radius : 10px;
}

img.image-task {
    cursor: pointer;
    object-fit: cover;
}

img.wd-45.ht-45.rounded-circle {
    height: 45px!important;
    object-fit: cover;
}

.data-user {
    position: relative;
    display: inline-block;
}

a.btn.btn-subtask {
    padding: 2px 5px;
    background: #6571ff;
    color: #fff;
    margin-top: -5px;
}

img.image-task{
    width: 25px!important;
    height: 25px!important;
}

.tooltips-name {
    display: none;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-30%);
    background-color: #fff;
    padding: 5px;
    border: 1px solid #aaa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 5px;
    font-size: 12px;
}


.mobile .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit:cover;
}

.mobile .assigned-users img:not(:first-child){
    margin-left: -15px;
}

.mobile .filters {
    margin-bottom: 20px;
}

.mobile .filter-btn {
    background: #6571ff70;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    color: #fff;
}

h5.additional-users.align-self-center.text-muted {
    background: #eee;
    border-radius: 20px;
    padding: 9px;
    margin-left: -20px;
    font-size: 10px;
}

.two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px; /* This should be 2 * line-height */
    line-height: 22px; /* This should match the height of one line */
}

.mobile .filter-btn.active {
    background: #6200ea;
    color: #fff;
}

.mobile .project {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
}

.mobile .project.low {
    border-left: 5px solid #007bff;
}

.mobile .project.medium {
    border-left: 5px solid #ffa000;
}

.mobile .project.high {
    border-left: 5px solid #d32f2f;
}

.mobile .assigned-users .avatar-small {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 0!important;
}

a.details-mobile {
    padding: 10px;
    background: rgb(236 231 231 / 38%);
    border-radius: 50px;
}

.card.custom-card2.task-data{
    height:300px;
    position: relative;
}

.data-user:hover .tooltips-name {
    display: block; 
}

.menu-item {
    background: #7286D3;
    padding: 15px;
    border-radius: 12px;
}

.menu-title h5 {
    font-weight : 400;
}

.bg-custom-biru {
    background: #424874!important;
}

.button-biru {
    background: #424874!important;
    border-radius: 10px!important;
    border-color: #424874!important;
}
.title-news {
    width: 100%;
    max-width: 600px; /* Anda dapat mengubah nilai ini sesuai kebutuhan */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto; /* Untuk menengahkan elemen jika lebar kurang dari 100% */
}

.excerpt-post {
    width: 100%;
    max-width: 600px; /* Anda dapat mengubah nilai ini sesuai kebutuhan */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto; /* Untuk menengahkan elemen jika lebar kurang dari 100% */
}
.featured-image-single img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 250px;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}
.menu-mobile-wrap {
    background: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 10px;
    margin-bottom: 8px;
    z-index: 1020;
    box-shadow: 0 0 12px 0 rgba(183, 192, 206, 0.2);
}

.menu-header-wrap {
    background: #fff;
    padding: 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0px;
    z-index: 1020;
    box-shadow: 0 0 12px 0 rgba(183, 192, 206, 0.2);
}

img.logo-mobile {
    max-height: 35px;
    height: 100%;
}

.menu-item-nav p {
    font-size : 13px;
    font-weight : 500;
    margin-top : 3px;
    letter-spacing : 0.3px;
    text-transform: uppercase;
}

.menu-item-nav svg.icon-lg {
    height : 23px;
    width : 23px;
}

a.text-muted.nav-link.active {
    color : #424874!important;
}

.icon.text-center {
    background: #FBB040;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    margin: auto;
}

.icon.text-center svg.icon-lg {
    height: 20px;
    width: 20px;
    align-self: center;
    text-align: center;
    margin: auto;
}

.menu-name.text-center {
    margin-top: 10px;
    line-height: 15px;
    font-size: 12px;
}

.color-custom {
    color : #545C95!important;
}

.color-custom-secondary {
    color: #354259!important;
}

.icon-wrap-slip {
    padding: 15px;
    background: #424874;
    border-radius: 7px;
}

.icon-profile-menu {
    border-radius: 7px;
}

.input-custom {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
}

.input-custom p {
    font-size: 12px;
    color: #555;
}

.input-custom h5 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 1.2rem;
}
.footer-saving {
    background: #424874;
    border-radius: 0px 0px 15px 15px;
    color: #fff;
}

.text-right {
    text-align: right!important;
}

.feedback-button-wrap {
    position: none;
    bottom: 30%;
    left: 0;
    background: #424874;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    z-index: 999;
    transition: background-color 200ms ease-out;
    display: none!important;
}

.icon-feedback p {
    display: block;
    visibility: hidden;
    margin-left: -60px; /* Atur nilai awal margin kiri agar elemen tersembunyi di luar layar */
    transition: margin-left 200ms ease-out;
}

.feedback-button-wrap:hover .icon-feedback p {
    visibility: visible;
    margin-left: 5px;
}

/* Feedback */
.feedback {
    --normal: #eceaf3;
    --normal-shadow: #d9d8e3;
    --normal-mouth: #9795a4;
    --normal-eye: #595861;
    --active: #f8da69;
    --active-shadow: #f4b555;
    --active-mouth: #f05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.feedback li {
    position: relative;
    border-radius: 50%;
    background: var(--sb, var(--normal));
    box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));
    transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
    -webkit-tap-highlight-color: transparent;
}
.feedback li:not(:last-child) {
    margin-right: 20px;
}
.feedback li div {
    width: 40px;
    height: 40px;
    position: relative;
    transform: perspective(240px) translateZ(4px);
}
.feedback li div svg, .feedback li div:before, .feedback li div:after {
    display: block;
    position: absolute;
    left: var(--l, 9px);
    top: var(--t, 13px);
    width: var(--w, 8px);
    height: var(--h, 2px);
    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}
.feedback li div svg {
    fill: none;
    stroke: var(--s);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.4s;
}
.feedback li div svg.eye {
    --s: var(--e, var(--normal-eye));
    --t: 17px;
    --w: 7px;
    --h: 4px;
}
.feedback li div svg.eye.right {
    --l: 23px;
}
.feedback li div svg.mouth {
    --s: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 7px;
}
.feedback li div:before, .feedback li div:after {
    content: "";
    z-index: var(--zi, 1);
    border-radius: var(--br, 1px);
    background: var(--b, var(--e, var(--normal-eye)));
    transition: background 0.4s;
}
.feedback li.angry {
    --step-1-rx: -24deg;
    --step-1-ry: 20deg;
    --step-2-rx: -24deg;
    --step-2-ry: -20deg;
}
.feedback li.angry div:before {
    --r: 20deg;
}
.feedback li.angry div:after {
    --l: 23px;
    --r: -20deg;
}
.feedback li.angry div svg.eye {
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}
.feedback li.angry.active {
    animation: angry 1s linear;
    height: 40px;
}
.feedback li.angry.active div:before {
    --middle-y: -2px;
    --middle-r: 22deg;
    animation: toggle 0.8s linear forwards;
}
.feedback li.angry.active div:after {
    --middle-y: 1px;
    --middle-r: -18deg;
    animation: toggle 0.8s linear forwards;
}
.feedback li.sad {
    --step-1-rx: 20deg;
    --step-1-ry: -12deg;
    --step-2-rx: -18deg;
    --step-2-ry: 14deg;
}
.feedback li.sad div:before, .feedback li.sad div:after {
    --b: var(--active-tear);
    --sc: 0;
    --w: 5px;
    --h: 5px;
    --t: 15px;
    --br: 50%;
}
.feedback li.sad div:after {
    --l: 25px;
}
.feedback li.sad div svg.eye {
    --t: 16px;
}
.feedback li.sad div svg.mouth {
    --t: 24px;
    stroke-dasharray: 9.5;
    stroke-dashoffset: 33.25;
}
.feedback li.sad.active div:before, .feedback li.sad.active div:after {
    animation: tear 0.6s linear forwards;
}
.feedback li.ok {
    --step-1-rx: 4deg;
    --step-1-ry: -22deg;
    --step-1-rz: 6deg;
    --step-2-rx: 4deg;
    --step-2-ry: 22deg;
    --step-2-rz: -6deg;
}
.feedback li.ok div:before {
    --l: 12px;
    --t: 17px;
    --h: 4px;
    --w: 4px;
    --br: 50%;
    box-shadow: 12px 0 0 var(--e, var(--normal-eye));
}
.feedback li.ok div:after {
    --l: 13px;
    --t: 26px;
    --w: 14px;
    --h: 2px;
    --br: 1px;
    --b: var(--m, var(--normal-mouth));
}
.feedback li.ok.active div:before {
    --middle-s-y: 0.35;
    animation: toggle 0.2s linear forwards;
}
.feedback li.ok.active div:after {
    --middle-s-x: 0.5;
    animation: toggle 0.7s linear forwards;
}
.feedback li.good {
    --step-1-rx: -14deg;
    --step-1-rz: 10deg;
    --step-2-rx: 10deg;
    --step-2-rz: -8deg;
}
.feedback li.good div:before {
    --b: var(--m, var(--normal-mouth));
    --w: 5px;
    --h: 5px;
    --br: 50%;
    --t: 22px;
    --zi: 0;
    opacity: 0.5;
    box-shadow: 16px 0 0 var(--b);
    filter: blur(2px);
}
.feedback li.good div:after {
    --sc: 0;
}
.feedback li.good div svg.eye {
    --t: 15px;
    --sc: -1;
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}
.feedback li.good div svg.mouth {
    --t: 22px;
    --sc: -1;
    stroke-dasharray: 13.3;
    stroke-dashoffset: 23.75;
}
.feedback li.good.active div svg.mouth {
    --middle-y: 1px;
    --middle-s: -1;
    animation: toggle 0.8s linear forwards;
}
.feedback li.happy div {
    --step-1-rx: 18deg;
    --step-1-ry: 24deg;
    --step-2-rx: 18deg;
    --step-2-ry: -24deg;
}
.feedback li.happy div:before {
    --sc: 0;
}
.feedback li.happy div:after {
    --b: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 8px;
    --br: 0 0 8px 8px;
}
.feedback li.happy div svg.eye {
    --t: 14px;
    --sc: -1;
}
.feedback li.happy.active div:after {
    --middle-s-x: 0.95;
    --middle-s-y: 0.75;
    animation: toggle 0.8s linear forwards;
}
.feedback li:not(.active) {
    cursor: pointer;
    height: 40px;
}
.feedback li:not(.active):active {
    transform: scale(0.925);
}
.feedback li.active {
    --sb: var(--active);
    --sh: var(--active-shadow);
    --m: var(--active-mouth);
    --e: var(--active-eye);
}
.feedback li.active div {
    animation: shake 0.8s linear forwards;
    height: 20px;
}

input.rating {
    top: -28px;
    left: 13px;
    position: relative;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
}

.feedback-berhasil .feedback {
    justify-content: center;
}

.feedback-berhasil .feedback li.active div {
    height: 40px;
}

.form-check-input:checked {
    background-color: #424874!important;
    border-color: #424874!important;
}

.wrapper-pengajuan .foto-profile {
    height: 50px;
    width: 54px;
}

.wrapper-pengajuan .foto-profile img {
    border-radius: 50%;
    object-fit: cover;
    height: 53px;
}

.employee-birthday-wrap .photo-profile img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border: 1px solid #aaa;
    border-radius: 50%;
}

.employee-birthday-wrap .photo-profile2 img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 1px solid #aaa;
    border-radius: 50%;
}

.wrapper-pengajuan.d-flex.mb-4:last-child{
    margin-bottom: 0!important;
}

a.navbar-brand img {
    max-height: 35px;
    height: 100%;
    object-fit: cover;
}

/* Pagination */
ul.pagination-custom  {
    display: flex;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

ul.pagination-custom  li {
    list-style-type: none;
    padding: 12px 18px;
    border: 1px solid #dee2e6;
    margin-left: -1px;
}

ul.pagination-custom  li:first-child {
    border-radius: 10px 0px 0px 10px;
}

ul.pagination-custom  li:last-child {
    border-radius: 0px 10px 10px 0px;
}

@keyframes shake {
    30% {
        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
   }
    60% {
        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
   }
    100% {
        transform: perspective(240px) translateZ(4px);
   }
}
@keyframes tear {
    0% {
        opacity: 0;
        transform: translateY(-2px) scale(0) translateZ(0);
   }
    50% {
        transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
   }
    20%, 80% {
        opacity: 1;
   }
    100% {
        opacity: 0;
        transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
   }
}
@keyframes toggle {
    50% {
        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
   }
}
@keyframes angry {
    40% {
        background: var(--active);
   }
    45% {
        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
   }
}
