.box_body {
    width:98%; height:auto; border-radius:30px; 
    margin:auto; margin-top:30px; margin-bottom:30px; padding-top:15px; padding-bottom:15px;
}

.box1 {
    width:96%; height:auto; margin:auto; display:flex;
}

.box1 .box1_1 {
    width:15%; height:auto; margin:auto; cursor: pointer;
}

.box1 .box1_2 {
    width:82%; height:auto; margin:auto;
}

/* Style Input With Icon */
.input-icons {
    width: 100%; height:55px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 40px;
    font-size: 20px;
    font-family:tahoma;
    background-color: white;
    background-size: 35px 35px;
    background-position: left 8px top 8px; 
    background-repeat: no-repeat;
    padding: 2px 10px 2px 55px;
}

.input-icons2 {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 40px;
    background-color: white;
    background-repeat: no-repeat;
}
/* +-------------------+ */

/* +-------------------+ */
.box2 {
    width:95%; height:auto; margin:auto; display:flex;
}

.box2 .box2_1 {
    width:49%; height:auto; display:flex;
}

.box2 .box2_1 .box2_1_1 {
    width:25%; border:1px solid grey;
    background:#B7C8E6;
    border-right:0px;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    display:flex; justify-content: center; align-items: center;
}

.box2 .box2_1 .box2_1_2 {
    width:75%; border:1px solid grey;
    background:#DEE7F0;
    border-left:0px;
    border-top-right-radius:12px;
    border-bottom-right-radius:12px;
    display:flex; justify-content: center; align-items: center;
    color:black;
}

.box2 .box2_2 {
    width:50%; height:auto; margin-left:15px; display:flex;
}

.box2 .box2_2 .box2_2_1 {
    width:25%; border:1px solid grey;
    background:#4E65A8;
    border-right:0px;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    display:flex; justify-content: center; align-items: center;
}

.box2 .box2_2 .box2_2_2 {
    width:75%; border:1px solid grey;
    background:#5274BE;
    border-left:0px;
    border-top-right-radius:12px;
    border-bottom-right-radius:12px;
    display:flex; justify-content: center; align-items: center;
    color:white;
}
/* +-------------------+ */

/* +-------------------+ */
.box3 {
    width:95%; height:auto; margin:auto; margin-top:20px;
}

.box3 .box3_1 {
    width:100%; margin:auto; background:#4A68B0; 
    border-top-left-radius:15px; border-top-right-radius:15px; 
    display:flex; align-items: center;
}

.box3 .box3_2 {
    width:100%; height:auto; margin:auto; background:#5374C1; border-top:4px solid #5F7DC6;
    border-bottom-left-radius:15px; border-bottom-right-radius:15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:10px;
    padding-bottom:12px;
}

.box3 .box3_2 .frame_card {
    width:22%; height:auto; margin-left:4%; border-radius:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* +-------------------+ */

/* +-------------------+ */
.box4 {
    width:95%; height:auto; margin:auto; margin-top:15px;
}

.box4 .box4_1 {
    width:100%; height:auto; margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:10px;
    padding-bottom:12px;
}

.box4 .box4_1 .frame_card {
    width:22%; height:auto; margin-left:4%; border-radius:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* +-------------------+ */

/* +-------------------+ */
.box5 {
    width:95%; height:auto; margin:auto; margin-top:15px;
}

.box5 .box5_1 {
    width:100%; height:auto; margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:10px;
    padding-bottom:12px;
}

.box5 .box5_1 .frame_card {
    width:22%; height:auto; margin-left:4%; border-radius:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* +-------------------+ */

.box_body2:hover {
    transform: translateY(5px);
    box-shadow: inset 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

/* ======================================================= */
/* Style Combobox dengan Pencarian */
.search_select_box { width:100%; }
.search_select_box .form-select { font-size:30px; color:black; }
.search_select_box .form-control {
    width: 95%; height:55px;
    margin: auto;
    margin-bottom:15px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 20px;
    font-family:tahoma;
    font-size:20px;
    color:black;
    background-color: white;
    background-size: 35px 35px;
    background-position: left 8px top 8px; 
    background-repeat: no-repeat;
    padding: 2px 10px 2px 55px;
}
.search_select_box .dropdown-item { width:100%; font-size:20px; color:black; }
/* ======================================================= */



