/* GENERAL SETUP */
::-webkit-scrollbar {
    display: block !important;
    width: 5px !important;
    height: 5px !important;
}
::-webkit-scrollbar-thumb {
    background: rgb(255 12 12 / 75%) !important;
}
::-webkit-scrollbar-track {
    background: #fff !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
}
    
body { font-family: 'Poppins' !important; font-size: .85rem; color: #202124; }

#header { height: 110px;}
#navbar a {
    font-size: .9rem;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Quicksand';
}
#navbar .active {
    color: #ae0400 !important;
}

/* HEADER LANGUAGE */
#header .langswitch img {
    width: 60px;
}
@media (max-width: 767px) {
    #header .langswitch img {
        width: 40px;
    }
}

.swal2-popup {
    width: 20%;
}
@media (max-width: 767px) {
    .swal2-popup {
        width: 90%;
    }
}

.swal2-html-container {
    font-size: 1rem !important;
}

/* MASTER LOGIN */
#login-master {
    background-color: #F2F4F7;
}

#login-master section#login {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-master .container-login {
    width: 30%;
}
@media (max-width: 767px) {
    #login-master .container-login {
        width: 100%;
    }
}

#login-master .login-logo-top {
    text-align: center;
    padding: 15px 30px 15px 30px;
    border-bottom: 2px dashed #f2f3f5;
    border-top: 2px solid #ff0000;
    border-radius: 8px;
}

#login-master .login-logo-top .logo img {
    max-width: 170px;
}

#login-master .login-logo-top .title {
    font-size: .9rem;
    margin-top: 10px;
}

#login-master .card {
    border-radius: 10px;
}

#login-master .card-body .card-title {
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    background-color: #f2f3f5;
    border-radius: 20px;
    margin: 5px 20px 5px 20px;
    padding: 10px 20px 10px 20px;
    font-size: .8rem;
    border: 1px solid #ddd;
}

#login-master .card-body .card-content {
    padding: 10px 20px 10px 20px;
}

#login-master .card-body .card-content .btn {
    font-size: .9rem;
}

#login-master .card-body .card-content .userid-icon {
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: 1px;
}

#login-master .card-footer .copyright {
    font-size: .75rem;
    color: rgba(33, 37, 41, 0.75);
    text-align: center;
    padding: 20px 10px 20px 10px;
}

#login-master .card-footer {
    border-bottom: 2px solid #ff0000;
    border-radius: 8px;
}

#login-master.bg-001 {
    position: relative;
    height: 100vh;
}

#login-master.bg-001::before {
    background-image: url('/assets/img/etc/bg-14.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#login-master input {
    font-size: .9rem;
}

#login-master .card-title {
    float: unset;
}

#login-master .input-group-text {
    border-radius: 0;
}

#backend-master section {
    padding: 0;
}

/* SIDEBAR SETUP */
#backend-master #sidebar-master {
    background-color: #f8f9fa;
}

#backend-master #sidebar-master .sidebar-logo {
    text-align: center;
}
#backend-master #sidebar-master .sidebar-logo img {
    opacity: .8;
    max-width: 150px;
}
.sidebar-collapse #backend-master #sidebar-master .sidebar-logo img {
    max-width: 50px;
}
#backend-master #sidebar-master .sidebar-collapse #sidebar-master .sidebar-logo img {
    max-width: 100%;
}

#backend-master #sidebar-master .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
/*    background-color: #000;*/
}

#backend-master #sidebar-master .nav-pills .nav-link {
    color: #202124;
    border: 3px solid #ddd;
    border-radius: 10px;
}

#backend-master #sidebar-master .nav-sidebar .nav-link>.right:nth-child(2), #sidebar-master .nav-sidebar .nav-link>p>.right:nth-child(2) {
    right: 1.2rem;
}

#backend-master #sidebar-master .nav-link {
    padding: 0.5rem 1rem;
}

#backend-master #sidebar-master .nav-icon {
    text-shadow: 1px 1px 15px #fff;
}

#backend-master #sidebar-master .nav-name {
    font-size: .85rem;
}

#backend-master #sidebar-master .nav-pills .nav-treeview .nav-link, .nav-pills .nav-treeview .show>.nav-link {
    background-color: #fff7df;
    color: #000;
}

