﻿.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #FAFBFC;
}

.lpdp-icon-others {
    background-image: url(../figma/media/icon-others.svg);
}

.card-custom.card-record:hover {
    cursor: pointer;
}

.card-record-active {
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35) !important;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35) !important;
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35) !important;
}

@media screen and (max-width: 992px) { /* col-lg */
    col-lg.card-record {
        padding-right: 0px;
        padding-left: 0px;
    }
}

textarea {
    resize: none;
}

.form-group .label-error-custom {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #D92D20;
    display: none;
}

.bottomdiv {
    border: 1px solid red;
   /* height: 50px;
    width: 50px;*/
    position: absolute;
    left: 0;
    bottom: 0;
}



input.dateFormat:disabled {
    background-color: #F3F6F9;
}

.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}

#pdf-container {
    position: relative;
    display: inline-block;
}

#pdf-canvas {
    border: 1px dotted black;
    position: relative;
}

.controls {
    margin-top: 10px;
}

.draggable {
    width: 100px;
    height: 100px;
    position: absolute;
    cursor: move;
    opacity: 0.8;
}

#pdf-loader {
    display: none;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 100px;
    height: 100px;
}

#pdf-container {
    display: none;
}

#pdf-meta {
    display: none;
    background: rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 10px;
}

#pdf-canvas {
    /*width: 1000px;*/ /* Set lebar canvas menjadi 1000px */
    max-width: 100%; /* Agar canvas tidak melebihi lebar kolom */
    /*height: auto;*/ /* Sesuaikan tinggi secara otomatis */
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.collapse-ebes [data-toggle="collapse"] {
    cursor: pointer;
}

.collapse-ebes [data-toggle="collapse"]:hover {
    background-color: #f9f9f9;
}




