/* Form */
.cf-search {
    width: 700px;
    margin: 50px auto !important;
    background: #f7f8fd;
    border: 3px solid #eceefb;
    padding: 30px;
    border-radius: 10px;
}

.cf-search form {
    display: inline-flex;
    width: 100%;
}

.cf-field {
    display: inline-block !important;
    border: 1px solid #000 !important;
    margin-bottom: 0 !important;
    width: 90%;
    padding-left: 16px;
    height: 47px;
}

.cf-btn {
    display: inline-block;
    border: none;
    height: 47px !important;
    width: 200px;
    background: #000 !important;
    color: #fff !important;
    min-height: 47px;
    border-radius: 0 !important;
}

.success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
}

.danger {
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
}

@media screen and (max-width: 768px) {
    .cf-search {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .cf-search form {
        display: initial;
    }

    .cf-field,
    .cf-btn {
        display: block !important;
        width: 100%;
    }
}

@media screen and (min-width: 300px) and (max-width: 900px) {
    .custom-row {
        display: flex;
        /* border: 1px solid #ddd; */
        border: 3px solid #eceefb;
        padding: 5px;
        margin-bottom: 10px;
        background-color: #f7f8fd;
        border-radius: 10px;
        /* background: rgba(255, 255, 255, 0.4); */
    }
    
    .custom-col {
        /* flex: 1; */
        padding: 5px;
        text-align: center;
    }
    
    .custom-col-left {
        /* border-right: 1px solid #ddd; */
        width: 100%;
        flex: 4;
    }
    
    .custom-col-right {
        width: 100%;
        flex: 2;
    }   
}

/* Output */
.cf-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.rs-heading {
    text-align: center;
}

.search-table {
    border-spacing: 0 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    min-width: 100%;
    border-bottom: 1px solid #ddd;
}

.search-table thead {
    background-color: transparent;
}

.search-table thead tr th {
    background-color: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
}

.search-table tbody tr td {
    border-right: 1px solid #ddd;
    padding: 14px 10px;
}

.br-0 {
    border-right: none !important
}

body {
    overflow-x: hidden;
}

.btlr-10 {
    border-top-left-radius: 10px;
}

.btrr-10 {
    border-top-right-radius: 10px;
}

.bl-1 {
    border-left: 1px solid #ddd;
}

.custom-row {
    display: flex;
    /* border: 1px solid #ddd; */
    border: 3px solid #eceefb;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f7f8fd;
    border-radius: 10px;
    /* background: rgba(255, 255, 255, 0.4); */
}

.custom-col {
    /* flex: 1; */
    padding: 5px;
    text-align: center;
}

.custom-col-left {
    /* border-right: 1px solid #ddd; */
    width: 60%;
    flex: 4;
}

.custom-col-right {
    width: 40%;
    flex: 2;
}

.custom-img {
    max-width: 100%;
    height: auto;
    background-color: white;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    /* padding: 5px; */
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.custom-img:hover {
    transform: scale(2.0);
    /* Membesarkan gambar 1.2x saat dihover */
}

.custom-alert {
    background-color: #007bff;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.custom-text-left {
    text-align: left;
    flex: 3;
    padding: 10px;
}

.custom-text-right {
    flex: 2;
    text-align: right;
    padding: 10px;
    /* width: 50%; */
    /* Sesuaikan lebar sesuai kebutuhan */
}

.hasil-pencarian {
    margin-top: 20px;
}

@media only screen and (min-device-width: 480px){
     .custom-img {
        max-width: 300%;
        height: 1000px;
        background-color: black;
        /* border: 1px solid #ddd; */
        border-radius: 5px;
        /* padding: 5px; */
        transition: transform 0.3s ease;
        cursor: zoom-in;
    }   
}