#backend-master #sidebar-master .active-sidebar {
    border: 4px dashed rgb(255 0 0 / 60%);
    animation-name: active-sidebar-animation;
    animation-duration: 1.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes active-sidebar-animation {
    0% {
        border: 4px dashed rgb(255 0 0 / 100%);
    }

    50% {
        border: 4px dashed rgb(255 0 0 / 40%);
    }
}

/* TOP BAR SETUP  */
#backend-master #topbar-master .employee {
    line-height: 15px;
    text-align: right;
    cursor: pointer;
}

#backend-master #topbar-master .employee-name {
    font-size: .9rem;
    color: #000;
}

#backend-master #topbar-master .employee-nik {
    font-size: .7em;
    letter-spacing: 2px;
}

#backend-master #topbar-master .employee-photo > img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 3px solid #ddd;
}

#backend-master #topbar-master .notification {
    margin-right: 10px;
}

#backend-master #topbar-master > .navbar-nav > .nav-item > .nav-link {
    border: 3px solid #ddd;
    border-radius: 50px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#backend-master #topbar-master .notification .notif-sc11 {
    font-size: 1.5rem;
    margin-right: 5px;
}

#backend-master #topbar-master .dropdown-footer, #topbar-master .dropdown-header {
    padding: 5px 10px;
    display: flex;
    justify-content: right;
    align-items: center;
}

#backend-master #topbar-master .employee i.fas {
    font-size: 1rem;
}


#backend-master .card .card-footer {
    font-size: .8rem;
    color: #878787;
}

#backend-master .card .card-footer .history {
    color: blue;
    cursor: pointer;
    font-weight: 600;
}

.btn-update {
    border: 3px solid #ddd;
    border-radius: 50px;
    padding: .5rem 1rem;
    font-size: 1rem;
    cursor: pointer;
}

/* COMPANY PROFILE - BERANDA MASTER */

#companyprofiles-beranda-master .content-header .title11,
#companyprofiles-about-master .content-header .title11,
#companyprofiles-tatakelolaperusahaan-master .content-header .title11,
#dashboard-hr-master .content-header .title11
{
    font-size: .9rem;
    font-weight: 600;
    background-color: #fff;
    padding: 6px 30px 6px 20px;
    border-radius: 20px;
    letter-spacing: 1px;
    color: #3f51b5;
    text-shadow: 0 0 black;
}

#dashboard-hr-master .Option_AdministrativeRegion {
    border: none;
    font-size: .9rem;
    color: #3F51B5;
    font-weight: bolder;
    letter-spacing: 1px;
    text-shadow: 0 0 black;
    height: unset;
    padding: 3px 5px 3px 5px;
}

#companyprofiles-beranda-master .content-header .title21,
#companyprofiles-about-master .content-header .title21,
#companyprofiles-tatakelolaperusahaan-master .content-header .title21,
#panel-etc-blastemailtoslip-master .content-header .title21,
#dashboard-hr-master .content-header .title21,
{
    font-size: .9rem;
    font-weight: 600px;
    background-color: #fff;
    padding: 4px 20px 4px 20px;
    border-radius: 20px;
}

#companyprofiles-beranda-master .section-ct,
#companyprofiles-about-master .section-ct,
#companyprofiles-tatakelolaperusahaan-master .section-ct,
#panel-etc-blastemailtoslip-master .section-ct,
#dashboard-hr-master .section-ct,
{
    margin-bottom: 10px;
}

#companyprofiles-beranda-master .section-ct .card,
#companyprofiles-about-master .section-ct .card,
#companyprofiles-tatakelolaperusahaan-master .section-ct .card,
#panel-etc-blastemailtoslip-master .section-ct .card,
#dashboard-hr-master .section-ct .card
{
    border-radius: 2rem;
}

#companyprofiles-beranda-master .section-ct .card-header,
#companyprofiles-about-master .section-ct .card-header,
#companyprofiles-tatakelolaperusahaan-master .section-ct .card-header,
#panel-etc-blastemailtoslip-master .section-ct .card-header,
#dashboard-hr-master .section-ct .card-header,
{
    text-align: center;
    letter-spacing: 10px;
    border: 0;
}

#companyprofiles-beranda-master #section-ct01 .ct01-frame,
#companyprofiles-about-master #section-ct01 .ct01-frame,
#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-frame,
#panel-etc-blastemailtoslip-master #section-ct01 .ct01-frame,
#dashboard-hr-master #section-ct01 .ct01-frame
{
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
}

