	body{
		font-family: "Montserrat", serif;
	}

    .form-zavalabs{
    	width: 100%;

    }

    .text-zavalabs{
    	color: #17AA75;
    	font-size: 12px;
    }

    .box-list{
    	margin-top: 5px;
    	font-size: 12px;
/*    	padding-bottom: 0px;*/
    	border-bottom: 1px solid red;

    }
    .box-list label{
    	font-weight: bold;
    }

      .box-list p{
/*    	line-height: 10px;*/
    	padding:0px;
    }

        .modal-content {
      height: 350px; /* Atur tinggi modal */
      max-height: 350px; /* Batas maksimal tinggi */
    }

    /* Agar konten modal bisa di-scroll jika melebihi tinggi */
    .modal-body {
      overflow-y: auto;
    }
