/* START : Style For Both (Mobile and Laptop) */
@font-face {
    font-family: "Gilroy-Bold";
    src: url('fonts/Gilroy-Bold.woff');
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url('fonts/Gilroy-Medium.woff');
}

body {
    overflow-x: hidden;
    /* overflow-y: hidden; */
}

h1.text-judul {
    font-family: "Gilroy-Bold";
    font-weight: 700;
}

.form-control::placeholder {
    font-family: "Gilroy-Medium";
    z-index: 1;
}

.form-control:focus {
    color: #E0A13A;
    border-color: #FFF4E1;
    box-shadow: 0 0 0 0.2rem rgba(224, 161, 58, 0.25)
}

.btn-cari, .btn-search {
    background-color: #E0A13A;
    color: #fff;
}

.btn-cari:hover {
    color: #fff;
}

.ISBN {
    color: #E0A13A;
    font-family: "Gilroy-Bold";
}

.judul-buku {
    font-family: "Gilroy-Bold";
    margin-top: -10px;
}

.box-shadow {
    border-radius: 10px;
    overflow: auto;
}

.box-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: .3s;
}

.form-row {
    margin-bottom: 1rem;
}
/* END : Style For Both (Mobile and Laptop) */



/* START: Style For Mobile Devices Potrait and Smaller */
@media (max-width: 575.98px) {
    h1.text-judul {
        font-size: 40px;
    }

    .meja {
        visibility: hidden;
    }

    .btn-cari, .form-inline, .btn-search {
        width: 100%;
    }

    .div_logo {
        display: flex !important;
        justify-content: center !important;
    }

    img.cover {
        align-self: center !important;
    }

    .judul-buku {
        font-size: 14px;
    }

    .penulis {
        margin-top: 10px;
    }

}
/* END: Style For Mobile Devices Potrait and Smaller */



/*  START: Style For Laptop and Larger*/
@media (min-width: 992px) { 
    
    .row {
        height: 100vh;
    }
    
    h1.text-judul {
        font-size: 54px;
    }
    
    .form-control::placeholder {
        font-size: 20px;
    }
    
    .form-control {
        border-radius: 10px;
        width: 390px;
        height: 50px;
        z-index: 1;
        font-size: 20px;
    }

    .form-control[type="search"] {
        width: 57.813rem;
    }
    
    .btn-cari {
        position: relative;
        border-radius: 10px;
        left: 400px;
        top: -66px;
        height: 50px;
        width: 70px;
        z-index: 1;
    }

    .btn-search {
        height: 50px;
        width: 80px;
        border-radius: 10px;
    }
    
    .meja {
        position: relative;
        right: -42.4vh;
        top: -23.5vh;
        width: auto;
        height: 51vh;
        z-index: -1;
        margin-top: 1rem;
    }
    
    .image-svg {
        position: relative;
        z-index: -2;
    }
    
    .logo {
        width: auto; 
        height: 120px;
    }

    .datepicker {
        width: 70%;
        float: right;
    }
}
/*  START: Style For Laptop and Larger*/

.invoice-company {
    font-size: 20px
}

.invoice-header {
    margin: 0 -20px;
    background: #f0f3f4;
    padding: 20px
}

.invoice-date,
.invoice-from,
.invoice-to {
    display: table-cell;
    width: 1%
}

.invoice-from,
.invoice-to {
    padding-right: 20px
}

.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
    font-size: 16px;
    font-weight: 600
}

.invoice-date {
    text-align: right;
    padding-left: 20px
}

.invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%
}

.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
    display: table-cell;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    width: 75%;
    position: relative;
    vertical-align: middle
}

.invoice-price .invoice-price-left .sub-price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px
}

.invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block
}

.invoice-price .invoice-price-row {
    display: table;
    float: left
}

.invoice-price .invoice-price-right {
    width: 25%;
    background: #2d353c;
    color: #fff;
    font-size: 28px;
    text-align: right;
    vertical-align: bottom;
    font-weight: 300
}

.invoice-price .invoice-price-right small {
    display: block;
    opacity: .6;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px
}

.invoice-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 10px
}

.invoice-note {
    color: #999;
    margin-top: 80px;
    font-size: 85%
}

.invoice>div:not(.invoice-footer) {
    margin-bottom: 20px
}

.btn.btn-white,
.btn.btn-white.disabled,
.btn.btn-white.disabled:focus,
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled],
.btn.btn-white[disabled]:focus,
.btn.btn-white[disabled]:hover {
    color: #2d353c;
    background: #fff;
    border-color: #d9dfe3;
}