#companyprofiles-beranda-master #section-ct01 .ct01-title,
#companyprofiles-about-master #section-ct01 .ct01-title,
#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-title,
#panel-etc-blastemailtoslip-master #section-ct01 .ct01-title,
#dashboard-hr-master #section-ct01 .ct01-title
{
    font-size: 1.2rem;
    color: #000;
    letter-spacing: 3px;
}

#companyprofiles-beranda-master #section-ct01 .ct01-title img,
#companyprofiles-about-master #section-ct01 .ct01-title img,
#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-title img,
#panel-etc-blastemailtoslip-master #section-ct01 .ct01-title img,
#dashboard-hr-master #section-ct01 .ct01-title img
{
    width: 40px;
}

#companyprofiles-beranda-master #section-ct01 .ct01-01,
#companyprofiles-about-master #section-ct01 .ct01-01,
#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-01,
#panel-etc-blastemailtoslip-master #section-ct01 .ct01-01,
#dashboard-hr-master #section-ct01 .ct01-01
{
    text-align: justify;
}

#dashboard-hr-master #section-ct01 .ct01-01 .penghargaanmasakerja_total {
    font-weight: 600;
}

#companyprofiles-beranda-master #section-ct01 .ct01-02{
    text-align: center;
    font-weight: bold;
}

#companyprofiles-beranda-master #section-ct01 .ct01-02 .img-1 {
    max-width: 70%;
}

#companyprofiles-beranda-master #section-ct01 .ct01-02 .img-2 {
    max-width: 22%;
}

#companyprofiles-beranda-master #section-ct01 .ct01-03 img {
    width: 100px;
    height: 100px;
}



#companyprofiles-beranda-master #section-ct01 .ct01-03 #owl-carousel-berandamaster-areaproject .item {
    text-align: center;
}

#companyprofiles-beranda-master #section-ct01 .ct01-03 #owl-carousel-berandamaster-areaproject .img-center-x-flex {
    display: flex;
    justify-content: center;
}

#companyprofiles-beranda-master #section-ct01 .ct01-03 #owl-carousel-berandamaster-areaproject img {
    width: auto;
    height: 80px;
    filter: drop-shadow(grey 2px 2px 5px);
}
@media (max-width: 767px) {
    #companyprofiles-beranda-master #section-ct01 #owl-carousel-berandamaster-areaproject img {
        height: 60px;
        margin-bottom: 10px;
    }
}
#companyprofiles-beranda-master #section-ct01 .ct01-03 #owl-carousel-berandamaster-areaproject .owl-nav
{
    display: none;
}



#companyprofiles-beranda-master #section-ct01 #beritakonten .berita-title1
{
    font-size: 1rem;
    font-weight: bold;
    line-height: 20px;
    text-align: justify;
}
@media (max-width: 767px) {
    #companyprofiles-beranda-master #section-ct01 #beritakonten .berita-title1
    {
        font-size: 1rem;
    }
}

#companyprofiles-beranda-master #section-ct01 #beritakonten .berita-title2
{
    font-size: 1rem;
    letter-spacing: 2px;
    filter: contrast(0.5);
}
@media (max-width: 767px) {
    #companyprofiles-beranda-master #section-ct01 #beritakonten .berita-title2
    {
        font-size: .8rem;
    }
}

#companyprofiles-beranda-master #section-ct01 #beritakonten .berita-title3
{
    font-size: 1rem;
    filter: contrast(0.5);
}
@media (max-width: 767px) {
    #companyprofiles-beranda-master #section-ct01 #beritakonten .berita-title3
    {
        font-size: 1rem;
    }
}

#companyprofiles-beranda-master #section-ct01 #beritakonten .berita-title4
{
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}
@media (max-width: 767px) {
    #companyprofiles-beranda-master #section-ct01 #beritakonten .berita-title4
    {
        font-size: 1rem;
    }
}

/* COMPANY PROFILE - about MASTER */

#companyprofiles-about-master #section-ct01 .ct01-01 .text {
    display: flex;
    align-items: center;
}

#companyprofiles-about-master #section-ct01 .ct01-01 .img-001 {
    width: 80%; 
    height: auto; 
    position: relative; 
    border-radius: 20px; 
    filter: drop-shadow(2px 4px 6px #00000090);
}
@media (max-width: 767px) {
    #companyprofiles-about-master #section-ct01 .ct01-01 .img-001 {
        width: 100%;
        right: 0px;
    }
}
#companyprofiles-about-master #section-ct01 .ct01-03 .tentangpkn-title,
#companyprofiles-about-master #section-ct01 .ct01-03 .tatanilai-title
{
    text-align: center;
    margin-bottom: 10px;
}

#companyprofiles-about-master #section-ct01 .ct01-03 .tentangpkn-content {
    text-align: justify;
}

#companyprofiles-about-master #section-ct01 .ct01-03 #accordion-profileperusahaan-tatanilai {
    text-align: center;
}

#companyprofiles-about-master #section-ct01 .ct01-03 #accordion-profileperusahaan-tatanilai .card-header,
#companyprofiles-about-master #section-ct01 .ct01-03 #accordion-profileperusahaan-tatanilai .card-body {
    padding: .3rem 1.25rem .3rem 1.25rem;
}

#companyprofiles-about-master #section-ct01 .ct01-06 .strategiperusahaan-content .a-box {
    display: inline-block;
    text-align: center;
}

#companyprofiles-about-master #section-ct01 .ct01-06 .strategiperusahaan-content .img-container {
    height: 230px;
    width: 200px;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    display: inline-block;
}

#companyprofiles-about-master #section-ct01 .ct01-06 .strategiperusahaan-content .img-container img {
    transform: skew(0deg, -13deg);
    width: 70%;
    height: auto;
    margin: 40px 0 0 0;
}

#companyprofiles-about-master #section-ct01 .ct01-06 .strategiperusahaan-content .inner-skew {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    transform: skew(0deg, 13deg);
    font-size: 0px;
    margin: 30px 0px 0px 0px;
    background: rgb(255 255 255 / 70%);
    height: 250px;
    width: 200px;
}

#companyprofiles-about-master #section-ct01 .ct01-06 .strategiperusahaan-content .text-container {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 120px 20px 20px 20px;
    background: rgb(204 204 204 / 20%);
    margin: -120px 0px 0px 0px;
    line-height: 19px;
/*    font-size: 14px;*/
}
@media (max-width: 767px) {
    #companyprofiles-about-master #section-ct01 .ct01-06 .strategiperusahaan-content .text-container {
        padding: 120px 10px 20px 10px;
    }
}

#companyprofiles-about-master #section-ct01 .ct01-06 .strategiperusahaan-content .text-container > div:nth-child(1) {
    font-weight: bold;
}

#companyprofiles-about-master #section-ct01 .ct01-06 .strategiperusahaan-content .text-container h3 {
    margin: 20px 0px 10px 0px;
    color: #04bcff;
/*    font-size: 18px;*/
}

#companyprofiles-about-master #section-ct01 .ct01-06 .card-title {
    font-weight: bold;
    font-size: 1rem;
    float: unset;
    margin-top: 20px;
}

#companyprofiles-about-master #section-ct01 .ct01-06 .card-body {
    text-align: center;
}
    
#companyprofiles-about-master #section-ct01 .ct01-06 .card-img img {
    height: 150px;
    filter: contrast(0.5);
}

#companyprofiles-about-master #section-ct01 .ct01-05{
    text-align: center;
    font-weight: bold;
}

#companyprofiles-about-master #section-ct01 .ct01-05 .img-1 {
    max-width: 80%;
}

#companyprofiles-about-master #section-ct01 .ct01-05 .img-2 {
    max-width: 25%;
}

#companyprofiles-about-master #section-ct01 .ct01-03 img {
    width: 100px;
    height: 100px;
}

#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-01 .ct-title {
    font-weight: bold;
    text-align: center;
}

#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-01 .webversion,
#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-01 .mobileversion
{
    display: flex;
    justify-content: center;
    align-items: center;
}

#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-01 .webversion img {
    width: 80%;
}

#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-01 .mobileversion img {
    width: 25%;
}

#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-02 .webversion img {
    width: 80%;
}

#companyprofiles-tatakelolaperusahaan-master #section-ct01 .ct01-02 .mobileversion img {
    width: 25%;
}

/* ETC SETTING */
.btn-custom {
    border: 3px solid var(--border-color-custom);
    border-radius: 50px;
    padding: .4rem 1rem;
    font-size: .8rem;
    cursor: pointer;
}

.filepond--root { 
    font-size: .8rem !important;
}

.filepond--credits {
    display: none;
}

.filepond--file-wrapper {
    font-size: 1rem;
    font-family: 'Poppins';
}

.input-search-dt {
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 75%;
}